HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 351 - 375 of 1016) sorted by null

<<11121314151617181920>>

  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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...]
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 1386 std::vector<string> words; member in class:google::protobuf::__anon29921::RepeatedFieldInsertionIteratorsTest
    [all...]
  /external/python/cpython2/Lib/test/
test_collections.py 235 words = set(re.findall('[A-Za-z]+', template.getvalue()))
236 words -= set(keyword.kwlist)
237 T = namedtuple('T', words)
239 values = tuple(range(len(words)))
257 self.assertEqual(T._fields, tuple(words))
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /toolchain/binutils/binutils-2.25/opcodes/
crx-dis.c 89 /* The current instruction is read into 3 consecutive words. */
90 wordU words[3]; variable
91 /* Contains all words in appropriate order. */
303 words [0] [1] [2] */
358 unsigned long doubleWord = (words[1] + (words[0] << 16)) & 0xffffffff;
699 /* Retrieve multiple words (3) from a given memory address. */
708 words[i] = get_word_at_PC (mem, info);
711 ((ULONGLONG) words[0] << 32) + ((unsigned long) words[1] << 16) + words[2]
    [all...]
  /external/libnetfilter_conntrack/src/conntrack/
api.c 1614 unsigned int bytes, words; local
    [all...]
compare.c 407 if (a->words < b->words) {
409 max = b->words;
410 len = a->words;
413 max = a->words;
414 len = b->words;
  /build/make/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) {
  /external/libmojo/third_party/jinja2/
utils.py 200 words = _word_split_re.split(text_type(escape(text)))
202 for i, word in enumerate(words):
226 words[i] = lead + middle + trail
227 return u''.join(words)
234 words = LOREM_IPSUM_WORDS.split()
244 # each paragraph contains out of 20 to 100 words.
247 word = choice(words)
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi64.c 132 of the operand. The number of words is returned. In case the parameter
215 int words = local
222 for (i = 0; i < words; i++)
246 if (words > 2)
255 for (i = 1; i < words; i++)
262 for (i = 0; i < words; i++)
288 return words;
456 /* Allocate the space for the arguments, plus 4 words of temp space. */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texi2html.py 14 # - handle @xref {some words} correctly
777 # --- Marking Words and Phrases ---
900 words = args.split()
    [all...]
byext.py 72 words = data.split()
73 self.addstats(ext, "words", len(words))
pdeps.py 84 words = line[a1:b1].split(',')
85 # print '#', line, words
86 for word in words:
  /external/python/cpython2/Tools/scripts/
texi2html.py 14 # - handle @xref {some words} correctly
777 # --- Marking Words and Phrases ---
900 words = args.split()
901 if not words:
904 cmd = words[0]
    [all...]
  /bionic/libc/kernel/uapi/linux/
tcp.h 42 __be32 words[5]; member in union:tcp_word_hdr
44 #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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
textwrap.py 64 Break words longer than 'width'. If false, those words will not
67 Allow breaking hyphenated words. If true, wrapping will occur
69 compound words.
89 r'[^\s\w]*\w+[^0-9\W]-(?=\w+[^0-9\W])|' # hyphenated words
159 not quite the same as words; see _wrap_chunks() for full
217 # If we're allowed to break long words, then do so: put as much
229 # If we're not allowed to break long words, and there's already
241 to words and the whitespace between them: each chunk is
  /external/boringssl/src/crypto/fipsmodule/bn/
internal.h 173 * needs to be two words long. Only certain 32-bit platforms actually make use
202 /* bn_wexpand ensures that |bn| has at least |words| works of space without
205 int bn_wexpand(BIGNUM *bn, size_t words);
208 * than a number of words. */
211 /* bn_set_words sets |bn| to the value encoded in the |num| words in |words|,
213 int bn_set_words(BIGNUM *bn, const BN_ULONG *words, size_t num);
  /external/iproute2/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/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])

Completed in 756 milliseconds

<<11121314151617181920>>