/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
|
D | extension.py | 90 def __init__ (self, name, sources, argument
|
/external/guice/core/test/com/google/inject/internal/ |
D | WeakKeySetUtils.java | 58 Object... sources) { in assertInSet() 69 Set<Object> sources = set.getSources(key); in assertSourceNotInSet() local 76 Set<Object> sources = set.getSources(key); in assertSourceNotInSet() local
|
/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/llvm/lib/Target/X86/ |
D | CMakeLists.txt | 15 set(sources variable
|
/external/guava/guava/src/com/google/common/io/ |
D | CharSource.java | 263 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()
|
D | ByteSource.java | 345 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/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 52 public Message(List<Object> sources, String message, Throwable cause) { in Message()
|
/external/vulkan-validation-layers/ |
D | BUILD.md | 252 ##### Linux and OSX 260 ##### Windows
|
/external/skia/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 397 def WriteCompilerFlags(out, target, project, sources): argument
|
/external/vulkan-validation-layers/demos/smoke/ |
D | CMakeLists.txt | 23 set(sources variable
|
/external/llvm/cmake/modules/ |
D | LLVMProcessSources.cmake | 53 set(sources ${ARG_UNPARSED_ARGUMENTS}) variable
|
D | AddOCaml.cmake | 36 set(sources) variable
|
/external/python/cpython2/PC/VS7.1/ |
D | build_ssl.py | 58 def find_best_ssl_dir(sources): argument
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | LLVMProcessSources.cmake | 41 set( sources ${ARGN} ) variable
|
/external/jsoncpp/devtools/ |
D | tarball.py | 7 def make_tarball(tarball_path, sources, base_dir, prefix_dir=''): argument
|
/external/python/cpython2/PC/VS8.0/ |
D | build_ssl.py | 67 def find_best_ssl_dir(sources): argument
|
/external/v8/ |
D | genmakefiles.py | 31 def _writeMakefile(filename, module_name, sources): argument
|
/external/python/cpython2/PC/VC6/ |
D | build_ssl.py | 62 def find_best_ssl_dir(sources): argument
|
/external/deqp/framework/opengl/ |
D | gluShaderProgram.cpp | 309 ShaderProgram::ShaderProgram (const RenderContext& renderCtx, const ProgramSources& sources) in ShaderProgram() 315 ShaderProgram::ShaderProgram (const glw::Functions& gl, const ProgramSources& sources) in ShaderProgram() 321 void ShaderProgram::init (const glw::Functions& gl, const ProgramSources& sources) in init() 522 tcu::TestLog& operator<< (tcu::TestLog& log, const ProgramSources& sources) in operator <<()
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | MultiInputStreamTest.java | 70 List<ByteSource> sources = Lists.newArrayList(); in joinHelper() local
|
/external/v8/tools/ |
D | js2c.py | 459 def BuildMetadata(sources, source_bytes, native_type): argument 535 def WriteStartupBlob(sources, startup_blob): argument 559 def JS2C(sources, target, native_type, raw_file, startup_blob, emit_js): argument
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
D | InputStreamSourceFileLocatorTest.java | 30 private Map<String, byte[]> sources = new HashMap<String, byte[]>(); field in InputStreamSourceFileLocatorTest
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkGlslProgram.hpp | 63 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member
|