/bionic/libc/kernel/arch-mips/asm/ |
asm.h | 56 #define PREF(hint, addr)
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
asm.h | 56 #define PREF(hint, addr)
|
/external/compiler-rt/lib/msandr/ |
msandr.cc | 173 #define PREF(at, what) instrlist_meta_preinsert(bb, at, what);
|
/external/kernel-headers/original/asm-mips/ |
asm.h | 138 * MIPS IV pref instruction. 146 #define PREF(hint,addr) \ 149 pref hint, addr; \ 160 #define PREF(hint, addr)
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
asm.h | 56 #define PREF(hint, addr)
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
asm.h | 56 #define PREF(hint, addr)
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
asm.h | 56 #define PREF(hint, addr)
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
asm.h | 56 #define PREF(hint, addr)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
asm.h | 56 #define PREF(hint, addr)
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf.h | 88 #define PREF(a,b) ((a) ? (a)->b : 0) [all...] |
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/ |
NativeNfcManager.java | 36 static final String PREF = "NciDeviceHost"; 89 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE); 107 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
|
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/ |
NativeNfcManager.java | 41 static final String PREF = "NxpDeviceHost"; 111 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE); 138 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE); 156 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-indic.cc | 378 PREF, 505 would_substitute_feature_t pref; member in struct:indic_shape_plan_t 530 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f')); 564 if (indic_plan->pref.would_substitute (glyphs , 2, zero_context, face) || 565 indic_plan->pref.would_substitute (glyphs_r, 2, zero_context, face)) 989 if (indic_plan->mask_array[PREF] && base + 2 < end) 994 if (indic_plan->pref.would_substitute (glyphs, ARRAY_LENGTH (glyphs), true, face)) 996 info[i++].mask |= indic_plan->mask_array[PREF]; 997 info[i++].mask |= indic_plan->mask_array[PREF]; [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-ot-shape-complex-indic.cc | 390 PREF, 534 would_substitute_feature_t pref; member in struct:indic_shape_plan_t 562 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context); 604 (indic_plan->pref.would_substitute (glyphs , 2, face) || 605 indic_plan->pref.would_substitute (glyphs+1, 2, face))) 607 indic_plan->pref.would_substitute (glyphs+1, 1, face))) [all...] |
/packages/apps/Nfc/src/com/android/nfc/ |
NfcService.java | 105 public static final String PREF = "NfcServicePrefs"; 479 mPrefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE); [all...] |