Searched refs:search2 (Results 1 – 5 of 5) sorted by relevance
/external/bcc/src/cc/ |
D | bcc_proc.c | 339 char search2[search_len + 1]; in which_so_in_process() local 347 snprintf(search2, search_len + 1, "/lib%s-", libname); in which_so_in_process() 362 strstr(mapname, search2))) { in which_so_in_process()
|
/external/skqp/tests/ |
D | EncodeTest.cpp | 229 auto search2 = std::search(output.begin(), output.end(), in testPngComments() local 239 REPORTER_ASSERT(r, search2 != output.end()); in testPngComments()
|
/external/skia/tests/ |
D | EncodeTest.cpp | 234 auto search2 = std::search(output.begin(), output.end(), in testPngComments() local 244 REPORTER_ASSERT(r, search2 != output.end()); in testPngComments()
|
/external/icu/icu4c/source/test/intltest/ |
D | srchtest.cpp | 2409 TestSearch search2(search); in TestSubclass() local 2416 if (search.getText() != search2.getText()) { in TestSubclass() 2421 if (search.getText() != search2.getText()) { in TestSubclass()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opt_algebraic.c | 18082 static const nir_search_expression search2 = { variable 18152 { &search2, &replace2.value, 0 },
|