| /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/perfetto/ui/src/controller/ |
| D | record_controller_jsdomtest.ts | 36 const sources = assertExists(result.dataSources); constant 51 const sources = assertExists(result.dataSources); constant 65 const sources = assertExists(result.dataSources); constant 80 const sources = assertExists(result.dataSources); constant 95 const sources = assertExists(result.dataSources); constant 161 const sources = assertExists(result.dataSources); constant 205 const sources = assertExists(result.dataSources); constant 229 const sources = assertExists(result.dataSources); constant 278 const sources = assertExists(decoded.dataSources); constant 322 const sources = assertExists(decoded.dataSources); constant [all …]
|
| /external/dagger2/java/dagger/hilt/android/testing/compile/ |
| D | HiltCompilerTests.java | 101 public static HiltCompiler hiltCompiler(Source... sources) { in hiltCompiler() 106 public static HiltCompiler hiltCompiler(ImmutableCollection<Source> sources) { in hiltCompiler() 126 List<Source> sources, in compileWithKapt() 134 List<Source> sources, in compileWithKapt() 143 List<Source> sources, in compileWithKapt() 152 List<Source> sources, in compileWithKapt() 222 abstract ImmutableCollection<Source> sources(); in sources() method in HiltCompilerTests.HiltCompiler 313 abstract Builder sources(ImmutableCollection<Source> sources); in sources() method in HiltCompilerTests.HiltCompiler.Builder
|
| /external/dagger2/java/dagger/testing/compile/ |
| D | CompilerTests.java | 107 public static DaggerCompiler daggerCompiler(Source... sources) { in daggerCompiler() 112 public static DaggerCompiler daggerCompiler(ImmutableCollection<Source> sources) { in daggerCompiler() 120 public static InvocationCompiler invocationCompiler(Source... sources) { in invocationCompiler() 129 abstract ImmutableList<Source> sources(); in sources() method in CompilerTests.InvocationCompiler 164 abstract ImmutableCollection<Source> sources(); in sources() method in CompilerTests.DaggerCompiler 264 abstract Builder sources(ImmutableCollection<Source> sources); in sources() method in CompilerTests.DaggerCompiler.Builder 298 List<Source> sources, in compileWithKapt() 305 List<Source> sources, in compileWithKapt()
|
| /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/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/rust/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/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/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/python/cpython3/Lib/distutils/ |
| D | dep_util.py | 32 def newer_pairwise (sources, targets): argument 54 def newer_group (sources, target, missing='error'): argument
|
| /external/python/setuptools/setuptools/_distutils/ |
| D | dep_util.py | 32 def newer_pairwise (sources, targets): argument 54 def newer_group (sources, target, missing='error'): argument
|
| /external/python/cpython2/Lib/distutils/ |
| D | dep_util.py | 33 def newer_pairwise(sources, targets): argument 52 def newer_group(sources, target, missing='error'): argument
|
| /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/fmtlib/test/ |
| D | CMakeLists.txt | 32 set(sources ${name}.cc ${ADD_FMT_TEST_UNPARSED_ARGUMENTS}) variable 34 set(sources ${sources} ${TEST_MAIN_SRC} ../src/os.cc) variable
|
| /external/cronet/net/dns/ |
| D | README.md | 224 #### SYSTEM 272 #### DNS 320 #### MULTICAST_DNS
|
| /external/turbine/javatests/com/google/turbine/lower/ |
| D | IntegrationTestSupport.java | 526 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavacAnalysis() argument 532 Map<String, String> sources, in runJavacAnalysis() argument 543 Map<String, String> sources, Collection<Path> classpath) throws Exception { in runJavac() 549 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavac() 584 Map<String, String> sources, in setupJavac() argument 646 public final Map<String, String> sources; field in IntegrationTestSupport.TestInput 649 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() argument 655 Map<String, String> sources = new LinkedHashMap<>(); in parse() local
|
| D | LowerTest.java | 456 ImmutableMap<String, String> sources = in lazyImports() local 543 ImmutableMap<String, String> sources = in missingOuter() local 594 ImmutableMap<String, String> sources = in missingOuter2() local 621 ImmutableMap<String, String> sources = in multipleVisibilities() local
|
| /external/turbine/javatests/com/google/turbine/deps/ |
| D | TransitiveTest.java | 64 private final ImmutableList.Builder<Path> sources = ImmutableList.builder(); field in TransitiveTest.SourceBuilder 159 ImmutableList<String> sources = in transitive() local 293 private Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath) in runTurbine()
|
| /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/webrtc/modules/desktop_capture/ |
| D | window_capturer_unittest.cc | 54 DesktopCapturer::SourceList sources; in TEST_F() local 78 DesktopCapturer::SourceList sources; in TEST_F() local
|
| /external/ksp/kotlin-analysis-api/src/main/kotlin/com/google/devtools/ksp/impl/ |
| D | KSPCommandLineProcessor.kt | 41 val sources = args.toList() in processArgs() constant
|
| /external/skia/gn/ |
| D | gn_to_cmake.py | 234 def WriteAction(out, target, project, sources, synthetic_dependencies): argument 295 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument 359 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument 405 def WriteCompilerFlags(out, target, project, sources): argument
|
| /external/fmtlib/ |
| D | CMakeLists.txt | 48 set(sources ${AML_UNPARSED_ARGUMENTS}) variable 93 set(sources) variable 98 set(sources ${sources} ${pcm} ${CMAKE_CURRENT_BINARY_DIR}/${obj}) variable
|
| /external/guice/core/src/com/google/inject/internal/ |
| D | WeakKeySet.java | 99 Multiset<Object> sources = backingMap.get(key); in add() local 124 Multiset<Object> sources = (backingMap == null) ? null : backingMap.get(key); in getSources() local
|