Searched defs:results (Results 101 - 125 of 314) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/webui/
H A Dconflicts_ui.cc154 DictionaryValue results; local
155 results.Set("moduleList", list);
172 results.SetString("modulesTableTitle", table_title);
174 web_ui_->CallJavascriptFunction("returnModuleList", results);
/external/chromium/chrome/browser/
H A Dutility_process_host.h35 // get results back. All functions are called on the thread passed along
66 const UpdateManifest::Results& results) {}
65 OnParseUpdateManifestSucceeded( const UpdateManifest::Results& results) argument
/external/chromium/net/proxy/
H A Dmock_proxy_resolver.cc15 ProxyInfo* results,
19 results_(results),
60 ProxyInfo* results,
64 scoped_refptr<Request> request = new Request(this, url, results, callback);
12 Request( MockAsyncProxyResolverBase* resolver, const GURL& url, ProxyInfo* results, CompletionCallback* callback) argument
59 GetProxyForURL(const GURL& url, ProxyInfo* results, CompletionCallback* callback, RequestHandle* request_handle, const BoundNetLog& ) argument
/external/chromium/net/tools/flip_server/
H A Dcreate_listener.cc119 struct addrinfo *results = 0; local
132 if ((err=getaddrinfo(node, service, &hints, &results))) {
139 AddrinfoGuard addrinfo_guard(results);
141 int sock = socket(results->ai_family,
142 results->ai_socktype,
143 results->ai_protocol);
176 if (bind(sock, results->ai_addr, results->ai_addrlen)) {
243 struct addrinfo *results = 0; local
255 if ((err=getaddrinfo(node, service, &hints, &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 DComponentResults.java11 package org.eclipse.test.internal.performance.results.db;
30 import org.eclipse.test.internal.performance.results.utils.Util;
33 * Class to handle performance results of an eclipse component
36 * It gives access to results for each scenario run for this component.
86 * Get all results numbers for a given machine of the current component.
219 * Returns a list of scenario results which have a summary
223 * @return A list of {@link ScenarioResults scenario results} which have a summary
265 * Read local file contents and populate the results model with the collected
356 // read results
395 * Write the component results dat
[all...]
H A DSQL_Results.java11 package org.eclipse.test.internal.performance.results.db;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
H A DBuildResultsProperties.java11 package org.eclipse.test.internal.performance.results.model;
105 return "The results history shows that the variation of its delta is between 10% and 20%, hence its result may not be really reliable.";
110 return "The results history shows that the variation of its delta is over 20%, hence its result is surely not reliable.";
H A DBuildResultsElement.java11 package org.eclipse.test.internal.performance.results.model;
19 import org.eclipse.test.internal.performance.results.db.*;
20 import org.eclipse.test.internal.performance.results.utils.Util;
113 list.add("The results history shows that the variation of its delta is over 20%, hence its result is surely not reliable");
116 list.add("The results history shows that the variation of its delta is between 10% and 20%, hence its result may not be really reliable");
140 public BuildResultsElement(AbstractResults results, ResultsElement parent) { argument
141 super(results, parent);
166 return (BuildResults) this.results;
170 if (this.results == null) {
180 if (this.results
[all...]
H A DResultsElement.java11 package org.eclipse.test.internal.performance.results.model;
23 import org.eclipse.test.internal.performance.results.db.AbstractResults;
24 import org.eclipse.test.internal.performance.results.db.BuildResults;
25 import org.eclipse.test.internal.performance.results.db.ConfigResults;
26 import org.eclipse.test.internal.performance.results.db.DB_Results;
27 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
28 import org.eclipse.test.internal.performance.results.utils.Util;
59 AbstractResults results; field in class:ResultsElement
164 ResultsElement(AbstractResults results, ResultsElement parent) { argument
166 this.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 DComponentResultsView.java11 package org.eclipse.test.internal.performance.results.ui;
36 import org.eclipse.test.internal.performance.results.model.BuildResultsElement;
37 import org.eclipse.test.internal.performance.results.model.ComponentResultsElement;
38 import org.eclipse.test.internal.performance.results.model.ConfigResultsElement;
39 import org.eclipse.test.internal.performance.results.model.DimResultsElement;
40 import org.eclipse.test.internal.performance.results.model.PerformanceResultsElement;
41 import org.eclipse.test.internal.performance.results.model.ResultsElement;
42 import org.eclipse.test.internal.performance.results.model.ScenarioResultsElement;
43 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
44 import org.eclipse.test.internal.performance.results
[all...]
H A DPerformancesView.java11 package org.eclipse.test.internal.performance.results.ui;
47 import org.eclipse.test.internal.performance.results.db.DB_Results;
48 import org.eclipse.test.internal.performance.results.model.BuildResultsElement;
49 import org.eclipse.test.internal.performance.results.model.PerformanceResultsElement;
50 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
51 import org.eclipse.test.internal.performance.results.utils.Util;
68 * Abstract view for performance results.
143 PerformanceResultsElement results; field in class:PerformancesView
428 * Init results
431 this.results
[all...]
/external/icu4c/test/intltest/
H A Dlistformattertest.cpp38 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
46 CheckFormatting(formatter, input1, 1, results[0]);
49 CheckFormatting(formatter, input2, 2, results[1]);
52 CheckFormatting(formatter, input3, 3, results[2]);
55 CheckFormatting(formatter, input4, 4, results[3]);
88 UnicodeString results[4] = { local
95 CheckFourCases("", one, two, three, four, results);
100 UnicodeString results[4] = { local
107 CheckFourCases("ex_PY", one, two, three, four, results);
113 UnicodeString results[ local
37 CheckFourCases(const char* locale_string, UnicodeString one, UnicodeString two, UnicodeString three, UnicodeString four, UnicodeString results[4]) argument
124 UnicodeString results[4] = { local
138 UnicodeString results[4] = { local
155 UnicodeString results[4] = { local
168 UnicodeString results[4] = { local
179 UnicodeString results[4] = { local
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
H A DBIHNode.java152 CollisionResults results) {
217 int added = col.collideWith(t, results);
221 int start = results.size() - added;
223 for (int j = start; j < results.size(); j++) {
224 CollisionResult cr = results.getCollisionDirect(j);
241 CollisionResults results) {
287 results.addCollision(cr);
301 CollisionResults results) {
419 results.addCollision(cr);
148 intersectWhere(Collidable col, BoundingBox box, Matrix4f worldMatrix, BIHTree tree, CollisionResults results) argument
236 intersectBrute(Ray r, Matrix4f worldMatrix, BIHTree tree, float sceneMin, float sceneMax, CollisionResults results) argument
296 intersectWhere(Ray r, Matrix4f worldMatrix, BIHTree tree, float sceneMin, float sceneMax, CollisionResults results) argument
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DRay.java196 * true if we are calcing planar results.
385 public int collideWith(Collidable other, CollisionResults results) { argument
388 return bv.collideWith(this, results);
397 results.addCollision(new CollisionResult(point, d));
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
H A DOctnode.java293 CollisionResults results){
304 results.addCollision(result);
312 child.intersectWhere(r, geoms, sceneMin, sceneMax, results);
292 intersectWhere(Ray r, Geometry[] geoms, float sceneMin, float sceneMax, CollisionResults results) argument
H A DOctree.java150 public void intersect(Ray r, float farPlane, Geometry[] geoms, CollisionResults results){ argument
160 root.intersectWhere(r, geoms, tMin, tMax, results);
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DAbstractMessage.java558 final List<String> results = new ArrayList<String>();
559 findMissingFields(message, "", results);
560 return results;
566 final List<String> results) {
570 results.add(prefix + field.getName());
585 results);
591 results);
564 findMissingFields(final Message message, final String prefix, final List<String> results) argument
/external/skia/src/core/
H A DSkTileGrid.cpp54 void SkTileGrid::search(const SkIRect& query, SkTDArray<void*>* results) { argument
71 *results = this->tile(tileStartX, tileStartY);
73 results->reset();
92 results->push(nextElement);
/external/srec/srec/Recognizer/src/
H A DRecognizerResultImpl.c55 impl->results = NULL;
97 CHKLOG(rc, ArrayListGetSize(impl->results, count));
108 ArrayList* results; local
112 CHKLOG(rc, impl->results->get(impl->results, nbest, (void **)&results));
117 CHKLOG(rc, results->get(results, 0, (void **)&result));
128 ArrayList* results; local
133 CHKLOG(rc, impl->results
151 ArrayList* results; local
[all...]
/external/webkit/Source/WebCore/editing/
H A DSpellChecker.cpp151 void SpellChecker::didCheck(int sequence, const Vector<TextCheckingResult>& results) argument
163 for (size_t i = 0; i < results.size(); ++i) {
164 if (results[i].type != TextCheckingTypeSpelling && results[i].type != TextCheckingTypeGrammar)
167 // To avoid moving the position backward, we assume the given results are sorted with
169 ASSERT(startOffset <= results[i].location);
170 if (!forwardIterator(start, results[i].location - startOffset))
173 if (!forwardIterator(end, results[i].length))
183 String source = m_requestText.substring(results[i].location, results[
[all...]
/external/webkit/Source/WebCore/html/
H A DHTMLTableCellElement.cpp122 void HTMLTableCellElement::additionalAttributeStyleDecls(Vector<CSSMutableStyleDeclaration*>& results) argument
129 static_cast<HTMLTableElement*>(p)->addSharedCellDecls(results);
/external/webkit/Source/WebCore/xml/
H A DXSLTUnicodeSort.cpp81 xmlXPathObjectPtr *results = NULL, *res; local
155 results = resultsTab[0];
160 if (results == NULL)
174 if (results[i] == NULL)
178 if (results[j] == NULL)
184 if (xmlXPathIsNaN(results[j]->floatval)) {
185 if (xmlXPathIsNaN(results[j + incr]->floatval))
189 } else if (xmlXPathIsNaN(results[j + incr]->floatval))
191 else if (results[j]->floatval ==
192 results[
[all...]
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dmain.js43 var results; variable
103 loadText('/results.json', function(text) {
104 results = JSON.parse(text);
110 * Groups test results by failure type.
117 for (var testName in results.tests) {
118 var test = results.tests[testName];
215 var state = results.tests[testName].state;
272 if (results.tests[selectedTest].actual.indexOf('IMAGE') != -1) {
279 if (results.tests[selectedTest].actual.indexOf('TEXT') != -1) {
288 var baselines = results
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jar ... html html/preferences.html html/properties.html html/results.html html/verification.html contexts.xml icons ...
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java354 Set<File> results = new HashSet<File>();
357 results.add( ( File ) result );
360 results.add( new File( ( String ) result ) );
366 return results;
373 private void writeReportFile(File reportFile, String results) { argument
378 writer.write( results );

Completed in 4138 milliseconds

1234567891011>>