HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 201 - 225 of 529) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/srec/srec/crec/
srec_context.c 153 if (strstr(context->olabels->words[1], "enroll")) return 1;
315 * words *
341 /* *pwmap->words = (ptr32*) CALLOC_CLR(wmap->max_words, sizeof(ptr32), "graph.wordmap.words"); */
342 Interface->words = (char**) CALLOC_CLR(Interface->max_words, sizeof(char*), "srec.graph.wordmap.words");
381 /* figure out the number of words */
413 if (!IS_SLOT_OLABEL(wmap->words[my_wID]))
432 if (((*wmap)->words)) FREE((*wmap)->words);
    [all...]
srec_debug.c 61 p = rec->context->olabels->words[ftoken->word];
111 if (wordids[i] < context->olabels->num_words) p = context->olabels->words[wordids[i]];
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field_unittest.cc 1213 std::vector<string> words; member in class:google::protobuf::__anon18729::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...]
  /external/chromium_org/tools/deep_memory_profiler/lib/
dump.py 232 words = self._lines[ln].split()
233 self._global_stats[prefix + '_virtual'] = int(words[-2])
234 self._global_stats[prefix + '_committed'] = int(words[-1])
265 words = self._lines[ln][11:].split(',')
267 words = self._lines[ln][5:].split(',')
268 for word in words:
401 words = stacktrace_line.split()
402 if len(words) < BUCKET_ID + 1:
404 if words[BUCKET_ID - 1] != '@':
  /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) {
  /external/chromium_org/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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c 239 /* Read LEN words and construct load latency info LL_INFO. */
266 /* Read LEN words and construct branch mispredict info BRM_INFO. */
286 /* Read LEN words from an open gcov file and construct data into pmu
358 /* Return the number of words STRING would need including the length
379 gcov_write_words (unsigned words)
385 if (gcov_var.offset + words >= GCOV_BLOCK_SIZE)
397 if (gcov_var.offset + words > gcov_var.alloc)
398 gcov_allocate (gcov_var.offset + words);
401 gcov_var.offset += words;
537 gcov_read_words (unsigned words)
    [all...]
  /development/samples/SearchableDictionary/src/com/example/android/searchabledict/
SearchableDictionary.java 110 SimpleCursorAdapter words = new SimpleCursorAdapter(this, local
112 mListView.setAdapter(words);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
IntArray.java 280 int words = bits >>> 5; local
285 addShiftedByWords(other, words);
295 int minLen = otherUsedLen + words + 1;
305 m_ints[i + words] ^= (next << shift) | prev;
308 m_ints[otherUsedLen + words] ^= prev;
335 public void addShiftedByWords(IntArray other, int words)
343 int minLen = otherUsedLen + words;
351 m_ints[words + i] ^= other.m_ints[i];
  /external/chromium_org/third_party/WebKit/Source/web/
WebAXObject.cpp 1133 Vector<AXObject::PlainTextRange> words;
1134 m_private->wordBoundaries(words);
1136 WebVector<int> startsWebVector(words.size());
1137 WebVector<int> endsWebVector(words.size());
1138 for (size_t i = 0; i < words.size(); i++) {
1139 startsWebVector[i] = words[i].start;
1140 endsWebVector[i] = words[i].start + words[i].length;
  /external/chromium_org/ui/gfx/
text_elider.cc 341 // either by itself or by breaking it into words.
410 base::i18n::BreakIterator words(line,
412 if (words.Init()) {
413 while (words.Advance())
414 AddWord(words.GetString());
416 NOTREACHED() << "BreakIterator (words) init failed";
510 // either by itself or by breaking it into words.
545 // The wrap behavior for words that are too long to fit on a single line.
613 base::i18n::BreakIterator words(line,
615 if (words.Init())
    [all...]
  /external/libhevc/common/arm/
ihevc_mem_fns.s 225 @ Memset 8 words
257 @ Memset 8 words
  /external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/
memcpy.S 75 # cut 4-7 words down to 0-3
89 # copy the remaining 1, 2 or 3 words
memset.S 69 # cut 4-7 words down to 0-3
79 # copy the remaining 1, 2 or 3 words
  /ndk/build/core/
setup-imports.mk 24 ifneq ($(words $(NDK_MODULE_PATH)),1)
  /build/core/tasks/
factory_ramdisk.mk 43 $(if $(filter 1,$(words $(_iofrm_src))), \
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary_unittest.cc 43 // number of syncable words.
48 const WordSet& words = dictionary->GetWords(); local
49 for (WordSet::const_iterator it = words.begin(); it != words.end(); ++it) {
176 // The custom word list should include written words.
233 // Legacy dictionary with two words should be converted to new format dictionary
234 // with two words.
249 // Illegal words should be removed. Leading and trailing whitespace should be
308 std::vector<std::string> words; local
309 words.push_back("bar")
425 const WordSet& words = dictionary->GetWords(); local
477 WordSet words = custom_dictionary->GetWords(); local
    [all...]
  /external/valgrind/main/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 184 $(if $(filter 2 3,$(words $(subst :,$(space),$(cf)))),, \
207 $(if $(filter 1,$(words $(p))), \
209 $(if $(filter 0,$(words $(p))), \
  /external/chromium_org/third_party/libvpx/source/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.
  /external/chromium_org/tools/metrics/common/
pretty_print_xml.py 131 words = value.split()
132 a_str = ' %s="%s"' % (a, ' '.join(words))
142 for i, word in enumerate(words):
  /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/
ArrayAdapter.java 486 final String[] words = valueText.split(" "); local
487 final int wordCount = words.length;
491 if (words[k].startsWith(prefixString)) {

Completed in 5707 milliseconds

1 2 3 4 5 6 7 891011>>