/prebuilts/go/linux-x86/src/bufio/ |
example_test.go | 42 // Count the words.
|
/prebuilts/go/linux-x86/src/go/constant/ |
value.go | 537 words := t.val.Bits() 538 bytes := make([]byte, len(words)*wordSize) 541 for _, w := range words { 559 words := make([]big.Word, (len(bytes)+(wordSize-1))/wordSize) 567 words[i] = w 574 if i < len(words) { 575 words[i] = w 579 for i > 0 && words[i-1] == 0 { 583 return makeInt(newInt().SetBits(words[:i]))
|
/prebuilts/go/linux-x86/src/math/ |
log.go | 40 // other words,
|
/prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/ |
protopprof.go | 24 const minRawProfile = 5 * wordSize // Need a minimum of 5 words.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 254 backslashes. In short: words are delimited by spaces, as long as those 260 words. 269 words = [] 276 words.append(s[:end]) 280 words.append(s[:end]) # we definitely have a word delimiter 307 words.append(s) 310 return words
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
string.py | 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def". 48 Split the argument into words using split, capitalize each 49 word using capitalize, and join the capitalized words using 53 sep is used to split and join the words. 280 # Split a string into a list of space/tab-separated words 284 Return a list of the words in the string s, using sep as the 286 maxsplit places (resulting in at most maxsplit+1 words). If sep 295 # Split a string into a list of space/tab-separated words 299 Return a list of the words in the string s, using sep as the 308 def join(words, sep = ' ') [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
util.py | 254 backslashes. In short: words are delimited by spaces, as long as those 260 words. 269 words = [] 276 words.append(s[:end]) 280 words.append(s[:end]) # we definitely have a word delimiter 307 words.append(s) 310 return words
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
string.py | 44 # Capitalize the words in a string, e.g. " aBc dEf " -> "Abc Def". 48 Split the argument into words using split, capitalize each 49 word using capitalize, and join the capitalized words using 53 sep is used to split and join the words. 280 # Split a string into a list of space/tab-separated words 284 Return a list of the words in the string s, using sep as the 286 maxsplit places (resulting in at most maxsplit+1 words). If sep 295 # Split a string into a list of space/tab-separated words 299 Return a list of the words in the string s, using sep as the 308 def join(words, sep = ' ') [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
scantools.py | 85 In other words, it matched <tt>head_pat</tt> but not <tt>whole_pat</tt>. If the next
211 8) a triple is a space-separated list of 1-3 words
212 9) a triple with less than 3 words is padded at the end with "*" words
215 11) when used as a replacement, the words of a triple specify
216 replacements for the corresponding words of the argument,
237 words = [s.strip() for s in line.split(':')]
238 if words == ['']: continue
239 if len(words) <> 3:
244 [fpat, pat, rep] = words
[all...] |
/external/icu/icu4c/source/i18n/ |
decNumberLocal.h | 304 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)]) 305 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)]) 308 #define DFWORD(df, off) ((df)->words[off]) 309 #define DFWWORD(dfw, off) ((dfw)->words[off]) 334 /* Top words for a zero */ [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
TemplateTranslator.java | 699 private String makeWord(LinkedList<TWord> words) { 700 if (words.size() == 1) { 701 return words.getFirst().getText(); 704 for (TWord word : words) { [all...] |
/external/mesa3d/src/compiler/spirv/ |
spirv_to_nir.c | 196 vtn_string_literal(struct vtn_builder *b, const uint32_t *words, 199 char *dup = ralloc_strndup(b, (char *)words, word_count * sizeof(*words)); 203 *words_used = DIV_ROUND_UP(len, sizeof(*words)); [all...] |
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
nv50_context.h | 290 unsigned offset, unsigned words, const uint32_t *data);
|
nv50_shader_state.c | 60 unsigned words = nv50->constbuf[s][0].size / 4; local 70 while (words) { 71 unsigned nr = MIN2(words, NV04_PFIFO_MAX_PACKET_LEN); 80 words -= nr;
|
/external/python/cpython2/Tools/bgen/bgen/ |
scantools.py | 85 In other words, it matched <tt>head_pat</tt> but not <tt>whole_pat</tt>. If the next 211 8) a triple is a space-separated list of 1-3 words 212 9) a triple with less than 3 words is padded at the end with "*" words 215 11) when used as a replacement, the words of a triple specify 216 replacements for the corresponding words of the argument, 237 words = [s.strip() for s in line.split(':')] 238 if words == ['']: continue 239 if len(words) <> 3: 244 [fpat, pat, rep] = words [all...] |
/external/v8/tools/ |
grokdump.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
Tkinter.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
Tkinter.py | [all...] |
/prebuilts/go/darwin-x86/src/go/build/ |
doc.go | 94 // During a particular build, the following words are satisfied: 108 // - any additional words listed in ctxt.BuildTags
|
/prebuilts/go/darwin-x86/src/reflect/ |
makefunc.go | 15 // The first two words of this type must be kept in sync with 76 // The first two words of this type must be kept in sync with
|
/prebuilts/go/linux-x86/src/go/build/ |
doc.go | 94 // During a particular build, the following words are satisfied: 108 // - any additional words listed in ctxt.BuildTags
|
/prebuilts/go/linux-x86/src/reflect/ |
makefunc.go | 15 // The first two words of this type must be kept in sync with 76 // The first two words of this type must be kept in sync with
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/ |
Tkinter.py | [all...] |
/system/media/camera/docs/ |
metadata_helpers.py | [all...] |