HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 126 - 150 of 443) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
tcp.h 70 __be32 words[5]; member in union:tcp_word_hdr
72 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
tcp.h 70 __be32 words[5]; member in union:tcp_word_hdr
72 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
tcp.h 70 __be32 words[5]; member in union:tcp_word_hdr
72 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
tcp.h 70 __be32 words[5]; member in union:tcp_word_hdr
72 #define tcp_flag_word(tp) ( ((union tcp_word_hdr *)(tp))->words [3])
  /prebuilts/ndk/9/platforms/android-3/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/9/platforms/android-4/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/9/platforms/android-5/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/9/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/9/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/9/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/9/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])
  /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
2670 char **words; local
2704 char **words; local
5235 char **words; local
5289 char **words; local
5403 char **words; local
    [all...]
  /build/core/tasks/
ide.mk 28 ifneq ($(words $(eclipse_project_goals)),1)
  /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/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:
  /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]);
  /build/core/
product_config.mk 96 ifneq ($(words $(product_goals)),1)
102 ifneq ($(words $(product_goals)),2)
151 ifneq ($(words $(unbundled_goals)),1)
224 ifneq (1,$(words $(current_product_makefile)))
320 ifneq (1,$(words $(PRODUCT_DEFAULT_DEV_CERTIFICATE)))
326 # A list of words like <source path>:<destination path>[:<owner>].
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 750 * Wrap all individual words in <phoneme> tags.
777 char * words[numWords]; local
781 words[j] = new char[i+1-start+17];
782 words[j][0] = '\0';
783 strcat( words[j], PICO_PHONEME_OPEN_TAG);
784 strncat(words[j], xsampa+start, i-start);
785 strcat( words[j], PICO_PHONEME_CLOSE_TAG);
788 totalLength += strlen(words[j-1]);
791 words[j] = new char[i+1-start+17];
792 words[j][0] = '\0'
    [all...]
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 1298 std::vector<string> words; member in class:google::protobuf::__anon17846::RepeatedFieldInsertionIteratorsTest
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_collections.py 192 words = set(re.findall('[A-Za-z]+', template.getvalue()))
193 words -= set(keyword.kwlist)
194 T = namedtuple('T', words)
196 values = tuple(range(len(words)))
214 self.assertEqual(T._fields, tuple(words))
667 words = Counter('which witch had which witches wrist watch'.split())
669 update_test.update(words)
671 words.copy(),
672 copy.copy(words),
673 copy.deepcopy(words),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_collections.py 192 words = set(re.findall('[A-Za-z]+', template.getvalue()))
193 words -= set(keyword.kwlist)
194 T = namedtuple('T', words)
196 values = tuple(range(len(words)))
214 self.assertEqual(T._fields, tuple(words))
667 words = Counter('which witch had which witches wrist watch'.split())
669 update_test.update(words)
671 words.copy(),
672 copy.copy(words),
673 copy.deepcopy(words),
    [all...]

Completed in 1156 milliseconds

1 2 3 4 56 7 8 91011>>