/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
expanded-fst.h | 26 // A generic FST plus state count.
|
float-weight.h | 152 inline TropicalWeight Plus(const TropicalWeight &w1, 219 inline LogWeight Plus(const LogWeight &w1, const LogWeight &w2) {
|
string-weight.h | 35 // (suffixes) would otherwise be returned by Plus, useful with various 362 Plus(const StringWeight<L, S> &w1, 370 LOG(FATAL) << "StringWeight::Plus: unequal arguments " 379 Plus(const StringWeight<L, STRING_LEFT> &w1, 398 Plus(const StringWeight<L, STRING_RIGHT> &w1,
|
shortest-distance.h | 165 if (!ApproxEqual(nd, Plus(nd, w), delta_)) { 166 nd = Plus(nd, w); 167 nr = Plus(nr, w);
|
/external/svox/pico/lib/ |
picotok.h | 81 - item size: header plus len=256 (valid for Pico in general)
|
picoacph.h | 164 - item size: header plus len=256 (valid for Pico in general) 165 - see defines below for max nr of items. Item heads plus ref. to contents
|
/external/webkit/JavaScriptCore/runtime/ |
PropertyMapHashTable.h | 81 // But the number of entries is half that (plus one for the deleted sentinel).
|
/external/webkit/WebCore/html/canvas/ |
WebGLArray.h | 70 // This is the address of the WebGLArrayBuffer's storage, plus the byte offset.
|
/external/webkit/WebCore/platform/graphics/android/ |
BitmapAllocatorAndroid.cpp | 32 // made this up, so we don't waste a file-descriptor on small images, plus
|
/frameworks/base/core/java/android/content/ |
Entity.java | 28 * plus a collection of Uri, ContentValues tuples as subvalues. One example of its use
|
/hardware/libhardware_legacy/qemu_tracing/ |
qemu_tracing.c | 36 // Allow space in the buffer for the address plus whitespace.
|
/sdk/emulator/keymaps/ |
qwerty.kcm | 63 PLUS '+' '+' '+' '+' '+' '+'
|
qwerty2.kcm | 78 PLUS '+' '+' '+' '+' '+' '+'
|
/external/kernel-headers/original/linux/ |
if_arp.h | 166 /* ARP header, plus 2 device addresses, plus 2 IP addresses. */
|
/external/qemu/ |
gen-charmap.py | 63 'PLUS': 'Plus',
|
/external/tcpdump/missing/ |
dlnames.c | 109 DLT_CHOICE(DLT_PRISM_HEADER, "802.11 plus Prism header"), 118 DLT_CHOICE(DLT_IEEE802_11_RADIO, "802.11 plus radio information header"),
|
/frameworks/base/core/java/android/text/method/ |
DigitsKeyListener.java | 64 * plus the minus sign (only at the beginning) and/or decimal point 84 * plus the minus sign (only at the beginning) and/or decimal point
|
/packages/apps/Calculator/res/values/ |
strings.xml | 50 <!-- Do not translate. Plus sign, displayed as button on screen --> 51 <string name="plus">+</string>
|
/packages/apps/Calculator/res/values-uk/ |
strings.xml | 35 <!-- Do not translate. Plus sign, displayed as button on screen --> 36 <string name="plus">+</string>
|
/frameworks/base/telephony/java/android/telephony/ |
PhoneNumberUtils.java | 213 * for allowing the PLUS character to occur at arbitrary positions 743 // If the only thing there is a prepended plus, return "" 749 // a plus prepended to the dialing number. But there [all...] |
/external/dnsmasq/man/fr/ |
dnsmasq.8 | 44 Fichiers d'hôtes additionnels. Lire le fichier spécifié en plus de /etc/hosts. 150 cela peut permettre d'utiliser moins de ressources et d'être plus rapide. Donner 230 /etc/hosts a plus d'une adresse associée avec lui, et qu'une des adresses au 309 Par défaut, lorsque dnsmasq a plus d'un serveur amont disponible, il n'envoie 353 rajouté à la suite des adresses IP en utilisant le caractère #. Plus d'une 368 ("serveur") afin de rendre plus claire l'utilisation de cette option pour cet 417 et vaut par défaut 1 si elle n'est pas spécifiée. Plus d'une entrée MX peut être 446 Spécifie un enregistrement DNS de type SRV. Voir la RFC2782 pour plus de 453 dans un ordre différents. Pour un service/domaine donné, plus d'un 474 il est autorisé d'avoir plus d'un CNAME pointant vers la même cible [all...] |
/external/icu4c/common/ |
ucnv_u7.c | 88 #define PLUS 43 256 * A plus sign starts Unicode (or "escape") Mode. 274 } else if(b!=PLUS) { 280 } else /* PLUS */ { 371 /* +- i.e. a minus immediately following a plus */ 372 *target++=PLUS; 391 /* include the plus sign in the reported sequence */ 393 bytes[0]=PLUS; 399 /* un-read the character in case it is a plus sign */ 498 } else if(c==PLUS) { [all...] |
/external/opencore/fileformats/mp4/composer/src/ |
atomutils.cpp | 177 // Render the a string byte by byte PLUS render the trailing \0 195 // Render the a string byte by byte PLUS render the trailing \0 258 // The actual _sizeOfClass value includes the size of the class's contents PLUS
|
/bionic/libc/regex/ |
cname.h | 97 { "plus-sign", '+' },
|
/cts/tests/tests/os/src/android/os/cts/ |
CountDownTimerTest.java | 123 // it will call onTick after start countDownTimer, so count plus 1;
|