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

<<21222324252627282930>>

  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
OrderingTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
OrderingTest.java     [all...]
  /external/iproute2/ip/
ipxfrm.c 72 int words = bits >> 0x05; local
76 if (words)
77 if (memcmp(a1, a2, words << 2))
84 w1 = a1[words];
85 w2 = a2[words];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /prebuilts/gdb/darwin-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 559 words = self.val['_M_w']
560 wtype = words.type
568 words = [words]
575 w = words[byte]
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.8.3/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /prebuilts/gdb/linux-x86/share/pretty-printers/libstdcxx/gcc-4.9/
printers.py 559 words = self.val['_M_w']
560 wtype = words.type
568 words = [words]
575 w = words[byte]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/
printers.py 495 words = self.val['_M_w']
496 wtype = words.type
504 words = [words]
511 w = words[byte]
    [all...]
  /build/make/core/
java_common.mk 78 # This makes a list of words like
273 ifneq ($(words $(LOCAL_INSTRUMENTATION_FOR)),1)
306 ifeq ($(filter 0 1,$(words $(filter --extra-packages,$(LOCAL_AAPT_FLAGS)))),)
envsetup.mk 14 # Returns all words in $1 up to and including $2
19 $(call find_and_earlier,$(wordlist 2,$(words $(1)),$(1)),$(2)))))
205 ifneq ($(build_variant)-$(words $(TARGET_BUILD_VARIANT)),-1)
225 ifneq ($(words $(board_config_mk)),1)
  /external/brotli/research/
brotlidump.py 413 """Show all words of the code in a nice format.
    [all...]
  /external/google-breakpad/src/testing/test/
gmock-matchers_test.cc 3827 list<string> words; local
3876 list<string> words; local
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /compatibility/cdd/9_security-model/
9_9_full-disk-encryption.md 66 * [C-1-10] MUST be unique and distinct, in other words no user's CE or DE
  /device/google/marlin/common/
utils.mk 60 # trim the words in wlist w
  /device/google/wahoo/
utils.mk 60 # trim the words in wlist w
  /external/bison/lib/
abitset.c 29 of words. Any unused bits in the last word must be zero. */
32 #define ABITSET_WORDS(X) ((X)->a.words)
789 size_t header_size = offsetof (union bitset_union, a.words);
  /external/libmojo/third_party/jinja2/
filters.py 182 """Return a titlecased version of the value. I.e. words will start with
468 words = s.split(' ')
471 for word in words:
486 split words apart if they are longer than `width`. By default, the newlines
502 """Count the words in that string."""
  /external/libnetfilter_conntrack/src/conntrack/
build_mnl.c 431 unsigned int size = b->words * sizeof(b->bits[0]);
436 if (size == (b->words * sizeof(b->bits[0])))
  /external/libunwind/doc/
libunwind-setjmp.tex 30 \Func{setjmp}() routines is very fast. Typically, just 2 or 3 words
unw_resume.tex 49 value as the contents of the register. In other words, the exception
  /external/libvpx/libvpx/vp8/encoder/x86/
temporal_filter_apply_sse2.asm 153 ; expand to double words
  /external/mesa3d/src/intel/vulkan/
anv_nir_apply_pipeline_layout.c 281 const unsigned words = BITSET_WORDS(count); local
282 state.set[s].used = rzalloc_array(mem_ctx, BITSET_WORD, words);

Completed in 1059 milliseconds

<<21222324252627282930>>