Home
last modified time | relevance | path

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

12345678910>>...12

/external/python/cpython3/Doc/library/
Dzoneinfo.rst117 .. _zoneinfo_data_compile_time_config:
119 Compile-time configuration
135 Environment configuration
158 Runtime configuration
/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/perfetto/ui/src/controller/
Drecord_controller_jsdomtest.ts37 const sources = assertExists(result.dataSources); constant
115 const sources = assertExists(result.dataSources); constant
140 const sources = assertExists(result.dataSources); constant
167 const sources = assertExists(result.dataSources); constant
195 const sources = assertExists(result.dataSources); constant
/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/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()
186 …axSSBlocksSource (NegativeTestContext& ctx, glw::GLenum glShaderType, glu::ProgramSources& sources) in genMaxSSBlocksSource()
226 glu::ProgramSources sources; in block_number_limits() local
284 glu::ProgramSources sources; in max_combined_block_number_limit() local
/external/turbine/javatests/com/google/turbine/lower/
DIntegrationTestSupport.java470 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavacAnalysis() argument
476 Map<String, String> sources, in runJavacAnalysis() argument
487 Map<String, String> sources, Collection<Path> classpath) throws Exception { in runJavac()
493 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavac()
528 Map<String, String> sources, in setupJavac() argument
588 public final Map<String, String> sources; field in IntegrationTestSupport.TestInput
591 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() argument
597 Map<String, String> sources = new LinkedHashMap<>(); in parse() local
DLowerTest.java445 ImmutableMap<String, String> sources = in lazyImports() local
537 ImmutableMap<String, String> sources = in missingOuter() local
594 ImmutableMap<String, String> sources = in missingOuter2() local
624 ImmutableMap<String, String> sources = in multipleVisibilities() local
/external/turbine/javatests/com/google/turbine/deps/
DAbstractTransitiveTest.java51 protected abstract Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath) in runTurbine()
58 private final ImmutableList.Builder<Path> sources = ImmutableList.builder(); field in AbstractTransitiveTest.SourceBuilder
145 ImmutableList<String> sources = in transitive() local
/external/turbine/java/com/google/turbine/options/
DTurbineOptions.java56 public abstract ImmutableList<String> sources(); in sources() method in TurbineOptions
165 public Builder addClassPathEntries(Iterable<String> sources) { in addClassPathEntries()
175 public Builder addBootClassPathEntries(Iterable<String> sources) { in addBootClassPathEntries()
183 public abstract Builder setSources(ImmutableList<String> sources); in setSources()
187 public Builder addSources(Iterable<String> sources) { in addSources()
/external/webrtc/modules/desktop_capture/
Dwindow_capturer_unittest.cc48 DesktopCapturer::SourceList sources; in TEST_F() local
71 DesktopCapturer::SourceList sources; in TEST_F() local
/external/guava/android/guava/src/com/google/common/io/
DCharSource.java361 public static CharSource concat(Iterable<? extends CharSource> sources) { in concat()
383 public static CharSource concat(Iterator<? extends CharSource> sources) { in concat()
399 public static CharSource concat(CharSource... sources) { in concat()
601 private final Iterable<? extends CharSource> sources; field in ConcatenatedCharSource
603 ConcatenatedCharSource(Iterable<? extends CharSource> sources) { in ConcatenatedCharSource()
DByteSource.java373 public static ByteSource concat(Iterable<? extends ByteSource> sources) { in concat()
395 public static ByteSource concat(Iterator<? extends ByteSource> sources) { in concat()
411 public static ByteSource concat(ByteSource... sources) { in concat()
671 final Iterable<? extends ByteSource> sources; field in ByteSource.ConcatenatedByteSource
673 ConcatenatedByteSource(Iterable<? extends ByteSource> sources) { in ConcatenatedByteSource()
/external/llvm-project/lldb/test/API/api/multithreaded/
DTestMultithreaded.py85 def build_and_test(self, sources, test_name, args=None): argument
119 def build_program(self, sources, program): argument
/external/tensorflow/tensorflow/python/training/experimental/
Dloss_scaling_gradient_tape.py129 sources, argument
185 sources, argument
205 distribution, loss_scale_gradient_tapes, loss_scale, target, sources, argument
/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
/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/skqp/gn/
Dgn_to_cmake.py233 def WriteAction(out, target, project, sources, synthetic_dependencies): argument
294 def WriteActionForEach(out, target, project, sources, synthetic_dependencies): argument
358 def WriteCopy(out, target, project, sources, synthetic_dependencies): argument
404 def WriteCompilerFlags(out, target, project, sources): argument
/external/guice/core/src/com/google/inject/spi/
DMessage.java47 private final List<Object> sources; field in Message
50 public Message(List<Object> sources, String message, Throwable cause) { in Message()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DCMakeLists.txt24 set(sources variable
/external/llvm-project/llvm/lib/Target/X86/
DCMakeLists.txt26 set(sources variable
/external/llvm/lib/Target/X86/
DCMakeLists.txt15 set(sources variable
/external/rust/cxx/tests/ffi/
Dbuild.rs9 let sources = vec!["lib.rs", "module.rs"]; in main() localVariable
/external/wayland/doc/publican/
Dmeson.build3 subdir('sources') subdir

12345678910>>...12