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

1234567891011>>

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
H A DTerrainPicker.java54 public Vector3f getTerrainIntersection(final Ray worldPick, CollisionResults results); argument
/external/libvpx/libvpx/third_party/googletest/src/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/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/v8/test/mjsunit/
H A Dstring-index.js180 var results = [1, 2, 3, NaN]; variable
184 var expected = results[index];
/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/webkit/Source/WebKit/chromium/src/
H A DWebTextCheckingCompletionImpl.cpp51 static Vector<TextCheckingResult> toCoreResults(const WebVector<WebTextCheckingResult>& results) argument
54 for (size_t i = 0; i < results.size(); ++i) {
56 coreResult.type = toCoreCheckingType(results[i].error);
57 coreResult.location = results[i].position;
58 coreResult.length = results[i].length;
65 void WebTextCheckingCompletionImpl::didFinishCheckingText(const WebVector<WebTextCheckingResult>& results) argument
67 m_spellChecker->didCheck(m_identifier, toCoreResults(results));
/external/webkit/Source/WebKit/chromium/src/win/
H A DWebScreenInfoFactory.cpp63 WebScreenInfo results; local
64 results.depth = devMode.dmBitsPerPel;
65 results.depthPerComponent = devMode.dmBitsPerPel / 3; // Assumes RGB
66 results.isMonochrome = devMode.dmColor == DMCOLOR_MONOCHROME;
67 results.rect = toWebRect(monitorInfo.rcMonitor);
68 results.availableRect = toWebRect(monitorInfo.rcWork);
69 return results;
/external/chromium/base/
H A Dstring_split_unittest.cc136 std::vector<std::string> results; local
137 SplitStringUsingSubstr("", "DELIMITER", &results);
138 ASSERT_EQ(1u, results.size());
139 EXPECT_THAT(results, ElementsAre(""));
210 std::vector<std::string> results; local
211 SplitStringUsingSubstr("alongwordwithnodelimiter", "DELIMITER", &results);
212 ASSERT_EQ(1u, results.size());
213 EXPECT_THAT(results, ElementsAre("alongwordwithnodelimiter"));
217 std::vector<std::string> results; local
221 &results);
227 std::vector<std::string> results; local
237 std::vector<std::string> results; local
287 std::vector<std::wstring> results; local
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dgoogle_update_chromeos.cc97 // Post the results as a task since this is run on a thread.
106 void GoogleUpdate::ReportResults(GoogleUpdateUpgradeResult results, argument
109 DCHECK(results == UPGRADE_ERROR ? error_code != GOOGLE_UPDATE_NO_ERROR :
112 listener_->OnReportResults(results, error_code, version_available_);
/external/chromium/chrome/browser/history/
H A Dhistory_types_unittest.cc39 void AddSimpleData(QueryResults* results) { argument
47 results->AppendURLBySwapping(&result1);
48 results->AppendURLBySwapping(&result2);
49 results->AppendURLBySwapping(&result3);
50 CheckHistoryResultConsistency(*results);
54 void AddAlternateData(QueryResults* results) { argument
61 results->AppendURLBySwapping(&result1);
62 results->AppendURLBySwapping(&result2);
63 CheckHistoryResultConsistency(*results);
72 QueryResults results; local
111 QueryResults results; local
138 QueryResults results; local
[all...]
/external/chromium/chrome/common/extensions/
H A Dupdate_manifest.h63 // indicating success or failure. On success, the results are available by
64 // calling results(). The details for any failures are available by calling
68 const Results& results() { return results_; } function in class:UpdateManifest
/external/chromium/chrome/common/net/gaia/
H A Dgaia_authenticator_unittest.cc43 GaiaAuthenticator::AuthResults results; local
44 EXPECT_TRUE(mock_auth.IssueAuthToken(&results, "sid"));
45 EXPECT_EQ(0, results.auth_token.compare("body"));
/external/chromium/net/base/
H A Dmime_util_unittest.cc94 // results' length to 2.
99 const char* results[2]; member in struct:net::__anon2948
117 EXPECT_EQ(tests[i].results[j], codecs_out[j]);
/external/easymock/src/org/easymock/internal/
H A DResults.java31 private final List<Result> results = new ArrayList<Result>(); field in class:Results
42 results.add(result);
51 return results.get(i);
56 return results.get(i);
/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 DPerformanceResultsPerspective.java11 package org.eclipse.test.internal.performance.results.ui;
38 // Component results view put on bottom
45 bottom.addView("org.eclipse.test.internal.performance.results.ui.ComponentsResultsView");
54 topLeft.addView("org.eclipse.test.internal.performance.results.ui.ComponentsView"); //NON-NLS-1
55 topLeft.addView("org.eclipse.test.internal.performance.results.ui.BuildsView"); //NON-NLS-1
/external/icu4c/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]);
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DAbstractTriangle.java45 public int collideWith(Collidable other, CollisionResults results){ argument
46 return other.collideWith(this, results);
/external/jmonkeyengine/engine/src/test/jme3test/collision/
H A DRayTrace.java52 private CollisionResults results = new CollisionResults(); field in class:RayTrace
89 results.clear();
90 scene.collideWith(r, results);
91 if (results.size() > 0){
/external/junit/src/org/junit/experimental/results/
H A DPrintableResult.java1 package org.junit.experimental.results;

Completed in 1494 milliseconds

1234567891011>>