Searched refs:word (Results 176 - 200 of 401) sorted by relevance

1234567891011>>

/external/dbus/dbus/
H A Ddbus-shell.c267 * word and it always splits on spaces, not on IFS even
293 * 4) "If the previous character was part of a word, the current
294 * character will be appended to that word."
305 * 6) "The current character will be used as the start of a new word."
308 * - for each token (word), perform portions of word expansion, namely
313 * "If the complete expansion appropriate for a word results in an
316 * original word contained single-quote or double-quote characters."
581 * expansions, we would have to do field splitting on each word
588 * empty word remova
[all...]
/external/libvorbis/include/vorbis/
H A Dvorbisfile.h192 int bigendianp,int word,int sgned,int *bitstream,
195 int bigendianp,int word,int sgned,int *bitstream);
/external/srec/srec/Grammar/include/
H A DSR_Grammar.h52 * Two types of slots exist: word slots and nametag slots
83 * Two types of slots exist: word slots and nametag slots
118 * Adds word to rule slot.
122 * @param word Word to be added to the slot
124 * @param weight value to associate with word when adding to grammar; use to determine cost when parsing
125 * @param tag eScript semantic expression (tag) for the word
127 * if OSI logging fails; ESR_OUT_OF_MEMORY if word cannot be added to the grammar
130 ESR_ReturnCode(*addWordToSlot)(struct SR_Grammar_t* self, const LCHAR* slot, const LCHAR* word,
150 * if the vocabulary is missing, if OSI logging fails; ESR_OUT_OF_MEMORY if word cannot be added to
324 * Adds word t
[all...]
/external/srec/srec/Grammar/src/
H A DSR_Grammar.c38 ESR_ReturnCode SR_GrammarAddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word, argument
47 return self->addWordToSlot(self, slot, word, pronunciation, weight, tag);
/external/webkit/Source/WebCore/css/
H A Dmakeprop.pl57 %define word-array-name property_wordlist
H A Dmakevalues.pl57 %define word-array-name value_word_list
/external/webkit/Source/WebCore/inspector/front-end/
H A Daudits.css145 word-break: break-word;
243 word-wrap: break-word;
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp627 void WebEditorClient::ignoreWordInSpellDocument(const String& word) argument
634 ed->ignoreWordInSpellDocument(m_webView, BString(word));
637 void WebEditorClient::learnWord(const String& word) argument
643 ed->learnWord(BString(word));
730 void WebEditorClient::updateSpellingUIWithMisspelledWord(const String& word) argument
736 ed->updateSpellingUIWithMisspelledWord(BString(word));
761 void WebEditorClient::getGuessesForWord(const String& word, const String& context, Vector<String>& guesses) argument
770 if (FAILED(ed->guessesForWord(BString(word), &enumGuessesObj)))
/external/zlib/src/contrib/masmx64/
H A Dgvmat64.asm70 chainlenwmask equ rsp + 8 - LocalVarsSize ; high word: current chain len
71 ; low word: s->wmask
248 ;;; It is then shifted into the high word, to make room for the wmask
308 movzx r12d,word ptr [r9]
309 movzx ebx, word ptr [r9 + r11 - 1]
317 cmp bx,word ptr [rsi + r8 - 1]
323 movzx r8d, word ptr [rdi + r8*2]
330 cmp bx,word ptr [rsi + r8 - 1]
336 movzx r8d, word ptr [rdi + r8*2]
343 cmp bx,word pt
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dcookies_view.css178 word-wrap: break-word;
/external/clang/lib/Headers/
H A DMakefile17 CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \
/external/clang/lib/include/
H A DMakefile17 CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_cfg.h4 * out the line that #define's the word for the thing you want to remove. phew!
124 #error You must specify a word size as well as endianess in tomcrypt_cfg.h
/external/grub/stage2/
H A Dfsys_fat.c58 log2 (unsigned long word) argument
61 : "=r" (word)
62 : "r" (word));
63 return word;
H A Dfsys_iso9660.c60 log2 (unsigned long word) argument
63 : "=r" (word)
64 : "r" (word));
65 return word;
/external/libvorbis/doc/
H A D02-bitpacking.tex13 native word size of eight bits (octets), sixteen bits, thirty-two bits
14 or, less commonly other fixed word sizes. The Vorbis bitpacking
29 bytes as the fundamental atom of storage). A 'word' is an integer
33 octet (eight bits) and a word to be a group of two, four or eight
53 are possible in a word; the common ones are 3-2-1-0 ('big endian' or
60 manipulation at the byte, not word, level, thus host word ordering is
62 code that operates on a word of storage at a time rather than by byte.
/external/openssl/crypto/sha/asm/
H A Dsha1-thumb.pl250 .LK_00_19: .word 0x5a827999
251 .LK_20_39: .word 0x6ed9eba1
252 .LK_40_59: .word 0x8f1bbcdc
253 .LK_60_79: .word 0xca62c1d6
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBitSet.as132 var word:uint = bits[i];
133 if (word != 0) {
135 if ((word & (1 << bit)) != 0) {
209 return bits.length << LOG_BITS; // num words * bits per word
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs65 /** <summary>Construct a bitset of size one word (64 bits)</summary> */
179 ulong word = _bits[i];
180 if (word != 0L) {
182 if ((word & (1UL << bit)) != 0) {
261 return _bits.Length << LOG_BITS; // num words * bits per word
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs67 /** <summary>Construct a bitset of size one word (64 bits)</summary> */
204 ulong word = _bits[i];
205 if ( word != 0L )
209 if ( ( word & ( 1UL << bit ) ) != 0 )
309 return _bits.Length << LOG_BITS; // num words * bits per word
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DBitSet.java50 /** Construct a bitset of size one word (64 bits) */
182 long word = bits[i];
183 if (word != 0L) {
185 if ((word & (1L << bit)) != 0) {
259 return bits.length << LOG_BITS; // num words * bits per word
/external/chromium/net/tools/dump_cache/
H A Durl_to_filename_encoder_unittest.cc77 void ValidateNoChange(const string& word) { argument
79 Validate(word, word + escape_);
/external/chromium/testing/gtest/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word):
176 """Returns the given word in title case. The difference between
180 return word[0].upper() + word[1:]
/external/gtest/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word):
176 """Returns the given word in title case. The difference between
180 return word[0].upper() + word[1:]
/external/icu4c/test/cintltst/
H A Dcbiapts.c139 UBreakIterator *word, *sentence, *line, *character, *b, *bogus; local
157 word = ubrk_open(UBRK_WORD, "en_US", text, u_strlen(text), &status);
162 log_err_status(status, "FAIL: Error in ubrk_open() for word breakiterator: %s\n", myErrorName(status));
165 log_verbose("PASS: Successfully opened word breakiterator\n");
229 log_verbose("\nTesting the functions for word\n");
230 start = ubrk_first(word);
232 log_err("error ubrk_start(word) did not return 0\n");
233 log_verbose("first (word = %d\n", (int32_t)start);
234 pos=ubrk_next(word);
236 log_err("error ubrk_next(word) di
[all...]

Completed in 3957 milliseconds

1234567891011>>