Searched refs:fr (Results 1 - 25 of 237) sorted by relevance

12345678910

/external/clang/test/CodeGenCXX/
H A Dlvalue-bitcasts.cpp7 void reinterpret_cast_test(int &ir, float &fr, X &xr) { argument
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) { argument
56 ir = (int&)fr;
64 fr = (float&)ir;
68 fr
97 functional_cast(int &ir, float &fr, X &xr) argument
[all...]
/external/svox/pico/lang/
H A DPicoLangFrFrInSystem.mk2 # 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
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DIntlTestDecimalFormatSymbols.java38 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH);
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
[all...]
H A DIntlTestDecimalFormatSymbolsC.java35 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH);
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
[all...]
H A DIntlTestNumberFormatAPI.java47 NumberFormat fr = NumberFormat.getInstance(Locale.FRENCH);
122 double d1 = ((Number)fr.parseObject(text, pos)).doubleValue();
128 double d2 = fr.parse(text, pos01).doubleValue();
136 d3 = fr.parse(text).doubleValue();
160 fr.setParseIntegerOnly( def.isParseIntegerOnly() );
161 if(fr.isParseIntegerOnly() != def.isParseIntegerOnly() ) {
165 fr.setGroupingUsed( def.isGroupingUsed() );
166 if(fr.isGroupingUsed() != def.isGroupingUsed() ) {
170 fr.setMaximumIntegerDigits( def.getMaximumIntegerDigits() );
171 if(fr
[all...]
H A DIntlTestDateFormatSymbols.java128 DateFormatSymbols fr = new DateFormatSymbols(Locale.FRENCH);
135 if(en.equals(fr)) {
143 fr.setEras(eras);
144 final String[] eras1 = fr.getEras();
159 fr.setMonths(months);
160 final String[] months1 = fr.getMonths();
174 fr.setShortMonths(shortMonths);
175 final String[] shortMonths1 = fr.getShortMonths();
219 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
220 final String[] narrowMonths1 = fr
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDecimalFormatSymbols.java37 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH);
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
[all...]
H A DIntlTestDecimalFormatSymbolsC.java34 DecimalFormatSymbols fr = new DecimalFormatSymbols(Locale.FRENCH);
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
[all...]
H A DIntlTestNumberFormatAPI.java46 NumberFormat fr = NumberFormat.getInstance(Locale.FRENCH);
121 double d1 = ((Number)fr.parseObject(text, pos)).doubleValue();
127 double d2 = fr.parse(text, pos01).doubleValue();
135 d3 = fr.parse(text).doubleValue();
159 fr.setParseIntegerOnly( def.isParseIntegerOnly() );
160 if(fr.isParseIntegerOnly() != def.isParseIntegerOnly() ) {
164 fr.setGroupingUsed( def.isGroupingUsed() );
165 if(fr.isGroupingUsed() != def.isGroupingUsed() ) {
169 fr.setMaximumIntegerDigits( def.getMaximumIntegerDigits() );
170 if(fr
[all...]
H A DIntlTestDateFormatSymbols.java127 DateFormatSymbols fr = new DateFormatSymbols(Locale.FRENCH);
134 if(en.equals(fr)) {
142 fr.setEras(eras);
143 final String[] eras1 = fr.getEras();
158 fr.setMonths(months);
159 final String[] months1 = fr.getMonths();
173 fr.setShortMonths(shortMonths);
174 final String[] shortMonths1 = fr.getShortMonths();
218 fr.setMonths(narrowMonths,DateFormatSymbols.FORMAT,DateFormatSymbols.NARROW);
219 final String[] narrowMonths1 = fr
[all...]
/external/clang/test/CXX/over/over.match/over.match.best/
H A Dp1.cpp12 float &fr = f0(vp, 0); local
/external/doclava/
H A Dmoe.sh23 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/
H A Dfirmware_common.sh18 rm -fr "$dir"/*
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp7.cpp26 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/
H A DMakefile7 rm -fr media_device_test media_device_open video_device_test
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DANTLRFileStream.cs106 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/
H A Dtsdcfmsy.cpp36 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
[all...]
H A Dtsdtfmsy.cpp174 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
[all...]
/external/libnl/lib/fib_lookup/
H A Dlookup.c75 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
215 struct fib_result_nl fr = {0}; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
H A Doptions.h61 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,"
[all...]
/external/ltp/testcases/kernel/numa/
H A Dnuma_node_size.c59 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/
H A Dfs-bench-test2.sh7 /bin/rm -fr ./00 >& /dev/null
23 /bin/rm -fr ./00 >& /dev/null
53 time /bin/rm -fr ./00
H A Dfs-bench-test.sh7 /bin/rm -fr ./00 >& /dev/null
42 time /bin/rm -fr ./00
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp3.cpp29 const float &fr = ar; local
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
H A Dbuildall.sh7 ./buildpkb.sh fr FR nk0
14 ./buildbin.sh fr-FR nk0

Completed in 1628 milliseconds

12345678910