HomeSort by relevance Sort by last modified time
    Searched refs:sources (Results 276 - 300 of 655) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
setuptools_build_ext.py 77 def swig_sources(self, sources, *otherargs):
79 sources = _build_ext.swig_sources(self, sources) or sources
81 return _du_build_ext.swig_sources(self, sources, *otherargs)
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderDirectiveTests.cpp 47 void verifyProgram(NegativeTestContext& ctx, glu::ProgramSources sources, ExpectResult expect)
52 const glu::ShaderProgram program (ctx.getRenderContext(), sources);
441 glu::ProgramSources sources; local
442 sources << glu::VertexSource(simpleVtxFrag)
446 verifyProgram(ctx, sources, EXPECT_RESULT_FAIL);
es31fProgramPipelineStateQueryTests.cpp 171 glu::ProgramSources sources; local
174 sources << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource);
176 sources << glu::ProgramSeparable(true) << glu::FragmentSource(s_fragmentSource);
178 sources << glu::ProgramSeparable(true) << glu::ComputeSource(s_computeSource);
185 glu::ShaderProgram program(m_context.getRenderContext(), sources);
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 138 glu::ProgramSources sources; local
141 sources << glu::VertexSource(getVertexSource())
166 sources << glu::TessellationControlSource(getTessellationControlSource(tessGenLevel))
271 sources << glu::GeometrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations));
282 m_program = new glu::ShaderProgram(m_context.getRenderContext(), sources);
  /external/python/cpython2/Lib/distutils/tests/
