/external/elfutils/libcpu/ |
i386_disasm.c | 127 prefbit (rep), 159 newpref (rep), 179 newpref (rep), 473 if (instrtab[cnt].rep) 477 ADD_STRING ("rep "); 505 ADD_STRING ("rep");
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
GeometryMathUtils.java | 281 FilterRepresentation rep) { 285 if (ImagePreset.sameSerializationName(rep, r)) { 289 if (!rep.isNil()) { 290 geometry.add(rep);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_inlines.h | 143 Value *ValueRef::rep() const function in class:ValueRef 149 Value *ValueDef::rep() const function in class:ValueDef
|
nv50_ir_emit_nv50.cpp | 126 #define SDATA(a) ((a).rep()->reg.data) 127 #define DDATA(a) ((a).rep()->reg.data) 455 const Storage *reg = &i->src(s).rep()->reg; [all...] |
/external/chromium_org/ui/gfx/image/ |
image_skia.cc | 40 bool operator()(const ImageSkiaRep& rep) const { 41 return rep.scale() == scale_; 105 // Returns the iterator of the image rep whose density best matches 110 // will fallback to closest image rep. 273 // and replace the existing rep if there is already one with the 275 // one image rep per scale. This is not possible now as ImageLoader currently 383 // TODO(pkotwicz): The image should be null whenever image rep is null.
|
/external/chromium_org/v8/tools/gcmole/ |
gccause.lua | 42 io.write((" "):rep(lvl or 0), name, "\n")
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_inlines.h | 143 Value *ValueRef::rep() const function in class:ValueRef 149 Value *ValueDef::rep() const function in class:ValueDef
|
/external/openfst/src/include/fst/ |
connect.h | 98 StateId rep = comps_->FindSet(i); local 99 StateId &comp = (*cc)[rep];
|
/external/skia/bench/ |
bench_util.py | 66 def __init__(self, cmpr, rep): 69 self._rep = rep
|
/external/v8/tools/gcmole/ |
gccause.lua | 42 io.write((" "):rep(lvl or 0), name, "\n")
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
Editor.java | 222 public void commitLocalRepresentation(FilterRepresentation rep) { 224 filter.add(rep);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
CacheProcessing.java | 48 for (FilterRepresentation rep : representations) { 49 if (!rep.canMergeWith(representation)) { 289 + " similar rep ? " + (similar ? "YES" : "NO")
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ |
FilterShowActivity.java | 425 for (FilterUserPresetRepresentation rep : mVersions) { 427 new Action(this, rep, Action.FULL_VIEW, true)); 435 FilterUserPresetRepresentation rep = new FilterUserPresetRepresentation( local 437 mVersions.add(rep); 447 FilterUserPresetRepresentation rep = local 449 if (rep == null) { 452 mUserPresetsManager.delete(rep.getId()); 1302 FilterRepresentation rep = null; local [all...] |
/external/chromium_org/chrome/browser/search_engines/ |
template_url.cc | 1100 GURL::Replacements rep; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pickle.py | 962 rep = self.readline()[:-1] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pickle.py | 962 rep = self.readline()[:-1] [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/ |
rbug_core.c | 635 struct rbug_proto_shader_replace *rep = (struct rbug_proto_shader_replace *)header; local 644 rb_context = rbug_get_context_locked(rb_screen, rep->context); 653 tr_shdr = rbug_get_shader_locked(rb_context, rep->shader); 679 if (rep->tokens_len == 0) 682 tr_shdr->replaced_tokens = tgsi_dup_tokens((struct tgsi_token *)rep->tokens);
|
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_core.c | 635 struct rbug_proto_shader_replace *rep = (struct rbug_proto_shader_replace *)header; local 644 rb_context = rbug_get_context_locked(rb_screen, rep->context); 653 tr_shdr = rbug_get_shader_locked(rb_context, rep->shader); 679 if (rep->tokens_len == 0) 682 tr_shdr->replaced_tokens = tgsi_dup_tokens((struct tgsi_token *)rep->tokens);
|
/external/mksh/src/ |
histrap.c | 165 char *pat = NULL, *rep = NULL, *line; local 175 rep = pat + (p - *wp); 176 *rep++ = '\0'; 202 rep_len = strlen(rep); 213 memcpy(xp, rep, rep_len); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_atifragshader.c | 98 apply_src_rep(GLint optype, GLuint rep, GLfloat * val) 102 if (!rep) 109 switch (rep) {
|
/external/mesa3d/src/mesa/swrast/ |
s_atifragshader.c | 98 apply_src_rep(GLint optype, GLuint rep, GLfloat * val) 102 if (!rep) 109 switch (rep) {
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerConstructorsTest.java | 749 for (int rep = 0; rep < 2048; ++rep) {
|
/external/chromium_org/v8/src/ |
code-stubs-hydrogen.cc | 583 Representation rep = casted_stub()->representation(); local 585 HObjectAccess::ForJSObjectOffset(casted_stub()->offset(), rep) : 586 HObjectAccess::ForBackingStoreOffset(casted_stub()->offset(), rep); 598 Representation rep = casted_stub()->representation(); local 600 HObjectAccess::ForJSObjectOffset(casted_stub()->offset(), rep) : 601 HObjectAccess::ForBackingStoreOffset(casted_stub()->offset(), rep); [all...] |
/external/libvpx/libvpx/vpx_ports/ |
x86_abi_support.asm | 309 %rep i 337 %rep (last_xmm - 5) 348 %rep (last_xmm - 5)
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
memory_region_map.cc | 169 char rep[sizeof(RegionSet)]; member in union:MemoryRegionMap::RegionSetRep 170 void* align_it; // do not need a better alignment for 'rep' than this 171 RegionSet* region_set() { return reinterpret_cast<RegionSet*>(rep); }
|