Home
last modified time | relevance | path

Searched defs:substring (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dwarf/
Ddwarf_test.h37 #define DW_CHECK(substring) Check(substring, false, __FILE__, __LINE__) argument
38 #define DW_CHECK_NEXT(substring) Check(substring, true, __FILE__, __LINE__) argument
45 std::string substring; member
133 const std::string& substring = expected_line.substring; in CheckObjdumpOutput() local
/art/dex2oat/
Ddex2oat.cc459 std::string substring; in ParseDouble() local