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

<<11121314151617181920>>

  /external/libhevc/common/arm/
ihevc_mem_fns.s 225 @ Memset 8 words
257 @ Memset 8 words
  /external/lz4/tests/
test-lz4-speed.py 134 words = line.split()
135 if len(words) <= 4: # branch + commit + compilerVer + md5
136 commit = words[1]
140 if (len(words) == 8) or (len(words) == 9): # results: "filename" or "XX files"
141 csize.append(int(words[1]))
142 cspeed.append(float(words[3]))
143 dspeed.append(float(words[5]))
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_transfer.c 378 unsigned offset, unsigned words,
385 while (words) {
386 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN);
395 words -= nr;
404 unsigned offset, unsigned words, const uint32_t *data)
421 cb_offset + nv50->constbuf[s][i].size >= offset + words * 4) {
431 bufid, offset - cb->offset, words, data);
434 words * 4, data);
  /external/python/cpython2/Lib/
uuid.py 309 # stderr (Note: we don't have an example where the words we search for
321 words = line.lower().rstrip().split()
322 for i in range(len(words)):
323 if words[i] in hw_identifiers:
325 word = words[get_index(i)]
371 words = pipe.readline().rstrip().split()
373 i = words.index('Address')
378 words = line.rstrip().split()
379 word = words[i]
  /external/python/cpython2/Tools/scripts/
byext.py 73 words = data.split()
74 self.addstats(ext, "words", len(words))
pdeps.py 84 words = line[a1:b1].split(',')
85 # print '#', line, words
86 for word in words:
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
SuggestedWordsTests.java 62 private static ArrayList<SuggestedWordInfo> createCorrectionWordInfos(final String... words) {
64 for (final String word : words) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/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])
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
poc.c 76 cmdbufs[i].words = 0;
  /external/autotest/client/cros/
httpd.py 115 words = path.split('/')
116 words = filter(None, words)
118 for word in words:
  /external/libxml2/doc/
index.py 63 "words" : """CREATE TABLE words (
216 """INSERT INTO words (name, symbol, relevance) VALUES ('%s','%s', %d)""" %
221 """UPDATE words SET relevance = %d where name = '%s' and symbol = '%s'""" %
225 print "UPDATE words SET relevance = %d where name = '%s' and symbol = '%s'" % (relevance, name, symbol)
950 words = 0
953 words = words + addStringHTML(content, resource, id, section, 5)
956 return words
959 words =
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_context.h 31 unsigned offset, unsigned words, const uint32_t *);
  /external/valgrind/helgrind/
hg_wordset.h 3 /*--- Sets of words, with unique set identifiers. ---*/
92 void HG_(getPayloadWS) ( /*OUT*/UWord** words, /*OUT*/UWord* nWords,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MD5.h 76 std::pair<uint64_t, uint64_t> words() const { function in struct:llvm::MD5::MD5Result
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MD5.h 76 std::pair<uint64_t, uint64_t> words() const { function in struct:llvm::MD5::MD5Result
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MD5.h 76 std::pair<uint64_t, uint64_t> words() const { function in struct:llvm::MD5::MD5Result
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MD5.h 76 std::pair<uint64_t, uint64_t> words() const { function in struct:llvm::MD5::MD5Result
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MD5.h 76 std::pair<uint64_t, uint64_t> words() const { function in struct:llvm::MD5::MD5Result
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MD5.h 76 std::pair<uint64_t, uint64_t> words() const { function in struct:llvm::MD5::MD5Result
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MD5.h 76 std::pair<uint64_t, uint64_t> words() const { function in struct:llvm::MD5::MD5Result
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MD5.h 76 std::pair<uint64_t, uint64_t> words() const { function in struct:llvm::MD5::MD5Result
  /prebuilts/go/darwin-x86/src/mime/
encodedword.go 92 // Multi-byte characters must not be split across encoded-words.
111 // encoded-words when necessary.
113 // We only split encoded-words when the charset is UTF-8.
122 // Multi-byte characters must not be split across encoded-words.
184 // A WordDecoder decodes MIME headers containing RFC 2047 encoded-words.
229 // DecodeHeader decodes all encoded-words of the given string. It returns an
286 // characters separating two encoded-words must be deleted.
353 // Encoded-words can only be separated by linear white spaces which does
  /prebuilts/go/linux-x86/src/mime/
encodedword.go 92 // Multi-byte characters must not be split across encoded-words.
111 // encoded-words when necessary.
113 // We only split encoded-words when the charset is UTF-8.
122 // Multi-byte characters must not be split across encoded-words.
184 // A WordDecoder decodes MIME headers containing RFC 2047 encoded-words.
229 // DecodeHeader decodes all encoded-words of the given string. It returns an
286 // characters separating two encoded-words must be deleted.
353 // Encoded-words can only be separated by linear white spaces which does
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-3.s 2 # Check for individual different double words
  /build/make/core/
product.mk 224 $(if $(filter 2 3,$(words $(subst :,$(space),$(cf)))),, \
247 $(if $(filter 1,$(words $(p))), \
249 $(if $(filter 0,$(words $(p))), \

Completed in 650 milliseconds

<<11121314151617181920>>