/external/python/cpython3/Doc/library/ |
D | zoneinfo.rst | 117 .. _zoneinfo_data_compile_time_config: 119 Compile-time configuration 135 Environment configuration 158 Runtime configuration
|
/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/perfetto/ui/src/controller/ |
D | record_controller_jsdomtest.ts | 37 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/ |
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/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() 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/ |
D | IntegrationTestSupport.java | 470 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
|
D | LowerTest.java | 445 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/ |
D | AbstractTransitiveTest.java | 51 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/ |
D | TurbineOptions.java | 56 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/ |
D | window_capturer_unittest.cc | 48 DesktopCapturer::SourceList sources; in TEST_F() local 71 DesktopCapturer::SourceList sources; in TEST_F() local
|
/external/guava/android/guava/src/com/google/common/io/ |
D | CharSource.java | 361 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()
|
D | ByteSource.java | 373 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/ |
D | TestMultithreaded.py | 85 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/ |
D | loss_scaling_gradient_tape.py | 129 sources, argument 185 sources, argument 205 distribution, loss_scale_gradient_tapes, loss_scale, target, sources, argument
|
/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
|
/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/skqp/gn/ |
D | gn_to_cmake.py | 233 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/ |
D | Message.java | 47 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/ |
D | CMakeLists.txt | 24 set(sources variable
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | CMakeLists.txt | 26 set(sources variable
|
/external/llvm/lib/Target/X86/ |
D | CMakeLists.txt | 15 set(sources variable
|
/external/rust/cxx/tests/ffi/ |
D | build.rs | 9 let sources = vec!["lib.rs", "module.rs"]; in main() localVariable
|
/external/wayland/doc/publican/ |
D | meson.build | 3 subdir('sources') subdir
|