Home
last modified time | relevance | path

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

12345678

/external/python/cpython3/Lib/distutils/
Ddep_util.py32 def newer_pairwise (sources, targets): argument
54 def newer_group (sources, target, missing='error'): argument
/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/cpython2/Lib/distutils/
Ddep_util.py33 def newer_pairwise(sources, targets): argument
52 def newer_group(sources, target, missing='error'): argument
/external/tensorflow/tensorflow/python/eager/
Dlift_to_graph.py52 def _path_from(from_op, tensor, sources): argument
87 def _map_subgraph(init_tensor, sources, disallowed_placeholders, visited_ops, argument
215 def lift_to_graph(init_tensors, graph, sources=None, argument
Dimperative_grad.py35 sources, 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/deps/
DAbstractTransitiveTest.java52 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
DTransitiveTest.java34 protected Path runTurbine(ImmutableList<Path> sources, ImmutableList<Path> classpath) in runTurbine()
/external/turbine/javatests/com/google/turbine/lower/
DLowerTest.java439 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
DIntegrationTestSupport.java451 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/guava/guava/src/com/google/common/io/
DCharSource.java263 public static CharSource concat(Iterable<? extends CharSource> sources) { in concat()
285 public static CharSource concat(Iterator<? extends CharSource> sources) { in concat()
301 public static CharSource concat(CharSource... sources) { in concat()
DByteSource.java345 public static ByteSource concat(Iterable<? extends ByteSource> sources) { in concat()
367 public static ByteSource concat(Iterator<? extends ByteSource> sources) { in concat()
383 public static ByteSource concat(ByteSource... sources) { in concat()
576 private final Iterable<? extends ByteSource> sources; field in ByteSource.ConcatenatedByteSource
578 ConcatenatedByteSource(Iterable<? extends ByteSource> sources) { in ConcatenatedByteSource()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DCMakeLists.txt23 set(sources variable
/external/llvm/lib/Target/X86/
DCMakeLists.txt15 set(sources variable
/external/turbine/java/com/google/turbine/options/
DTurbineOptions.java34 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/
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/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/v8/
Dgenmakefiles.py24 def _writeBP(filename, module_name, sources): argument
107 def _writeGeneratedFilesBP(sources): argument
124 def _writeLibBaseBP(sources): argument
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-empty.hpp32 namespace sources { namespace
Drx-never.hpp25 namespace sources { namespace
/external/skia/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/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/deqp/external/vulkancts/framework/vulkan/
DvkShaderProgram.hpp93 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member
103 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member
/external/llvm/cmake/modules/
DLLVMProcessSources.cmake53 set(sources ${ARG_UNPARSED_ARGUMENTS}) variable
/external/python/cpython2/PC/VS7.1/
Dbuild_ssl.py58 def find_best_ssl_dir(sources): argument

12345678