Home
last modified time | relevance | path

Searched refs:build_source (Results 1 – 4 of 4) sorted by relevance

/external/robolectric/scripts/
Dsync-android.sh40 build_source() { function
98 build_source
/external/libepoxy/src/
Dgen_dispatch.py893 build_source = args.source variable
896 if not build_source and not build_header:
897 build_source = True variable
929 if build_source:
/external/mesa3d/src/panfrost/compiler/valhall/
Dvalhall.py220 def build_source(el, i, size): function
277 built = build_source(src, i, tsize)
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_unload_platform_compiler.cpp703 build_with_source build_source(context, device); in test_unload_build_threaded() local
711 std::async(std::launch::async, build_thread, &build_source); in test_unload_build_threaded()