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

1 2 34 5 6 7 8 91011>>

  /external/libnl/doc/
resolve-asciidoc-refs.py 14 ref, title = m
15 refs["<<" + ref + ">>"] = "<<" + ref + ", " + title + ">>"
  /packages/services/Telephony/src/com/android/phone/
PhoneSearchIndexablesProvider.java 58 Object[] ref = new Object[7]; local
59 ref[COLUMN_INDEX_XML_RES_RANK] = INDEXABLE_RES[n].rank;
60 ref[COLUMN_INDEX_XML_RES_RESID] = INDEXABLE_RES[n].xmlResId;
61 ref[COLUMN_INDEX_XML_RES_CLASS_NAME] = null;
62 ref[COLUMN_INDEX_XML_RES_ICON_RESID] = INDEXABLE_RES[n].iconResId;
63 ref[COLUMN_INDEX_XML_RES_INTENT_ACTION] = "android.intent.action.MAIN";
64 ref[COLUMN_INDEX_XML_RES_INTENT_TARGET_PACKAGE] = "com.android.phone";
65 ref[COLUMN_INDEX_XML_RES_INTENT_TARGET_CLASS] = INDEXABLE_RES[n].className;
66 cursor.addRow(ref);
88 final Object[] ref = new Object[NON_INDEXABLES_KEYS_COLUMNS.length] local
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/refwrap/refwrap.helpers/
ref_2.pass.cpp 14 // template <ObjectType T> reference_wrapper<T> ref(reference_wrapper<T>t);
30 std::reference_wrapper<int> r1 = std::ref(i);
31 std::reference_wrapper<int> r2 = std::ref(r1);
40 assert(call_pred(std::ref(cp)));
  /external/libvpx/libvpx/test/
comp_avg_pred_test.cc 31 void reference_pred(const uint8_t *pred, const Buffer<uint8_t> &ref, int width,
36 pred[y * width + x], ref.TopLeftPixel()[y * ref.stride() + x]);
75 // The sse2 special-cases when ref width == stride, so make sure to test
81 Buffer<uint8_t> ref = local
85 ref.Set(&rnd_, &ACMRandom::Rand8);
87 reference_pred(pred, ref, width, height, avg_ref);
89 avg_chk, pred, width, height, ref.TopLeftPixel(), ref.stride()));
100 Buffer<uint8_t> ref = Buffer<uint8_t>(width, height, 8) local
129 Buffer<uint8_t> ref = local
    [all...]
  /external/liblzf/
