/build/tools/atree/ |
files.cpp | 257 vector<string> words; local 259 split_line(p, &words); 263 for (size_t k=0; k<words.size(); k++) { 264 printf("'%s' ", words[k].c_str()); 272 for (vector<string>::iterator it = words.begin(); it != words.end(); ++it) {
|
/bionic/libc/kernel/uapi/linux/ |
tcp.h | 47 __be32 words[5]; member in union:tcp_word_hdr 50 #define tcp_flag_word(tp) (((union tcp_word_hdr *) (tp))->words[3])
|
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/ |
SearchableDictionary.java | 110 SimpleCursorAdapter words = new SimpleCursorAdapter(this, local 112 mListView.setAdapter(words);
|
/external/kernel-headers/original/uapi/linux/ |
tcp.h | 66 __be32 words[5]; member in union:tcp_word_hdr 69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
|
/external/libhevc/common/arm/ |
ihevc_mem_fns.s | 225 @ Memset 8 words 257 @ Memset 8 words
|
/ndk/build/core/ |
setup-imports.mk | 24 ifneq ($(words $(NDK_MODULE_PATH)),1)
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
SuggestedWordsTests.java | 62 private static ArrayList<SuggestedWordInfo> createCorrectionWordInfos(final String... words) { 64 for (final String word : words) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
tcp.h | 66 __be32 words[5]; member in union:tcp_word_hdr 69 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
|
/external/libxml2/doc/ |
index.py | 63 "words" : """CREATE TABLE words ( 216 """INSERT INTO words (name, symbol, relevance) VALUES ('%s','%s', %d)""" % 221 """UPDATE words SET relevance = %d where name = '%s' and symbol = '%s'""" % 225 print "UPDATE words SET relevance = %d where name = '%s' and symbol = '%s'" % (relevance, name, symbol) 950 words = 0 953 words = words + addStringHTML(content, resource, id, section, 5) 956 return words 959 words = [all...] |
/external/valgrind/helgrind/ |
hg_wordset.h | 3 /*--- Sets of words, with unique set identifiers. ---*/ 92 void HG_(getPayloadWS) ( /*OUT*/UWord** words, /*OUT*/UWord* nWords,
|
/build/core/ |
product.mk | 187 $(if $(filter 2 3,$(words $(subst :,$(space),$(cf)))),, \ 210 $(if $(filter 1,$(words $(p))), \ 212 $(if $(filter 0,$(words $(p))), \
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/ |
RbnfLenientScannerTest.java | 217 String words = testData[i][0]; local 219 String actualNumber = decFmt.format(formatter.parse(words)); 223 + words + ", expected " + expectedNumber
|
/external/libvpx/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 34 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words 35 punpcklqdq xmm0, xmm0 ; replicate to all hi words 111 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words 112 punpcklqdq xmm0, xmm0 ; replicate to all hi words 209 ; and operate on words. 222 ; phaddd only operates on adjacent double words.
|
/frameworks/base/core/java/android/widget/ |
SimpleAdapter.java | 390 String[] words = str.split(" "); local 391 int wordCount = words.length; 394 String word = words[k];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 34 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words 35 punpcklqdq xmm0, xmm0 ; replicate to all hi words 111 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words 112 punpcklqdq xmm0, xmm0 ; replicate to all hi words 209 ; and operate on words. 222 ; phaddd only operates on adjacent double words.
|
/packages/inputmethods/LatinIME/native/jni/src/ |
defines.h | 112 #define DUMP_SUGGESTION(words, frequencies, index, score) \ 113 do { dumpWordInfo(words, frequencies, index, score); } while (0) 167 #define DUMP_SUGGESTION(words, frequencies, index, score)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 169 words = split_quoted(line) 178 module = words[0] 182 for word in words[1:]:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
extension.py | 169 words = split_quoted(line) 178 module = words[0] 182 for word in words[1:]:
|
/ndk/sources/host-tools/make-3.81/ |
function.c | 75 whitespace-delimited words. */ 96 /* When matching by words, the empty string should match 114 /* If we're substituting only by fully matched words, 115 or only at the ends of words, check that this case qualifies. */ 425 If the two arguments have a different number of words, 426 the excess words are just output separated by blanks. */ 683 char *words = argv[0]; /* Use a temp variable for find_next_token */ 684 char *p = find_next_token (&words, &i); 696 char *words = argv[0]; /* Use a temp variable for find_next_token */ 700 while ((t = find_next_token (&words, &i)) 676 char *words = argv[0]; \/* Use a temp variable for find_next_token *\/ local 689 char *words = argv[0]; \/* Use a temp variable for find_next_token *\/ local 934 int words = 0; local 1133 char **words = 0; local [all...] |
/external/valgrind/coregrind/ |
m_sparsewa.c | 3 /*--- An sparse array (of words) implementation. ---*/ 57 UWord words[256]; member in struct:__anon20341 207 *valP = level0->words[curr_ix]; 305 *valP = level0->words[ix]; 361 level0->words[ix] = val; 405 *oldV = level0->words[ix];
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnDictionaryImpl.java | 96 /** The max words of user dictionary */ 98 /** The max words of learning dictionary */ 491 /* If the cursor is not exist or the type of query is changed, compile the query string and query words */ 511 /* If the cursor is exist, bind new arguments and re-query words (DO NOT recompile the query string) */ 521 /* If querying is succeed, count the number of words */ 712 /* Count all words in the user dictionary */ 721 /* Retrieve all words in the user dictionary */ 722 WnnWord[] words = new WnnWord[ numOfWords ]; local 726 words[ i ] = new WnnWord(); 727 words[ i ].stroke = cursor.getString( 0 ) 931 WnnWord[] words = new WnnWord[1]; local 981 WnnWord[] words = new WnnWord[1]; local [all...] |
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/gcov-src/ |
gcov-io.c | 48 unsigned overread; /* Number of words overread. */ 303 gcov_write_words (unsigned words) 319 if (gcov_var.offset + words > gcov_var.alloc) 320 gcov_allocate (gcov_var.offset + words); 323 gcov_var.offset += words; 492 gcov_read_words (unsigned words) 498 if (excess < words) 516 if (gcov_var.length + words > gcov_var.alloc) 517 gcov_allocate (gcov_var.length + words); 523 if (gcov_var.length < words) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x-google/gcov-src/ |
gcov-io.c | 48 unsigned overread; /* Number of words overread. */ 303 gcov_write_words (unsigned words) 319 if (gcov_var.offset + words > gcov_var.alloc) 320 gcov_allocate (gcov_var.offset + words); 323 gcov_var.offset += words; 492 gcov_read_words (unsigned words) 498 if (excess < words) 516 if (gcov_var.length + words > gcov_var.alloc) 517 gcov_allocate (gcov_var.length + words); 523 if (gcov_var.length < words) [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
gcov-io.c | 48 unsigned overread; /* Number of words overread. */ 303 gcov_write_words (unsigned words) 319 if (gcov_var.offset + words > gcov_var.alloc) 320 gcov_allocate (gcov_var.offset + words); 323 gcov_var.offset += words; 492 gcov_read_words (unsigned words) 498 if (excess < words) 516 if (gcov_var.length + words > gcov_var.alloc) 517 gcov_allocate (gcov_var.length + words); 523 if (gcov_var.length < words) [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
gcov-io.c | 48 unsigned overread; /* Number of words overread. */ 303 gcov_write_words (unsigned words) 319 if (gcov_var.offset + words > gcov_var.alloc) 320 gcov_allocate (gcov_var.offset + words); 323 gcov_var.offset += words; 492 gcov_read_words (unsigned words) 498 if (excess < words) 516 if (gcov_var.length + words > gcov_var.alloc) 517 gcov_allocate (gcov_var.length + words); 523 if (gcov_var.length < words) [all...] |