HomeSort by relevance Sort by last modified time
    Searched defs:gather (Results 1 - 10 of 10) sorted by null

  /build/tools/
filter-product-graph.py 14 def gather(included, deps): function
53 included = gather(included, deps)
  /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()
  /external/chromium_org/third_party/skia/src/gpu/
GrPictureUtils.cpp 171 // All information gathered during the gather process is stored here
213 // canvas.gather();
223 void gather() { function in class:GrGatherCanvas
251 // BBH-based rendering doesn't re-issue many of the operations the gather
278 canvas.gather();
  /external/skia/src/gpu/
GrPictureUtils.cpp 171 // All information gathered during the gather process is stored here
213 // canvas.gather();
223 void gather() { function in class:GrGatherCanvas
251 // BBH-based rendering doesn't re-issue many of the operations the gather
278 canvas.gather();
  /build/core/tasks/
product-graph.mk 18 define gather-all-products
52 really_all_products := $(call gather-all-products)
  /external/chromium_org/tools/grit/grit/node/
structure.py 18 import grit.gather.admin_template namespace
19 import grit.gather.chrome_html namespace
20 import grit.gather.chrome_scaled_image namespace
21 import grit.gather.igoogle_strings namespace
22 import grit.gather.muppet_strings namespace
23 import grit.gather.policy_json namespace
24 import grit.gather.rc namespace
25 import grit.gather.tr_html namespace
26 import grit.gather.txt namespace
33 'accelerators' : grit.gather.rc.Accelerators
    [all...]
  /external/chromium_org/tools/grit/grit/
test_suite_all.py 55 import grit.gather.admin_template_unittest namespace
56 import grit.gather.chrome_html_unittest namespace
57 import grit.gather.chrome_scaled_image_unittest namespace
58 import grit.gather.igoogle_strings_unittest namespace
59 import grit.gather.muppet_strings_unittest namespace
60 import grit.gather.policy_json_unittest namespace
61 import grit.gather.rc_unittest namespace
62 import grit.gather.tr_html_unittest namespace
63 import grit.gather.txt_unittest namespace
123 grit.gather.admin_template_unittest.AdmGathererUnittest
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 155 void gather(Instruction *, const ValueVector &);
285 void Scalarizer::gather(Instruction *Op, const ValueVector &CV) { function in class:Scalarizer
379 gather(&I, Res);
409 gather(&SI, Res);
454 gather(&GEPI, Res);
472 gather(&CI, Res);
527 gather(&BCI, Res);
551 gather(&SVI, Res);
576 gather(&PHI, Res);
599 gather(&LI, Res)
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 687 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
719 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
746 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const function in class:tcu::TextureCube
748 return m_view.gather(sampler, s, t, r, componentNdx);
    [all...]

Completed in 193 milliseconds