Home
last modified time | relevance | path

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

123456

/external/Microsoft-GSL/
D.travis.yml32 sources: &sources anchor
45 sources: &sources anchor
58 sources: &sources anchor
/external/v8/
Dgenmakefiles.py31 def _writeMakefile(filename, module_name, sources): argument
285 sources = None variable
287 sources = [x for x in target['sources'] if x.endswith('.cc')] variable
/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/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/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/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/llvm/lib/Target/X86/
DCMakeLists.txt15 set(sources variable
/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/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/swiftshader/third_party/LLVM/cmake/modules/
DLLVMProcessSources.cmake41 set( sources ${ARGN} ) variable
/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/jsoncpp/devtools/
Dtarball.py7 def make_tarball(tarball_path, sources, base_dir, prefix_dir=''): argument
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test.cc284 std::vector<VideoSource*> sources; in RunFairnessTest() local
481 std::vector<VideoSource*> sources; in RunVariableCapacity2MultipleFlows() local
558 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; in RunBidirectionalFlow() local
667 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; in RunRoundTripTimeFairness() local
783 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumRmcatFlows]; in RunMultipleShortTcpFairness() local
875 rtc::scoped_ptr<AdaptiveVideoSource> sources[kNumFlows]; in RunPauseResumeFlows() local
/external/guava/guava-tests/test/com/google/common/io/
DMultiInputStreamTest.java70 List<ByteSource> sources = Lists.newArrayList(); in joinHelper() local
/external/mesa3d/scons/
Dgallium.py59 def install_shared_library(env, sources, version = ()): argument
Dcrossmingw.py133 def compile_without_gstabs(env, sources, c_file): argument
/external/skia/
DPRESUBMIT.py163 sources = lambda x: ('dm_flags.py' in x.LocalPath() or function
209 sources = lambda x: (x.LocalPath().endswith('.h') or function
/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/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
Dmove.py12 def Run(sources, target, files_to_update): argument

123456