Home
last modified time | relevance | path

Searched refs:fr (Results 1 – 25 of 996) sorted by relevance

12345678910>>...40

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/fr-FR/
Dfr-FR_ta.txt1 # collection of fr-FR textana knowledge bases
5 NAME fr-FR_ta_1.0.0.3-0-2
12 TPP_MAIN "../pkb/fr-FR/fr-FR_kpr.pkb"
13 TAB_GRAPHS "../pkb/fr-FR/fr-FR_ktab_graphs.pkb"
14 TAB_PHONES "../pkb/fr-FR/fr-FR_ktab_phones.pkb"
15 TAB_POS "../pkb/fr-FR/fr-FR_ktab_pos.pkb"
16 LEX_MAIN "../pkb/fr-FR/fr-FR_klex.pkb"
17 DT_POSP "../pkb/fr-FR/fr-FR_kdt_posp.pkb"
18 DT_POSD "../pkb/fr-FR/fr-FR_kdt_posd.pkb"
19 DT_G2P "../pkb/fr-FR/fr-FR_kdt_g2p.pkb"
[all …]
Dfr-FR_nk0_sg.txt1 # collection of fr-FR nk0 siggen knowledge bases
5 NAME fr-FR_nk0_sg_1.0.0.3-0-2
11 FST_SPHO_9 "../pkb/fr-FR/fr-FR_nk0_kfst_spho9.pkb"
12 DT_DUR "../pkb/fr-FR/fr-FR_nk0_kdt_dur.pkb"
13 DT_LFZ1 "../pkb/fr-FR/fr-FR_nk0_kdt_lfz1.pkb"
14 DT_LFZ2 "../pkb/fr-FR/fr-FR_nk0_kdt_lfz2.pkb"
15 DT_LFZ3 "../pkb/fr-FR/fr-FR_nk0_kdt_lfz3.pkb"
16 DT_LFZ4 "../pkb/fr-FR/fr-FR_nk0_kdt_lfz4.pkb"
17 DT_LFZ5 "../pkb/fr-FR/fr-FR_nk0_kdt_lfz5.pkb"
18 DT_MGC1 "../pkb/fr-FR/fr-FR_nk0_kdt_mgc1.pkb"
[all …]
Dfr-FR_dbg.txt1 # collection of fr-FR dbg knowledge bases
5 NAME fr-FR_dbg
12 DBG "../pkb/fr-FR/fr-FR_kdbg.pkb"
/external/clang/test/CodeGenCXX/
Dlvalue-bitcasts.cpp7 void reinterpret_cast_test(int &ir, float &fr, X &xr) { in reinterpret_cast_test() argument
11 ir = reinterpret_cast<int&>(fr); in reinterpret_cast_test()
19 fr = reinterpret_cast<float&>(ir); in reinterpret_cast_test()
23 fr = reinterpret_cast<float&>(xr); in reinterpret_cast_test()
31 xr = reinterpret_cast<X&>(fr); in reinterpret_cast_test()
43 cfr = reinterpret_cast<_Complex float&>(fr); in reinterpret_cast_test()
52 void c_cast(int &ir, float &fr, X &xr) { in c_cast() argument
56 ir = (int&)fr; in c_cast()
64 fr = (float&)ir; in c_cast()
68 fr = (float&)xr; in c_cast()
[all …]
/external/svox/pico/tests/data/
Dxsampa_pico_man_fr-FR.txt5 # French (fr-FR)
19 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="&#34;bO~"/>.</speak>
22 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="&#34;dA~"/>.</speak>
25 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="&#34;gA~"/>.</speak>
28 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="&#34;kA~"/>.</speak>
31 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="&#34;pO~"/>.</speak>
34 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="&#34;tA~"/>.</speak>
40 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="O.&#34;JO~"/>.</speak>
43 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="kA~.&#34;piN"/>.</speak>
46 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="&#34;mO~"/>.</speak>
[all …]
/external/icu/icu4c/source/test/intltest/
Dtsdcfmsy.cpp34 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols() local
47 if(en == fr || ! (en != fr) ) { in testSymbols()
54 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in testSymbols()
55 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
60 fr.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, group); in testSymbols()
61 …if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbo… in testSymbols()
66 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal); in testSymbols()
67 …if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
73 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
[all …]
Dtsdtfmsy.cpp172 DateFormatSymbols fr(Locale::getFrench(), status); in TestSymbols() local
192 if(en == fr || ! (en != fr) ) { in TestSymbols()
221 fr.setEras(eras, count); in TestSymbols()
222 if( *en.getEras(count) != *fr.getEras(count)) { in TestSymbols()
227 fr.setMonths(months, count); in TestSymbols()
228 if( *en.getMonths(count) != *fr.getMonths(count)) { in TestSymbols()
233 fr.setShortMonths(shortMonths, count); in TestSymbols()
234 if( *en.getShortMonths(count) != *fr.getShortMonths(count)) { in TestSymbols()
253 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
255 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols()
[all …]
Dnmfmapts.cpp75 NumberFormat *fr = NumberFormat::createInstance(Locale::getFrench(), status); in testAPI() local
153 if (fr != NULL) in testAPI()
161 fr->parseObject(text, result1, pos); in testAPI()
167 fr->parse(text, result2, pos01); in testAPI()
174 fr->parse(text, result3, status); in testAPI()
185 if (fr != NULL && def != NULL) in testAPI()
197 fr->setParseIntegerOnly( def->isParseIntegerOnly() ); in testAPI()
198 if(fr->isParseIntegerOnly() != def->isParseIntegerOnly() ) { in testAPI()
202 fr->setGroupingUsed( def->isGroupingUsed() ); in testAPI()
203 if(fr->isGroupingUsed() != def->isGroupingUsed() ) { in testAPI()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dtsdcfmsy.cpp34 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols() local
47 if(en == fr || ! (en != fr) ) { in testSymbols()
54 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in testSymbols()
55 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols()
60 fr.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, group); in testSymbols()
61 …if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbo… in testSymbols()
66 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal); in testSymbols()
67 …if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols()
72 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols()
73 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols()
[all …]
Dtsdtfmsy.cpp172 DateFormatSymbols fr(Locale::getFrench(), status); in TestSymbols() local
192 if(en == fr || ! (en != fr) ) { in TestSymbols()
221 fr.setEras(eras, count); in TestSymbols()
222 if( *en.getEras(count) != *fr.getEras(count)) { in TestSymbols()
227 fr.setMonths(months, count); in TestSymbols()
228 if( *en.getMonths(count) != *fr.getMonths(count)) { in TestSymbols()
233 fr.setShortMonths(shortMonths, count); in TestSymbols()
234 if( *en.getShortMonths(count) != *fr.getShortMonths(count)) { in TestSymbols()
253 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols()
255 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols()
[all …]
Dnmfmapts.cpp75 NumberFormat *fr = NumberFormat::createInstance(Locale::getFrench(), status); in testAPI() local
153 if (fr != NULL) in testAPI()
161 fr->parseObject(text, result1, pos); in testAPI()
167 fr->parse(text, result2, pos01); in testAPI()
174 fr->parse(text, result3, status); in testAPI()
185 if (fr != NULL && def != NULL) in testAPI()
197 fr->setParseIntegerOnly( def->isParseIntegerOnly() ); in testAPI()
198 if(fr->isParseIntegerOnly() != def->isParseIntegerOnly() ) { in testAPI()
202 fr->setGroupingUsed( def->isGroupingUsed() ); in testAPI()
203 if(fr->isGroupingUsed() != def->isGroupingUsed() ) { in testAPI()
[all …]
/external/libnl/lib/fib_lookup/
Dlookup.c74 struct fib_result_nl *fr; in result_msg_parser() local
88 fr = nlmsg_data(n); in result_msg_parser()
89 addr = nl_addr_build(AF_INET, &fr->fl_addr, 4); in result_msg_parser()
97 flnl_request_set_fwmark(res->fr_req, fr->fl_fwmark); in result_msg_parser()
98 flnl_request_set_tos(res->fr_req, fr->fl_tos); in result_msg_parser()
99 flnl_request_set_scope(res->fr_req, fr->fl_scope); in result_msg_parser()
100 flnl_request_set_table(res->fr_req, fr->tb_id_in); in result_msg_parser()
102 res->fr_table_id = fr->tb_id; in result_msg_parser()
103 res->fr_prefixlen = fr->prefixlen; in result_msg_parser()
104 res->fr_nh_sel = fr->nh_sel; in result_msg_parser()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/
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,"Méthode d'arrondi des couleurs") \
[all …]
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
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,"Méthode d'arrondi des couleurs") \
[all …]
/external/icu/icu4c/source/layoutex/
Dplruns.cpp35 FontRuns *fr = (FontRuns *) fontRuns; in pl_closeFontRuns() local
37 delete fr; in pl_closeFontRuns()
43 const FontRuns *fr = (const FontRuns *) fontRuns; in pl_getFontRunCount() local
45 if (fr == NULL) { in pl_getFontRunCount()
49 return fr->getCount(); in pl_getFontRunCount()
55 FontRuns *fr = (FontRuns *) fontRuns; in pl_resetFontRuns() local
57 if (fr != NULL) { in pl_resetFontRuns()
58 fr->reset(); in pl_resetFontRuns()
65 const FontRuns *fr = (const FontRuns *) fontRuns; in pl_getFontRunLastLimit() local
67 if (fr == NULL) { in pl_getFontRunLastLimit()
[all …]
/external/bison/
DChangeLog1 2012-12-12 Akim Demaille <akim@lrde.epita.fr>
6 2012-12-12 Akim Demaille <akim@lrde.epita.fr>
11 2012-12-12 Akim Demaille <akim@lrde.epita.fr>
16 2012-12-12 Akim Demaille <akim@lrde.epita.fr>
25 2012-12-12 Akim Demaille <akim@lrde.epita.fr>
31 2012-12-12 Akim Demaille <akim@lrde.epita.fr>
35 2012-12-09 Akim Demaille <akim@lrde.epita.fr>
43 2012-12-09 Akim Demaille <akim@lrde.epita.fr>
50 2012-12-09 Akim Demaille <akim@lrde.epita.fr>
86 2012-12-09 Akim Demaille <akim@lrde.epita.fr>
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
DHttp20Draft09Test.java45 FrameReader fr = new Http20Draft09.Reader(frame, 4096, false); in unknownFrameTypeIgnored() local
48 fr.nextFrame(new BaseTestHandler()); in unknownFrameTypeIgnored()
66 FrameReader fr = new Http20Draft09.Reader(frame, 4096, false); in onlyOneLiteralHeadersFrame() local
69 fr.nextFrame(new BaseTestHandler() { in onlyOneLiteralHeadersFrame()
101 FrameReader fr = new Http20Draft09.Reader(frame, 4096, false); in headersWithPriority() local
104 fr.nextFrame(new BaseTestHandler() { in headersWithPriority()
144 FrameReader fr = new Http20Draft09.Reader(frame, 4096, false); in headersFrameThenContinuation() local
147 fr.nextFrame(new BaseTestHandler() { in headersFrameThenContinuation()
186 FrameReader fr = new Http20Draft09.Reader(frame, 4096, false); in pushPromise() local
189 fr.nextFrame(new BaseTestHandler() { in pushPromise()
[all …]
/external/valgrind/main/coregrind/m_debuginfo/
Dimage.c270 static void free_Frame ( Frame* fr ) in free_Frame() argument
272 vg_assert(fr && fr->data); in free_Frame()
273 ML_(dinfo_free)(fr->data); in free_Frame()
274 ML_(dinfo_free)(fr); in free_Frame()
314 static Bool parse_Frame_le64 ( Frame* fr, const HChar* tag, /*OUT*/ULong* n1 ) in parse_Frame_le64() argument
317 if (!fr || !fr->data) return False; in parse_Frame_le64()
318 if (fr->n_data < 4) return False; in parse_Frame_le64()
319 if (VG_(memcmp)(&fr->data[0], tag, 4) != 0) return False; in parse_Frame_le64()
320 if (fr->n_data != 4 + 1*8) return False; in parse_Frame_le64()
321 *n1 = read_ULong_le(&fr->data[4 + 0*8]); in parse_Frame_le64()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DANTLRFileStream.cs106 StreamReader fr = null; in Load()
113 fr = new StreamReader(fileName, encoding); in Load()
115 fr = new StreamReader(fileName, Encoding.Default); in Load()
116 n = fr.Read((Char[])data, 0, data.Length); in Load()
120 if (fr != null) in Load()
122 fr.Close(); in Load()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_kdt_posd.dtfmt2 ! @file fr-FR_kdt_posd.dtfmt
4 ! Decision Tree Configuration <Part-Of-Speech Disambiguation> for language fr-FR
32 :ATTR "4" :PROP table = "fr-FR_pos.utf" type = pos
34 :ATTR "5" :PROP table = "fr-FR_pos.utf" type = pos
36 :ATTR "6" :PROP table = "fr-FR_pos.utf" type = pos
38 :ATTR "7" :PROP table = "fr-FR_pos.utf" type = pos
40 :ATTR "target" :PROP table = "fr-FR_pos.utf" type = pos
Dfr-FR_kdt_phr.dtfmt2 ! @file fr-FR_kdt_phr.dtfmt
4 ! Decision Tree Configuration <Phrasing> for language fr-FR
27 :ATTR "1" :PROP table = "fr-FR_pos.utf" type = pos
29 :ATTR "2" :PROP table = "fr-FR_pos.utf" type = pos
31 :ATTR "3" :PROP table = "fr-FR_pos.utf" type = pos
33 :ATTR "4" :PROP table = "fr-FR_pos.utf" type = pos
35 :ATTR "5" :PROP table = "fr-FR_pos.utf" type = pos
Dfr-FR_kdt_acc.dtfmt2 ! @file fr-FR_kdt_acc.dtfmt
4 ! Decision Tree Configuration <Accentuation> for language fr-FR
27 :ATTR "1" :PROP table = "fr-FR_pos.utf" type = pos
29 :ATTR "2" :PROP table = "fr-FR_pos.utf" type = pos
31 :ATTR "3" :PROP table = "fr-FR_pos.utf" type = pos
33 :ATTR "4" :PROP table = "fr-FR_pos.utf" type = pos
35 :ATTR "5" :PROP table = "fr-FR_pos.utf" type = pos
/external/valgrind/main/auxprogs/
Dvalgrind-di-server.c407 static Bool parse_Frame_noargs ( Frame* fr, const HChar* tag ) in parse_Frame_noargs() argument
410 if (!fr || !fr->data) return False; in parse_Frame_noargs()
411 if (fr->n_data < 4) return False; in parse_Frame_noargs()
412 if (memcmp(&fr->data[0], tag, 4) != 0) return False; in parse_Frame_noargs()
413 if (fr->n_data != 4) return False; in parse_Frame_noargs()
417 static Bool parse_Frame_asciiz ( Frame* fr, const HChar* tag, in parse_Frame_asciiz() argument
421 if (!fr || !fr->data) return False; in parse_Frame_asciiz()
422 if (fr->n_data < 4) return False; in parse_Frame_asciiz()
423 if (memcmp(&fr->data[0], tag, 4) != 0) return False; in parse_Frame_asciiz()
424 if (fr->n_data < 5) return False; // else there isn't even enough in parse_Frame_asciiz()
[all …]
/external/svox/pico/lang/
DPicoLangFrFrInSystem.mk10 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/chromium_org/components/autofill/core/browser/
Dautofill_regex_constants.cc.utf825 "|societe|société" // fr-FR
36 "|adresse" // fr-FR
45 "|adresse" // fr-FR
54 "|addresssuppl|complementnom|appartement" // fr-FR
63 "|adresse" // fr-FR
70 "|batiment|residence" // fr-FR
83 "|\\bcdp\\b" // fr-FR
99 "|ville|commune" // fr-FR
125 "|nom.*carte" // fr-FR
137 "|numéro" // fr-FR
[all …]

12345678910>>...40