Home
last modified time | relevance | path

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

12345678910>>...17

/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/perfetto/ui/src/controller/
Drecord_controller_jsdomtest.ts36 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/
DHiltCompilerTests.java101 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/
DCompilerTests.java107 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/
Dzoneinfo.rst120 .. _zoneinfo_data_compile_time_config:
122 Compile-time configuration
139 Environment configuration
162 Runtime configuration
/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/rust/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/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/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/python/cpython3/Lib/distutils/
Ddep_util.py32 def newer_pairwise (sources, targets): argument
54 def newer_group (sources, target, missing='error'): argument
/external/python/setuptools/setuptools/_distutils/
Ddep_util.py32 def newer_pairwise (sources, targets): argument
54 def newer_group (sources, target, missing='error'): argument
/external/python/cpython2/Lib/distutils/
Ddep_util.py33 def newer_pairwise(sources, targets): argument
52 def newer_group(sources, target, missing='error'): argument
/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/fmtlib/test/
DCMakeLists.txt32 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/
DREADME.md224 #### SYSTEM
272 #### DNS
320 #### MULTICAST_DNS
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java526 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
DLowerTest.java456 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/
DTransitiveTest.java64 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/
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/webrtc/modules/desktop_capture/
Dwindow_capturer_unittest.cc54 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/
DKSPCommandLineProcessor.kt41 val sources = args.toList() in processArgs() constant
/external/skia/gn/
Dgn_to_cmake.py234 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/
DCMakeLists.txt48 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/
DWeakKeySet.java99 Multiset<Object> sources = backingMap.get(key); in add() local
124 Multiset<Object> sources = (backingMap == null) ? null : backingMap.get(key); in getSources() local

12345678910>>...17