Searched defs:results (Results 51 - 75 of 612) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/test/intltest/
H A Descoll.h42 static const Collator::EComparisonResult results[]; member in class:CollationSpanishTest
H A Dficoll.h41 static const Collator::EComparisonResult results[]; member in class:CollationFinnishTest
H A Dfrcoll.h44 static const Collator::EComparisonResult results[]; member in class:CollationFrenchTest
H A Dlcukocol.h33 static const Collator::EComparisonResult results[]; member in class:LotusCollationKoreanTest
H A Dtrcoll.h42 static const Collator::EComparisonResult results[]; member in class:CollationTurkishTest
/external/protobuf/gtest/test/
H A Dgtest-test-part_test.cc121 TestPartResultArray results; local
122 EXPECT_EQ(0, results.size());
128 TestPartResultArray results; local
129 results.Append(r1_);
130 EXPECT_EQ(1, results.size());
131 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message());
137 TestPartResultArray results; local
138 results.Append(r1_);
139 results.Append(r2_);
140 EXPECT_EQ(2, results
150 TestPartResultArray results; local
[all...]
/external/srec/srec/Recognizer/include/
H A DSR_RecognizerResultImpl.h66 * The second ArrayList denotes the collection of semantic results per nbest list entry.
68 ArrayList* results; member in struct:SR_RecognizerResultImpl_t
/external/valgrind/main/none/tests/darwin/
H A Daccess_extended.c23 int results[3]; local
35 retval = syscall(SYS_access_extended, entries, entries_szB, results,
40 name1, results[0], strerror(results[0]));
42 name1, results[1], strerror(results[1]));
44 name2, results[2], strerror(results[2]));
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
H A Dwebrunner.js152 var results = {runs: runs}, num = times.length;
159 results.sum = 0;
162 results.sum += times[i];
165 results.min = times[0];
168 results.max = times[ num - 1 ];
171 results.mean = results.sum / num;
174 results.median = num % 2 == 0 ?
179 results.variance = 0;
182 results
[all...]
/external/chromium_org/android_webview/native/
H A Daw_assets.cc26 std::vector<long> results; local
27 base::android::JavaLongArrayToLongVector(env, jarr.obj(), &results);
28 DCHECK_EQ(3U, results.size());
29 *fd = static_cast<int>(results[0]);
30 *offset = results[1];
31 *size = results[2];
/external/chromium_org/cc/debug/
H A Dunittest_only_benchmark.cc51 void UnittestOnlyBenchmark::RecordImplResults(scoped_ptr<base::Value> results) { argument
52 NotifyDone(results.Pass());
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dsearch_operation_unittest.cc35 scoped_ptr<std::vector<SearchResultInfo> > results; local
39 &error, &next_link, &results));
44 EXPECT_EQ(expected_results.size(), results->size());
45 for (size_t i = 0; i < results->size(); i++) {
46 EXPECT_TRUE(expected_results.count(results->at(i).path.AsUTF8Unsafe()))
47 << results->at(i).path.AsUTF8Unsafe();
75 scoped_ptr<std::vector<SearchResultInfo> > results; local
79 &error, &next_link, &results));
84 ASSERT_EQ(expected_results.size(), results->size());
85 for (size_t i = 0; i < results
118 scoped_ptr<std::vector<SearchResultInfo> > results; local
140 scoped_ptr<std::vector<SearchResultInfo> > results; local
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsandboxed_zip_analyzer.cc85 const zip_analyzer::Results& results) {
90 base::Bind(callback_, results));
84 OnAnalyzeZipFileFinished( const zip_analyzer::Results& results) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui_unittest.cc21 // For each item in |results|, create a new Value representing the visit, and
26 std::vector<BrowsingHistoryHandler::HistoryEntry>* results) {
33 results->push_back(entry);
61 std::vector<BrowsingHistoryHandler::HistoryEntry> results; local
62 AddQueryResults(test_data, arraysize(test_data), &results);
63 BrowsingHistoryHandler::MergeDuplicateResults(&results);
65 ASSERT_EQ(2U, results.size());
66 EXPECT_TRUE(ResultEquals(results[0], test_data[3]));
67 EXPECT_TRUE(ResultEquals(results[1], test_data[1]));
77 std::vector<BrowsingHistoryHandler::HistoryEntry> results; local
23 AddQueryResults( TestResult* test_results, int test_results_size, std::vector<BrowsingHistoryHandler::HistoryEntry>* results) argument
101 std::vector<BrowsingHistoryHandler::HistoryEntry> results; local
120 std::vector<BrowsingHistoryHandler::HistoryEntry> results; local
[all...]
/external/chromium_org/chromecast/tools/build/
H A Dchromecast_repack_locales.py130 results = DoMain(sys.argv[1:]) variable
131 if results:
132 print results
/external/chromium_org/components/history/core/browser/
H A Dhistory_types_unittest.cc38 void AddSimpleData(QueryResults* results) { argument
46 results->AppendURLBySwapping(&result1);
47 results->AppendURLBySwapping(&result2);
48 results->AppendURLBySwapping(&result3);
49 CheckHistoryResultConsistency(*results);
58 QueryResults results; local
59 AddSimpleData(&results);
64 const size_t* matches = results.MatchesForURL(url1, &match_count);
70 matches = results.MatchesForURL(url2, &match_count);
75 results
97 QueryResults results; local
[all...]
/external/chromium_org/components/tools/metrics/
H A Dbrowser_components_metrics.py26 import results namespace
46 deps_checker.results_formatter = results.CountViolationsFormatter()
/external/chromium_org/google_apis/gaia/
H A Dmock_url_fetcher_factory.h22 const std::string& results,
30 const std::string& results,
61 void set_results(const std::string& results) { argument
62 results_ = results;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionEvent.h43 Member<SpeechRecognitionResultList> results; member in class:blink::SpeechRecognitionEventInit
53 static PassRefPtrWillBeRawPtr<SpeechRecognitionEvent> createResult(unsigned long resultIndex, const HeapVector<Member<SpeechRecognitionResult> >& results);
57 SpeechRecognitionResultList* results() const { return m_results.get(); } function in class:blink::FINAL
71 SpeechRecognitionEvent(const AtomicString& eventName, unsigned long resultIndex, SpeechRecognitionResultList* results);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddecoll.cpp85 const Collator::EComparisonResult CollationGermanTest::results[][2] = member in class:CollationGermanTest
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
131 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
H A Descoll.cpp70 const Collator::EComparisonResult CollationSpanishTest::results[] = { member in class:CollationSpanishTest
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
96 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dficoll.cpp60 const Collator::EComparisonResult CollationFinnishTest::results[] = { member in class:CollationFinnishTest
74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Djacoll.h53 static const Collator::EComparisonResult results[]; member in class:CollationKanaTest
H A Dlcukocol.cpp60 const Collator::EComparisonResult LotusCollationKoreanTest::results[] = { member in class:LotusCollationKoreanTest
70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dtrcoll.cpp58 const Collator::EComparisonResult CollationTurkishTest::results[] = { member in class:CollationTurkishTest
78 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
86 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);

Completed in 490 milliseconds

1234567891011>>