HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 151 - 175 of 1405) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/gpu/include/
GrRefCnt.h 44 void ref() const { function in class:GrRefCnt
74 * but otherwise it calls ref().
78 obj->ref();
99 src->ref();
  /external/skia/include/images/
SkFlipPixelRef.h 88 SkAutoFlipUpdate(SkFlipPixelRef* ref) : fRef(ref) {
89 fDirty = &ref->beginUpdate(&fBitmap);
  /libcore/luni/src/main/java/libcore/net/url/
JarHandler.java 101 String ref = url.getRef(); local
102 if (ref != null) {
103 sb.append(ref);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_ver_half.s 33 ref RN 0 label
126 ADD ref,sp,#0x28 ;// ref = p1
135 ADD ref, ref, tmp6 ;// ref += y0*width+x0
150 LDR tmp1, [ref], width ;// |a4|a3|a2|a1|
151 LDR tmp2, [ref], width ;// |c4|c3|c2|c1|
152 LDR tmp3, [ref], width ;// |g4|g3|g2|g1|
153 LDR tmp4, [ref], width ;// |m4|m3|m2|m1
    [all...]
h264bsd_interpolate_hor_half.s 33 ref RN 0 label
125 ADD ref,sp,#0x28 ;// ref = p1
134 ADD ref, ref, tmp2 ;// ref += y0*width+x0
135 ADD ref, ref, #8 ;// ref = ref+
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel.cpp 19 Int HalfPel1_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh)
20 Int HalfPel2_SAD_MB(UChar *ref,UChar *blk,Int dmin,Int width)
21 Int HalfPel1_SAD_Blk(UChar *ref,UChar *blk,Int dmin,Int width,Int ih,Int jh)
22 Int HalfPel2_SAD_Blk(UChar *ref,UChar *blk,Int dmin,Int width)
24 Int SAD_MB_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
25 Int SAD_MB_HP_HTFM_Collect(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
26 Int SAD_MB_HP_HTFM(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
27 Int SAD_Blk_HalfPel_C(UChar *ref,UChar *blk,Int dmin,Int width,Int rx,Int xh,Int yh,void *extra_info)
59 Purpose: Compute SAD 16x16 between blk and ref in halfpel
64 Int HalfPel1_SAD_MB(UChar *ref, UChar *blk, Int dmin, Int width, Int ih, Int jh
    [all...]
  /dalvik/vm/
ReferenceTable.cpp 81 LOGE("Unable to expand ref table (from %d to %d %d-byte entries)",
269 const Object* ref = refs[idx]; local
270 if (ref == NULL) {
273 if (ref == kClearedJniWeakGlobal) {
277 if (ref->clazz == NULL) {
279 size_t size = dvmObjectSizeInHeap(ref);
280 LOGW(" %5d: %p (raw) (%zd bytes)", idx, ref, size);
284 std::string className(dvmHumanReadableType(ref));
287 size_t elems = getElementCount(ref);
290 } else if (ref->clazz == gDvm.classJavaLangString)
    [all...]
  /dalvik/vm/mterp/c/
opcommon.cpp     [all...]
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 155 PgmImage ref(file_name);
157 if ( ref.GetDataPointer() == NULL )
163 cout << ref << endl;
166 int format = ref.GetFormat();
171 w = ref.GetWidth();
172 h = ref.GetHeight();
185 color_ref = ref;
189 ref.ConvertToGray();
202 reg.AddFrame(ref.GetRowPointers(),H,false,false);
215 reg.UpdateReference(ref.GetRowPointers())
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoItem.java 43 private final CstMethodRef ref; field in class:DebugInfoItem
45 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) {
55 this.ref = ref;
80 "...while placing debug info for " + ref.toHuman());
148 DebugInfoDecoder.validateEncode(result, file, ref, code,
183 file, codeSize, regSize, isStatic, ref);
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoItem.java 41 private final CstMethodRef ref; field in class:DebugInfoItem
43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) {
53 this.ref = ref;
78 "...while placing debug info for " + ref.toHuman());
146 DebugInfoDecoder.validateEncode(result, file, ref, code,
181 file, codeSize, regSize, isStatic, ref);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
MessageProcessor.java 92 * returns new ref, which is also the decoded image; ref could be bigger
95 public static byte[] decodeReferencedImage(byte[] ref, byte[] pixels) {
96 if (ref.length < pixels.length)
97 ref = new byte[pixels.length];
99 ref[i] ^= pixels[i];
100 for (int i = pixels.length; i < ref.length; i++)
101 ref[i] = 0; // clear unused ref to maintain consistency
102 return ref;
    [all...]
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 167 T &ref; member in struct:NDC
170 NDC(T &ref) : ref(ref) { }
174 X0(int &ref) : NDC<int>(ref), ndc(ref) { }
  /frameworks/base/libs/rs/
rsObjectBase.cpp 42 //LOGV("~ObjectBase %p ref %i,%i", this, mUserRefCount, mSysRefCount);
73 //LOGV("ObjectBase %p incU ref %i, %i", this, mUserRefCount, mSysRefCount);
78 //LOGV("ObjectBase %p incS ref %i, %i", this, mUserRefCount, mSysRefCount);
88 bool ObjectBase::checkDelete(const ObjectBase *ref) {
89 if (!ref) {
95 // the ref counts. At this point we should be the only thread
97 if (ref->mUserRefCount || ref->mSysRefCount) {
102 ref->remove();
105 ref->preDestroy()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageProcessor.java 92 * returns new ref, which is also the decoded image; ref could be bigger
95 public static byte[] decodeReferencedImage(byte[] ref, byte[] pixels) {
96 if (ref.length < pixels.length)
97 ref = new byte[pixels.length];
99 ref[i] ^= pixels[i];
100 for (int i = pixels.length; i < ref.length; i++)
101 ref[i] = 0; // clear unused ref to maintain consistency
102 return ref;
    [all...]
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 11 import java.lang.ref.Reference;
12 import java.lang.ref.ReferenceQueue;
13 import java.lang.ref.SoftReference;
179 final Reference ref = entry.m_softValue; local
180 result = ref.get (); // may return null to the caller
185 ref.enqueue ();
195 final Reference ref = entry.m_softValue; local
196 result = ref.get (); // may return null to the caller
201 ref.enqueue ();
266 final IndexedSoftReference ref = currentKeyEntry.m_softValue local
322 final IndexedSoftReference ref = entry.m_softValue; local
490 IndexedSoftReference ref = entry.m_softValue; \/\/ get the soft value reference local
    [all...]
  /dalvik/vm/mterp/out/
InterpC-x86-atom.cpp 382 u2 ref, vsrc1, vsrc2, vdst; \
386 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
428 u4 ref; \
431 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
    [all...]
InterpC-x86.cpp 382 u2 ref, vsrc1, vsrc2, vdst; \
386 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
428 u4 ref; \
431 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
    [all...]
InterpC-allstubs.cpp 382 u2 ref, vsrc1, vsrc2, vdst; \
386 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst; \
428 u4 ref; \
431 (void)ref; (void)vsrc1; (void)vsrc2; (void)vdst; (void)inst;
    [all...]
  /external/collada/src/1.4/dom/
domCg_param_type.cpp 22 domCg_param_typeRef ref = new domCg_param_type(dae); local
23 return ref;
743 domCg_param_type::domBoolRef ref = new domCg_param_type::domBool(dae); local
744 return ref;
779 domCg_param_type::domBool1Ref ref = new domCg_param_type::domBool1(dae); local
780 return ref;
815 domCg_param_type::domBool2Ref ref = new domCg_param_type::domBool2(dae); local
816 return ref;
851 domCg_param_type::domBool3Ref ref = new domCg_param_type::domBool3(dae); local
852 return ref;
887 domCg_param_type::domBool4Ref ref = new domCg_param_type::domBool4(dae); local
923 domCg_param_type::domBool1x1Ref ref = new domCg_param_type::domBool1x1(dae); local
959 domCg_param_type::domBool1x2Ref ref = new domCg_param_type::domBool1x2(dae); local
995 domCg_param_type::domBool1x3Ref ref = new domCg_param_type::domBool1x3(dae); local
1031 domCg_param_type::domBool1x4Ref ref = new domCg_param_type::domBool1x4(dae); local
1067 domCg_param_type::domBool2x1Ref ref = new domCg_param_type::domBool2x1(dae); local
1103 domCg_param_type::domBool2x2Ref ref = new domCg_param_type::domBool2x2(dae); local
1139 domCg_param_type::domBool2x3Ref ref = new domCg_param_type::domBool2x3(dae); local
1175 domCg_param_type::domBool2x4Ref ref = new domCg_param_type::domBool2x4(dae); local
1211 domCg_param_type::domBool3x1Ref ref = new domCg_param_type::domBool3x1(dae); local
1247 domCg_param_type::domBool3x2Ref ref = new domCg_param_type::domBool3x2(dae); local
1283 domCg_param_type::domBool3x3Ref ref = new domCg_param_type::domBool3x3(dae); local
1319 domCg_param_type::domBool3x4Ref ref = new domCg_param_type::domBool3x4(dae); local
1355 domCg_param_type::domBool4x1Ref ref = new domCg_param_type::domBool4x1(dae); local
1391 domCg_param_type::domBool4x2Ref ref = new domCg_param_type::domBool4x2(dae); local
1427 domCg_param_type::domBool4x3Ref ref = new domCg_param_type::domBool4x3(dae); local
1463 domCg_param_type::domBool4x4Ref ref = new domCg_param_type::domBool4x4(dae); local
1499 domCg_param_type::domFloatRef ref = new domCg_param_type::domFloat(dae); local
1535 domCg_param_type::domFloat1Ref ref = new domCg_param_type::domFloat1(dae); local
1571 domCg_param_type::domFloat2Ref ref = new domCg_param_type::domFloat2(dae); local
1607 domCg_param_type::domFloat3Ref ref = new domCg_param_type::domFloat3(dae); local
1643 domCg_param_type::domFloat4Ref ref = new domCg_param_type::domFloat4(dae); local
1679 domCg_param_type::domFloat1x1Ref ref = new domCg_param_type::domFloat1x1(dae); local
1715 domCg_param_type::domFloat1x2Ref ref = new domCg_param_type::domFloat1x2(dae); local
1751 domCg_param_type::domFloat1x3Ref ref = new domCg_param_type::domFloat1x3(dae); local
1787 domCg_param_type::domFloat1x4Ref ref = new domCg_param_type::domFloat1x4(dae); local
1823 domCg_param_type::domFloat2x1Ref ref = new domCg_param_type::domFloat2x1(dae); local
1859 domCg_param_type::domFloat2x2Ref ref = new domCg_param_type::domFloat2x2(dae); local
1895 domCg_param_type::domFloat2x3Ref ref = new domCg_param_type::domFloat2x3(dae); local
1931 domCg_param_type::domFloat2x4Ref ref = new domCg_param_type::domFloat2x4(dae); local
1967 domCg_param_type::domFloat3x1Ref ref = new domCg_param_type::domFloat3x1(dae); local
2003 domCg_param_type::domFloat3x2Ref ref = new domCg_param_type::domFloat3x2(dae); local
2039 domCg_param_type::domFloat3x3Ref ref = new domCg_param_type::domFloat3x3(dae); local
2075 domCg_param_type::domFloat3x4Ref ref = new domCg_param_type::domFloat3x4(dae); local
2111 domCg_param_type::domFloat4x1Ref ref = new domCg_param_type::domFloat4x1(dae); local
2147 domCg_param_type::domFloat4x2Ref ref = new domCg_param_type::domFloat4x2(dae); local
2183 domCg_param_type::domFloat4x3Ref ref = new domCg_param_type::domFloat4x3(dae); local
2219 domCg_param_type::domFloat4x4Ref ref = new domCg_param_type::domFloat4x4(dae); local
2255 domCg_param_type::domIntRef ref = new domCg_param_type::domInt(dae); local
2291 domCg_param_type::domInt1Ref ref = new domCg_param_type::domInt1(dae); local
2327 domCg_param_type::domInt2Ref ref = new domCg_param_type::domInt2(dae); local
2363 domCg_param_type::domInt3Ref ref = new domCg_param_type::domInt3(dae); local
2399 domCg_param_type::domInt4Ref ref = new domCg_param_type::domInt4(dae); local
2435 domCg_param_type::domInt1x1Ref ref = new domCg_param_type::domInt1x1(dae); local
2471 domCg_param_type::domInt1x2Ref ref = new domCg_param_type::domInt1x2(dae); local
2507 domCg_param_type::domInt1x3Ref ref = new domCg_param_type::domInt1x3(dae); local
2543 domCg_param_type::domInt1x4Ref ref = new domCg_param_type::domInt1x4(dae); local
2579 domCg_param_type::domInt2x1Ref ref = new domCg_param_type::domInt2x1(dae); local
2615 domCg_param_type::domInt2x2Ref ref = new domCg_param_type::domInt2x2(dae); local
2651 domCg_param_type::domInt2x3Ref ref = new domCg_param_type::domInt2x3(dae); local
2687 domCg_param_type::domInt2x4Ref ref = new domCg_param_type::domInt2x4(dae); local
2723 domCg_param_type::domInt3x1Ref ref = new domCg_param_type::domInt3x1(dae); local
2759 domCg_param_type::domInt3x2Ref ref = new domCg_param_type::domInt3x2(dae); local
2795 domCg_param_type::domInt3x3Ref ref = new domCg_param_type::domInt3x3(dae); local
2831 domCg_param_type::domInt3x4Ref ref = new domCg_param_type::domInt3x4(dae); local
2867 domCg_param_type::domInt4x1Ref ref = new domCg_param_type::domInt4x1(dae); local
2903 domCg_param_type::domInt4x2Ref ref = new domCg_param_type::domInt4x2(dae); local
2939 domCg_param_type::domInt4x3Ref ref = new domCg_param_type::domInt4x3(dae); local
2975 domCg_param_type::domInt4x4Ref ref = new domCg_param_type::domInt4x4(dae); local
3011 domCg_param_type::domHalfRef ref = new domCg_param_type::domHalf(dae); local
3047 domCg_param_type::domHalf1Ref ref = new domCg_param_type::domHalf1(dae); local
3083 domCg_param_type::domHalf2Ref ref = new domCg_param_type::domHalf2(dae); local
3119 domCg_param_type::domHalf3Ref ref = new domCg_param_type::domHalf3(dae); local
3155 domCg_param_type::domHalf4Ref ref = new domCg_param_type::domHalf4(dae); local
3191 domCg_param_type::domHalf1x1Ref ref = new domCg_param_type::domHalf1x1(dae); local
3227 domCg_param_type::domHalf1x2Ref ref = new domCg_param_type::domHalf1x2(dae); local
3263 domCg_param_type::domHalf1x3Ref ref = new domCg_param_type::domHalf1x3(dae); local
3299 domCg_param_type::domHalf1x4Ref ref = new domCg_param_type::domHalf1x4(dae); local
3335 domCg_param_type::domHalf2x1Ref ref = new domCg_param_type::domHalf2x1(dae); local
3371 domCg_param_type::domHalf2x2Ref ref = new domCg_param_type::domHalf2x2(dae); local
3407 domCg_param_type::domHalf2x3Ref ref = new domCg_param_type::domHalf2x3(dae); local
3443 domCg_param_type::domHalf2x4Ref ref = new domCg_param_type::domHalf2x4(dae); local
3479 domCg_param_type::domHalf3x1Ref ref = new domCg_param_type::domHalf3x1(dae); local
3515 domCg_param_type::domHalf3x2Ref ref = new domCg_param_type::domHalf3x2(dae); local
3551 domCg_param_type::domHalf3x3Ref ref = new domCg_param_type::domHalf3x3(dae); local
3587 domCg_param_type::domHalf3x4Ref ref = new domCg_param_type::domHalf3x4(dae); local
3623 domCg_param_type::domHalf4x1Ref ref = new domCg_param_type::domHalf4x1(dae); local
3659 domCg_param_type::domHalf4x2Ref ref = new domCg_param_type::domHalf4x2(dae); local
3695 domCg_param_type::domHalf4x3Ref ref = new domCg_param_type::domHalf4x3(dae); local
3731 domCg_param_type::domHalf4x4Ref ref = new domCg_param_type::domHalf4x4(dae); local
3767 domCg_param_type::domFixedRef ref = new domCg_param_type::domFixed(dae); local
3803 domCg_param_type::domFixed1Ref ref = new domCg_param_type::domFixed1(dae); local
3839 domCg_param_type::domFixed2Ref ref = new domCg_param_type::domFixed2(dae); local
3875 domCg_param_type::domFixed3Ref ref = new domCg_param_type::domFixed3(dae); local
3911 domCg_param_type::domFixed4Ref ref = new domCg_param_type::domFixed4(dae); local
3947 domCg_param_type::domFixed1x1Ref ref = new domCg_param_type::domFixed1x1(dae); local
3983 domCg_param_type::domFixed1x2Ref ref = new domCg_param_type::domFixed1x2(dae); local
4019 domCg_param_type::domFixed1x3Ref ref = new domCg_param_type::domFixed1x3(dae); local
4055 domCg_param_type::domFixed1x4Ref ref = new domCg_param_type::domFixed1x4(dae); local
4091 domCg_param_type::domFixed2x1Ref ref = new domCg_param_type::domFixed2x1(dae); local
4127 domCg_param_type::domFixed2x2Ref ref = new domCg_param_type::domFixed2x2(dae); local
4163 domCg_param_type::domFixed2x3Ref ref = new domCg_param_type::domFixed2x3(dae); local
4199 domCg_param_type::domFixed2x4Ref ref = new domCg_param_type::domFixed2x4(dae); local
4235 domCg_param_type::domFixed3x1Ref ref = new domCg_param_type::domFixed3x1(dae); local
4271 domCg_param_type::domFixed3x2Ref ref = new domCg_param_type::domFixed3x2(dae); local
4307 domCg_param_type::domFixed3x3Ref ref = new domCg_param_type::domFixed3x3(dae); local
4343 domCg_param_type::domFixed3x4Ref ref = new domCg_param_type::domFixed3x4(dae); local
4379 domCg_param_type::domFixed4x1Ref ref = new domCg_param_type::domFixed4x1(dae); local
4415 domCg_param_type::domFixed4x2Ref ref = new domCg_param_type::domFixed4x2(dae); local
4451 domCg_param_type::domFixed4x3Ref ref = new domCg_param_type::domFixed4x3(dae); local
4487 domCg_param_type::domFixed4x4Ref ref = new domCg_param_type::domFixed4x4(dae); local
4523 domCg_param_type::domStringRef ref = new domCg_param_type::domString(dae); local
4559 domCg_param_type::domEnumRef ref = new domCg_param_type::domEnum(dae); local
    [all...]
domFx_sampler1D_common.cpp 22 domFx_sampler1D_commonRef ref = new domFx_sampler1D_common(dae); local
23 return ref;
108 domFx_sampler1D_common::domSourceRef ref = new domFx_sampler1D_common::domSource(dae); local
109 return ref;
144 domFx_sampler1D_common::domWrap_sRef ref = new domFx_sampler1D_common::domWrap_s(dae); local
145 return ref;
180 domFx_sampler1D_common::domMinfilterRef ref = new domFx_sampler1D_common::domMinfilter(dae); local
181 return ref;
216 domFx_sampler1D_common::domMagfilterRef ref = new domFx_sampler1D_common::domMagfilter(dae); local
217 return ref;
252 domFx_sampler1D_common::domMipfilterRef ref = new domFx_sampler1D_common::domMipfilter(dae); local
288 domFx_sampler1D_common::domBorder_colorRef ref = new domFx_sampler1D_common::domBorder_color(dae); local
324 domFx_sampler1D_common::domMipmap_maxlevelRef ref = new domFx_sampler1D_common::domMipmap_maxlevel(dae); local
360 domFx_sampler1D_common::domMipmap_biasRef ref = new domFx_sampler1D_common::domMipmap_bias(dae); local
    [all...]
domFx_surface_format_hint_common.cpp 22 domFx_surface_format_hint_commonRef ref = new domFx_surface_format_hint_common(dae); local
23 return ref;
84 domFx_surface_format_hint_common::domChannelsRef ref = new domFx_surface_format_hint_common::domChannels(dae); local
85 return ref;
120 domFx_surface_format_hint_common::domRangeRef ref = new domFx_surface_format_hint_common::domRange(dae); local
121 return ref;
156 domFx_surface_format_hint_common::domPrecisionRef ref = new domFx_surface_format_hint_common::domPrecision(dae); local
157 return ref;
192 domFx_surface_format_hint_common::domOptionRef ref = new domFx_surface_format_hint_common::domOption(dae); local
193 return ref;
    [all...]
domFx_surface_init_cube_common.cpp 22 domFx_surface_init_cube_commonRef ref = new domFx_surface_init_cube_common(dae); local
23 return ref;
76 domFx_surface_init_cube_common::domAllRef ref = new domFx_surface_init_cube_common::domAll(dae); local
77 return ref;
94 // Add attribute: ref
97 ma->setName( "ref" );
115 domFx_surface_init_cube_common::domPrimaryRef ref = new domFx_surface_init_cube_common::domPrimary(dae); local
116 return ref;
145 // Add attribute: ref
148 ma->setName( "ref" );
166 domFx_surface_init_cube_common::domPrimary::domOrderRef ref = new domFx_surface_init_cube_common::domPrimary::domOrder(dae); local
202 domFx_surface_init_cube_common::domFaceRef ref = new domFx_surface_init_cube_common::domFace(dae); local
    [all...]
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 105 ClassRef ref = classes[i]; local
107 out.println(descriptorToDot(ref.getName()));
120 FieldRef ref = fields[j]; local
122 out.println(descriptorToDot(ref.getDeclClassName()) +
123 "." + ref.getName() + " : " + ref.getTypeName());
137 MethodRef ref = methods[j]; local
139 out.println(descriptorToDot(ref.getDeclClassName()) +
140 "." + ref.getName() + " : " + ref.getDescriptor())
    [all...]
  /external/skia/src/animator/
SkScriptRuntime.cpp 57 size_t ref; local
83 memcpy(&ref, opCode, sizeof(ref));
84 opCode += sizeof(ref);
86 if (callBackFunction->invoke(ref, operand[0].fArray, /* params */
93 memcpy(&ref, opCode, sizeof(ref));
94 opCode += sizeof(ref);
96 if (callBackMember->invoke(ref, operand[0].fObject, &operand[0]) == false) {
102 memcpy(&ref, opCode, sizeof(ref))
    [all...]

Completed in 2317 milliseconds

1 2 3 4 5 67 8 91011>>