HomeSort by relevance Sort by last modified time
    Searched refs:ref (Results 1 - 25 of 4032) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
xcoff-ref-1.s 1 .ref foo
3 .ref 1234
4 .ref a,
5 .ref ,
6 .ref
  /libcore/ojluni/src/main/java/java/lang/ref/
package-info.java 50 * base <code>{@link java.lang.ref.Reference}</code> class. An instance of one of
70 * queues are implemented by the <code>{@link java.lang.ref.ReferenceQueue}</code>
87 * java.lang.ref.ReferenceQueue#poll ReferenceQueue.poll}</code> method simply
135 package java.lang.ref;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers27d2.c 4 ref () function
vers27d3.c 1 extern void ref ();
8 ref ();
vers26b.c 6 ref () function
  /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; });
  /hardware/interfaces/tests/pointer/1.0/
IPointer.hal 24 struct Ada { ref<Sam> s_ptr; };
25 struct Bob { ref<Ada> a_ptr; ref<Sam> s_ptr; };
26 struct Cin { Ada a; ref<Bob> b_ptr; };
29 typedef ref<int32_t> Int32Ptr;
30 typedef ref<Sam> SamPtr;
33 ref<Ada>[5] ptr_array;
34 ref<Ada[5]> array_ptr;
36 ref<int32_t[5]> int_array_ptr;
37 ref<int32_t>[5] int_ptr_array
    [all...]
  /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...]
  /art/compiler/dex/
