HomeSort by relevance Sort by last modified time
    Searched refs:words (Results 1 - 25 of 1078) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
mac.py 11 words = string.split(line)
12 if not words:
14 if words[0] != 'rcvs':
15 words.insert(0, 'rcvs')
16 sys.argv = words
  /external/python/cpython2/Demo/pdist/
mac.py 11 words = string.split(line)
12 if not words:
14 if words[0] != 'rcvs':
15 words.insert(0, 'rcvs')
16 sys.argv = words
  /external/boringssl/src/crypto/evp/
scrypt.c 31 typedef struct { uint32_t words[16]; } block_t; member in struct:__anon14304
45 x.words[4] ^= R(x.words[0] + x.words[12], 7);
46 x.words[8] ^= R(x.words[4] + x.words[0], 9);
47 x.words[12] ^= R(x.words[8] + x.words[4], 13)
    [all...]
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NonsenseGenerator.java 77 List<String> words = new ArrayList<String>(); local
78 generateSentence(words, isHeadline);
79 words.set(0, String.valueOf(Character.toUpperCase(words.get(0).charAt(0))) +
80 words.get(0).substring(1));
81 return joinWords(words);
102 * @param words the list of words to which the sentence will be appended.
105 private void generateSentence(List<String> words, boolean isHeadline) {
107 generateTimeClause(words, isHeadline)
    [all...]
  /external/valgrind/none/tests/x86/
cpuid.stdout.exp 1 cpuid words (0): 0x........ 0x........ 0x........ 0x........
2 cpuid words (1): 0x........ 0x........ 0x........ 0x........
  /frameworks/rs/rsov/compiler/spirit/
word_stream.cpp 27 InputWordStream *InputWordStream::Create(std::vector<uint32_t> &&words) {
28 return new WordStreamImpl(words);
31 InputWordStream *InputWordStream::Create(const std::vector<uint32_t> &words) {
32 return new WordStreamImpl(words);
36 std::vector<uint32_t> words((uint32_t *)bytes.data(),
38 return InputWordStream::Create(words);
49 WordStream *WordStream::Create(const std::vector<uint32_t> &words) {
50 return new WordStreamImpl(words);
word_stream_test.cpp 29 auto words = OS->getWords(); local
30 const std::vector<uint8_t> bytes((uint8_t *)words.data(),
31 (uint8_t *)(words.data() + words.size()));
40 auto words = OS->getWords(); local
41 const std::vector<uint8_t> bytes((uint8_t *)words.data(),
42 (uint8_t *)(words.data() + words.size()));
51 std::vector<uint32_t> words((uint32_t *)bytes,
53 std::unique_ptr<InputWordStream> IS(InputWordStream::Create(words));
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
atof-ieee.c 138 make_invalid_floating_point_number (LITTLENUM_TYPE *words)
142 words[0] = (LITTLENUM_TYPE) ((unsigned) -1) >> 1;
143 words[1] = (LITTLENUM_TYPE) -1;
144 words[2] = (LITTLENUM_TYPE) -1;
145 words[3] = (LITTLENUM_TYPE) -1;
146 words[4] = (LITTLENUM_TYPE) -1;
147 words[5] = (LITTLENUM_TYPE) -1;
164 LITTLENUM_TYPE *words) /* Build the binary here. */
170 /* Number of 16-bit words in the format. */
226 make_invalid_floating_point_number (words);
717 LITTLENUM_TYPE words[MAX_LITTLENUMS]; local
    [all...]
  /external/e2fsprogs/
wordwrap.pl 12 @words = split;
13 while (defined($word = shift @words)) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
v32-err-2.s 5 ; Tests that broken words don't crash, just give a message when
  /libcore/ojluni/src/main/java/java/util/
BitSet.java 67 * BitSets are packed into arrays of "words." Currently a word is
92 private long[] words; field in class:BitSet
95 * The number of words in the logical size of this BitSet.
100 * Whether the size of "words" is user-specified. If so, we assume
119 assert(wordsInUse == 0 || words[wordsInUse - 1] != 0);
120 assert(wordsInUse >= 0 && wordsInUse <= words.length);
121 assert(wordsInUse == words.length || words[wordsInUse] == 0);
125 * Sets the field wordsInUse to the logical size in words of the bit set.
126 * WARNING:This method assumes that the number of words actually in use i
225 long[] words = new long[n]; local
273 long[] words = new long[(n + 7) \/ 8]; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
instruction.h 35 // The instruction, as a sequence of 32-bit words.
37 // in words[0], as described in the SPIR-V spec.
39 // in words[0]. Subsequent elements are the result of parsing
41 std::vector<uint32_t> words; member in struct:spv_instruction_t
46 inst->words.push_back(value);
  /external/valgrind/memcheck/tests/
wrap6.c 182 UInt* words = calloc(200, sizeof(UInt)); local
183 TRASH_IREGS(r, words);
184 free(words);
208 UInt* words = calloc(200, sizeof(UInt)); local
209 words[1-1] = a1;
210 TRASH_IREGS(r, words);
211 free(words);
235 UInt* words = calloc(200, sizeof(UInt)); local
236 words[1-1] = a1;
237 words[2-1] = a2
263 UInt* words = calloc(200, sizeof(UInt)); local
292 UInt* words = calloc(200, sizeof(UInt)); local
322 UInt* words = calloc(200, sizeof(UInt)); local
353 UInt* words = calloc(200, sizeof(UInt)); local
386 UInt* words = calloc(200, sizeof(UInt)); local
422 UInt* words = calloc(200, sizeof(UInt)); local
459 UInt* words = calloc(200, sizeof(UInt)); local
497 UInt* words = calloc(200, sizeof(UInt)); local
536 UInt* words = calloc(200, sizeof(UInt)); local
576 UInt* words = calloc(200, sizeof(UInt)); local
    [all...]
  /external/python/cpython2/Lib/idlelib/
AutoExpand.py 1 '''Complete the current word before the cursor with words in the editor.
41 words = self.getwords()
44 words, index, insert, line = self.state
46 words = self.getwords()
48 if not words:
53 newword = words[index]
54 index = (index + 1) % len(words)
60 self.state = words, index, curinsert, curline
64 "Return a list of words that match the prefix before the cursor."
76 words = [
    [all...]
  /external/python/cpython3/Lib/idlelib/
autoexpand.py 1 '''Complete the current word before the cursor with words in the editor.
42 words = self.getwords()
45 words, index, insert, line = self.state
47 words = self.getwords()
49 if not words:
54 newword = words[index]
55 index = (index + 1) % len(words)
61 self.state = words, index, curinsert, curline
65 "Return a list of words that match the prefix before the cursor."
77 words = [
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
29 words, index, insert, line = self.state
31 words = self.getwords()
33 if not words:
38 newword = words[index]
39 index = (index + 1) % len(words)
45 self.state = words, index, curinsert, curline
60 words = []
62 # search backwards through words before
67 words.append(w
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
29 words, index, insert, line = self.state
31 words = self.getwords()
33 if not words:
38 newword = words[index]
39 index = (index + 1) % len(words)
45 self.state = words, index, curinsert, curline
60 words = []
62 # search backwards through words before
67 words.append(w
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
29 words, index, insert, line = self.state
31 words = self.getwords()
33 if not words:
38 newword = words[index]
39 index = (index + 1) % len(words)
45 self.state = words, index, curinsert, curline
60 words = []
62 # search backwards through words before
67 words.append(w
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 26 words = self.getwords()
29 words, index, insert, line = self.state
31 words = self.getwords()
33 if not words:
38 newword = words[index]
39 index = (index + 1) % len(words)
45 self.state = words, index, curinsert, curline
60 words = []
62 # search backwards through words before
67 words.append(w
    [all...]
  /pdk/util/
diff_products.py 51 words = line.split()
52 if len(words) < 2:
54 if words[0] in PRODUCT_KEYWORDS:
56 if overrideProperty and words[1] == ":=":
57 if len(productData[words[0]]) != 0:
58 print "** Warning: overriding property " + words[0] + " that was:" + \
59 productData[words[0]]
60 productData[words[0]] = {}
61 d = productData[words[0]]
62 for word in words[2:]
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
group-reloc-ldc-encoding-bad.l 98 [^:]*:48: Error: bad offset 0x00000808 \(must be an 8-bit number of words\)
99 [^:]*:48: Error: bad offset 0x00000808 \(must be an 8-bit number of words\)
100 [^:]*:48: Error: bad offset 0x00000808 \(must be an 8-bit number of words\)
101 [^:]*:48: Error: bad offset 0x00000808 \(must be an 8-bit number of words\)
102 [^:]*:48: Error: bad offset 0x00000808 \(must be an 8-bit number of words\)
103 [^:]*:48: Error: bad offset 0x00000808 \(must be an 8-bit number of words\)
104 [^:]*:48: Error: bad offset 0x00000808 \(must be an 8-bit number of words\)
105 [^:]*:48: Error: bad offset 0x00000808 \(must be an 8-bit number of words\)
106 [^:]*:48: Error: bad offset 0x00000808 \(must be an 8-bit number of words\)
107 [^:]*:48: Error: bad offset 0x00000808 \(must be an 8-bit number of words\)
    [all...]
  /external/perfetto/src/traced/probes/filesystem/
fs_mount.cc 39 base::StringSplitter words(&lines, ' ');
40 if (!words.Next() || !words.Next()) {
44 const char* mountpoint = words.cur_token();
  /external/vulkan-validation-layers/demos/smoke/
glsl-to-spirv 52 # read the temp file into a list of SPIR-V words
53 words = []
61 words.append(struct.unpack(fmt, data[i:(i + 4)])[0])
63 assert(words[0] == SPIRV_MAGIC)
69 return (words, output.rstrip())
72 words, comments = compile_glsl(in_filename, base + ".tmp")
75 for i in range(0, len(words), COLUMNS):
76 columns = ["0x%08x" % word for word in words[i:(i + COLUMNS)]]
88 """ % (comments, identifierize(base), len(words), "\n".join(literals))
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
instruction.cpp 34 std::vector<uint32_t> words(
35 inst.words + current_payload.offset,
36 inst.words + current_payload.offset + current_payload.num_words);
37 operands_.emplace_back(current_payload.type, std::move(words));
72 const auto& words = GetOperand(index).words; local
73 assert(words.size() == 1 && "expected the operand only taking one word");
74 return words.front();
80 size += static_cast<uint32_t>(operands_[i].words.size());
89 binary->insert(binary->end(), operand.words.begin(), operand.words.end())
    [all...]
  /external/mesa3d/src/compiler/glsl/glcpp/tests/
039-func-arg-obj-macro-with-comma.c 3 #define bar two,words
20 #define bar_parens (two,words)

Completed in 583 milliseconds

1 2 3 4 5 6 7 8 91011>>