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

  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 159 const FieldRegion *FR = MrMgr.getFieldRegion(*I, R);
163 if (Find(FR))
167 const SVal &V = StoreMgr.getBinding(store, loc::MemRegionVal(FR));
MallocChecker.cpp     [all...]
  /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)
379 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
402 FR.MayReadAnyGlobal = true;
423 FR.GlobalInfo[GI->first] |= GI->second;
424 FR.MayReadAnyGlobal |= CalleeFR->MayReadAnyGlobal
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
SpacebarTextTests.java 46 InputMethodSubtype FR;
67 FR = mRichImm.findSubtypeByLocaleAndKeyboardLayoutSet(Locale.FRENCH.toString(), "azerty");
133 // fr azerty F Fr Français Français
134 // fr_CA qwerty F Fr Français Français (Canada)
137 // fr qwertz T Fr Français Français
148 assertEquals("fr ", "Français", MainKeyboardView.getFullDisplayName(FR));
156 assertEquals("fr ", "Français", MainKeyboardView.getMiddleDisplayName(FR))
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SubtypeLocaleTests.java 41 InputMethodSubtype FR;
67 FR = mRichImm.findSubtypeByLocaleAndKeyboardLayoutSet(
111 // fr azerty F Français
115 // fr qwertz T Français (QWERTZ)
126 assertEquals("fr ", "azerty", SubtypeLocale.getKeyboardLayoutSetName(FR));
140 assertEquals("fr ", "Français",
141 SubtypeLocale.getSubtypeDisplayName(FR));
158 assertEquals("fr qwertz", "Français (QWERTZ)",
186 assertEquals("fr ", "Français"
    [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     [all...]
RegionStore.cpp 699 static inline bool isUnionField(const FieldRegion *FR) {
700 return FR->getDecl()->getParent()->isUnion();
712 if (const FieldRegion *FR = dyn_cast<FieldRegion>(R))
713 if (!isUnionField(FR))
714 Fields.push_back(FR->getDecl());
769 } else if (const FieldRegion *FR = dyn_cast<FieldRegion>(Top)) {
770 if (FR->getDecl()->isBitField())
771 Length = FR->getDecl()->getBitWidthValue(SVB.getContext());
    [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
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...]
  /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...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 697 milliseconds