Home
last modified time | relevance | path

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

12345

/external/python/cpython2/Lib/distutils/
Ddep_util.py33 def newer_pairwise(sources, targets): argument
52 def newer_group(sources, target, missing='error'): argument
Dextension.py90 def __init__ (self, name, sources, argument
/external/guice/core/test/com/google/inject/internal/
DWeakKeySetUtils.java58 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/
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/llvm/lib/Target/X86/
DCMakeLists.txt15 set(sources variable
/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/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
52 public Message(List<Object> sources, String message, Throwable cause) { in Message()
/external/vulkan-validation-layers/
DBUILD.md252 ##### Linux and OSX
260 ##### Windows
/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
397 def WriteCompilerFlags(out, target, project, sources): argument
/external/vulkan-validation-layers/demos/smoke/
DCMakeLists.txt23 set(sources variable
/external/llvm/cmake/modules/
DLLVMProcessSources.cmake53 set(sources ${ARG_UNPARSED_ARGUMENTS}) variable
DAddOCaml.cmake36 set(sources) variable
/external/python/cpython2/PC/VS7.1/
Dbuild_ssl.py58 def find_best_ssl_dir(sources): argument
/external/swiftshader/third_party/LLVM/cmake/modules/
DLLVMProcessSources.cmake41 set( sources ${ARGN} ) variable
/external/jsoncpp/devtools/
Dtarball.py7 def make_tarball(tarball_path, sources, base_dir, prefix_dir=''): argument
/external/python/cpython2/PC/VS8.0/
Dbuild_ssl.py67 def find_best_ssl_dir(sources): argument
/external/v8/
Dgenmakefiles.py31 def _writeMakefile(filename, module_name, sources): argument
/external/python/cpython2/PC/VC6/
Dbuild_ssl.py62 def find_best_ssl_dir(sources): argument
/external/deqp/framework/opengl/
DgluShaderProgram.cpp309 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/
DMultiInputStreamTest.java70 List<ByteSource> sources = Lists.newArrayList(); in joinHelper() local
/external/v8/tools/
Djs2c.py459 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/
DInputStreamSourceFileLocatorTest.java30 private Map<String, byte[]> sources = new HashMap<String, byte[]>(); field in InputStreamSourceFileLocatorTest
/external/deqp/external/vulkancts/framework/vulkan/
DvkGlslProgram.hpp63 std::vector<std::string> sources[glu::SHADERTYPE_LAST]; member

12345