/prebuilts/gcc/linux-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/linux-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/linux-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/linux-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...] |
/system/core/debuggerd/ |
tombstone.cpp | 239 Backtrace* backtrace, log_t* log, uintptr_t* sp, size_t words, int label) { 241 word_t stack_data[words]; 242 size_t bytes_read = backtrace->Read(*sp, reinterpret_cast<uint8_t*>(&stack_data[0]), sizeof(word_t) * words); 243 words = bytes_read / sizeof(word_t); 245 for (size_t i = 0; i < words; i++) { 291 // Dump a few words before the first frame. 295 // Dump a few words from all successive frames. 309 size_t words = frame->stack_size / sizeof(word_t); local 310 if (words == 0) { 311 words = 1 [all...] |
/external/linux-tools-perf/src/tools/perf/bench/ |
numa.c | 700 long words = bytes/sizeof(u64); local 707 BUG_ON(!data && words); 708 BUG_ON(data && !words); 720 chunk_0 = words/nr_max; 721 chunk_1 = words/g->p.nr_loops; 724 while (off >= words) 725 off -= words; 731 for (i = 0; i < words/1024; i++) { 736 start = lfsr % words; 737 end = min(start + 1024, words-1) [all...] |
/external/netperf/ |
netlib.c | 550 unsigned int words[2]; 569 conv_rec.words[0] = htonl(conv_rec.words[0]); 570 conv_rec.words[1] = htonl(conv_rec.words[1]); 582 unsigned int scratch = conv_rec.words[0]; 583 conv_rec.words[0] = conv_rec.words[1]; 584 conv_rec.words[1] = scratch; 599 unsigned int words[2] 545 unsigned int words[2]; member in union:__anon17202 594 unsigned int words[2]; member in union:__anon17203 2453 long words[2]; member in union:overlay_u 2474 long words[2]; member in union:overlay_u [all...] |
/external/v8/test/mjsunit/ |
keywords-and-reserved_words.js | 28 // Test proper handling of keywords, future reserved words and 29 // future reserved words in strict mode as specific by 7.6.1 and 7.6.2 67 // Check for strict mode future reserved words. 148 // 7.6.1.2 Future Reserved Words (without "const") 161 // 7.6.1.2 Future Reserved Words, in strict mode only.
|
/frameworks/base/core/java/android/widget/ |
ArrayAdapter.java | 519 final String[] words = valueText.split(" "); local 520 final int wordCount = words.length; 524 if (words[k].startsWith(prefixString)) {
|
/build/core/ |
node_fns.mk | 89 # with "|||" separating the words. 91 # breaking haystack back into multiple words, with spaces 93 # - Add needle between the first and second words of haystack. 95 # individual words. 99 $(if $(filter-out 0 1,$(words $(filter $(2),$(1)))), \ 113 # and finds instances of words beginning with INHERIT_TAG. Scrape 115 # unique set of those words. 138 # get list of inherited words; if not empty:
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
ttProgram.py | 9 # first, the list of instructions that eat bytes or words from the instruction stream 327 # Will write bytes as words 331 # Write words 366 words = mnemonic[-1] == "W" 376 if words: 409 words = mnemonic[-1] == "W" 417 if not words:
|
/ndk/build/core/ |
definitions-tests.mk | 98 $(eval _test_count := $$(words $$(_test_list)))\ 99 $(eval _test_fail_count := $$(words $$(_test_failures)))\
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
DictDecoder.java | 82 * @param words the map to store the address as a key and the word as a value. 89 public void readUnigramsAndBigramsBinary(final TreeMap<Integer, String> words,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 93 words = word variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Text_Suite.py | 85 """word - This subdivides the text into words. """ 92 words = word variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/ |
Text_Suite.py | 85 """word - This subdivides the text into words. """ 92 words = word variable
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
uuid.py | 307 words = line.lower().split() 308 for i in range(len(words)): 309 if words[i] in hw_identifiers: 311 words[get_index(i)].replace(':', ''), 16)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
uuid.py | 307 words = line.lower().split() 308 for i in range(len(words)): 309 if words[i] in hw_identifiers: 311 words[get_index(i)].replace(':', ''), 16)
|
/external/selinux/policycoreutils/mcstrans/src/ |
mcstrans.c | 83 word_t *words; member in struct:word_group 314 while(group->words) 315 destroy_word(&group->words, group->words); 434 word_t *word = create_word(&group->words, trans); 438 destroy_word(&group->words, word); 1039 for (w = g->words; w; w = w->next) 1049 for (w = g->words; w; w = w->next) 1369 for (w = g->words; w && hamming; w = w->next) { [all...] |
/art/runtime/arch/arm/ |
quick_entrypoints_arm.S | 31 push {r4-r11, lr} @ 9 words (36 bytes) of callee saves. 42 vpush {s16-s31} @ 16 words (64 bytes) of floats. 44 sub sp, #12 @ 3 words of space, bottom word will hold Method* 63 push {r5-r8, r10-r11, lr} @ 7 words of callee saves 89 pop {r5-r8, r10-r11, lr} @ 7 words of callee saves 110 push {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves and args. 122 vpush {s0-s15} @ 16 words of float args. 124 sub sp, #8 @ 2 words of space, bottom word will hold Method* 153 pop {r1-r3, r5-r8, r10-r11, lr} @ 10 words of callee saves [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
antenv.cmd | 30 do i = 1 to words(argv)
|
envset.cmd | 83 do i = 1 to words(args)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/ |
searchcvs.php | 152 $hl = words($hl); 245 function words($str) function
|
/external/jpeg/ |
ansi2knr.c | 506 { static char *words[] = local 513 char **key = words;
|
/external/libavc/common/arm/ |
ih264_mem_fns_neon.s | 221 @ Memset 8 words 252 @ Memset 8 words
|