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

<<1112131415161718

  /external/libunwind/doc/
unw_init_remote.tex 31 stack-frame chain to be unwound. In other words, the interpretation
  /external/libvpx/libvpx/
md5_utils.c 28 byteSwap(UWORD32 *buf, unsigned words) {
43 } while (--words);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 221 String[] words = text.toString().split("\\s+"); local
223 for (String word : words) {
  /external/valgrind/include/vki/
vki-s390x-linux.h 745 vki_per_cr_words words; member in union:__anon20808::__anon20809
763 vki_per_lowcore_words words; member in union:__anon20808::__anon20810
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
md5_utils.c 28 byteSwap(UWORD32 *buf, unsigned words) {
43 } while (--words);
  /ndk/build/core/
add-toolchain.mk 39 ifeq (1,$(words $(filter-out $(NDK_KNOWN_ARCHS),$(NDK_FOUND_ARCHS))))
  /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...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /build/core/
droiddoc.mk 109 $(call dump-words-to-file, $(2), $(1))
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 301 #define DFWORD(df, off) ((df)->words[DECWORDS-1-(off)])
302 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)])
305 #define DFWORD(df, off) ((df)->words[off])
306 #define DFWWORD(dfw, off) ((dfw)->words[off])
331 /* 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/libvpx/libvpx/vp8/encoder/x86/
ssim_opt_x86_64.asm 27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_ssim_opt_x86_64.asm 27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 221 /* @words: check for space before emitting relocs */
259 unsigned offset, unsigned words, const uint32_t *data);
nv50_shader_state.c 55 unsigned words = nv50->constbuf[s][0].size / 4; local
65 while (words) {
72 nr = MIN2(MIN2(nr - 3, words), NV04_PFIFO_MAX_PACKET_LEN);
80 words -= nr;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_context.h 264 unsigned offset, unsigned words, const uint32_t *data);
  /external/v8/tools/
grokdump.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
ssim_opt.asm 27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_ssim_opt.asm 27 ; Sum across the register %1 starting with q words
39 ; Sum across the register %1 starting with q words
  /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...]
  /external/v8/src/mips/
simulator-mips.cc 567 int64_t words; local
569 words = 10;
571 if (!GetValue(argv[next_arg], &words)) {
572 words = 10;
575 end = cur + words;
577 int32_t words; local
579 words = 10;
581 if (!GetValue(argv[next_arg], &words)) {
582 words = 10;
585 end = cur + words;
    [all...]

Completed in 1613 milliseconds

<<1112131415161718