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

1 2 3 4 5 6 7 8 91011>>

  /external/svox/pico/lang/
PicoLangFrFrInSystem.mk 2 # Installation of fr-FR for the Pico TTS engine in the system image
4 # Include this file in a product makefile to include the language files for fr-FR
10 external/svox/pico/lang/fr-FR_nk0_sg.bin:system/tts/lang_pico/fr-FR_nk0_sg.bin \
11 external/svox/pico/lang/fr-FR_ta.bin:system/tts/lang_pico/fr-FR_ta.bin
  /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...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 38 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH); local
42 if(en.equals(fr)) {
63 fr.setZeroDigit(zero);
64 if(fr.getZeroDigit() != en.getZeroDigit()) {
69 fr.setDigitStrings(digits);
70 if (!Arrays.equals(fr.getDigitStrings(), en.getDigitStrings())) {
75 fr.setSignificantDigit(sigDigit);
76 if(fr.getSignificantDigit() != en.getSignificantDigit()) {
81 fr.setCurrency(currency);
82 if (!fr.getCurrency().equals(currency))
    [all...]
IntlTestDecimalFormatSymbolsC.java 35 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH); local
38 if (en.equals(fr)) {
45 fr.setZeroDigit(zero);
46 if (fr.getZeroDigit() != en.getZeroDigit()) {
51 fr.setGroupingSeparator(group);
52 if (fr.getGroupingSeparator() != en.getGroupingSeparator()) {
57 fr.setDecimalSeparator(decimal);
58 if (fr.getDecimalSeparator() != en.getDecimalSeparator()) {
63 fr.setPerMill(perMill);
64 if (fr.getPerMill() != en.getPerMill())
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
IntlTestDecimalFormatSymbols.java 37 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH); local
41 if(en.equals(fr)) {
62 fr.setZeroDigit(zero);
63 if(fr.getZeroDigit() != en.getZeroDigit()) {
68 fr.setDigitStrings(digits);
69 if (!Arrays.equals(fr.getDigitStrings(), en.getDigitStrings())) {
74 fr.setSignificantDigit(sigDigit);
75 if(fr.getSignificantDigit() != en.getSignificantDigit()) {
80 fr.setCurrency(currency);
81 if (!fr.getCurrency().equals(currency))
    [all...]
IntlTestDecimalFormatSymbolsC.java 34 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH); local
37 if (en.equals(fr)) {
44 fr.setZeroDigit(zero);
45 if (fr.getZeroDigit() != en.getZeroDigit()) {
50 fr.setGroupingSeparator(group);
51 if (fr.getGroupingSeparator() != en.getGroupingSeparator()) {
56 fr.setDecimalSeparator(decimal);
57 if (fr.getDecimalSeparator() != en.getDecimalSeparator()) {
62 fr.setPerMill(perMill);
63 if (fr.getPerMill() != en.getPerMill())
    [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...]
  /external/clang/test/CodeGenCXX/
lvalue-bitcasts.cpp 7 void reinterpret_cast_test(int &ir, float &fr, X &xr) {
11 ir = reinterpret_cast<int&>(fr);
19 fr = reinterpret_cast<float&>(ir);
23 fr = reinterpret_cast<float&>(xr);
31 xr = reinterpret_cast<X&>(fr);
43 cfr = reinterpret_cast<_Complex float&>(fr);
52 void c_cast(int &ir, float &fr, X &xr) {
56 ir = (int&)fr;
64 fr = (float&)ir;
68 fr = (float&)xr
    [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...]
  /libcore/luni/src/test/java/libcore/java/io/
OldFilterReaderTest.java 28 private FilterReader fr; field in class:OldFilterReaderTest
93 fr.close();
98 fr.mark(0);
103 fr.markSupported();
108 fr.read();
114 fr.read(buffer, 0, 5);
122 fr = new MyFilterReader(new InputStreamReader(
126 fr.read(buffer, 0, -1);
133 fr.read(buffer, -1, 1);
140 fr.read(buffer, 10, 1)
    [all...]
  /external/clang/test/CXX/over/over.match/over.match.best/
p1.cpp 12 float &fr = f0(vp, 0); local
  /external/doclava/
moe.sh 23 rm -fr res/ src/ && svn export --force https://doclava.googlecode.com/svn/trunk/ . && rm -fr lib/ samples/ src/com/google/doclava/DoclavaTask.java
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
firmware_common.sh 18 rm -fr "$dir"/*
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p7.cpp 26 float &fr = check_const_int(ic); local
31 float &fr = check_const_int(ic); local
36 float &fr = check_const_int(ic); local
41 float &fr = check_const_int(ic); local
  /external/linux-kselftest/tools/testing/selftests/media_tests/
Makefile 7 rm -fr media_device_test media_device_open video_device_test
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 106 StreamReader fr = null;
113 fr = new StreamReader(fileName, encoding);
115 fr = new StreamReader(fileName, Encoding.Default);
116 n = fr.Read((Char[])data, 0, data.Length);
120 if (fr != null)
122 fr.Close();
  /external/icu/icu4c/source/test/intltest/
tsdcfmsy.cpp 36 DecimalFormatSymbols fr(Locale::getFrench(), status);
49 if(en == fr || ! (en != fr) ) {
56 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero);
57 if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) {
62 fr.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, group);
63 if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)) {
68 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal);
69 if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)) {
74 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill)
    [all...]
tsdtfmsy.cpp 174 DateFormatSymbols fr(Locale::getFrench(), status);
194 if(en == fr || ! (en != fr) ) {
223 fr.setEras(eras, count);
224 if( *en.getEras(count) != *fr.getEras(count)) {
229 fr.setMonths(months, count);
230 if( *en.getMonths(count) != *fr.getMonths(count)) {
235 fr.setShortMonths(shortMonths, count);
236 if( *en.getShortMonths(count) != *fr.getShortMonths(count)) {
255 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW)
    [all...]
  /external/libnl/lib/fib_lookup/
lookup.c 75 struct fib_result_nl *fr; local
89 fr = nlmsg_data(n);
90 addr = nl_addr_build(AF_INET, &fr->fl_addr, 4);
98 flnl_request_set_fwmark(res->fr_req, fr->fl_fwmark);
99 flnl_request_set_tos(res->fr_req, fr->fl_tos);
100 flnl_request_set_scope(res->fr_req, fr->fl_scope);
101 flnl_request_set_table(res->fr_req, fr->tb_id_in);
103 res->fr_table_id = fr->tb_id;
104 res->fr_prefixlen = fr->prefixlen;
105 res->fr_nh_sel = fr->nh_sel
215 struct fib_result_nl fr = {0}; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
options.h 61 DRI_CONF_DESC(fr,"Debogage") \
70 DRI_CONF_DESC(fr,"Désactiver l'accélération 3D") \
80 DRI_CONF_DESC(fr,"Afficher les boîtes de performance") \
92 DRI_CONF_DESC(fr,"Qualité d'image") \
130 DRI_CONF_DESC_BEGIN(fr,"Profondeur de texture") \
150 DRI_CONF_DESC(fr,"Valeur maximale initiale pour le filtrage anisotropique de texture") \
160 DRI_CONF_DESC(fr,"Interdire le LOD bias negatif") \
170 DRI_CONF_DESC(fr,"Activer la compression de texture S3TC même si le support logiciel est absent") \
194 DRI_CONF_DESC_BEGIN(fr,"Technique de réduction de couleurs") \
224 DRI_CONF_DESC_BEGIN(fr,"Méthode d'arrondi des couleurs")
    [all...]
  /external/ltp/testcases/kernel/numa/
numa_node_size.c 59 long fr; local
60 unsigned long sz = numa_node_size(i, &fr);
63 printf("node %d free: %s\n", i, fmt_mem(fr, buf));
  /external/ltp/testcases/kernel/fs/fs-bench/
fs-bench-test2.sh 7 /bin/rm -fr ./00 >& /dev/null
23 /bin/rm -fr ./00 >& /dev/null
53 time /bin/rm -fr ./00
  /external/webrtc/talk/media/webrtc/
webrtcvideoencoderfactory.h 51 int fr)
52 : type(t), name(nm), max_width(w), max_height(h), max_fps(fr) {
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p3.cpp 29 const float &fr = ar; local

Completed in 328 milliseconds

1 2 3 4 5 6 7 8 91011>>