HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 101 - 125 of 1627) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/api/java/lang/ref/
WeakReferenceTest.java 18 package tests.api.java.lang.ref;
20 import java.lang.ref.ReferenceQueue;
21 import java.lang.ref.WeakReference;
31 * java.lang.ref.WeakReference#WeakReference(java.lang.Object,
32 * java.lang.ref.ReferenceQueue)
58 * java.lang.ref.WeakReference#WeakReference(java.lang.Object)
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/serialization/
RealmChoiceCallbackTest.java 67 RealmChoiceCallback ref = (RealmChoiceCallback) oref; local
70 boolean all = ref.allowMultipleSelections();
72 String prompt = ref.getPrompt();
75 String [] ch = ref.getChoices();
81 assertEquals(ref.getDefaultChoice(), test.getDefaultChoice());
82 int [] in = ref.getSelectedIndexes();
RealmCallbackTest.java 58 RealmCallback ref = (RealmCallback) oref; local
60 String dText = ref.getDefaultText();
61 String text = ref.getText();
62 String prompt = ref.getPrompt();
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
BasicPoolEntryRef.java 34 import java.lang.ref.WeakReference;
35 import java.lang.ref.ReferenceQueue;
RefQueueWorker.java 33 import java.lang.ref.Reference;
34 import java.lang.ref.ReferenceQueue;
102 Reference<?> ref = refQueue.remove(); local
103 refHandler.handleReference(ref);
  /external/clang/test/Misc/
diag-aka-types.cpp 9 const foo_t &ref = foo_t(); variable
10 char c2 = ref; // expected-error{{'const foo_t' (aka 'const X')}}
  /external/skia/legacy/src/views/
SkViewPriv.h 21 layout->ref();
36 artist->ref();
  /external/skia/src/views/
SkViewPriv.h 21 layout->ref();
36 artist->ref();
  /external/webkit/Source/WebCore/html/
ValidityState.h 40 void ref() { m_control->ref(); } function in class:WebCore::ValidityState
  /external/webp/src/dsp/
enc_neon.c 27 // for subtraction to *ref. See the comments there for algorithmic explanations.
28 static void ITransformOne(const uint8_t* ref,
105 "vld1.32 d6[0], [%[ref]], %[kBPS] \n"
106 "vld1.32 d6[1], [%[ref]], %[kBPS] \n"
107 "vld1.32 d7[0], [%[ref]], %[kBPS] \n"
108 "vld1.32 d7[1], [%[ref]], %[kBPS] \n"
110 "sub %[ref], %[ref], %[kBPS], lsl #2 \n"
137 : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref) // constant
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/tuple.creation/
make_tuple.pass.cpp 26 std::tuple<int, int&, float&> t = std::make_tuple(1, std::ref(i),
27 std::ref(j));
  /external/webrtc/test/testsupport/metrics/
video_metrics.cc 32 uint8_t* ref,
42 frame_result.value = I420PSNR(ref, test, width, height);
45 frame_result.value = I420SSIM(ref, test, width, height);
109 uint8_t* ref = new uint8_t[frame_length]; local
112 int ref_bytes = fread(ref, 1, frame_length, ref_fp);
117 CalculateFrame(kPSNR, ref, test, width, height, frame_number,
121 CalculateFrame(kSSIM, ref, test, width, height, frame_number,
125 CalculateFrame(kPSNR, ref, test, width, height, frame_number,
127 CalculateFrame(kSSIM, ref, test, width, height, frame_number,
134 ref_bytes = fread(ref, 1, frame_length, ref_fp)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 72 u8 * ref,
105 u8 *ref,
117 u8 *ref,
127 u8 *ref,
138 u8 *ref,
148 u8 *ref,
159 u8 *ref,
170 u8 *ref,
180 u8 *ref,
191 u8 *ref,
    [all...]
  /dalvik/vm/mterp/c/
gotoTargets.cpp 22 ref = FETCH(1); /* class ref */
29 vsrc1, ref, vdst, vdst+vsrc1-1);
34 vsrc1, ref, vdst, arg5);
40 arrayClass = dvmDexGetResolvedClass(methodClassDex, ref);
42 arrayClass = dvmResolveClass(curMethod->clazz, ref, false);
114 ref = FETCH(1); /* method ref */
124 vsrc1, ref, vdst, vdst+vsrc1-1);
129 vsrc1 >> 4, ref, vdst, vsrc1 & 0x0f)
    [all...]
  /dalvik/tests/036-finalizer/src/
FinalizerTest.java 3 import java.lang.ref.WeakReference;
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
ReferenceQueueTest.java 18 package org.apache.harmony.luni.tests.java.lang.ref;
20 import java.lang.ref.Reference;
21 import java.lang.ref.ReferenceQueue;
22 import java.lang.ref.SoftReference;
57 * @tests java.lang.ref.ReferenceQueue#poll()
70 * @tests java.lang.ref.ReferenceQueue#remove()
83 * @tests java.lang.ref.ReferenceQueue#remove(long)
95 * @tests java.lang.ref.ReferenceQueue#ReferenceQueue()
  /external/skia/src/gpu/gl/debug/
GrProgramObj.cpp 13 shader->ref();
GrTextureUnitObj.cpp 26 fTexture->ref();
  /external/webkit/Source/WebCore/bindings/cpp/
WebNativeNodeFilterCondition.cpp 29 m_filter->ref();
  /external/webkit/Source/WebCore/bridge/jni/
JobjectWrapper.h 49 void ref() { m_refCount++; } function in class:JSC::Bindings::JobjectWrapper
  /external/webkit/Source/WebCore/platform/graphics/android/
SharedBufferStream.cpp 42 buffer->ref();
  /external/webkit/Source/WebCore/rendering/
RenderWidgetProtector.h 38 , m_arena(object->ref())
  /external/webkit/Source/WebKit2/Shared/API/c/
WKType.cpp 41 static_cast<APIObject*>(const_cast<void*>(typeRef))->ref();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 99 XMLString ref = dtm.getStringValue(pos); local
101 if (null == ref)
107 if (usedrefs.get(ref) != null)
115 usedrefs.put(ref, ISTRUE);
119 kmgr.getNodeSetDTMByKey(xctxt, docContext, keyname, ref,
142 XMLString ref = arg.xstr(); local
144 ref,
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncId.java 62 String ref = null; local
70 ref = tokenizer.nextToken();
73 if ((null != usedrefs) && usedrefs.contains(ref))
75 ref = null;
80 int node = dtm.getElementById(ref);
85 if ((null != ref) && (hasMore || mayBeMore))
90 usedrefs.addElement(ref);

Completed in 634 milliseconds

1 2 3 45 6 7 8 91011>>