HomeSort by relevance Sort by last modified time
    Searched defs:PREF (Results 1 - 19 of 19) sorted by null

  /development/ndk/platforms/android-9/arch-mips/include/asm/
asm.h 56 #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-12/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
  /prebuilts/ndk/9/platforms/android-13/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-15/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
asm.h 56 #define PREF(hint, addr)
  /prebuilts/ndk/9/platforms/android-17/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-19/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)
  /external/compiler-rt/lib/msandr/
msandr.cc 242 #define PREF(at, what) instrlist_meta_preinsert(bb, at, what);
331 PREF(instr, label);
340 PREF(instr, label)
  /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 34 static final String PREF = "NciDeviceHost";
  /packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
NativeNfcManager.java 42 static final String PREF = "NxpDeviceHost";
95 SharedPreferences prefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-indic.cc 391 PREF,
535 would_substitute_feature_t pref; member in struct:indic_shape_plan_t
563 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context);
605 (indic_plan->pref.would_substitute (glyphs , 2, face) ||
606 indic_plan->pref.would_substitute (glyphs+1, 2, face)))
608 indic_plan->pref.would_substitute (glyphs+1, 1, face)))
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-indic.cc 391 PREF,
535 would_substitute_feature_t pref; member in struct:indic_shape_plan_t
563 indic_plan->pref.init (&plan->map, HB_TAG('p','r','e','f'), zero_context);
605 (indic_plan->pref.would_substitute (glyphs , 2, face) ||
606 indic_plan->pref.would_substitute (glyphs+1, 2, face)))
608 indic_plan->pref.would_substitute (glyphs+1, 1, face)))
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java 96 public static final String PREF = "NfcServicePrefs";
338 mPrefs = mContext.getSharedPreferences(PREF, Context.MODE_PRIVATE);
    [all...]

Completed in 1418 milliseconds