/external/svox/pico/lib/ |
picotrns.c | 66 case PICOKFST_PLANE_PHONEMES: /* phones */ 207 pico_status_t picotrns_trivial_syllabify(picoktab_Phones phones, 227 while ((j < inSeqLen) && !picoktab_isSyllCarrier(phones,(picoos_uint8)inSeq[j].sym)) { 228 if ((inSeq[j].sym == picoktab_getPrimstressID(phones)) 229 || (inSeq[j].sym == picoktab_getPrimstressID(phones))) { 251 insertSym(outSeq,out++,picoktab_getSyllboundID(phones)); 266 while ((i < inSeqLen) && picoktab_isSyllCarrier(phones,(picoos_uint8)inSeq[i].sym)) {
|
picokdbg.c | 49 * @b Phones
|
picoktab.c | 640 /* Phones */ 643 /* overview binary file format for phones kb: 645 phones-kb = specids propertytable 658 PHONEPROP2: one byte, max. of 256 phones directly access this table 743 /* Phones methods */ [all...] |
picokdt.h | 284 13-15 the three following phones predicted 317 dtvres: phones vector classification result 453 dtres: phones vector classification result
|
picospho.c | 235 /* phones kb */ 236 picoktab_Phones phones; member in struct:spho_subobj 238 /* some soecial ids from phones */ 317 spho->phones = picoktab_getPhones(this->voice->kbArray[PICOKNOW_KBID_TAB_PHONES]); 319 spho->syllSepId = picoktab_getSyllboundID(spho->phones); 320 spho->primStressId = picoktab_getPrimstressID(spho->phones); 321 spho->secondStressId = picoktab_getSecstressID(spho->phones); [all...] |
picotrns.h | 154 pico_status_t picotrns_trivial_syllabify(picoktab_Phones phones,
|
/external/srec/tools/make_cfst/ |
make_cfst.cpp | 42 printf("usage: %s -phones models/phones.map -models models/models128x.map -cfst models/generic.C -swiarb models/generic.swiarb\n", prog); 90 else if(!strcmp(argv[i],"-phones"))
|
/device/htc/passion-common/ |
passion.mk | 70 # stuff common to all HTC phones
|
/frameworks/base/core/java/android/pim/vcard/ |
VCardConfig.java | 42 /* package */ static final int PARSE_TYPE_MOBILE_PHONE_JP = 2; // For Japanese mobile phones. 43 /* package */ static final int PARSE_TYPE_FOMA = 3; // For Japanese FOMA mobile phones. 148 * phones', which are probably not able to parse full-width hiragana/katakana for 313 * mobile phones, where phonetic names are translated to half-width katakana if
|
/external/srec/seti/sltsEngine/src/ |
SWIslts.c | 184 /* send phones to internal buffer */ 294 pfprintf(PSTDOUT,"number of phones: %d\n ", num_phones);
|
run_seq_lts.c | 341 pm->phones = (char**) lts_alloc(pm->num_phones, sizeof(char*)); 342 if (pm->phones == NULL) { 351 pm->phones[i] = ph = (char*) lts_alloc(len+1, sizeof(char)); 360 pm->phoneH = my_PHashTableCreate_FromStrings( (const char**)pm->phones, 384 if (pm->phones) { 386 if (pm->phones[i]) { 387 FREE(pm->phones[i]); 388 pm->phones[i] = NULL; 391 FREE(pm->phones); 392 pm->phones = NULL [all...] |
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/ |
picoloaddbg.lua | 9 -- load pico phones src file and create dbg pkb file
146 -- write out Phones pkb
|
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-configuration-element.jd | 41 keypad like those found on most phones, it would specify these requirements 100 phones — with keys for the digits from {@code 0} through
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
fields_index_changes.html | 155 <A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A> 171 <nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_FILTER_URL" class="hiddenlink" target="rightframe">CONTENT_FILTER_URL</A> 189 <A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_ITEM_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A> 212 <A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_TYPE" class="hiddenlink" target="rightframe">android.provider.Contacts.Phones</A [all...] |
alldiffs_index_changes.html | 376 <!-- Class Contacts.People.Phones --> 377 <A HREF="android.provider.Contacts.People.Phones.html" class="hiddenlink" target="rightframe">Contacts.People.Phones</A><br> 380 <!-- Class Contacts.Phones --> 381 <A HREF="android.provider.Contacts.Phones.html" class="hiddenlink" target="rightframe">Contacts.Phones</A><br> 413 <A HREF="android.provider.Contacts.People.Phones.html#android.provider.Contacts.People.Phones.CONTENT_DIRECTORY" class="hiddenlink" target="rightframe">android.provider.Contacts.People.Phones</A> 436 <nobr><A HREF="android.provider.Contacts.Phones.html#android.provider.Contacts.Phones.CONTENT_FILTER_URL" class="hiddenlink" target="rightframe">C (…) [all...] |
/frameworks/base/core/java/android/provider/ |
Contacts.java | 87 * Signifies an Phone row that is stored in the Phones table 416 * <P>Type: INTEGER (foreign key to phones table on the _ID field)</P> 658 * A sub directory of a single person that contains all of their Phones. 662 public static final class Phones implements BaseColumns, PhonesColumns, 667 private Phones() {} 674 public static final String CONTENT_DIRECTORY = "phones"; 855 * Columns from the Phones table that other columns join into themselves. [all...] |
/bionic/libc/include/ |
nsswitch.h | 98 #define NSDB_PHONES "phones"
|
/bionic/libc/private/ |
nsswitch.h | 98 #define NSDB_PHONES "phones"
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
PhoneNumberUtilsTest.java | 299 Uri phoneUri = Uri.withAppendedPath(personRecord, People.Phones.CONTENT_DIRECTORY); 301 values.put(People.Phones.TYPE, People.Phones.TYPE_HOME); 302 values.put(People.Phones.NUMBER, "+18005552871");
|
/development/pdk/docs/about/ |
philosophy.jd | 5 <p>Android is an open-source software stack for mobile phones and similar
|
/development/pdk/docs/compatibility/ |
index.jd | 30 is a line of code that didn't add a new feature. The more compatible phones
|
/development/pdk/docs/porting/ |
instrumentation_testing.jd | 419 phoneUri = Uri.withAppendedPath(uri, Contacts.People.Phones.CONTENT_DIRECTORY); 422 values.put(Contacts.Phones.TYPE, phoneType); 423 values.put(Contacts.Phones.NUMBER, number); 424 values.put(Contacts.Phones.LABEL, label);
|
/development/simulator/app/ |
PhoneCollection.cpp | 39 * (Re-)scan the specified directory for phones. We register a hit if we can
|
/frameworks/base/docs/html/guide/appendix/ |
app-intents.jd | 93 Android phones in portrait mode will adjust the zoom so that
|
/frameworks/base/docs/html/resources/articles/ |
speech-input.jd | 4 <p> People love their mobile phones because they can stay in touch wherever they
|