Searched defs:results (Results 151 - 175 of 305) sorted by relevance

1234567891011>>

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DGeometry.java436 public int collideWith(Collidable other, CollisionResults results) { argument
447 int prevSize = results.size();
448 int added = mesh.collideWith(other, cachedWorldMat, worldBound, results);
449 int newSize = results.size();
451 results.getCollisionDirect(i).setGeometry(this);
H A DNode.java491 public int collideWith(Collidable other, CollisionResults results){ argument
494 total += child.collideWith(other, results);
/external/opencv/cv/src/
H A Dcvkdtree.cpp83 void find_nn(CvMat* d, int k, int emax, CvMat* results, CvMat* dist) { argument
86 uchar* resultsptr = results->data.ptr;
91 assert(results->rows == d->rows);
92 assert(results->rows == dist->rows);
93 assert(results->cols == k);
112 resultsptr += results->step;
119 CvMat* results) {
120 int rn = results->rows * results->cols;
128 (int*) results
118 find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, CvMat* results) argument
162 find_nn(CvMat* d, int k, int emax, CvMat* results, CvMat* dist) argument
170 find_ortho_range(CvMat* bounds_min, CvMat* bounds_max, CvMat* results) argument
207 cvFindFeatures(CvFeatureTree* tr, CvMat* desc, CvMat* results, CvMat* dist, int k, int emax) argument
242 cvFindFeaturesBoxed(CvFeatureTree* tr, CvMat* bounds_min, CvMat* bounds_max, CvMat* results) argument
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c1013 XArray* results = VG_(newXA)( ML_(dinfo_zalloc), "di.d3basics.etG.1", local
1107 VG_(addToXA)( results, &thisResult );
1114 tl_assert(nGuards == VG_(sizeXA)( results ));
1119 VG_(deleteXA)( results );
1124 mul = VG_(indexXA)( results, i );
1134 VG_(deleteXA)( results );
1140 mul = VG_(indexXA)( results, 0 );
1144 mul2 = VG_(indexXA)( results, i );
1148 VG_(deleteXA)( results );
1157 VG_(deleteXA)( results );
[all...]
/external/webkit/Source/WebCore/html/shadow/
H A DTextControlInnerElements.cpp439 // Nothing to do here, we will continue to wait for results.
472 void InputFieldSpeechButtonElement::setRecognitionResult(int, const SpeechInputResultArray& results) argument
474 m_results = results;
484 input->setValue(results.isEmpty() ? "" : results[0]->utterance());
485 input->dispatchEvent(SpeechInputEvent::create(eventNames().webkitspeechchangeEvent, results));
/external/webkit/Source/WebCore/platform/chromium/
H A DClipboardChromium.cpp127 HashSet<String> results; local
129 return results;
132 return results;
134 results = m_dataObject->types();
137 results.add(mimeTypeFiles);
139 return results;
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpreauth.c173 * address. This is usually called for PMKSA candidates found from scan results
375 * entry. Do not override priority based on normal scan results. */
426 * rsn_preauth_scan_results - Process scan results to find PMKSA candidates
428 * @results: Scan results
430 * This functions goes through the scan results and adds all suitable APs
434 struct wpa_scan_results *results)
450 for (i = results->num - 1; i >= 0; i--) {
453 r = results->res[i];
475 * scan results
433 rsn_preauth_scan_results(struct wpa_sm *sm, struct wpa_scan_results *results) argument
[all...]
/external/chromium/chrome/browser/debugger/
H A Ddevtools_window.cc292 ListValue results; local
308 results.Append(extension_info);
310 CallClientFunction(ASCIIToUTF16("WebInspector.addExtensions"), results);
/external/chromium/chrome/browser/history/
H A Durl_database.cc296 std::vector<history::URLRow>* results) {
300 results->clear();
337 results->push_back(info);
293 AutocompleteForPrefix(const string16& prefix, size_t max_results, bool typed_only, std::vector<history::URLRow>* results) argument
/external/chromium/chrome/browser/ui/webui/
H A Dactive_downloads_ui.cc335 ListValue results; local
337 results.Append(download_util::CreateDownloadItemValue(downloads_[i], i));
340 web_ui_->CallJavascriptFunction("downloadsList", results);
/external/chromium/net/proxy/
H A Dmulti_threaded_proxy_resolver.cc220 // |results| -- the structure to fill with proxy resolve results.
222 ProxyInfo* results,
226 results_(results),
398 ProxyInfo* results,
408 new GetProxyForURLJob(url, results, callback, net_log));
221 GetProxyForURLJob(const GURL& url, ProxyInfo* results, CompletionCallback* callback, const BoundNetLog& net_log) argument
397 GetProxyForURL(const GURL& url, ProxyInfo* results, CompletionCallback* callback, RequestHandle* request, const BoundNetLog& net_log) argument
H A Dmulti_threaded_proxy_resolver_unittest.cc40 ProxyInfo* results,
55 results->UseNamedProxy(query_url.host());
139 ProxyInfo* results,
149 query_url, results, callback, request, net_log);
166 ProxyInfo* results,
171 query_url, results, callback, request, net_log);
622 ProxyInfo results[kNumRequests]; local
628 GURL("http://request0"), &results[0], &callback[0], &request[0],
635 EXPECT_EQ("PROXY request0:80", results[0].ToPacString());
647 GURL(base::StringPrintf("http://request%d", i)), &results[
39 GetProxyForURL(const GURL& query_url, ProxyInfo* results, CompletionCallback* callback, RequestHandle* request, const BoundNetLog& net_log) argument
138 GetProxyForURL(const GURL& query_url, ProxyInfo* results, CompletionCallback* callback, RequestHandle* request, const BoundNetLog& net_log) argument
165 GetProxyForURL(const GURL& query_url, ProxyInfo* results, CompletionCallback* callback, RequestHandle* request, const BoundNetLog& net_log) argument
734 ProxyInfo results[kNumRequests]; local
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest_output_test_.cc905 TestPartResultArray results; local
909 &results);
914 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
980 // of them are intended to fail), and then compare the test results
/external/dropbear/libtomcrypt/testprof/
H A Dx86_prof.c5 struct list results[100]; variable in typeref:struct:list
21 /* qsort the results */
22 qsort(results, no_results, sizeof(struct list), &sorter);
27 fprintf(stderr, "%-20s: Schedule at %6lu\n", cipher_descriptor[results[x].id].name, (unsigned long)results[x].spd1);
32 ("%-20s[%3d]: Encrypt at %5lu, Decrypt at %5lu\n", cipher_descriptor[results[x].id].name, cipher_descriptor[results[x].id].ID, results[x].spd1, results[x].spd2);
37 ("%-20s: Process at %5lu\n", hash_descriptor[results[
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DPerformanceResults.java11 package org.eclipse.test.internal.performance.results.db;
28 import org.eclipse.test.internal.performance.results.utils.Util;
32 * Root class to handle performance results.
34 * Usually performance results are built for a current build vs. a baseline build.
39 * Then it provides easy and speedy access to all stored results.
58 * Local class helping to guess remaining time while reading results from DB
124 * Returns the name of the baseline used for extracted results
127 * if no specific baseline is used for the extracted results.
150 * Return the list of components concerned by performance results.
162 * @return A list of {@link ScenarioResults scenario results}
[all...]
/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 DPerformanceResultsPreferencePage.java11 package org.eclipse.test.internal.performance.results.ui;
20 import org.eclipse.test.internal.performance.results.db.DB_Results;
21 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
22 import org.eclipse.test.internal.performance.results.utils.Util;
165 this.buildsView = (BuildsView) PerformancesView.getWorkbenchView("org.eclipse.test.internal.performance.results.ui.BuildsView");
213 statusStatisticsGroup.setToolTipText("Exclude from the written status failures depending on build results statistics...");
215 this.statusStatisticNoneRadioButton.setToolTipText("Do not exclude failures which have bad baseline results statistics (i.e. variation is over 10%)");
217 this.statusStatisticUnstableRadioButton.setToolTipText("Exclude all failures which have unstable baseline results statistics (i.e. variation is between 10% and 20%)");
219 this.statusStatisticErraticRadioButton.setToolTipText("Exclude all failures which have erratic baseline results statistics (i.e. variation is over 20%)");
231 StringBuffer tooltip = new StringBuffer("Select the last build to display performance results\
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DFingerPrintGraph.java33 import org.eclipse.test.internal.performance.results.db.BuildResults;
34 import org.eclipse.test.internal.performance.results.db.ConfigResults;
35 import org.eclipse.test.internal.performance.results.db.DB_Results;
36 import org.eclipse.test.internal.performance.results.db.ScenarioResults;
37 import org.eclipse.test.internal.performance.results.utils.Util;
93 ConfigResults[] results = new ConfigResults[10]; field in class:FingerPrintGraph
107 * This area applies to a configuration results and is made of several zones.
150 BarGraphArea(ConfigResults results) { argument
151 this.configResults = results;
172 FingerPrintGraph(File dir, String fileName, int width, List results) { argument
[all...]
/external/gtest/test/
H A Dgtest_output_test_.cc905 TestPartResultArray results; local
909 &results);
914 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
980 // of them are intended to fail), and then compare the test results
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/
H A DBoundingBox.java714 private int collideWithRay(Ray ray, CollisionResults results) { argument
740 results.addCollision(result);
742 results.addCollision(result);
748 results.addCollision(result);
754 public int collideWith(Collidable other, CollisionResults results) { argument
757 return collideWithRay(ray, results);
762 results.addCollision(r);
/external/openssl/crypto/bn/
H A Dbntest.c123 static int results=0; variable
144 results = 0;
152 if (strcmp(*argv,"-results") == 0)
153 results=1;
182 if (!results)
335 if (!results)
388 if (!results)
439 if (!results)
449 if (!results)
514 if (!results)
[all...]
/external/protobuf/gtest/test/
H A Dgtest_output_test_.cc892 TestPartResultArray results; local
896 &results);
901 EXPECT_EQ(0, results.size()) << "This shouldn't fail.";
969 // of them are intended to fail), and then compare the test results
/external/protobuf/src/google/protobuf/
H A Ddescriptor_database.cc522 vector<int> results; local
526 if (sources_[i]->FindAllExtensionNumbers(extendee_type, &results)) {
527 copy(results.begin(), results.end(),
531 results.clear();
/external/webkit/Source/WebCore/html/
H A DHTMLTableElement.cpp449 void HTMLTableElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results) argument
475 results.append(decl);
501 void HTMLTableElement::addSharedCellDecls(Vector<CSSMutableStyleDeclaration*>& results) argument
503 addSharedCellBordersDecl(results);
504 addSharedCellPaddingDecl(results);
507 void HTMLTableElement::addSharedCellBordersDecl(Vector<CSSMutableStyleDeclaration*>& results) argument
562 results.append(decl);
565 void HTMLTableElement::addSharedCellPaddingDecl(Vector<CSSMutableStyleDeclaration*>& results) argument
590 results.append(m_paddingDecl.get());
593 void HTMLTableElement::addSharedGroupDecls(bool rows, Vector<CSSMutableStyleDeclaration*>& results) argument
[all...]
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
H A Dbuildbot.py67 return "http://%s/results/%s" % (self._buildbot.buildbot_host, self.url_encoded_name())
83 is_green=(build_dictionary['results'] == 0) # Undocumented, 0 seems to mean "pass"
176 results = current_build.layout_test_results()
177 # We treat a lack of results as if all the test failed.
179 if results:
180 failures = set(results.failing_tests())
235 def results(self): member in class:Build
239 results_html = "%s/results.html" % (self.results_url())
/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.cc125 // Sort the results so that UpdateFirstSearchDescription does the right thing.
140 // Can't return search/suggest results for bogus input or without a profile.
284 // The history query results are synchronous, so if minimal_changes is true,
285 // we still have the last results and don't need to do anything.
328 // have its results, or are allowed to keep running it, just do that, rather
339 // We can't start a new query if we're only allowed synchronous results.
345 // now, else we won't think we're waiting on results from the server when we
388 // private, and the Suggest server is unlikely to have any useful results
392 // server is once again unlikely to have and useful results.
465 // Parse optional data in the results fro
603 AddHistoryResultsToMap(const HistoryResults& results, bool is_keyword, int did_not_accept_suggestion, MatchMap* map) argument
[all...]

Completed in 491 milliseconds

1234567891011>>