HomeSort by relevance Sort by last modified time
    Searched full:firstresult (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/common/extensions/
update_manifest_unittest.cc 146 const UpdateManifest::Result* firstResult = &parser.results().list.at(0);
148 firstResult->crx_url);
150 EXPECT_EQ("1.2.3.4", firstResult->version);
151 EXPECT_EQ("2.0.143.0", firstResult->browser_min_version);
164 firstResult = &parser.results().list.at(0);
165 EXPECT_EQ("1234", firstResult->package_hash);
177 firstResult = &parser.results().list.at(0);
178 EXPECT_EQ(firstResult->extension_id, "12345");
179 EXPECT_EQ(firstResult->version, "");
185 firstResult = &parser.results().list.at(0)
    [all...]
  /external/icu4c/test/intltest/
ucharstrietest.cpp 827 UStringTrieResult firstResult=trie.first(c);
828 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
830 if(firstResult!=trie.reset().next(c) ||
831 firstResult!=trie.current() ||
832 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
841 firstResult=trie.firstForCodePoint(c);
842 firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
844 if(firstResult!=trie.reset().nextForCodePoint(c) ||
845 firstResult!=trie.current() ||
846 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) |
    [all...]
bytestrietest.cpp 663 UStringTrieResult firstResult=trie.first(c);
664 int32_t firstValue=USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1;
666 if(firstResult!=trie.reset().next(c) ||
667 firstResult!=trie.current() ||
668 firstValue!=(USTRINGTRIE_HAS_VALUE(firstResult) ? trie.getValue() : -1) ||
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 667 /// FirstResult - This is the first slot in the RecordedNodes list that the
669 unsigned FirstResult;
672 const std::string &name, unsigned firstresult)
674 Name(name), FirstResult(firstresult) {}
680 unsigned getFirstResult() const { return FirstResult; }
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceProxy.java 424 * as destMailboxId. If mailboxId is -1, the entire account will be searched. If firstResult is
425 * specified and non-zero, results will be added starting with the firstResult'th match (i.e.
  /external/clang/lib/Lex/
TokenLexer.cpp 275 unsigned FirstResult = ResultToks.size();
281 for (unsigned i = FirstResult, e = ResultToks.size(); i != e; ++i) {
289 ResultToks.begin()+FirstResult,
296 ResultToks[FirstResult].setFlagValue(Token::LeadingSpace,
  /external/icu4c/test/cintltst/
utf16tst.c 714 UChar firstresult = (UChar)(((s[i] - 0x10000) / 0x400) + 0xD800); local
717 if (first != UTF16_LEAD(s[i]) || first != U16_LEAD(s[i]) || first != firstresult) {
719 s[i], firstresult);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 

Completed in 433 milliseconds