/external/bison/lib/ |
ebitset.c | 49 /* Number of words to use for each element. */ 61 bitset_word words[EBITSET_ELT_WORDS]; /* Bits that are set. */ member in union:ebitset_elt_struct::__anon13265 95 #define EBITSET_WORDS(ELT) ((ELT)->u.words)
|
/external/guava/guava-tests/test/com/google/common/base/ |
SplitterTest.java | 374 Iterable<String> words = Splitter.on(Pattern.compile("\\b")).split(string); local 375 assertThat(words).iteratesAs("foo", "<", "bar", ">", "bletch");
|
/external/libnetfilter_conntrack/src/conntrack/ |
build.c | 443 unsigned int b_size = b->words * sizeof(b->bits[0]); 453 if (b_size == (b->words * sizeof(b->bits[0])))
|
/external/mesa3d/src/compiler/spirv/ |
vtn_cfg.c | 473 vtn_build_cfg(struct vtn_builder *b, const uint32_t *words, const uint32_t *end) 475 vtn_foreach_instruction(b, words, end,
|
/external/minijail/ |
common.mk | 183 ifeq ($(words $(filter-out Makefile common.mk %.d $(SRC)/Makefile \ 465 $(if $(filter 0,$(words $^)),\ 856 $(if $(filter-out 0,$(words $(GTEST_ARGS.real))),$(GTEST_ARGS.real),\ 865 $(if $(1),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) $(firstword $(1)) [all...] |
/external/modp_b64/ |
common.mk | 183 ifeq ($(words $(filter-out Makefile common.mk %.d $(SRC)/Makefile \ 465 $(if $(filter 0,$(words $^)),\ 856 $(if $(filter-out 0,$(words $(GTEST_ARGS.real))),$(GTEST_ARGS.real),\ 865 $(if $(1),$(call reverse,$(wordlist 2,$(words $(1)),$(1)))) $(firstword $(1)) [all...] |
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_helpers.cc | 71 hash_set<string> MakeWordsMap(const char* const words[], size_t num_words) { 74 result.insert(words[i]); 330 // There aren't really any reserved words that end in "Root", but playing 385 // There aren't really any reserved words with an underscore and a leading 393 // whole thing then gets sanitized for reserved words. [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/objfile/ |
disasm.go | 147 // Print instruction as 32-bit words.
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
shadow.go | 64 // In other words, if a variable is shadowed but not used after the shadowed
|
/prebuilts/go/darwin-x86/src/math/ |
expm1.go | 46 // by 2**-61. In other words,
|
/prebuilts/go/darwin-x86/src/mime/ |
encodedword_test.go | 125 // Incomplete words
|
/prebuilts/go/darwin-x86/src/sync/atomic/ |
doc.go | 51 // alignment of 64-bit words accessed atomically. The first word in a global
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/width/ |
width.go | 12 // are kept together in words or runs that are rotated sideways in vertical text
|
/prebuilts/go/linux-x86/src/cmd/internal/objfile/ |
disasm.go | 147 // Print instruction as 32-bit words.
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
shadow.go | 64 // In other words, if a variable is shadowed but not used after the shadowed
|
/prebuilts/go/linux-x86/src/math/ |
expm1.go | 46 // by 2**-61. In other words,
|
/prebuilts/go/linux-x86/src/mime/ |
encodedword_test.go | 125 // Incomplete words
|
/prebuilts/go/linux-x86/src/sync/atomic/ |
doc.go | 51 // alignment of 64-bit words accessed atomically. The first word in a global
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/text/width/ |
width.go | 12 // are kept together in words or runs that are rotated sideways in vertical text
|
/prebuilts/tools/common/m2/repository/xslthl/xslthl/2.0.1/ |
xslthl-2.0.1.jar | |
/dalvik/docs/ |
prettify.js | 96 function wordSet(words) { 97 words = words.split(/ /g); 99 for (var i = words.length; --i >= 0;) { 100 var w = words[i]; [all...] |
/external/v8/src/mips/ |
simulator-mips.cc | 511 int64_t words; local 513 words = 10; 515 if (!GetValue(argv[next_arg], &words)) { 516 words = 10; 519 end = cur + words; 521 int32_t words; local 523 words = 10; 525 if (!GetValue(argv[next_arg], &words)) { 526 words = 10; 529 end = cur + words; [all...] |
/external/googletest/googlemock/test/ |
gmock-matchers_test.cc | 4387 list<std::string> words; local 4436 list<std::string> words; local [all...] |
/external/v8/testing/gmock/test/ |
gmock-matchers_test.cc | 4377 list<string> words; local 4426 list<string> words; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
urllib.py | [all...] |