/external/executorch/test/utils/ |
D | OSSTestConfig.json | 4 "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/ |
D | Utils.cmake | 8 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/ |
D | HiltCompilerTests.java | 109 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/ |
D | zoneinfo.rst | 120 .. _zoneinfo_data_compile_time_config: 122 Compile-time configuration 139 Environment configuration 162 Runtime configuration
|
/external/dagger2/java/dagger/testing/compile/ |
D | CompilerTests.java | 115 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/ |
D | gen_build_yaml.py | 27 sources = json.load(s) variable 33 sources = json.load(s) variable 43 def __init__(self, sources): argument
|
/external/grpc-grpc/src/boringssl/ |
D | gen_build_yaml.py | 27 sources = json.load(s) variable 35 sources = json.load(s) variable 45 def __init__(self, sources): argument
|
/external/dagger2/javatests/dagger/internal/codegen/ |
D | ComponentShardTest.java | 57 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/ |
D | Sources.java | 13 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/ |
D | Sources.java | 14 final List<String> sources; field in Sources 16 Sources(List<String> sources) { in Sources()
|
/external/cronet/stable/base/allocator/partition_allocator/ |
D | PRESUBMIT.py | 111 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/ |
D | PRESUBMIT.py | 111 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/ |
D | graphmap.rs | 57 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/ |
D | WeakKeySetUtils.java | 57 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/ |
D | CMakeLists.txt | 54 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/ |
D | brw_nir_opt_fsat.c | 93 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/ |
D | es31fNegativeShaderStorageTests.cpp | 41 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/ |
D | IntegrationTestSupport.java | 543 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/ |
D | README.md | 224 #### SYSTEM 272 #### DNS 320 #### MULTICAST_DNS
|
/external/cronet/stable/net/dns/ |
D | README.md | 224 #### SYSTEM 272 #### DNS 320 #### MULTICAST_DNS
|
/external/fmtlib/test/ |
D | CMakeLists.txt | 16 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/ |
D | pub-conventions.gradle.kts | 25 val sources = tasks.register("sourcesJar", Jar::class) { in <lambda>() constant
|
/external/guava/android/guava/src/com/google/common/io/ |
D | CharSource.java | 373 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/ |
D | wgc_capturer_win.h | 53 bool FindAllSources(DesktopCapturer::SourceList* sources) override { in FindAllSources() 74 bool FindAllSources(DesktopCapturer::SourceList* sources) override { in FindAllSources()
|
/external/turbine/javatests/com/google/turbine/deps/ |
D | TransitiveTest.java | 64 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()
|