lzf_c.c 113 const u8 *ref; local
146 ref = *hslot + LZF_HSLOT_BIAS; *hslot = ip - LZF_HSLOT_BIAS;
150 && ref < ip /* the next test will actually take care of this, but this is faster */
152 && (off = ip - ref - 1) < MAX_OFF
153 && ref > (u8 *)in_data
154 && ref[2] == ip[2]
156 && ((ref[1] << 8) | ref[0]) == ((ip[1] << 8) | ip[0])
158 && *(u16 *)ref == *(u16 *)ip
162 /* match found at *ref++ *
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass0.c 70 struct brw_wm_ref *ref = &c->undef_ref; local
71 ref->value = &c->undef_value;
72 ref->hw_reg = brw_vec8_grf(0, 0);
73 ref->insn = 0;
74 ref->prevuse = NULL;
84 struct brw_wm_ref *ref = get_ref(c); local
85 ref->value = value;
86 ref->hw_reg = brw_vec8_grf(0, 0);
87 ref->insn = 0;
88 ref->prevuse = NULL
113 struct brw_wm_ref *ref = get_ref(c); local
171 const struct brw_wm_ref *ref = c->pass0_fp_reg[file][idx][component]; local
288 const struct brw_wm_ref *ref = get_fp_src_reg_ref(c, src, i); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 27 __inline int32 sad_mb_offset3(UChar *ref, UChar *blk, Int lx, Int dmin)
29 __inline int32 sad_mb_offset2(UChar *ref, UChar *blk, Int lx, Int dmin)
31 __inline int32 sad_mb_offset1(UChar *ref, UChar *blk, Int lx, Int dmin)
40 ref -= NUMBER; /* bic ref, ref, #3 */
41 ref -= lx;
53 x10 = *((uint32*)(ref += lx)); /* D C B A */
54 x11 = *((uint32*)(ref + 4)); /* H G F E */
55 x12 = *((uint32*)(ref + 8)); /* L K J I *
144 BIC ref, ref, #3; local
    [all...]
  /art/runtime/native/
java_lang_ref_FinalizerReference.cc 30 ObjPtr<mirror::FinalizerReference> ref = soa.Decode<mirror::FinalizerReference>(javaThis); local
31 return Runtime::Current()->GetHeap()->GetReferenceProcessor()->MakeCircularListIfUnenqueued(ref);
36 ObjPtr<mirror::Reference> ref = soa.Decode<mirror::Reference>(javaThis); local
38 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref);
48 REGISTER_NATIVE_METHODS("java/lang/ref/FinalizerReference");
java_lang_ref_Reference.cc 30 ObjPtr<mirror::Reference> ref = soa.Decode<mirror::Reference>(javaThis); local
32 Runtime::Current()->GetHeap()->GetReferenceProcessor()->GetReferent(soa.Self(), ref);
38 ObjPtr<mirror::Reference> ref = soa.Decode<mirror::Reference>(javaThis); local
39 Runtime::Current()->GetHeap()->GetReferenceProcessor()->ClearReferent(ref);
48 REGISTER_NATIVE_METHODS("java/lang/ref/Reference");
  /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:__anon24582
  /external/ltp/testcases/misc/math/float/bessel/
Makefile 27 CLEAN_TARGETS := *.ref*
  /external/ltp/testcases/misc/math/float/exp_log/
Makefile 27 CLEAN_TARGETS := *.ref*
  /external/ltp/testcases/misc/math/float/power/
Makefile 27 CLEAN_TARGETS := *.ref*
  /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...]
  /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;
  /external/dtc/tests/
references.c 33 uint32_t ref; local
36 p = fdt_getprop(fdt, node, "ref", &len);
38 FAIL("fdt_getprop(%d, \"ref\"): %s", node, fdt_strerror(len));
40 FAIL("'ref' in node at %d has wrong size (%d instead of %zd)",
42 ref = fdt32_to_cpu(*p);
43 if (ref != checkref)
44 FAIL("'ref' in node at %d has value 0x%x instead of 0x%x",
45 node, ref, checkref);
53 ref = fdt32_to_cpu(*p);
54 if (ref != checkref
62 uint32_t ref; local
    [all...]
  /external/swiftshader/src/Renderer/
LRUCache.hpp 43 Key **ref; member in class:sw::LRUCache
59 ref = new Key*[size];
66 ref[i] = &key[i];
76 delete[] ref;
77 ref = 0;
99 if(key == *ref[j])
112 Key *swapK = ref[k];
113 ref[k] = ref[j];
114 ref[j] = swapK
    [all...]
  /art/runtime/
jni_env_ext-inl.h 28 IndirectRef ref = locals.Add(local_ref_cookie, obj); local
43 return reinterpret_cast<T>(ref);
  /frameworks/native/libs/vr/libpdx/private/pdx/
message_reader.h 14 virtual bool GetFileHandle(FileReference ref, LocalHandle* handle) = 0;
15 virtual bool GetChannelHandle(ChannelReference ref,
mock_message_reader.h 12 MOCK_METHOD2(GetFileHandle, bool(FileReference ref, LocalHandle* handle));
14 bool(ChannelReference ref, LocalChannelHandle* handle));

Completed in 1678 milliseconds

1 2 34 5 6 7 8 91011>>