Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/index/
Dcollector.py43 from .sources import CandidatesFromPage, LinkSource, build_source
470 build_source(
480 build_source(
Dsources.py166 def build_source( function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/index/
Dcollector.py43 from .sources import CandidatesFromPage, LinkSource, build_source
470 build_source(
480 build_source(
Dsources.py166 def build_source( function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/index/
Dcollector.py43 from .sources import CandidatesFromPage, LinkSource, build_source
470 build_source(
480 build_source(
Dsources.py166 def build_source( function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/index/
Dcollector.py43 from .sources import CandidatesFromPage, LinkSource, build_source
470 build_source(
480 build_source(
Dsources.py166 def build_source( function
/aosp_15_r20/external/robolectric/scripts/
H A Dsync-android.sh40 build_source() { function
98 build_source
/aosp_15_r20/external/libepoxy/src/
H A 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:
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/valhall/
H A Dvalhall.py220 def build_source(el, i, size): function
277 built = build_source(src, i, tsize)
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A 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()