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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
SpacebarTextTests.java 95 // fr azerty F Fr Français Français
96 // fr_CA qwerty F Fr Français Français (Canada)
99 // fr qwertz T Fr Français Français (QWERTZ)
110 final InputMethodSubtype FR = ImfUtils.findSubtypeByLocaleAndKeyboardLayoutSet(
123 assertEquals("fr ", "Français",
124 LatinKeyboardView.getFullDisplayName(FR, mRes));
134 assertEquals("fr ", "Français", LatinKeyboardView.getMiddleDisplayName(FR));
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SubtypeLocaleTests.java 63 // fr azerty F Français
67 // fr qwertz T Français (QWERTZ)
78 final InputMethodSubtype FR = ImfUtils.findSubtypeByLocaleAndKeyboardLayoutSet(
89 assertEquals("fr ", "azerty", SubtypeLocale.getKeyboardLayoutSetName(FR));
101 assertEquals("fr ", "Français",
102 SubtypeLocale.getSubtypeDisplayName(FR, res));
128 assertEquals("fr qwertz", "Français (QWERTZ)",
148 final InputMethodSubtype FR = ImfUtils.findSubtypeByLocaleAndKeyboardLayoutSet(
164 assertEquals("fr ", "Français"
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 147 const FieldRegion *FR = MrMgr.getFieldRegion(*I, R);
151 if (Find(FR))
155 const SVal &V = StoreMgr.getBinding(store, loc::MemRegionVal(FR));
  /external/llvm/lib/Analysis/IPA/
GlobalsModRef.cpp 127 if (FunctionRecord *FR = getFunctionInfo(F)) {
128 if (FR->FunctionEffect == 0)
130 else if ((FR->FunctionEffect & Mod) == 0)
144 if (FunctionRecord *FR = getFunctionInfo(F)) {
145 if (FR->FunctionEffect == 0)
147 else if ((FR->FunctionEffect & Mod) == 0)
386 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
409 FR.MayReadAnyGlobal = true;
430 FR.GlobalInfo[GI->first] |= GI->second;
431 FR.MayReadAnyGlobal |= CalleeFR->MayReadAnyGlobal
    [all...]
  /external/icu4c/test/intltest/
svccoll.cpp 36 const Locale& FR = Locale::getFrance();
42 Collator* frcol = Collator::createInstance(FR, status);
60 if (loc != FR) {
61 errln(UnicodeString("fr collator's requested locale changed to ") + loc.getName());
64 if (loc != FR) {
65 errln(UnicodeString("fr collator's valid locale changed to ") + loc.getName());
95 frcol = Collator::createInstance(FR, status);
107 errln("register of fr collator for fu_FU failed");
455 // ja, fr, ge collators no longer valid
  /external/clang/lib/Sema/
Sema.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 1010 const FieldRegion *FR = cast<FieldRegion>(R);
1011 const RecordDecl *RD = FR->getDecl()->getParent();
1019 if (FR->getDecl() == *FI)
1025 R = FR->getSuperRegion();
    [all...]
RegionStore.cpp     [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
EventRecurrence.java 46 public static final int FR = 0x00200000;
134 sParseWeekdayMap.put("FR", FR);
183 return FR;
206 return FR;
227 case FR:
255 case FR:
286 case FR:
287 return "FR";
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]

Completed in 8095 milliseconds