| /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/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/perfetto/ui/src/controller/ |
| D | record_controller_jsdomtest.ts | 37 const sources = assertExists(result.dataSources); constant 115 const sources = assertExists(result.dataSources); constant 141 const sources = assertExists(result.dataSources); constant 168 const sources = assertExists(result.dataSources); constant
|
| /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/deps/ |
| D | AbstractTransitiveTest.java | 52 protected abstract Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath) in runTurbine() 59 private final ImmutableList.Builder<Path> sources = ImmutableList.builder(); field in AbstractTransitiveTest.SourceBuilder 146 List<String> sources = in transitive() local
|
| D | TransitiveTest.java | 34 protected Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath) in runTurbine()
|
| /external/turbine/javatests/com/google/turbine/lower/ |
| D | LowerTest.java | 439 ImmutableMap<String, String> sources = in lazyImports() local 531 ImmutableMap<String, String> sources = in missingOuter() local 588 ImmutableMap<String, String> sources = in missingOuter2() local 617 ImmutableMap<String, String> sources = in multipleVisibilities() local
|
| D | IntegrationTestSupport.java | 451 Map<String, String> sources, Collection<Path> classpath) throws Exception { in runJavac() 457 Map<String, String> sources, Collection<Path> classpath, ImmutableList<String> options) in runJavac() 540 final Map<String, String> sources; field in IntegrationTestSupport.TestInput 543 public TestInput(Map<String, String> sources, Map<String, String> classes) { in TestInput() argument 549 Map<String, String> sources = new LinkedHashMap<>(); in parse() local
|
| /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/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 | 376 public static ByteSource concat(Iterable<? extends ByteSource> sources) { in concat() 398 public static ByteSource concat(Iterator<? extends ByteSource> sources) { in concat() 414 public static ByteSource concat(ByteSource... sources) { in concat() 667 final Iterable<? extends ByteSource> sources; field in ByteSource.ConcatenatedByteSource 669 ConcatenatedByteSource(Iterable<? extends ByteSource> sources) { in ConcatenatedByteSource()
|
| /external/llvm/lib/Target/X86/ |
| D | CMakeLists.txt | 15 set(sources variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
| D | CMakeLists.txt | 23 set(sources variable
|
| /external/v8/ |
| D | genmakefiles.py | 24 def _writeBP(filename, module_name, sources): argument 46 def _writeFileGroupBP(filename, module_name, sources): argument 133 def _writeLibBaseBP(sources): argument 173 def _writeTorqueBP(sources): argument
|
| /external/turbine/java/com/google/turbine/options/ |
| D | TurbineOptions.java | 34 private final ImmutableList<String> sources; field in TurbineOptions 54 ImmutableList<String> sources, in TurbineOptions() 88 public ImmutableList<String> sources() { in sources() method in TurbineOptions 202 private final ImmutableList.Builder<String> sources = ImmutableList.builder(); field in TurbineOptions.Builder 266 public Builder addSources(Iterable<String> sources) { in addSources()
|
| /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/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/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/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/ |
| D | rx-empty.hpp | 32 namespace sources { namespace
|
| D | rx-never.hpp | 25 namespace sources { namespace
|
| /external/guava/guava/src/com/google/common/io/ |
| D | ByteSource.java | 376 public static ByteSource concat(Iterable<? extends ByteSource> sources) { in concat() 398 public static ByteSource concat(Iterator<? extends ByteSource> sources) { in concat() 414 public static ByteSource concat(ByteSource... sources) { in concat() 667 final Iterable<? extends ByteSource> sources; field in ByteSource.ConcatenatedByteSource 669 ConcatenatedByteSource(Iterable<? extends ByteSource> sources) { in ConcatenatedByteSource()
|
| /external/tensorflow/tensorflow/python/eager/ |
| D | imperative_grad.py | 35 sources, argument
|
| /external/deqp/external/vulkancts/framework/vulkan/ |
| D | vkShaderProgram.hpp | 101 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member 111 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member
|