/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/configs/fr-FR/ |
D | fr-FR_ta.txt | 1 # 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 …]
|
D | fr-FR_nk0_sg.txt | 1 # 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 …]
|
D | fr-FR_dbg.txt | 1 # 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/ |
D | lvalue-bitcasts.cpp | 7 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/icu4c/test/intltest/ |
D | tsdcfmsy.cpp | 38 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols() local 51 if(en == fr || ! (en != fr) ) { in testSymbols() 58 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in testSymbols() 59 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols() 64 fr.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, group); in testSymbols() 65 …if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbo… in testSymbols() 70 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal); in testSymbols() 71 …if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols() 76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols() 77 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols() [all …]
|
D | tsdtfmsy.cpp | 172 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 …]
|
D | nmfmapts.cpp | 75 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/ |
D | tsdcfmsy.cpp | 38 DecimalFormatSymbols fr(Locale::getFrench(), status); in testSymbols() local 51 if(en == fr || ! (en != fr) ) { in testSymbols() 58 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero); in testSymbols() 59 …if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZer… in testSymbols() 64 fr.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, group); in testSymbols() 65 …if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbo… in testSymbols() 70 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal); in testSymbols() 71 …if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbol… in testSymbols() 76 fr.setSymbol(DecimalFormatSymbols::kPerMillSymbol, perMill); in testSymbols() 77 …if(fr.getSymbol(DecimalFormatSymbols::kPerMillSymbol) != en.getSymbol(DecimalFormatSymbols::kPerMi… in testSymbols() [all …]
|
D | tsdtfmsy.cpp | 136 DateFormatSymbols fr(Locale::getFrench(), status); in TestSymbols() local 156 if(en == fr || ! (en != fr) ) { in TestSymbols() 185 fr.setEras(eras, count); in TestSymbols() 186 if( *en.getEras(count) != *fr.getEras(count)) { in TestSymbols() 191 fr.setMonths(months, count); in TestSymbols() 192 if( *en.getMonths(count) != *fr.getMonths(count)) { in TestSymbols() 197 fr.setShortMonths(shortMonths, count); in TestSymbols() 198 if( *en.getShortMonths(count) != *fr.getShortMonths(count)) { in TestSymbols() 217 fr.setMonths(narrowMonths, count, DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW); in TestSymbols() 219 *fr.getMonths(count,DateFormatSymbols::FORMAT,DateFormatSymbols::NARROW )) { in TestSymbols() [all …]
|
D | nmfmapts.cpp | 75 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/svox/pico/tests/data/ |
D | xsampa_pico_man_fr-FR.txt | 5 # French (fr-FR) 19 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph=""bO~"/>.</speak> 22 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph=""dA~"/>.</speak> 25 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph=""gA~"/>.</speak> 28 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph=""kA~"/>.</speak> 31 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph=""pO~"/>.</speak> 34 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph=""tA~"/>.</speak> 40 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="O."JO~"/>.</speak> 43 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph="kA~."piN"/>.</speak> 46 <speak xml:lang="fr-FR"> Je teste <phoneme alphabet="xsampa" ph=""mO~"/>.</speak> [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/common/xmlpool/ |
D | 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/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | 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/icu4c/layoutex/ |
D | plruns.cpp | 35 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/ |
D | ChangeLog | 1 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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | ANTLRFileStream.cs | 106 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/ |
D | fr-FR_kdt_posd.dtfmt | 2 ! @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
|
D | fr-FR_kdt_phr.dtfmt | 2 ! @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
|
D | fr-FR_kdt_acc.dtfmt | 2 ! @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/chromium_org/third_party/icu/source/test/cintltst/ |
D | cdattst.c | 57 UDateFormat *def, *fr, *it, *de, *def1, *fr_pat; in TestDateFormat() local 80 fr = udat_open(UDAT_FULL, UDAT_DEFAULT, "fr_FR", NULL,0, NULL, 0,&status); in TestDateFormat() 188 result=myDateFormat(fr, d); in TestDateFormat() 293 udat_setLenient(fr, udat_isLenient(it)); in TestDateFormat() 294 if(udat_isLenient(fr) != udat_isLenient(it)) in TestDateFormat() 365 udat_close(fr); in TestDateFormat() 530 UDateFormat *def, *fr; in TestSymbols() local 541 fr = udat_open(UDAT_FULL, UDAT_DEFAULT, "fr_FR", NULL, 0, NULL, 0, &status); in TestSymbols() 581 resultlengthout=udat_getSymbols(fr, UDAT_WEEKDAYS, 5 , NULL, resultlength, &status); in TestSymbols() 591 udat_getSymbols(fr, UDAT_WEEKDAYS, 5, result, resultlength, &status); in TestSymbols() [all …]
|
/external/svox/pico/lang/ |
D | PicoLangFrFrInSystem.mk | 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/chromium_org/components/autofill/core/browser/ |
D | autofill_regex_constants.cc.utf8 | 25 "|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 …]
|
/external/oprofile/ |
D | ChangeLog-2004 | 38 2004-11-25 Philippe Elie <phil.el@wanadoo.fr> 42 2004-11-20 Philippe Elie <phil.el@wanadoo.fr> 47 2004-11-20 Philippe Elie <phil.el@wanadoo.fr> 52 2004-11-19 Philippe Elie <phil.el@wanadoo.fr> 65 2004-11-18 Philippe Elie <phil.el@wanadoo.fr> 69 2004-11-18 Philippe Elie <phil.el@wanadoo.fr> 74 2004-11-17 Philippe Elie <phil.el@wanadoo.fr> 79 2004-11-17 Philippe Elie <phil.el@wanadoo.fr> 84 2004-11-17 Philippe Elie <phil.el@wanadoo.fr> 195 2004-07-21 Philippe Elie <phil.el@wanadoo.fr> [all …]
|
D | ChangeLog-2003 | 1 2003-12-29 Philippe Elie <phil.el@wanadoo.fr> 17 2003-12-28 Philippe Elie <phil.el@wanadoo.fr> 27 2003-12-16 Philippe Elie <phil.el@wanadoo.fr> 40 2003-11-19 Philippe Elie <phil.el@wanadoo.fr> 45 2003-11-17 Philippe Elie <phil.el@wanadoo.fr> 51 2003-12-19 Philippe Elie <phil.el@wanadoo.fr> 55 2003-11-23 Philippe Elie <phil.el@wanadoo.fr> 61 2003-11-15 Philippe Elie <phil.el@wanadoo.fr> 67 2003-11-15 Philippe Elie <phil.el@wanadoo.fr> 73 2003-11-15 Philippe Elie <phil.el@wanadoo.fr> [all …]
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p7.cpp | 26 float &fr = check_const_int(ic); in test_capture_constness() local 31 float &fr = check_const_int(ic); in test_capture_constness() local 36 float &fr = check_const_int(ic); in test_capture_constness() local 41 float &fr = check_const_int(ic); in test_capture_constness() local
|