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

1 2 3 4

  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
UserIdentifyManagerStrings.uni 16 #langdef fr-FR "Francais"
19 #language fr-FR "User Identity Manager(French)"
21 #language fr-FR "User Selection(French)"
23 #language fr-FR "User Selection(French)"
25 #language fr-FR ""
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UsbCredentialProviderDxe/
UsbCredentialProviderStrings.uni 16 #langdef fr-FR "Francais"
19 #language fr-FR "USB Credential Provider (French)"
21 #language fr-FR ""
23 #language fr-FR "INTEL USB Credential Provider (French)"
25 #language fr-FR "Secure Card Credential Provider (French)"
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
UserProfileManagerStrings.uni 16 #langdef fr-FR "Français"
19 #language fr-FR ""
21 #language fr-FR "User Manager(French)"
23 #language fr-FR "This selection will take you to the User Manager(French)"
25 #language fr-FR "User Manager(French)"
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
PwdCredentialProviderStrings.uni 16 #langdef fr-FR "Francais"
19 #language fr-FR "Password Credential Provider (French)"
21 #language fr-FR "Get Password(French)"
23 #language fr-FR ""
25 #language fr-FR "Please Input Password(French)"
    [all...]
  /external/libunwind/src/ia64/
getcontext.S 30 #define FR(n) (SC_FR + (n)*16)
57 add r3 = FR(2), in0
62 add r8 = FR(16), in0
67 add r9 = FR(24), in0
76 stf.spill [r9] = f24, (FR(31) - FR(24)) // M2
127 add r8 = FR(3), in0
131 stf.spill [r8] = f3, (FR(4) - FR(3)) // M3
132 add r9 = FR(5), in
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ip2k-opc.c 152 /* sb $fr,$bitno */
155 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } },
158 /* snb $fr,$bitno */
161 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } },
164 /* setb $fr,$bitno */
167 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } },
170 /* clrb $fr,$bitno */
173 { { MNEM, ' ', OP (FR), ',', OP (BITNO), 0 } },
272 /* addc $fr,W */
275 { { MNEM, ' ', OP (FR), ',', 'W', 0 } }
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/
badfmpyadd.s 3 .EXPORT foobar,ENTRY,PRIV_LEV=3,ARGW0=FR,ARGW1=FU,ARGW2=FR,ARGW3=FU,RTNVAL=FR
calldatabug.s 7 .EXPORT error__3AAAiidi,PRIV_LEV=3,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=FR,ARGW4=FU,RTNVAL=GR
45 .CALL ARGW0=GR,ARGW1=GR,ARGW2=FR,ARGW3=FU
65 .EXPORT ok__3AAAidi,PRIV_LEV=3,ARGW0=GR,ARGW1=GR,ARGW2=FR,ARGW3=FU,RTNVAL=GR
103 .CALL ARGW0=GR,ARGW1=GR,ARGW2=FR,ARGW3=FU
165 .CALL ARGW0=GR,ARGW1=GR,ARGW2=FR,ARGW3=FU
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 50 ATTRIBUTE Ascend-FR-Circuit-Name 156 string
51 ATTRIBUTE Ascend-FR-LinkUp 157 integer
52 ATTRIBUTE Ascend-FR-Nailed-Grp 158 integer
53 ATTRIBUTE Ascend-FR-Type 159 integer
54 ATTRIBUTE Ascend-FR-Link-Mgt 160 integer
55 ATTRIBUTE Ascend-FR-N391 161 integer
56 ATTRIBUTE Ascend-FR-DCE-N392 162 integer
57 ATTRIBUTE Ascend-FR-DTE-N392 163 integer
58 ATTRIBUTE Ascend-FR-DCE-N393 164 integer
59 ATTRIBUTE Ascend-FR-DTE-N393 165 intege
    [all...]
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
ShortNumberInfoTest.java 34 shortInfo.isPossibleShortNumberForRegion(parse("123456", RegionCode.FR), RegionCode.FR));
49 assertTrue(shortInfo.isValidShortNumberForRegion(parse("1010", RegionCode.FR), RegionCode.FR));
53 shortInfo.isValidShortNumberForRegion(parse("123456", RegionCode.FR), RegionCode.FR));
90 String premiumRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR,
93 parse(premiumRateExample, RegionCode.FR), RegionCode.FR));
99 String standardRateExample = shortInfo.getExampleShortNumberForCost(RegionCode.FR,
    [all...]
RegionCode.java 43 static final String FR = "FR";
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
reduce.s 7 .PARAM foo,ARGW0=FR
reduce2.s 26 .EXPORT g,ENTRY,PRIV_LEV=3,RTNVAL=FR
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/IPA/
GlobalsModRef.cpp 126 if (FunctionRecord *FR = getFunctionInfo(F)) {
127 if (FR->FunctionEffect == 0)
129 else if ((FR->FunctionEffect & Mod) == 0)
143 if (FunctionRecord *FR = getFunctionInfo(F)) {
144 if (FR->FunctionEffect == 0)
146 else if ((FR->FunctionEffect & Mod) == 0)
385 FunctionRecord &FR = FunctionInfo[SCC[0]->getFunction()];
408 FR.MayReadAnyGlobal = true;
429 FR.GlobalInfo[GI->first] |= GI->second;
430 FR.MayReadAnyGlobal |= CalleeFR->MayReadAnyGlobal
    [all...]
  /external/llvm/lib/CodeGen/
LocalStackSlotAllocation.cpp 331 FrameRef &FR = FrameReferenceInsns[ref];
332 MachineInstr &MI = *FR.getMachineInstr();
333 int64_t LocalOffset = FR.getLocalOffset();
334 int FrameIdx = FR.getFrameIndex();
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputMethodSubtypeTests.java 48 RichInputMethodSubtype FR;
99 FR = new RichInputMethodSubtype(mRichImm.findSubtypeByLocaleAndKeyboardLayoutSet(
208 // fr azerty F Français Français
218 // fr qwertz T Français Français
232 assertEquals("fr", "Français", FR.getFullDisplayName());
244 assertEquals("fr", "Français", FR.getMiddleDisplayName());
267 assertEquals("fr qwertz", "Français", FR_QWERTZ.getFullDisplayName());
275 assertEquals("fr qwertz", "Français", FR_QWERTZ.getMiddleDisplayName())
    [all...]
  /external/valgrind/VEX/priv/
host_mips_defs.h 47 #define FR(_mode64, _enc, _ix64, _ix32) \
69 ST_IN HReg hregMIPS_F16 ( Bool mode64 ) { return FR (mode64, 16, 12, 12); }
70 ST_IN HReg hregMIPS_F18 ( Bool mode64 ) { return FR (mode64, 18, 13, 13); }
71 ST_IN HReg hregMIPS_F20 ( Bool mode64 ) { return FR (mode64, 20, 14, 14); }
72 ST_IN HReg hregMIPS_F22 ( Bool mode64 ) { return FR (mode64, 22, 15, 15); }
73 ST_IN HReg hregMIPS_F24 ( Bool mode64 ) { return FR (mode64, 24, 16, 16); }
74 ST_IN HReg hregMIPS_F26 ( Bool mode64 ) { return FR (mode64, 26, 17, 17); }
75 ST_IN HReg hregMIPS_F28 ( Bool mode64 ) { return FR (mode64, 28, 18, 18); }
76 ST_IN HReg hregMIPS_F30 ( Bool mode64 ) { return FR (mode64, 30, 19, 19); }
97 ST_IN HReg hregMIPS_HI ( Bool mode64 ) { return FR (mode64, 33, 20, 28);
    [all...]
  /external/ImageMagick/coders/
wmf.c     [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
SubtypeLocaleUtilsTests.java 45 InputMethodSubtype FR;
96 FR = mRichImm.findSubtypeByLocaleAndKeyboardLayoutSet(
166 assertEquals("fr", "azerty", SubtypeLocaleUtils.getKeyboardLayoutSetName(FR));
176 assertEquals("fr qwertz", "qwertz", SubtypeLocaleUtils.getKeyboardLayoutSetName(FR_QWERTZ));
207 // fr azerty F French
217 // fr qwertz T French (QWERTZ)
236 assertEquals("fr", "French",
237 SubtypeLocaleUtils.getSubtypeDisplayNameInSystemLocale(FR));
271 assertEquals("fr qwertz", "French (QWERTZ)"
    [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...]
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
EventRecurrenceTest.java 353 verifyRecurType("FREQ=DAILY;BYDAY=1SU,-2MO,+33TU,WE,TH,FR,SA",
367 EventRecurrence.FR,
409 + "BYDAY=MO,TU,WE,TH,FR,SA,SU",
422 EventRecurrence.FR,
438 verifyRecurType("FREQ=MONTHLY;BYDAY=MO,TU,WE,TH,FR;BYSETPOS=-1",
451 EventRecurrence.FR
553 verifyRecurType("FREQ=WEEKLY;WKST=SU;INTERVAL=1;BYDAY=MO,TU,WE,TH,FR",
566 EventRecurrence.FR,
580 verifyRecurType("FREQ=WEEKLY;WKST=SU;INTERVAL=2;BYDAY=MO,TU,WE,TH,FR",
593 EventRecurrence.FR,
    [all...]
  /external/llvm/lib/Target/Hexagon/
RDFCopy.cpp 184 auto FR = EM.find(DR);
185 if (FR == EM.end())
187 RegisterRef SR = FR->second;
  /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/swiftshader/third_party/subzero/src/
IceELFSection.cpp 73 for (const AssemblerFixup *FR : FixupRefs) {
74 Fixups.push_back(*FR);

Completed in 945 milliseconds

1 2 3 4