HomeSort by relevance Sort by last modified time
    Searched full:word1 (Results 51 - 75 of 79) sorted by null

1 23 4

  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 486 const support::ulittle32_t Word1 =
499 if (Word1 == EXIDX_CANTUNWIND) {
504 if (Word1 & 0x80000000) {
507 unsigned PersonalityIndex = (Word1 & 0x0f000000) >> 24;
518 uint64_t TableEntryOffset = PREL31(Word1, IT->sh_addr);
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 1702 uint32 word1, word2, word3; local
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 843 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
850 buf = vmalloc(strlen(word1));
851 memcpy(buf->v, word1, buf->l);
880 char *word1 = "1234567890", *word2 = "12345678901234567890"; local
887 buf = vmalloc(strlen(word1));
888 memcpy(buf->v, word1, buf->l);
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 327 string word1; local
331 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3));
332 CHECK_EQ(word1, "foo");
335 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3));
336 CHECK_EQ(word1, "");
339 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3));
340 CHECK_EQ(word1, "");
343 CHECK(!RE2::PartialMatch("f", r, &word1, &word2, &word3));
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 320 string word1; local
324 CHECK(RE2::PartialMatch("foo", r, &word1, &word2, &word3));
325 CHECK_EQ(word1, "foo");
328 CHECK(RE2::PartialMatch("bar", r, &word1, &word2, &word3));
329 CHECK_EQ(word1, "");
332 CHECK(RE2::PartialMatch("baz", r, &word1, &word2, &word3));
333 CHECK_EQ(word1, "");
336 CHECK(!RE2::PartialMatch("f", r, &word1, &word2, &word3));
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/
EncoderUtil.java 525 String word1 = encodeB(prefix, part1, usedCharacters, charset, local
532 return word1 + " " + word2;
553 String word1 = encodeQ(prefix, part1, usage, usedCharacters, local
560 return word1 + " " + word2;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
ver4_patricia_trie_policy.h 119 bool removeNgramEntry(const PrevWordsInfo *const prevWordsInfo, const int *const word1,
ver4_patricia_trie_policy.cpp 473 const std::vector<int> word1(bigramWord1CodePoints,
480 bigrams.emplace_back(&word1, probability,
  /external/chromium_org/sdch/open-vcdiff/src/
blockhash.cc 252 inline bool CompareWholeWordValues<1>(const char* word1,
255 memcpy(&aligned_word1, word1, sizeof(aligned_word1));
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
ver4_patricia_trie_policy.cpp 485 const std::vector<int> word1(bigramWord1CodePoints,
492 bigrams.emplace_back(&word1, probability,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ScannerTest.java 674 s = new Scanner("word1 word2 ");
675 assertEquals("word1", s.next());
806 s = new Scanner("word1 word2 ");
808 assertEquals("word1", s.next(pattern));
853 s = new Scanner("word1 next ");
854 assertEquals("word1", s.next("\\w+"));
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 322 L = word1(d) << 16 | word1(d) >> 16;
325 if ( (L = word1(d)) !=0)
gdtoaimp.h 281 #define word1(x) (x)->L[0] macro
284 #define word1(x) (x)->L[1] macro
  /external/libpcap/msdos/
ndis2.h 378 WORD word1; member in struct:_ReqBlock
ndis2.c 585 protManDS = reqBlock.word1;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
patricia_trie_policy.cpp 406 const std::vector<int> word1(bigramWord1CodePoints,
409 bigrams.emplace_back(&word1, probability,