Searched defs:results (Results 26 - 50 of 608) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionResultList.cpp32 SpeechRecognitionResultList* SpeechRecognitionResultList::create(const HeapVector<Member<SpeechRecognitionResult> >& results) argument
34 return new SpeechRecognitionResultList(results);
45 SpeechRecognitionResultList::SpeechRecognitionResultList(const HeapVector<Member<SpeechRecognitionResult> >& results) argument
46 : m_results(results)
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
H A Drollbot_unittests.js33 "results": [
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdetst.c69 const static UCollationResult results[][2] = variable
115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
H A Dcestst.c61 const static UCollationResult results[] = { variable
99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcfintst.c53 const static UCollationResult results[] = { variable
89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcturtst.c65 const static UCollationResult results[] = { variable
106 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddecoll.h43 static const Collator::EComparisonResult results[][2]; member in class:CollationGermanTest
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/chromium_org/third_party/libaddressinput/chromium/cpp/test/util/
H A Dtrie_test.cc67 std::set<std::string> results; local
68 trie.FindDataForKeyPrefix("h", &results);
72 EXPECT_EQ(expected, results);
80 std::set<std::string> results; local
81 trie.FindDataForKeyPrefix("hello", &results);
85 EXPECT_EQ(expected, results);
92 std::set<std::string> results; local
93 trie.FindDataForKeyPrefix("hello", &results);
97 EXPECT_EQ(expected, results);
/external/chromium_org/third_party/webrtc/tools/frame_analyzer/
H A Dframe_analyzer.cc88 webrtc::test::ResultsContainer results; local
93 &results);
96 webrtc::test::PrintAnalysisResults(label, &results);
/external/chromium_org/tools/json_schema_compiler/test/
H A Denums_unittest.cc107 scoped_ptr<base::ListValue> results = ReturnsEnum::Results::Create(state); local
110 EXPECT_TRUE(results->Equals(&expected));
116 scoped_ptr<base::ListValue> results = ReturnsTwoEnums::Results::Create( local
122 EXPECT_TRUE(results->Equals(&expected));
263 scoped_ptr<base::ListValue> results(OnEnumFired::Create(some_enum));
266 EXPECT_TRUE(results->Equals(&expected));
272 scoped_ptr<base::Value> results(OnTwoEnumsFired::Create(
278 EXPECT_TRUE(results->Equals(&expected));
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Dresults_unittest.py8 from memory_inspector.classification import results namespace
32 result = results.AggreatedResults(rule, keys=['X', 'Y'])
/external/chromium_org/ui/app_list/
H A Dsearch_provider.cc16 void SearchProvider::ReleaseResult(std::vector<SearchResult*>* results) { argument
17 results_.release(results);
/external/chromium_org/v8/test/mjsunit/
H A Dstring-index.js180 var results = [1, 2, 3, NaN]; variable
184 var expected = results[index];
/external/cmockery/cmockery_0_1_2/src/example/
H A Dcustomer_database.c35 void **results; local
39 &results);
43 return (unsigned int)results[0];
/external/easymock/src/org/easymock/internal/
H A DExpectedInvocationAndResults.java26 Results results; field in class:ExpectedInvocationAndResults
29 Results results) {
31 this.results = results;
39 return results;
44 return expectedInvocation.toString() + ": " + results.toString();
28 ExpectedInvocationAndResults(ExpectedInvocation expectedInvocation, Results results) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DPerformanceResultsPreferenceInitializer.java11 package org.eclipse.test.internal.performance.results.ui;
19 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
/external/gtest/test/
H A Dgtest-test-part_test.cc170 TestPartResultArray results; local
171 EXPECT_EQ(0, results.size());
177 TestPartResultArray results; local
178 results.Append(r1_);
179 EXPECT_EQ(1, results.size());
180 EXPECT_STREQ("Failure 1", results.GetTestPartResult(0).message());
186 TestPartResultArray results; local
187 results.Append(r1_);
188 results.Append(r2_);
189 EXPECT_EQ(2, results
199 TestPartResultArray results; local
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcdetst.c69 const static UCollationResult results[][2] = variable
115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
H A Dcestst.c61 const static UCollationResult results[] = { variable
99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcfintst.c53 const static UCollationResult results[] = { variable
89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);

Completed in 551 milliseconds

1234567891011>>