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

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 387 unsigned offset, unsigned words, const uint32_t *data)
399 while (words) {
403 nr = MIN2(nr - 7, words);
415 words -= nr;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_transfer.c 467 unsigned offset, unsigned words, const uint32_t *data)
484 while (words) {
486 nr = MIN2(nr, words);
493 words -= nr;
  /external/v8/test/webkit/
keywords-and-reserved_words.js 25 "This test verifies that keywords and reserved words match those specified in ES5 section 7.6."
59 // Check for strict mode future reserved words.
118 // Technically these are "Future Reserved Words"!
127 // Future Reserved Words, in strict mode only.
reserved-words.js 100 "This file checks which ECMAScript 3 keywords are treated as reserved words."
  /ndk/build/core/
setup-app.mk 92 ifeq (1,$(words $(filter-out $(NDK_KNOWN_ARCHS),$(NDK_FOUND_ARCHS))))
107 ifeq (1,$(words $(_unknown_abis_prefix)))
prebuilt-library.mk 27 ifneq ($(words $(LOCAL_SRC_FILES)),1)
build-local.mk 34 ifneq ($(words $(NDK_ROOT)),1)
168 ifneq ($(words $(NDK_PROJECT_PATH)),1)
232 ifneq ($(words $(DUMP_VAR)),1)
  /ndk/sources/third_party/googletest/googletest/test/
gtest_catch_exceptions_test.py 118 'appears on the same line as words "called unexpectedly"')
176 'appears on the same line as words "called unexpectedly"')
  /system/media/camera/docs/
metadata_helpers.py 1081 for words in text.split(" "):
1084 if len(words.split(char)) >= CAP_LETTER_MIN:
1085 new_word = re.sub(r"([a-z])([A-Z])", r"\1<wbr>\2", words)
1086 new_txt = new_txt.replace(words, new_word)
    [all...]
  /build/core/
dumpvar.mk 32 ifneq ($(words $(dumpvar_goals)),1)
  /external/libunwind/doc/
unw_flush_cache.tex 28 but \emph{never} less. In other words, \Func{unw\_flush\_cache}() may
  /external/v8/test/webkit/fast/js/
reserved-words-strict.js 70 "This file checks which ECMAScript 3 keywords are treated as reserved words in strict mode."
  /ndk/sources/host-tools/make-3.81/
ansi2knr.c 504 { static char *words[] = local
511 char **key = words;
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 586 long[] words = null; local
588 words = new long[1];
593 words = bits.toPackedArray();
597 String[] wordStrings = new String[words.length];
598 for (int j = 0; j < words.length; j++) {
599 long w = words[j];
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_sse2.asm 736 punpcklbw xmm5, xmm0 ; xmm5 = words of above
739 punpcklbw xmm3, xmm0 ; xmm3 = words of above
851 punpcklbw xmm5, xmm0 ; xmm5 = words of above
855 punpcklbw xmm3, xmm0 ; xmm3 = words of above
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_sse2.asm 736 punpcklbw xmm5, xmm0 ; xmm5 = words of above
739 punpcklbw xmm3, xmm0 ; xmm3 = words of above
851 punpcklbw xmm5, xmm0 ; xmm5 = words of above
855 punpcklbw xmm3, xmm0 ; xmm3 = words of above
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 916 words = line.split()
920 while i < len(words):
921 w1 = words[i]
922 if i+1 < len(words):
923 w2 = words[i + 1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 466 words = self.val['_M_w']
467 wtype = words.type
475 words = [words]
482 w = words[byte]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 484 words = self.val['_M_w']
485 wtype = words.type
493 words = [words]
500 w = words[byte]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 916 words = line.split()
920 while i < len(words):
921 w1 = words[i]
922 if i+1 < len(words):
923 w2 = words[i + 1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/
printers.py 466 words = self.val['_M_w']
467 wtype = words.type
475 words = [words]
482 w = words[byte]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/
printers.py 484 words = self.val['_M_w']
485 wtype = words.type
493 words = [words]
500 w = words[byte]
  /external/aac/libFDK/src/
FDK_crc.cpp 431 int words = bits >> 3; /* processing bytes */ local
435 rBits -= (calcCrc_Bytes(&crc, hCrcInfo->pCrcLookup, &bsReader, words)<<3);
438 rBits -= calcCrc_Bits(&crc, hCrcInfo->crcMask, hCrcInfo->crcPoly, &bsReader, words<<3 );
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 1218 uint offset, words, bytes;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFacilitatorImpl.java 502 // Update the spelling cache before learning. Words that are not yet added to user history
506 final String[] words = suggestion.split(Constants.WORD_SEPARATOR); local
508 for (int i = 0; i < words.length; i++) {
509 final String currentWord = words[i];
570 // HACK: We'd like to avoid adding the capitalized form of common words to the User
586 // We demote unrecognized words (frequency < 0, below) by specifying them as "invalid".
587 // We don't add words with 0-frequency (assuming they would be profanity etc.).
609 // Update the spelling cache after unlearning. Words that are removed from user history

Completed in 981 milliseconds

1 2 3 4 5 6 7 8 91011>>