Home
last modified time | relevance | path

Searched defs:sources (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/external/executorch/test/utils/
DOSSTestConfig.json4 "sources": [ array
16 "sources": [ array
23 "sources": [ array
29 "sources": [ array
35 "sources": [ array
47 "sources": [ array
54 "sources": [ array
66 "sources": [ array
76 "sources": [ array
87 "sources": [ array
[all …]
/external/armnn/cmake/
DUtils.cmake8 set(sources ${source1} ${ARGN}) variable
20 set(sources ${source1} ${ARGN}) variable
36 set(sources ${source1} ${ARGN}) variable
45 set(sources ${source1} ${ARGN}) variable
/external/dagger2/java/dagger/hilt/android/testing/compile/
DHiltCompilerTests.java109 public static HiltCompiler hiltCompiler(Source... sources) { in hiltCompiler()
114 public static HiltCompiler hiltCompiler(ImmutableCollection<Source> sources) { in hiltCompiler()
134 List<Source> sources, in compileWithKapt()
142 List<Source> sources, in compileWithKapt()
151 List<Source> sources, in compileWithKapt()
160 List<Source> sources, in compileWithKapt()
230 abstract ImmutableCollection<Source> sources(); in sources() method in HiltCompilerTests.HiltCompiler
324 abstract Builder sources(ImmutableCollection<Source> sources); in sources() argument
/external/python/cpython3/Doc/library/
Dzoneinfo.rst120 .. _zoneinfo_data_compile_time_config:
122 Compile-time configuration
139 Environment configuration
162 Runtime configuration
/external/dagger2/java/dagger/testing/compile/
DCompilerTests.java115 public static DaggerCompiler daggerCompiler(Source... sources) { in daggerCompiler()
120 public static DaggerCompiler daggerCompiler(ImmutableCollection<Source> sources) { in daggerCompiler()
128 public static InvocationCompiler invocationCompiler(Source... sources) { in invocationCompiler()
137 abstract ImmutableList<Source> sources(); in sources() method in CompilerTests.InvocationCompiler
172 abstract ImmutableCollection<Source> sources(); in sources() method in CompilerTests.DaggerCompiler
271 abstract Builder sources(ImmutableCollection<Source> sources); in sources() method in CompilerTests.DaggerCompiler.Builder
305 List<Source> sources, in compileWithKapt()
312 List<Source> sources, in compileWithKapt()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/boringssl/
Dgen_build_yaml.py27 sources = json.load(s) variable
33 sources = json.load(s) variable
43 def __init__(self, sources): argument
/external/grpc-grpc/src/boringssl/
Dgen_build_yaml.py27 sources = json.load(s) variable
35 sources = json.load(s) variable
45 def __init__(self, sources): argument
/external/dagger2/javatests/dagger/internal/codegen/
DComponentShardTest.java57 ImmutableList.Builder<Source> sources = ImmutableList.builder(); in testNewShardCreated() local
111 ImmutableList.Builder<Source> sources = ImmutableList.builder(); in testNewShardCreatedWithDependencies() local
158 ImmutableList.Builder<Source> sources = ImmutableList.builder(); in testNewShardSubcomponentCreated() local
/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/
DSources.java13 final List<String> sources; field in Sources
15 Sources(List<String> sources) { in Sources()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
DSources.java14 final List<String> sources; field in Sources
16 Sources(List<String> sources) { in Sources()
/external/cronet/stable/base/allocator/partition_allocator/
DPRESUBMIT.py111 sources = lambda affected_file: input_api.FilterSourceFile( function
162 sources = lambda affected_file: input_api.FilterSourceFile( function
207 sources = lambda affected_file: input_api.FilterSourceFile( function
/external/cronet/tot/base/allocator/partition_allocator/
DPRESUBMIT.py111 sources = lambda affected_file: input_api.FilterSourceFile( function
162 sources = lambda affected_file: input_api.FilterSourceFile( function
207 sources = lambda affected_file: input_api.FilterSourceFile( function
/external/rust/android-crates-io/crates/petgraph/benches/
Dgraphmap.rs57 let mut sources = vec![]; localVariable
79 let sources: Vec<MyStruct> = gr in graphmap_parallel_bench() localVariable
82 let mut sources = vec![]; in graphmap_parallel_bench() localVariable
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetUtils.java57 WeakKeySet set, Key<?> key, int expectedSources, Object... sources) { in assertInSet()
68 Set<Object> sources = set.getSources(key); in assertSourceNotInSet() local
75 Set<Object> sources = set.getSources(key); in assertSourceNotInSet() local
/external/fmtlib/
DCMakeLists.txt54 set(sources ${AML_UNPARSED_ARGUMENTS}) variable
106 set(sources) variable
111 set(sources ${sources} ${pcm} ${CMAKE_CURRENT_BINARY_DIR}/${obj}) variable
466 set(sources ) variable
468 set(sources ${sources} doc/${source}) variable
/external/mesa3d/src/intel/compiler/
Dbrw_nir_opt_fsat.c93 collect_reaching_defs(nir_alu_instr *fsat, nir_instr_worklist *sources) in collect_reaching_defs()
108 verify_users(nir_instr_worklist *sources, struct set *verified_phis, in verify_users()
202 nir_instr_worklist *sources = NULL; in brw_nir_opt_fsat() local
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderStorageTests.cpp41 void verifyProgram(NegativeTestContext &ctx, glu::ProgramSources sources) in verifyProgram()
200 …MaxSSBlocksSource(NegativeTestContext &ctx, glw::GLenum glShaderType, glu::ProgramSources &sources) in genMaxSSBlocksSource()
235 glu::ProgramSources sources; in block_number_limits() local
285 glu::ProgramSources sources; in max_combined_block_number_limit() local
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java543 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavacAnalysis() argument
549 Map<String, String> sources, in runJavacAnalysis() argument
560 Map<String, String> sources, in runJavacAnalysis() argument
572 Map<String, String> sources, Collection<Path> classpath) throws Exception { in runJavac()
578 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavac()
614 Map<String, String> sources, in setupJavac() argument
680 public final Map<String, String> sources; field in IntegrationTestSupport.TestInput
683 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() argument
689 Map<String, String> sources = new LinkedHashMap<>(); in parse() local
/external/cronet/tot/net/dns/
DREADME.md224 #### SYSTEM
272 #### DNS
320 #### MULTICAST_DNS
/external/cronet/stable/net/dns/
DREADME.md224 #### SYSTEM
272 #### DNS
320 #### MULTICAST_DNS
/external/fmtlib/test/
DCMakeLists.txt16 set(sources ${name}.cc ${ADD_FMT_TEST_UNPARSED_ARGUMENTS}) variable
18 set(sources ${sources} ${TEST_MAIN_SRC} ../src/os.cc) variable
/external/kotlinx.coroutines/buildSrc/src/main/kotlin/
Dpub-conventions.gradle.kts25 val sources = tasks.register("sourcesJar", Jar::class) { in <lambda>() constant
/external/guava/android/guava/src/com/google/common/io/
DCharSource.java373 public static CharSource concat(Iterable<? extends CharSource> sources) { in concat()
395 public static CharSource concat(Iterator<? extends CharSource> sources) { in concat()
411 public static CharSource concat(CharSource... sources) { in concat()
616 private final Iterable<? extends CharSource> sources; field in ConcatenatedCharSource
618 ConcatenatedCharSource(Iterable<? extends CharSource> sources) { in ConcatenatedCharSource()
/external/webrtc/modules/desktop_capture/win/
Dwgc_capturer_win.h53 bool FindAllSources(DesktopCapturer::SourceList* sources) override { in FindAllSources()
74 bool FindAllSources(DesktopCapturer::SourceList* sources) override { in FindAllSources()
/external/turbine/javatests/com/google/turbine/deps/
DTransitiveTest.java64 private final ImmutableList.Builder<Path> sources = ImmutableList.builder(); field in TransitiveTest.SourceBuilder
162 ImmutableList<String> sources = in transitive() local
346 private Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath) in runTurbine()

12345678910>>...19