Searched refs:firstResult (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/
H A Dupdate_manifest_unittest.cc146 const UpdateManifest::Result* firstResult = &parser.results().list.at(0); local
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
[all...]
/external/icu4c/test/intltest/
H A Ducharstrietest.cpp827 UStringTrieResult firstResult=trie.first(c); local
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)
[all...]
H A Dbytestrietest.cpp663 UStringTrieResult firstResult=trie.first(c); local
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 83 milliseconds