/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
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...] |
nv50_ir_peephole.cpp | 43 if (defExists(0) && def(0).rep()->reg.data.id < 0) { 45 if (def(d).rep()->reg.data.id >= 0) 54 if (!def(0).rep()->equals(getSrc(1))) 1910 FlowInstruction *rep = bf->getExit()->asFlow(); local [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectReverb.c | 328 effect_param_t *rep = (effect_param_t *) pReplyData; local 330 ALOGV("Reverb_Command EFFECT_CMD_GET_PARAM param %d, replySize %d",*(int32_t *)rep->data, rep->vsize); 331 rep->status = Reverb_getParameter(pReverb, *(int32_t *)rep->data, &rep->vsize, 332 rep->data + sizeof(int32_t)); 333 *replySize = sizeof(effect_param_t) + sizeof(int32_t) + rep->vsize; [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
EditorColorBorderTabletUI.java | 70 public void setColorBorderRepresentation(FilterColorBorderRepresentation rep) { 71 mRep = rep;
|
EditorDrawTabletUI.java | 74 public void setDrawRepresentation(FilterDrawRepresentation rep) { 75 mRep = rep;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 43 if (defExists(0) && def(0).rep()->reg.data.id < 0) { 45 if (def(d).rep()->reg.data.id >= 0) 54 if (!def(0).rep()->equals(getSrc(1))) 1910 FlowInstruction *rep = bf->getExit()->asFlow(); local [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
token.rb | 183 rep = front << name << text_inspect << 185 rep.strip! 186 channel == DEFAULT_CHANNEL or rep << " (#{ channel.to_s })" 187 return( rep )
|
/external/chromium_org/third_party/icu/source/common/ |
uiter.cpp | 20 #include "unicode/rep.h" 533 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) { 535 if(rep!=0) { 537 iter->context=rep; 538 iter->limit=iter->length=rep->length();
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_root_window_host_x11.h | 194 void SerializeImageRepresentation(const gfx::ImageSkiaRep& rep,
|
desktop_root_window_host_x11.cc | [all...] |
/external/grub/stage1/ |
stage1.S | 366 rep
|
/external/grub/stage2/ |
start.S | 290 rep /* sets a repeat */
|
/external/icu4c/common/ |
uiter.cpp | 20 #include "unicode/rep.h" 536 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) { 538 if(rep!=0) { 540 iter->context=rep; 541 iter->limit=iter->length=rep->length();
|
/external/openssh/ |
ssh-keygen.c | 748 enum fp_rep rep; local 753 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_HEX; 763 fp = key_fingerprint(public, fptype, rep); 829 fp = key_fingerprint(public, fptype, rep); 945 enum fp_rep rep; local 950 rep = print_bubblebabble ? SSH_FP_BUBBLEBABBLE : SSH_FP_HEX; 951 fp = key_fingerprint(public, fptype, rep); [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
memory_region_map.cc | 177 char rep[sizeof(RegionSet)]; member in union:MemoryRegionMap::RegionSetRep 178 void* align_it; // do not need a better alignment for 'rep' than this 179 RegionSet* region_set() { return reinterpret_cast<RegionSet*>(rep); } [all...] |
/external/chromium_org/v8/test/mjsunit/ |
array-bounds-check-removal.js | 32 // Test that we do not assert if the accessed index has not an int32 rep.
|
/external/kernel-headers/original/linux/ |
hid.h | 562 #define HID_REPORT_ID(rep) \ 563 .report_type = (rep)
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_sad4d_sse2.asm | 190 %rep (%2-4)/2
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
MatcherTest.java | 96 String rep = new Integer(i).toString() + " $1"; local 97 m.appendReplacement(sb, rep);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
utext.h | 142 #include "unicode/rep.h" 284 * @param rep A Replaceable text object. 292 utext_openReplaceable(UText *ut, U_NAMESPACE_QUALIFIER Replaceable *rep, UErrorCode *status); [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
wbnf.cpp | 1702 Repeat * rep = new Repeat( alt ,5,5 ); local [all...] |
/external/icu4c/common/unicode/ |
utext.h | 142 #include "unicode/rep.h" 284 * @param rep A Replaceable text object. 292 utext_openReplaceable(UText *ut, icu::Replaceable *rep, UErrorCode *status); [all...] |
/external/icu4c/test/intltest/ |
wbnf.cpp | 1702 Repeat * rep = new Repeat( alt ,5,5 ); local [all...] |
/external/libffi/src/x86/ |
unix64.S | 185 rep movsb
|
/external/chromium/third_party/libjingle/source/talk/base/ |
socketadapters.cc | 596 uint8 ver, rep, rsv, atyp; 598 !response.ReadUInt8(&rep) || 603 if ((ver != 5) || (rep != 0)) {
|