HomeSort by relevance Sort by last modified time
    Searched refs:gather (Results 1 - 25 of 57) sorted by null

1 2 3

  /build/make/core/
product-graph.mk 18 define gather-all-products
52 really_all_products := $(call gather-all-products)
  /tools/test/connectivity/acts/framework/acts/
test_decorators.py 120 def gather(self, *args, **kwargs): member in class:_TestInfoDecoratorFunc
123 function. This will also gather all child info if the underlying func
128 if hasattr(self.func, 'gather'):
129 extras = self.func.gather(*args, **kwargs)
187 def gather(self, *args, **kwargs): member in class:_TestInfoBinding
189 Will gather the target with the bound instance.
191 return self.target.gather(self.instance, *args, **kwargs)
  /build/make/tools/
filter-product-graph.py 14 def gather(included, deps): function
53 included = gather(included, deps)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sax.py 453 gather = self.AttrGatherer()
454 parser.setContentHandler(gather)
459 self.verify_empty_attrs(gather._attrs)
463 gather = self.AttrGatherer()
464 parser.setContentHandler(gather)
469 self.verify_attrs_wattr(gather._attrs)
473 gather = self.AttrGatherer()
474 parser.setContentHandler(gather)
479 self.verify_empty_nsattrs(gather._attrs)
483 gather = self.AttrGatherer()
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sax.py 555 gather = self.AttrGatherer()
556 parser.setContentHandler(gather)
561 self.verify_empty_attrs(gather._attrs)
565 gather = self.AttrGatherer()
566 parser.setContentHandler(gather)
571 self.verify_attrs_wattr(gather._attrs)
575 gather = self.AttrGatherer()
576 parser.setContentHandler(gather)
581 self.verify_empty_nsattrs(gather._attrs)
585 gather = self.AttrGatherer(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sax.py 555 gather = self.AttrGatherer()
556 parser.setContentHandler(gather)
561 self.verify_empty_attrs(gather._attrs)
565 gather = self.AttrGatherer()
566 parser.setContentHandler(gather)
571 self.verify_attrs_wattr(gather._attrs)
575 gather = self.AttrGatherer()
576 parser.setContentHandler(gather)
581 self.verify_empty_nsattrs(gather._attrs)
585 gather = self.AttrGatherer(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py 555 gather = self.AttrGatherer()
556 parser.setContentHandler(gather)
561 self.verify_empty_attrs(gather._attrs)
565 gather = self.AttrGatherer()
566 parser.setContentHandler(gather)
571 self.verify_attrs_wattr(gather._attrs)
575 gather = self.AttrGatherer()
576 parser.setContentHandler(gather)
581 self.verify_empty_nsattrs(gather._attrs)
585 gather = self.AttrGatherer(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py 555 gather = self.AttrGatherer()
556 parser.setContentHandler(gather)
561 self.verify_empty_attrs(gather._attrs)
565 gather = self.AttrGatherer()
566 parser.setContentHandler(gather)
571 self.verify_attrs_wattr(gather._attrs)
575 gather = self.AttrGatherer()
576 parser.setContentHandler(gather)
581 self.verify_empty_nsattrs(gather._attrs)
585 gather = self.AttrGatherer(
    [all...]
  /external/skia/src/opts/
SkRasterPipeline_opts.h 168 SI SkNx<N,T> gather(size_t tail, const T* src, const SkNi& offset) { function
232 SI SkNi gather(size_t tail, const int32_t* src, const SkNi& offset) { function
236 SI SkNu gather(size_t tail, const uint32_t* src, const SkNi& offset) { function
240 SI SkNf gather(size_t tail, const float* src, const SkNi& offset) { function
675 r = gather(tail, ctx->fR, to_int((rgba >> 0) & 0xff));
676 g = gather(tail, ctx->fG, to_int((rgba >> 8) & 0xff));
677 b = gather(tail, ctx->fB, to_int((rgba >> 16) & 0xff));
694 r = gather(tail, ctx->fR, SkNx_cast<int>(rh & 0xff));
695 g = gather(tail, ctx->fG, SkNx_cast<int>(gh & 0xff));
696 b = gather(tail, ctx->fB, SkNx_cast<int>(bh & 0xff))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 164 void gather(Instruction *, const ValueVector &);
296 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { function in class:Scalarizer
393 gather(&I, Res);
423 gather(&SI, Res);
468 gather(&GEPI, Res);
486 gather(&CI, Res);
541 gather(&BCI, Res);
565 gather(&SVI, Res);
590 gather(&PHI, Res);
614 gather(&LI, Res)
    [all...]
  /external/swiftshader/src/Renderer/
Sampler.cpp 67 gather = false;
270 gather = enable;
425 if(gather && Surface::componentCount(internalTextureFormat) == 1)
Sampler.hpp 212 bool gather; member in class:sw::Sampler
  /external/llvm/utils/
llvm-compilers-check 328 gather = False
333 self.logger.debug("Stop Gather")
334 gather = False
335 if gather:
338 self.logger.debug("Start Gather")
339 gather = True
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
textpad.py 148 def gather(self): member in class:Textbox
175 return self.gather()
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
textpad.py 148 def gather(self): member in class:Textbox
175 return self.gather()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 148 def gather(self): member in class:Textbox
175 return self.gather()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 148 def gather(self): member in class:Textbox
175 return self.gather()
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
intermediate.h 758 bool gather; member in struct:glslang::TCrackedTextureOp
789 cracked.gather = false;
889 cracked.gather = true;
893 cracked.gather = true;
898 cracked.gather = true;
    [all...]
  /external/skia/src/jumper/
SkJumper_stages.cpp 69 SI F gather(const float* p, U32 ix) { return p[ix]; } function
97 SI F gather(const float* p, U32 ix) { return {p[ix[0]], p[ix[1]], p[ix[2]], p[ix[3]]}; }
131 SI F gather(const float* p, U32 ix) { return {p[ix[0]], p[ix[1]]}; }
172 SI F gather(const float* p, U32 ix) {
234 SI F gather(const float* p, U32 ix) { return {p[ix[0]], p[ix[1]], p[ix[2]], p[ix[3]]}; }
701 r = gather(c->r, (px ) & 0xff_i);
702 g = gather(c->g, (px >> 8) & 0xff_i);
703 b = gather(c->b, (px >> 16) & 0xff_i);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/
llvmbuild 372 gather = False
377 self.logger.debug("Stop Gather")
378 gather = False
379 if gather:
382 self.logger.debug("Start Gather")
383 gather = True
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
avx-gather.s 1 # Check 32bit AVX gather instructions
  /external/swiftshader/src/Shader/
SamplerCore.cpp 767 bool gather = state.textureFilter == FILTER_GATHER; local
789 Short4 uuuu0 = offsetSample(uuuu, mipmap, OFFSET(Mipmap,uHalf), state.addressingModeU == ADDRESSING_WRAP, gather ? 0 : -1, lod);
790 Short4 vvvv0 = offsetSample(vvvv, mipmap, OFFSET(Mipmap,vHalf), state.addressingModeV == ADDRESSING_WRAP, gather ? 0 : -1, lod);
791 Short4 uuuu1 = offsetSample(uuuu, mipmap, OFFSET(Mipmap,uHalf), state.addressingModeU == ADDRESSING_WRAP, gather ? 2 : +1, lod);
792 Short4 vvvv1 = offsetSample(vvvv, mipmap, OFFSET(Mipmap,vHalf), state.addressingModeV == ADDRESSING_WRAP, gather ? 2 : +1, lod);
799 if(!gather) // Blend
1244 bool gather = state.textureFilter == FILTER_GATHER; local
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 776 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
808 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
835 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const function in class:tcu::TextureCube
837 return m_view.gather(sampler, s, t, r, componentNdx);
    [all...]
  /external/valgrind/cachegrind/
cg_annotate.in 683 @@ gather new information.
  /prebuilts/go/darwin-x86/src/regexp/syntax/
prog.go 157 // Have prefix; gather characters.

Completed in 1248 milliseconds

1 2 3