/external/clang/test/CodeGen/ |
pragma-pack-1.c | 5 struct ref { struct 6 struct ref *next;
|
/external/skia/legacy/src/images/ |
SkImageRefPool.cpp | 30 void SkImageRefPool::justAddedPixels(SkImageRef* ref) { 33 ref->getURI(), 34 ref->fBitmap.width(), ref->fBitmap.height(), 35 ref->fBitmap.bytesPerPixel(), 36 ref->fBitmap.getSize(), (int)fRAMUsed); 38 fRAMUsed += ref->ramUsed(); 42 void SkImageRefPool::canLosePixels(SkImageRef* ref) { 45 this->detach(ref); 46 this->addToHead(ref); 58 SkImageRef* ref = fTail; local 150 SkImageRef* ref = fHead; local 181 SkImageRef* ref = fHead; local [all...] |
/external/skia/src/images/ |
SkImageRefPool.cpp | 30 void SkImageRefPool::justAddedPixels(SkImageRef* ref) { 33 ref->getURI(), 34 ref->fBitmap.width(), ref->fBitmap.height(), 35 ref->fBitmap.bytesPerPixel(), 36 ref->fBitmap.getSize(), (int)fRAMUsed); 38 fRAMUsed += ref->ramUsed(); 42 void SkImageRefPool::canLosePixels(SkImageRef* ref) { 45 this->detach(ref); 46 this->addToHead(ref); 58 SkImageRef* ref = fTail; local 150 SkImageRef* ref = fHead; local 181 SkImageRef* ref = fHead; local [all...] |
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
Fences.java | 33 * <p>Each ordering method accepts a {@code ref} argument, and 54 * {@link java.lang.ref} package specification) with respect to 437 * java.lang.ref.Reference} constructed with argument <em>p</em> 483 * @param ref the reference. If null, this method has no effect. 484 * @return the given ref, to simplify usage 486 public static <T> T orderReads(T ref) { 488 return ref; 498 * @param ref the reference. If null, this method has no effect. 499 * @return the given ref, to simplify usage 501 public static <T> T orderWrites(T ref) { [all...] |
/external/clang/test/CodeGenCXX/ |
reference-in-block-args.cpp | 11 void OUTER_BLOCK(void (^fixer)(ST& ref)) { 12 ST ref = {2, 100}; local 13 fixer(ref); 21 OUTER_BLOCK(^(ST &ref) { 22 INNER_BLOCK(^() { return ref.referrer + ref.filler; });
|
vla.cpp | 22 // CHECK-NEXT: [[REF:%.*]] = alloca i16*, align 8 37 // CHECK-NEXT: store i16* [[T1]], i16** [[REF]], align 8 38 array_t &ref = *(array_t*) array; local 40 // CHECK-NEXT: [[T0:%.*]] = load i16** [[REF]] 45 ref[1][2] = 3; 47 // CHECK-NEXT: [[T0:%.*]] = load i16** [[REF]] 53 short s = ref[4][5];
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
RefQueueHandler.java | 33 import java.lang.ref.Reference; 44 * @param ref the reference to handle 46 public void handleReference(Reference<?> ref)
|
/external/libxml2/ |
triop.h | 20 * The ref pointer is an opaque type and should remain as such. 90 TRIO_CONST char *trio_get_format TRIO_PROTO((trio_pointer_t ref)); 91 trio_pointer_t trio_get_argument TRIO_PROTO((trio_pointer_t ref)); 94 int trio_get_width TRIO_PROTO((trio_pointer_t ref)); 95 void trio_set_width TRIO_PROTO((trio_pointer_t ref, int width)); 96 int trio_get_precision TRIO_PROTO((trio_pointer_t ref)); 97 void trio_set_precision TRIO_PROTO((trio_pointer_t ref, int precision)); 98 int trio_get_base TRIO_PROTO((trio_pointer_t ref)); 99 void trio_set_base TRIO_PROTO((trio_pointer_t ref, int base)); 100 int trio_get_padding TRIO_PROTO((trio_pointer_t ref)); [all...] |
/dalvik/vm/mterp/c/ |
OP_THROW_VERIFICATION_ERROR.cpp | 4 ref = FETCH(1); /* class/field/method ref */ 5 dvmThrowVerificationError(curMethod, vsrc1, ref);
|
OP_CONST_CLASS.cpp | 6 ref = FETCH(1); 7 ILOGV("|const-class v%d class@0x%04x", vdst, ref); 8 clazz = dvmDexGetResolvedClass(methodClassDex, ref); 11 clazz = dvmResolveClass(curMethod->clazz, ref, true);
|
OP_CONST_STRING.cpp | 6 ref = FETCH(1); 7 ILOGV("|const-string v%d string@0x%04x", vdst, ref); 8 strObj = dvmDexGetResolvedString(methodClassDex, ref); 11 strObj = dvmResolveString(curMethod->clazz, ref);
|
/external/stlport/test/unit/ |
math_aux.h | 19 bool are_equals(_Tp val, _Tp ref) { 20 if (val < ref) { 21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon(); 24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
qwkpreferences_p.h | 27 WKPreferencesRef ref; member in class:QWKPreferencesPrivate
|
qwkpreferences.cpp | 33 prefs->d->ref = WKPageGroupGetPreferences(pageGroupRef); 40 prefs->d->ref = WKPreferencesCreate(); 67 WKPreferencesSetStandardFontFamily(d->ref, WKStringCreateWithQString(family)); 70 WKPreferencesSetFixedFontFamily(d->ref, WKStringCreateWithQString(family)); 73 WKPreferencesSetSerifFontFamily(d->ref, WKStringCreateWithQString(family)); 76 WKPreferencesSetSansSerifFontFamily(d->ref, WKStringCreateWithQString(family)); 79 WKPreferencesSetCursiveFontFamily(d->ref, WKStringCreateWithQString(family)); 82 WKPreferencesSetFantasyFontFamily(d->ref, WKStringCreateWithQString(family)); 93 WKRetainPtr<WKStringRef> stringRef(AdoptWK, WKPreferencesCopyStandardFontFamily(d->ref)); 97 WKRetainPtr<WKStringRef> stringRef(AdoptWK, WKPreferencesCopyFixedFontFamily(d->ref)); [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
math_aux.h | 19 bool are_equals(_Tp val, _Tp ref) { 20 if (val < ref) { 21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon(); 24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
|
/ndk/tests/device/test-stlport/unit/ |
math_aux.h | 19 bool are_equals(_Tp val, _Tp ref) { 20 if (val < ref) { 21 return (ref - val) <= __STD numeric_limits<_Tp>::epsilon(); 24 return (val - ref) <= __STD numeric_limits<_Tp>::epsilon();
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-ref-inline.h | 22 /* Return callgraph node REF is refering. */ 24 ipa_ref_node (struct ipa_ref *ref) 26 gcc_assert (ref->refered_type == IPA_REF_CGRAPH); 27 return ref->refered.cgraph_node; 30 /* Return varpool node REF is refering. */ 33 ipa_ref_varpool_node (struct ipa_ref *ref) 35 gcc_assert (ref->refered_type == IPA_REF_VARPOOL); 36 return ref->refered.varpool_node; 39 /* Return cgraph node REF is in. */ 42 ipa_ref_refering_node (struct ipa_ref *ref) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-ref-inline.h | 22 /* Return callgraph node REF is refering. */ 24 ipa_ref_node (struct ipa_ref *ref) 26 gcc_assert (ref->refered_type == IPA_REF_CGRAPH); 27 return ref->refered.cgraph_node; 30 /* Return varpool node REF is refering. */ 33 ipa_ref_varpool_node (struct ipa_ref *ref) 35 gcc_assert (ref->refered_type == IPA_REF_VARPOOL); 36 return ref->refered.varpool_node; 39 /* Return cgraph node REF is in. */ 42 ipa_ref_refering_node (struct ipa_ref *ref) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-ref-inline.h | 22 /* Return callgraph node REF is refering. */ 24 ipa_ref_node (struct ipa_ref *ref) 26 gcc_assert (ref->refered_type == IPA_REF_CGRAPH); 27 return ref->refered.cgraph_node; 30 /* Return varpool node REF is refering. */ 33 ipa_ref_varpool_node (struct ipa_ref *ref) 35 gcc_assert (ref->refered_type == IPA_REF_VARPOOL); 36 return ref->refered.varpool_node; 39 /* Return cgraph node REF is in. */ 42 ipa_ref_refering_node (struct ipa_ref *ref) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-ref-inline.h | 22 /* Return callgraph node REF is refering. */ 24 ipa_ref_node (struct ipa_ref *ref) 26 gcc_assert (ref->refered_type == IPA_REF_CGRAPH); 27 return ref->refered.cgraph_node; 30 /* Return varpool node REF is refering. */ 33 ipa_ref_varpool_node (struct ipa_ref *ref) 35 gcc_assert (ref->refered_type == IPA_REF_VARPOOL); 36 return ref->refered.varpool_node; 39 /* Return cgraph node REF is in. */ 42 ipa_ref_refering_node (struct ipa_ref *ref) [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/ |
ReferenceTest.java | 17 package org.apache.harmony.luni.tests.java.lang.ref; 19 import java.lang.ref.Reference; 20 import java.lang.ref.ReferenceQueue; 21 import java.lang.ref.SoftReference; 22 import java.lang.ref.WeakReference; 34 * @tests java.lang.ref.Reference#clear() 52 * @tests java.lang.ref.Reference#enqueue() 57 Reference ref = new SoftReference(obj, rq); local 58 assertTrue("Enqueue failed.", (!ref.isEnqueued()) 59 && ((ref.enqueue()) && (ref.isEnqueued()))) 108 Reference ref; local 139 Reference ref = new WeakReference(obj, new ReferenceQueue()); local 149 Reference ref = new SoftReference(obj, rq); local [all...] |
/libcore/luni/src/test/java/tests/api/java/lang/ref/ |
ReferenceTest.java | 17 package tests.api.java.lang.ref; 19 import java.lang.ref.PhantomReference; 20 import java.lang.ref.Reference; 21 import java.lang.ref.ReferenceQueue; 22 import java.lang.ref.SoftReference; 23 import java.lang.ref.WeakReference; 25 import libcore.java.lang.ref.FinalizationTester; 86 * java.lang.ref.Reference#clear() 109 * java.lang.ref.Reference#enqueue() 114 Reference ref = new SoftReference(obj, rq) local 151 Reference ref = queue.remove(); local 209 Reference ref; local 237 WeakReference ref = newWeakReference(null); local 255 WeakReference<Object> ref = new WeakReference<Object>(o, queue); local 266 Reference ref = new SoftReference(obj, rq); local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/refwrap/refwrap.helpers/ |
ref_2.pass.cpp | 14 // template <ObjectType T> reference_wrapper<T> ref(reference_wrapper<T>t); 22 std::reference_wrapper<int> r1 = std::ref(i); 23 std::reference_wrapper<int> r2 = std::ref(r1);
|
/external/srtp/test/ |
roc_driver.c | 86 xtd_seq_num_t local, est, ref; local 94 index_init(&ref); 99 delta = index_guess(&local, &est, (uint16_t) ref); 101 printf("%lld, %lld, %d\n", ref, est, i); 103 if (ref != est) { 109 index_advance(&ref, 1); 122 index_init(&ref); 131 /* set ref to value of ircvd */ 132 ref = ircvd; 135 delta = index_guess(&local, &est, (uint16_t) ref); [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
NativeObjectManager.java | 35 import java.lang.ref.PhantomReference; 36 import java.lang.ref.ReferenceQueue; 37 import java.lang.ref.WeakReference; 84 NativeObjectRef ref = new NativeObjectRef(obj); local 85 refList.add(ref); 95 NativeObjectRef ref = (NativeObjectRef) refQueue.poll(); local 96 if (ref == null) 99 refList.remove(ref); 100 ref.objClone.deleteObject(rendererObject); 102 logger.log(Level.FINEST, "Deleted: {0}", ref.objClone) [all...] |