HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 176 - 200 of 646) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
tcp.h 55 __u32 words[5]; member in union:tcp_word_hdr
58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
tcp.h 55 __u32 words[5]; member in union:tcp_word_hdr
58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
tcp.h 55 __u32 words[5]; member in union:tcp_word_hdr
58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
tcp.h 55 __u32 words[5]; member in union:tcp_word_hdr
58 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /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/autotest/client/virt/
virt_step_editor.py 673 words = line.split()
674 if not words:
683 elif words[0] == "step":
684 if len(words) >= 2:
685 self.entry_time.set_text(words[1])
687 elif words[0] == "screendump":
688 self.entry_screendump.set_text(words[1])
689 self.set_image_from_file(os.path.join(data_dir, words[1]))
691 elif words[0] == "sleep":
692 self.spin_sleep.set_value(int(words[1])
    [all...]
  /external/mksh/src/
edit.c 226 x_print_expansions(int nwords, char * const *words, bool is_command)
237 (prefix_len = x_longest_prefix(nwords, words)) > 0) {
242 prefix_len = x_basename(words[0], NULL);
245 if (x_basename(words[i] + prefix_len, NULL) >
250 while (prefix_len > 0 && words[0][prefix_len - 1] != '/')
255 XPput(l, words[i] + prefix_len);
264 pr_list(use_copy ? (char **)XPptrv(l) : words);
367 char **words, *cp; local
376 * Convert "foo*" (toglob) to an array of strings (words)
402 words = (char **)XPclose(w)
488 char **words = (char **)XPptrv(w); local
510 char **words = (char **)XPptrv(w); local
592 char **words = NULL; local
764 char *xp, **words; local
2695 char **words; local
2729 char **words; local
5290 char **words; local
5344 char **words; local
5458 char **words; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic4x.c 30 within the align frag. if(fragsize>4words) insert bu fragend+1
234 tic4x_gen_to_words (FLONUM_TYPE flonum, LITTLENUM_TYPE *words, int precision)
382 words[1] = 0x0000;
384 words[2] = words[3] = 0x0000;
392 words[0] = 0x8000;
400 words[0] = 0x77ff;
403 words[0] = 0x7f7f;
404 words[1] = 0xffff;
408 words[2] = 0x7fff
2555 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local
    [all...]
tc-lm32.c 222 LITTLENUM_TYPE words[4]; local
239 t = atof_ieee (input_line_pointer, type, words);
249 md_number_to_chars (litP, (valueT) words[i],
258 md_number_to_chars (litP, (valueT) words[i],
  /build/core/tasks/
ide.mk 28 ifneq ($(words $(eclipse_project_goals)),1)
  /external/autotest/cli/
acl.py 176 words = self.usage_words
177 lower_words = tuple(word.lower() for word in words)
180 help='%s USER(s) %s the ACL' % words,
189 help='%s MACHINE(s) %s the ACL' % words,
  /external/compiler-rt/make/
lib_util.mk 20 $(if $(call streq,1,$(words $(Tmp.SelectFunctionDir))),\
23 $(if $(call streq,0,$(words $(Tmp.SelectFunctionDir))),\
  /external/ltrace/sysdeps/linux-gnu/arm/
fetch.c 222 /* If the size in words of the argument is not more than r4
229 const size_t words = (sz + 3) / 4; local
231 unsigned char *data = value_reserve(valuep, words * 4);
235 for (i = 0; i < words && ctx->ncrn < 4; ++i) {
239 const size_t rest = (words - i) * 4;
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 29 unsigned offset, unsigned words, const uint32_t *);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 78 final int bodyOffset, final Map<Integer, String> words,
115 words.put(ptNodeInfo.mOriginalAddress, new String(pushedChars, 0, index));
142 * @param words the map to store the address as a key and the word as a value.
149 final Map<Integer, String> words, final Map<Integer, Integer> frequencies,
154 readUnigramsAndBigramsBinaryInner(dictDecoder, header.mBodyOffset, words,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleHTTPServer.py 153 words = path.split('/')
154 words = filter(None, words)
156 for word in words:
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleHTTPServer.py 153 words = path.split('/')
154 words = filter(None, words)
156 for word in words:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 153 words = path.split('/')
154 words = filter(None, words)
156 for word in words:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 153 words = path.split('/')
154 words = filter(None, words)
156 for word in words:
  /toolchain/binutils/binutils-2.25/opcodes/
z8k-dis.c 32 of bytes is used, and every 4th entry of words). */
35 unsigned short words[24]; member in struct:__anon75986
88 priv->words[i] = (p[0] << 8) | p[1];
315 instr_word = instr_data->words[nibl_count & ~3];
369 instr_long = (instr_data->words[nibl_count] << 16)
370 | (instr_data->words[nibl_count + 4]);
402 instr_long = (instr_data->words[nibl_count] << 16)
403 | (instr_data->words[nibl_count + 4]);
  /external/v8/test/mjsunit/
regexp-results-cache.js 73 var words = string.split(" "); variable
74 assertEquals("Friends,", words[0]);
75 words[0] = "Enemies,";
76 words = string.split(" ");
77 assertEquals("Friends,", words[0]);
  /external/v8/test/cctest/
test-utils.cc 99 const int words = 750; local
100 CHECK_EQ(words, TwoBits::word_count(3000));
102 Vector<unsigned char> buffer = Vector<unsigned char>::New(offset + words);
104 for (int i = 0; i < words; i++) {
111 for (int i = 0; i < words; i++) {
  /external/libevent/
evutil.c     [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 749 * Wrap all individual words in <phoneme> tags.
776 char * words[numWords]; local
780 words[j] = new char[i+1-start+17];
781 words[j][0] = '\0';
782 strcat( words[j], PICO_PHONEME_OPEN_TAG);
783 strncat(words[j], xsampa+start, i-start);
784 strcat( words[j], PICO_PHONEME_CLOSE_TAG);
787 totalLength += strlen(words[j-1]);
790 words[j] = new char[i+1-start+17];
791 words[j][0] = '\0'
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 1298 std::vector<string> words; member in class:google::protobuf::__anon21879::RepeatedFieldInsertionIteratorsTest
    [all...]

Completed in 598 milliseconds

1 2 3 4 5 6 78 91011>>