HomeSort by relevance Sort by last modified time
    Searched full:word (Results 251 - 275 of 2584) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 34 * One word (2-byte) to indicate type of frame type.
35 * One word (2-byte) to indicate frame type.
36 * One word (2-byte) to indicate mode.
42 * One word (2-byte) for sync word (good frames: 0x6b21, bad frames: 0x6b20)
43 * One word (2-byte) for frame length N.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java 210 public int searchWords(WnnWord word) {return 0;}
218 WnnWord word = new WnnWord(str, str); local
219 return word;
223 public boolean learn(WnnWord word) {return false;}
226 public int addWord(WnnWord word) {return 0;}
229 public boolean deleteWord(WnnWord word) {return false;}
  /build/core/
distdir.mk 56 $(eval src := $(word 1,$(fw))) \
57 $(eval dst := $(word 2,$(fw))) \
  /dalvik/docs/opcodes/
opcode-0a-move-result.html 17 Move the single-word non-object result of the most recent invoke-kind into the
19 invoke-kind whose (single-word, non-object) result is not to be ignored;
opcode-0b-move-result-wide.html 17 Move the double-word result of the most recent invoke-kind into the indicated
19 invoke-kind whose (double-word) result is not to be ignored; anywhere else is
  /dalvik/vm/arch/x86/
Hints386ABI.c 30 * The class loader will associate with each method a 32-bit info word
31 * (jniArgInfo) to support JNI calls. The high order 4 bits of this word
  /dalvik/vm/arch/x86-atom/
Hints386ABI.c 17 * The class loader will associate with each method a 32-bit info word
18 * (jniArgInfo) to support JNI calls. The high order 4 bits of this word
  /dalvik/vm/mterp/x86-atom/
OP_MUL_LONG.S 41 * The low word of the result holds ZX, the high word holds
OP_MUL_LONG_2ADDR.S 41 * The low word of the result holds ZX, the high word holds
  /external/bluetooth/bluez/rfcomm/
parser.h 51 WORD = 267,
65 #define WORD 267
  /external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/
der_length_object_identifier.c 58 /* leading word is the first two */
65 /* grab next word */
  /external/dropbear/libtomcrypt/testprof/
store_test.c 62 /* now XOR it word for word */
  /external/dropbear/libtommath/
booker.pl 188 # word is the second position
189 $word = @m[1];
190 $a = $index1{$word};
191 $b = $index2{$word};
192 $c = $index3{$word};
196 print "ERROR: the tag \"$word\" on line $srcline was not found previously marked.\n";
236 $_ =~ s/~\Q$word\E~/$str/;
238 print "Found replacement tag for marker \"$word\" on line $srcline which refers to $str\n";
  /external/fdlibm/
e_atanh.c 53 hx = __HI(x); /* high word */
54 lx = __LO(x); /* low word */
  /external/icu4c/common/
uprops.h 40 /* maximum values for code values in vector word 0 */
42 /* maximum values for code values in vector word 2 */
95 * Properties in vector word 0
117 * Properties in vector word 1
164 * Properties in vector word 2
169 * 14..10 Word Break
189 * Get a properties vector word for a code point.
191 * column==-1 gets the 32-bit main properties word instead.
  /external/icu4c/test/intltest/
rbbitst.h 85 * on different kinds of iterators (word, sentence, line and character).
113 * on different kinds of iterators (word, sentence, line and character)
  /external/icu4c/tools/genctd/
genctd.1.in 10 \- Compiles word list into ICU compact trie dictionary
35 reads the word list from
  /external/srec/srec/include/
srec_sizes.h 30 typedef asr_uint16_t wordID; /*for word index*/
36 typedef asr_uint16_t wtokenID; /*for word token storage*/
  /external/stlport/stlport/
bitset 28 // order bits in the highest word.) It is a class invariant
34 // important special case where the bitset is only a single word.
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-85721.js 165 //# Item 7: word is an atom or quoted string
166 $word =
205 //# Item 6: local-part is a bunch of $word separated by periods
207 $word + $X
209 $Period + $X + $word + $X + // # additional words
231 // # We've worked it so that $word, $comment, and $quoted_str to not consume trailing $X
234 $word + // # leading word
  /external/webkit/WebCore/manual-tests/
stale-currentEvent.html 45 The black square will be replaced by the word &ldquo;SUCCESS&rdquo; and Safari will not crash.
49 Safari will crash (the word &ldquo;SUCCESS&rdquo; may appear before the crash).
  /external/webkit/WebCore/platform/graphics/win/
UniscribeController.h 58 Vector<WORD>& glyphs, Vector<WORD>& clusters,
  /external/webkit/WebCore/platform/text/qt/
TextBoundariesQt.cpp 46 QTextBoundaryFinder iterator(QTextBoundaryFinder::Word, str);
70 QTextBoundaryFinder iterator(QTextBoundaryFinder::Word, str);
  /external/webkit/WebKitTools/QueueStatusServer/handlers/
recentstatus.py 38 words = map(lambda word: word.capitalize(), words)
  /frameworks/base/libs/utils/
Debug.cpp 233 size_t word; local
235 for (word = 0; word < bytesPerLine; ) {
238 const size_t startIndex = word+(alignment-(alignment?1:0));
241 const size_t startIndex = word;
248 if (index == 0 && word > 0 && alignment > 0) {
262 if (index == 0 && word > 0) {
278 word += index;

Completed in 41 milliseconds

<<11121314151617181920>>