quick_compiler_callbacks.cc 31 void QuickCompilerCallbacks::ClassRejected(ClassReference ref) {
33 verification_results_->AddRejectedClass(ref);
37 bool QuickCompilerCallbacks::CanAssumeVerified(ClassReference ref) {
47 return compiler_driver_->CanAssumeVerified(ref);
  /external/llvm/include/llvm/Support/
CBindingWrapping.h 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
21 inline ty *unwrap(ref P) { \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
33 inline T *unwrap(ref P) { \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
41 inline T *unwrap(ref P) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CBindingWrapping.h 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
21 inline ty *unwrap(ref P) { \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
33 inline T *unwrap(ref P) { \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
41 inline T *unwrap(ref P) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CBindingWrapping.h 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
21 inline ty *unwrap(ref P) { \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
33 inline T *unwrap(ref P) { \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
41 inline T *unwrap(ref P) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CBindingWrapping.h 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
21 inline ty *unwrap(ref P) { \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
33 inline T *unwrap(ref P) { \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
41 inline T *unwrap(ref P) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CBindingWrapping.h 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
21 inline ty *unwrap(ref P) { \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
33 inline T *unwrap(ref P) { \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
41 inline T *unwrap(ref P) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CBindingWrapping.h 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
21 inline ty *unwrap(ref P) { \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
33 inline T *unwrap(ref P) { \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
41 inline T *unwrap(ref P) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
CBindingWrapping.h 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
21 inline ty *unwrap(ref P) { \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
33 inline T *unwrap(ref P) { \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
41 inline T *unwrap(ref P) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
CBindingWrapping.h 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
21 inline ty *unwrap(ref P) { \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
33 inline T *unwrap(ref P) { \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
41 inline T *unwrap(ref P) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
CBindingWrapping.h 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
21 inline ty *unwrap(ref P) { \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
33 inline T *unwrap(ref P) { \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
41 inline T *unwrap(ref P) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CBindingWrapping.h 20 #define DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
21 inline ty *unwrap(ref P) { \
25 inline ref wrap(const ty *P) { \
26 return reinterpret_cast<ref>(const_cast<ty*>(P)); \
29 #define DEFINE_ISA_CONVERSION_FUNCTIONS(ty, ref) \
30 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
33 inline T *unwrap(ref P) { \
37 #define DEFINE_STDCXX_CONVERSION_FUNCTIONS(ty, ref) \
38 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(ty, ref) \
41 inline T *unwrap(ref P) {
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSearchIndexableProvider.java 54 Object[] ref = new Object[7]; local
55 ref[COLUMN_INDEX_XML_RES_RANK] = INDEXABLE_RES[n].rank;
56 ref[COLUMN_INDEX_XML_RES_RESID] = INDEXABLE_RES[n].xmlResId;
57 ref[COLUMN_INDEX_XML_RES_CLASS_NAME] = null;
58 ref[COLUMN_INDEX_XML_RES_ICON_RESID] = INDEXABLE_RES[n].iconResId;
59 ref[COLUMN_INDEX_XML_RES_INTENT_ACTION] = "android.intent.action.MAIN";
60 ref[COLUMN_INDEX_XML_RES_INTENT_TARGET_PACKAGE] = "com.android.cellbroadcastreceiver";
61 ref[COLUMN_INDEX_XML_RES_INTENT_TARGET_CLASS] = INDEXABLE_RES[n].className;
62 cursor.addRow(ref);
82 Object[] ref; local
    [all...]
  /external/google-breakpad/src/client/mac/Framework/
Breakpad.h 231 // Uninstall and release the data associated with |ref|.
232 void BreakpadRelease(BreakpadRef ref);
239 void BreakpadSetFilterCallback(BreakpadRef ref,
262 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value);
263 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key);
264 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key);
270 void BreakpadAddUploadParameter(BreakpadRef ref, NSString *key,
275 void BreakpadRemoveUploadParameter(BreakpadRef ref, NSString *key);
278 void BreakpadAddLogFile(BreakpadRef ref, NSString *logPathname);
281 void BreakpadGenerateAndSendReport(BreakpadRef ref);
    [all...]
  /external/google-breakpad/src/client/ios/
Breakpad.h 160 // Uninstall and release the data associated with |ref|.
161 void BreakpadRelease(BreakpadRef ref);
182 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value);
183 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key);
184 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key);
190 void BreakpadAddUploadParameter(BreakpadRef ref, NSString *key,
195 void BreakpadRemoveUploadParameter(BreakpadRef ref, NSString *key);
200 int BreakpadGetCrashReportCount(BreakpadRef ref);
203 NSDictionary *BreakpadGetNextReportConfiguration(BreakpadRef ref);
206 void BreakpadUploadNextReport(BreakpadRef ref);
    [all...]
  /art/runtime/
read_barrier-inl.h 49 // the is_gray load to the ref field (ptr) load to avoid needing a load-load barrier between
58 MirrorType* ref = ref_addr->AsMirrorPtr(); local
59 MirrorType* old_ref = ref;
62 ref = reinterpret_cast<MirrorType*>(Mark(ref));
65 if (kAlwaysUpdateField && ref != old_ref) {
67 offset, old_ref, ref);
70 AssertToSpaceInvariant(obj, offset, ref);
71 return ref;
76 MirrorType* ref = ref_addr->AsMirrorPtr() local
103 MirrorType* ref = *root; local
151 MirrorType* ref = root->AsMirrorPtr(); local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
avg_pred_sse2.c 18 int height, const uint8_t *ref, int ref_stride) {
27 const __m128i r = _mm_loadu_si128((const __m128i *)(ref + x));
33 ref += ref_stride;
39 // divisible by 16 so just ref needs to be massaged when loading.
45 r = _mm_loadu_si128((const __m128i *)ref);
46 ref += 16;
48 r = _mm_set_epi32(*(const uint32_t *)(ref + 3 * ref_stride),
49 *(const uint32_t *)(ref + 2 * ref_stride),
50 *(const uint32_t *)(ref + ref_stride),
51 *(const uint32_t *)(ref));
    [all...]
  /frameworks/base/libs/hwui/
ResourceCache.cpp 34 ResourceReference* ref = mCache->valueAt(i); local
35 ALOGD(" ResourceCache: mCache(%zu): resource, ref = 0x%p, 0x%p",
38 i, ref->refCount, ref->destroyed, ref->resourceType);
71 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : nullptr; local
72 if (ref == nullptr || mCache->size() == 0) {
73 ref = new ResourceReference(resourceType);
74 mCache->add(resource, ref);
76 ref->refCount++
90 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : nullptr; local
112 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : nullptr; local
    [all...]

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 91011>>