Searched refs:search1 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/utils/lit/lit/ |
D | discovery.py | 30 def search1(path): function 57 cache[path] = res = search1(path) 77 def search1(path_in_suite): function 104 cache[key] = res = search1(path_in_suite)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | discovery.py | 35 def search1(path): function 77 cache[real_path] = res = search1(path) 97 def search1(path_in_suite): function 124 cache[key] = res = search1(path_in_suite)
|
/external/mesa3d/prebuilt-intermediates/compiler/ |
D | brw_nir_trig_workarounds.c | 26 static const nir_search_expression search1 = { variable 62 { &search1, &replace1.value, 0 },
|
/external/mesa3d/prebuilt-intermediates/ir3/ |
D | ir3_nir_trig.c | 26 static const nir_search_expression search1 = { variable 105 { &search1, &replace1.value, 0 },
|
/external/bcc/src/cc/ |
D | bcc_proc.c | 338 char search1[search_len + 1]; in which_so_in_process() local 346 snprintf(search1, search_len + 1, "/lib%s.", libname); in which_so_in_process() 361 if (strstr(mapname, ".so") && (strstr(mapname, search1) || in which_so_in_process()
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | main.py | 157 def search1(path): function 183 cache[path] = res = search1(path) 203 def search1(path_in_suite): function 223 cache[key] = res = search1(path_in_suite)
|
/external/skqp/tests/ |
D | EncodeTest.cpp | 227 auto search1 = std::search(output.begin(), output.end(), in testPngComments() local 238 REPORTER_ASSERT(r, search1 != output.end()); in testPngComments()
|
/external/skia/tests/ |
D | EncodeTest.cpp | 232 auto search1 = std::search(output.begin(), output.end(), in testPngComments() local 243 REPORTER_ASSERT(r, search1 != output.end()); in testPngComments()
|
/external/mesa3d/prebuilt-intermediates/nir/ |
D | nir_opt_algebraic.c | 1600 static const nir_search_expression search1 = { variable 2021 { &search1, &replace1.value, 0 },
|