setuptools_build_ext.py 77 def swig_sources(self, sources, *otherargs):
79 sources = _build_ext.swig_sources(self, sources) or sources
81 return _du_build_ext.swig_sources(self, sources, *otherargs)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 769 private final Source[] sources; field in class:Snapshot
772 private Snapshot(String key, long sequenceNumber, Source[] sources, long[] lengths) {
775 this.sources = sources;
794 return sources[index];
803 for (Source in : sources) {
    [all...]
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/
DiskLruCache.java 772 private final Source[] sources; field in class:Snapshot
775 private Snapshot(String key, long sequenceNumber, Source[] sources, long[] lengths) {
778 this.sources = sources;
797 return sources[index];
806 for (Source in : sources) {
    [all...]
  /external/tensorflow/tensorflow/python/eager/
backprop.py 213 sources = [v.handle for v in variables]
215 sources)
511 sources = []
519 sources.append(args[i])
535 this_tape, nest.flatten(result), sources, output_gradients=dy)
543 """Aggregate gradients from multiple sources.
893 sources,
900 sources: a list or nested structure of Tensors or Variables. `target`
901 will be differentiated against elements in `sources`.
905 alters the value which will be returned if the target and sources ar
    [all...]
  /external/guice/core/src/com/google/inject/internal/
Errors.java 451 public Errors childBindingAlreadySet(Key<?> key, Set<Object> sources) {
453 for (Object source : sources) {
564 List<Object> sources = getSources(); local
566 addMessage(Messages.mergeSources(sources, message));
586 List<Object> sources = Lists.newArrayList(); local
589 sources.add(0, e.source);
592 return sources;
  /external/v8/tools/
SourceMap.js 132 sources: function()
236 var sources = [];
238 for (var i = 0; i < map.sources.length; ++i) {
239 var originalSourceURL = map.sources[i];
246 sources.push(url);
254 var sourceURL = sources[sourceIndex];
278 sourceURL = sources[sourceIndex];
128 WebInspector.SourceMap.prototype = { method in class:WebInspector.SourceMap
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 574 if (!src.sources[shaderType].empty())
578 for (size_t ndx = 0; ndx < src.sources[shaderType].size(); ++ndx)
580 const StringTemplate tmpl (src.sources[shaderType][ndx]);
840 if (spec.programs[0].sources.separable)
851 return !spec.programs[0].sources.sources[glu::SHADERTYPE_TESSELLATION_CONTROL].empty() ||
852 !spec.programs[0].sources.sources[glu::SHADERTYPE_TESSELLATION_EVALUATION].empty();
933 const bool separablePrograms = m_spec.programs[0].sources.separable;
    [all...]
  /external/turbine/javatests/com/google/turbine/lower/
LowerTest.java 288 IntegrationTestSupport.runTurbine(input.sources, ImmutableList.of());
439 ImmutableMap<String, String> sources = local
483 sources.forEach(
489 Map<String, byte[]> actual = IntegrationTestSupport.runTurbine(sources, ImmutableList.of());
531 ImmutableMap<String, String> sources = local
542 IntegrationTestSupport.runTurbine(sources, ImmutableList.of(libJar));
588 ImmutableMap<String, String> sources = local
601 IntegrationTestSupport.runTurbine(sources, ImmutableList.of(libJar));
617 ImmutableMap<String, String> sources = local
621 IntegrationTestSupport.runTurbine(sources, /* classpath= */ ImmutableList.of())
    [all...]
  /external/epid-sdk/
Makefile.in 115 $(MAKE) -C ./ext/ipp/sources/ippcp clean
130 $(MAKE) -C ./ext/ipp/sources/ippcp install
142 $(MAKE) -C ./ext/ipp/sources/ippcp all
  /dalvik/dx/src/com/android/dx/ssa/back/
SsaToRop.java 199 RegisterSpecList sources = insn.getSources(); local
201 int sz = sources.size();
204 RegisterSpec source = sources.get(i);
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 217 int sources = dev.getSources(); local
221 if (((sources & InputDevice.SOURCE_GAMEPAD) == InputDevice.SOURCE_GAMEPAD)
222 || ((sources & InputDevice.SOURCE_JOYSTICK)
  /external/cldr/tools/java/org/unicode/cldr/util/
XMLSource.java 618 * SUBCLASSING: Override in resolving sources.
690 private LinkedHashMap<String, XMLSource> sources; field in class:XMLSource.ResolvingSource
697 return sources.get(getLocaleID());
731 XMLSource source = sources.get(fullStatus.localeWhereFound);
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/
cfa.h 307 auto sources = TraversalRoots(ordered_blocks, succ_func, pred_func); local
325 (*augmented_successors_map)[pseudo_entry_block] = sources;
326 for (auto block : sources) {
  /external/grpc-grpc/src/python/grpcio/
commands.py 181 extension.sources = [poison_filename]
190 for source in extension.sources:
205 extension.sources = generated_pyx_sources + other_sources
226 "Poisoning extension sources to disallow extension commands...")
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
AnyTransliterator.java 255 Enumeration sources = Transliterator.getAvailableSources(); local
256 while(sources.hasMoreElements()) {
257 String source = (String) sources.nextElement();
  /external/swiftshader/third_party/SPIRV-Tools/source/
cfa.h 307 auto sources = TraversalRoots(ordered_blocks, succ_func, pred_func); local
325 (*augmented_successors_map)[pseudo_entry_block] = sources;
326 for (auto block : sources) {
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.cc 224 const auto& sources = this->GetRootPointsToSet().element(index);
227 CHECK_EQ(1, sources.size());
228 const LogicalBuffer* buffer_source = sources[0];
  /external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
rx-scope.hpp 29 namespace sources { namespace in namespace:rxcpp
rx-timer.hpp 40 namespace sources { namespace in namespace:rxcpp
  /external/boringssl/
rules.mk 39 MODULE_SRCDEPS += $(LOCAL_DIR)/crypto-sources.mk
40 include $(LOCAL_DIR)/crypto-sources.mk
  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 390 glu::ProgramSources sources;
392 sources << m_gen.getSource();
393 sources << glu::ShaderSource(otherShader, getConstShaderSource(otherShader));
396 glu::ShaderProgram program(m_context.getRenderContext(), sources);

Completed in 3574 milliseconds

<<11121314151617181920>>