HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 76 - 100 of 3257) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeListBase.java 21 package org.apache.xml.dtm.ref;
  /external/deqp/framework/common/
tcuFuzzyImageCompare.hpp 44 float fuzzyCompare (const FuzzyCompareParams& params, const ConstPixelBufferAccess& ref, const ConstPixelBufferAccess& cmp, const PixelBufferAccess& errorMask);
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.h 25 } ref[MAX_REF_FRAMES]; member in struct:__anon18065
  /external/mesa3d/src/mesa/swrast/
s_alpha.c 44 mask[i] &= (ALPHA < ref); \
50 mask[i] &= (ALPHA <= ref); \
56 mask[i] &= (ALPHA >= ref); \
62 mask[i] &= (ALPHA > ref); \
68 mask[i] &= (ALPHA != ref); \
74 mask[i] &= (ALPHA == ref); \
115 GLubyte ref; local
116 CLAMPED_FLOAT_TO_UBYTE(ref, ctx->Color.AlphaRef);
121 GLushort ref; local
122 CLAMPED_FLOAT_TO_USHORT(ref, ctx->Color.AlphaRef)
127 const GLfloat ref = ctx->Color.AlphaRef; local
137 GLubyte ref; local
144 GLushort ref; local
151 const GLfloat ref = ctx->Color.AlphaRef; local
    [all...]
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/
MainPage.xaml.h 15 public ref class MainPage sealed
  /external/skia/src/svg/parser/
SkSVGClipPath.cpp 31 SkSVGElement* ref = nullptr; local
33 SkASSERT(parser.getIDs().find(refStr, &ref));
34 SkASSERT(ref);
35 if (ref->getType() == SkSVGType_Rect)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mbgraph.h 25 } ref[MAX_REF_FRAMES]; member in struct:__anon31543
  /libcore/luni/src/test/java/libcore/java/io/
OldInputStreamTest.java 88 byte[] ref = testString.getBytes();
98 equal &= (b[i] == ref[i]);
104 b = new byte[ref.length];
107 bytesRead, ref.length - 10);
110 equal &= (b[i] == ref[i + 10]);
168 byte[] ref = testString.getBytes();
178 equal &= (b[i] == ref[i]);
187 equal &= (b[i] == ref[i]);
193 b = new byte[ref.length];
198 bytesRead, ref.length - 8)
    [all...]
  /libcore/ojluni/src/main/java/java/lang/ref/
PhantomReference.java 26 package java.lang.ref;
WeakReference.java 26 package java.lang.ref;
  /libcore/support/src/test/java/libcore/java/lang/ref/
FinalizationTester.java 17 package libcore.java.lang.ref;
  /art/runtime/
jni_env_ext-inl.h 28 IndirectRef ref = locals.Add(local_ref_cookie, obj); local
42 return reinterpret_cast<T>(ref);
  /art/runtime/native/
java_lang_ref_FinalizerReference.cc 30 mirror::FinalizerReference* const ref = soa.Decode<mirror::FinalizerReference*>(javaThis); member in class:art::mirror
31 return Runtime::Current()->GetHeap()->GetReferenceProcessor()->MakeCircularListIfUnenqueued(ref);
39 REGISTER_NATIVE_METHODS("java/lang/ref/FinalizerReference");
  /external/opencv3/samples/winrt/ImageManipulations/
Constants.h 22 partial ref class MainPage
29 return ref new Platform::String(L"OpenCV Image Manipulations sample");
  /external/deqp/framework/delibs/deutil/
