Home
last modified time | relevance | path

Searched refs:search1 (Results 1 – 9 of 9) sorted by relevance

/external/llvm/utils/lit/lit/
Ddiscovery.py30 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/
Ddiscovery.py35 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/
Dbrw_nir_trig_workarounds.c26 static const nir_search_expression search1 = { variable
62 { &search1, &replace1.value, 0 },
/external/mesa3d/prebuilt-intermediates/ir3/
Dir3_nir_trig.c26 static const nir_search_expression search1 = { variable
105 { &search1, &replace1.value, 0 },
/external/bcc/src/cc/
Dbcc_proc.c338 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/
Dmain.py157 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/
DEncodeTest.cpp227 auto search1 = std::search(output.begin(), output.end(), in testPngComments() local
238 REPORTER_ASSERT(r, search1 != output.end()); in testPngComments()
/external/skia/tests/
DEncodeTest.cpp232 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/
Dnir_opt_algebraic.c1600 static const nir_search_expression search1 = { variable
2021 { &search1, &replace1.value, 0 },