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

<<11121314151617181920>>

  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java     [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java     [all...]
  /external/skia/
PRESUBMIT.py 197 sources = lambda x: ('dm_flags.py' in x.LocalPath() or
199 for f in input_api.AffectedSourceFiles(sources):
243 sources = lambda x: (x.LocalPath().endswith('.h') or
254 input_api, output_api, source_file_filter=sources))
257 input_api, output_api, source_file_filter=sources))
260 input_api, output_api, source_file_filter=sources))
265 source_file_filter=sources))
  /external/skqp/
PRESUBMIT.py 174 sources = lambda x: ('dm_flags.py' in x.LocalPath() or
176 for f in input_api.AffectedSourceFiles(sources):
220 sources = lambda x: (x.LocalPath().endswith('.h') or
231 input_api, output_api, source_file_filter=sources))
234 input_api, output_api, source_file_filter=sources))
237 input_api, output_api, source_file_filter=sources))
241 source_file_filter=sources))
  /external/tensorflow/tensorflow/python/eager/
backprop.py 383 sources = [x.handle for x in variables]
385 if not sources:
391 sources)
680 sources = []
688 sources.append(args[i])
704 _default_vspace, this_tape, nest.flatten(result), sources,
712 """Aggregate gradients from multiple sources.
889 def gradient(self, target, sources, output_gradients=None):
894 sources: a list of Tensors or Variables, the target will be
895 differentiated with respect to the sources
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
aix52.exp 42 proc run_aix_test { size name ldopts asopts sources tools output } {
62 $sources \
254 foreach { name ldopts asopts sources tools output } $test {
255 run_aix_test 32 $name $ldopts $asopts $sources $tools $output
256 run_aix_test 64 $name $ldopts $asopts $sources $tools $output
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gpu_executable.cc 300 const auto& sources = this->GetRootPointsToSet().element(index);
304 CHECK_EQ(1, sources.size());
305 auto src_hlo = sources[0]->instruction();
307 VLOG(4) << "Looking at: " << sources[0];
313 this->assignment_->GetUniqueSlice(src_hlo, sources[0]->index()));
  /frameworks/compile/libbcc/lib/
RSCompilerDriver.cpp 306 const std::vector<Source*>& sources,
314 for (Source* source : sources) {
331 for (Source* source : sources) {
371 sourcesToFuse.push_back(sources[p.first]);
388 Source* source = sources[p.first];
  /external/python/cpython3/Lib/distutils/
ccompiler.py 310 def _setup_compile(self, outdir, macros, incdirs, sources, depends,
337 objects = self.object_filenames(sources, strip_dir=0,
339 assert len(objects) == len(sources)
344 for i in range(len(sources)):
345 src = sources[i]
394 def _prep_compile(self, sources, output_dir, depends=None):
397 Determine the list of object files corresponding to 'sources',
403 objects = self.object_filenames(sources, output_dir=output_dir)
404 assert len(objects) == len(sources)
474 def detect_language(self, sources)
    [all...]
  /external/scapy/scapy/
pipetool.py 95 for q in p.sources|p.sinks|p.high_sources|p.high_sinks:
117 sources = self.active_sources
118 sources.add(self)
122 while RUN and (not STOP_IF_EXHAUSTED or len(sources) > 1):
123 fds = select_objects(sources, 2)
133 sources = self.active_sources-exhausted
134 sources.add(self)
137 elif fd in sources:
145 sources.remove(fd)
215 self.sources = set(
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderApiTests.cpp 107 void setShaderSources (glu::Shader& shader, const ShaderSources& sources)
109 std::vector<const char*> cStrings (sources.strings.size(), 0);
111 for (size_t ndx = 0; ndx < sources.strings.size(); ndx++)
112 cStrings[ndx] = sources.strings[ndx].c_str();
114 if (sources.lengths.size() > 0)
115 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]);
724 void insertRandomNullTermStrings (ShaderSources& sources)
727 std::vector<int> indices (sources.strings.size(), 0);
729 DE_ASSERT(sources.lengths.size() > 0);
730 DE_ASSERT(sources.lengths.size() == sources.strings.size())
789 ShaderSources sources; local
1236 const glu::ProgramSources sources = glu::makeVtxFragSources(vertSrc, fragSrc); local
1361 const glu::ProgramSources sources = glu::makeVtxFragSources(vertSrc, fragSrc); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_ext.py 387 ext = Extension(ext_name, build_info['sources'])
428 filenames.extend(ext.sources)
454 sources = ext.sources
455 if sources is None or type(sources) not in (ListType, TupleType):
458 "'sources' must be present and must be " +
460 sources = list(sources)
463 depends = sources + ext.depend
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_ext.py 387 ext = Extension(ext_name, build_info['sources'])
428 filenames.extend(ext.sources)
454 sources = ext.sources
455 if sources is None or type(sources) not in (ListType, TupleType):
458 "'sources' must be present and must be " +
460 sources = list(sources)
463 depends = sources + ext.depend
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 387 ext = Extension(ext_name, build_info['sources'])
428 filenames.extend(ext.sources)
454 sources = ext.sources
455 if sources is None or type(sources) not in (ListType, TupleType):
458 "'sources' must be present and must be " +
460 sources = list(sources)
463 depends = sources + ext.depend
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 387 ext = Extension(ext_name, build_info['sources'])
428 filenames.extend(ext.sources)
454 sources = ext.sources
455 if sources is None or type(sources) not in (ListType, TupleType):
458 "'sources' must be present and must be " +
460 sources = list(sources)
463 depends = sources + ext.depend
    [all...]
  /external/python/cpython2/PCbuild/
get_externals.bat 82 echo.Pull all sources necessary for compiling optional extension modules
84 echo.and pulls sources from %SVNROOT%.
86 echo.Use the -c or --clean option to clean up all external library sources
  /external/python/cpython3/PCbuild/
get_externals.bat 79 echo.Pull all sources necessary for compiling optional extension modules
81 echo.and pulls sources from %SVNROOT%.
83 echo.Use the -c or --clean option to clean up all external library sources
  /cts/hostsidetests/seccomp/app/jni/
Android.mk 30 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
  /cts/tests/tests/security/jni/
Android.mk 44 LOCAL_C_INCLUDES += ndk/sources/cpufeatures
  /development/testrunner/test_defs/
native_test.py 124 def _FilterOutMissing(self, path, sources):
125 """Filter out from the sources list missing tests.
133 sources: List of tests source path.
135 A list of relative paths to the test binaries built from the sources.
138 for f in sources:
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor_util/
move.py 12 def Run(sources, target, files_to_update):
16 sources: List of source module or package paths.
21 moves = tuple(_Move(source, target) for source in sources)
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderBallotTests.cpp 271 glu::ProgramSources sources; local
272 sources.sources[glu::SHADERTYPE_VERTEX].push_back(vs);
273 sources.sources[glu::SHADERTYPE_FRAGMENT].push_back(fs);
274 glu::ShaderProgram renderShader(context.getRenderContext(), sources);
341 sourcesRender.sources[i].push_back(shader);
356 sourcesCompute.sources[glu::SHADERTYPE_COMPUTE].push_back(shaderCompute);
  /external/fonttools/
README.md 14 See [install.txt](https://github.com/behdad/fonttools/blob/master/Doc/install.txt) in the 'Doc' subdirectory for instructions on how to build and install TTX/FontTools from the sources.
  /external/mesa3d/src/compiler/nir/
nir_algebraic.py 92 { ${', '.join(src.c_ptr for src in val.sources)} },
204 self.sources = [ Value.create(src, "{0}_{1}".format(name_base, i), varset)
208 srcs = "\n".join(src.render() for src in self.sources)
250 assigned a type and that type may or may not specify a bit size. Sources
344 src_bits = self._propagate_bit_size_up(val.sources[i])
393 self._propagate_bit_class_down(val.sources[i], src_type_bits)
395 self._propagate_bit_class_down(val.sources[i], common_class)
417 src_class = self._validate_bit_class_up(val.sources[i])
462 self._validate_bit_class_down(val.sources[i], src_type_bits)
464 self._validate_bit_class_down(val.sources[i], val.common_class
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_saturate_propagation.cpp 81 for (int i = 0; i < scan_inst->sources; i++) {
117 for (int i = 0; i < scan_inst->sources; i++) {

Completed in 1413 milliseconds

<<11121314151617181920>>