deCommandLine.c 164 const char* ref[] = { "hello" }; local
165 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
169 const char* ref[] = { "hello", "world" }; local
170 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
174 const char* ref[] = { "hello/world" }; local
175 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
179 const char* ref[] = { "hello/world", "--help" } local
184 const char* ref[] = { "hello\/world", "--help", "foo" }; local
189 const char* ref[] = { "hello\\\\world", "--help", "foo" }; local
194 const char* ref[] = { "hello\/worl d", "--help", "--foo=bar", "ba z\\"" }; local
199 const char* ref[] = { "hello\/worl d", "--help", "--foo=bar", "ba z'" }; local
204 const char* ref[] = { "hello", "'world'" }; local
209 const char* ref[] = { "hello", "\\"world\\"" }; local
214 const char* ref[] = { "hello", "world\\n" }; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestSuiteReference.java 60 for (AndroidTestReference ref: mTests) {
61 ref.sendTree(notified);
84 for (AndroidTestReference ref: mTests) {
85 if (ref instanceof TestSuiteReference && ref.getName().equals(name)) {
86 return (TestSuiteReference) ref;
  /art/benchmark/jobject-benchmark/
jobject_benchmark.cc 31 jobject ref = soa.Env()->AddLocalReference<jobject>(obj); local
32 soa.Env()->DeleteLocalRef(ref);
41 jobject ref = soa.Env()->AddLocalReference<jobject>(obj); local
43 CHECK_EQ(soa.Decode<mirror::Object*>(ref), obj);
45 soa.Env()->DeleteLocalRef(ref);
54 jobject ref = soa.Vm()->AddGlobalRef(soa.Self(), obj); local
55 soa.Vm()->DeleteGlobalRef(soa.Self(), ref);
64 jobject ref = soa.Vm()->AddGlobalRef(soa.Self(), obj); local
66 CHECK_EQ(soa.Decode<mirror::Object*>(ref), obj);
68 soa.Vm()->DeleteGlobalRef(soa.Self(), ref);
77 jobject ref = soa.Vm()->AddWeakGlobalRef(soa.Self(), obj); local
87 jobject ref = soa.Vm()->AddWeakGlobalRef(soa.Self(), obj); local
    [all...]
  /frameworks/native/opengl/libs/EGL/
egl_object.h 64 egl_object_t* ref; member in class:android::egl_object_t::LocalRef
70 explicit LocalRef(egl_display_t const* display, T o) : ref(0) {
73 ref = native;
77 return static_cast<N*>(ref);
88 egl_object_t::LocalRef<N, T>::LocalRef(egl_object_t* rhs) : ref(rhs) {
89 if (ref) {
90 ref->incRef();
96 if (ref) {
97 ref->destroy();
103 if (ref) {
    [all...]
  /system/core/libutils/
RefBase.cpp 41 // whether ref-tracking is enabled by default, if not, trackMe(true, false)
174 char inc = refs->ref >= 0 ? '+' : '-';
175 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
188 char inc = refs->ref >= 0 ? '+' : '-';
189 ALOGD("\t%c ID %p (ref %d):", inc, refs->id, refs->ref);
284 int32_t ref; member in struct:android::RefBase::weakref_impl::ref_entry
292 ref_entry* ref = new ref_entry; local
296 ref->ref = mRef
312 ref_entry* ref = head; local
342 ref_entry* ref = r; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFillRow7.s 26 ref RN 0 label
63 LDRB tmp1, [ref,#0]
85 ; LDR tmp2, [ref], #4
89 ; LDR tmp2, [ref], #4
93 ; LDR tmp2, [ref], #4
97 ; LDR tmp2, [ref], #4
101 ; LDR tmp2, [ref],#4
105 ; LDR tmp2, [ref],#4
109 ; LDR tmp2, [ref],#4
113 ; LDR tmp2, [ref],#
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
num_facets_test.cpp 45 string ref = "1"; local
47 ref += npct.thousands_sep();
49 ref += "234";
50 ref += npct.decimal_point();
51 ref += "56";
53 CPPUNIT_ASSERT( fostr.str() == ref );
56 ref = "1";
57 ref += npct.decimal_point();
58 ref += "23457e+";
61 ref += digits
    [all...]
  /ndk/tests/device/test-stlport/unit/
num_facets_test.cpp 45 string ref = "1"; local
47 ref += npct.thousands_sep();
49 ref += "234";
50 ref += npct.decimal_point();
51 ref += "56";
53 CPPUNIT_ASSERT( fostr.str() == ref );
56 ref = "1";
57 ref += npct.decimal_point();
58 ref += "23457e+";
61 ref += digits
    [all...]
  /external/javassist/src/main/javassist/scopedpool/
SoftValueHashMap.java 18 import java.lang.ref.ReferenceQueue;
19 import java.lang.ref.SoftReference;
70 SoftValueRef ref; local
71 while ((ref = (SoftValueRef)queue.poll()) != null) {
72 if (ref == (SoftValueRef)hash.get(ref.key)) {
75 hash.remove(ref.key);
181 SoftReference ref = (SoftReference)hash.get(key); local
182 if (ref != null)
183 return ref.get()
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
letrperf.cpp 34 void time_null(void * /*ref*/) {
44 void time_obj(void * ref) {
45 OneObject &obj = *((OneObject*)ref);
54 void time_obj2(void * ref) {
55 long *items2 = ((OneObject*)ref)->items;
65 void time_letr1(void * ref) {
66 OneObject &obj = *((OneObject*)ref);
67 LETableReference data((const le_uint8*)ref, sizeof(OneObject));
75 long *items2 = ((OneObject*)ref)->items;
86 void time_letr2(void * ref) {
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
CacheValue.java 10 import java.lang.ref.Reference;
11 import java.lang.ref.SoftReference;
132 private Reference<V> ref; field in class:CacheValue.SoftValue
134 SoftValue(V value) { ref = new SoftReference<V>(value); }
136 public V get() { return ref.get(); }
139 V oldValue = ref.get();
141 ref = new SoftReference<V>(value);

Completed in 425 milliseconds

1 2 34 5 6 7 8 91011>>