/frameworks/base/opengl/java/android/opengl/ |
Visibility.java | 86 * @param results an integer array containing the indices of the spheres 88 * @param resultsOffset an offset into the results array where the results 91 * results. 94 * results are written into the results array. 99 * results is null, resultsOffset < 0, resultsOffset > results.length - 104 int[] results, int resultsOffset, int resultsCapacity);
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
quoting | 28 # COMPARE RESULTS
|
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/ |
MAKELEVEL | 29 # COMPARE RESULTS
|
/dalvik/dx/src/com/android/dx/cf/code/ |
BaseMachine.java | 72 /** {@code non-null;} results */ 73 private TypeBearer[] results; field in class:BaseMachine 76 * {@code >= -1;} count of the results, or {@code -1} if no results 94 results = new TypeBearer[6]; 401 ((resultCount == 0) ? "no" : "multiple") + " results"); 404 TypeBearer result = results[0]; 439 * Clears the results. 446 * Sets the results list to be the given single value. 458 results[0] = result [all...] |
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/ |
master.cfg | 184 def getText(self, cmd, results): 185 return self.getText2(cmd, results) 187 def getText2(self, cmd, results): 188 if results != SUCCESS and self.regressionLine: 198 command = ["perl", "./Tools/Scripts/run-webkit-tests", "--no-launch-safari", "--no-new-test-results", 199 "--no-sample-on-timeout", "--results-directory", "layout-test-results", "--use-remote-links-to-tests", 251 def getText(self, cmd, results): 252 return self.getText2(cmd, results) 254 def getText2(self, cmd, results) [all...] |
/external/webkit/Tools/Scripts/ |
run-qtwebkit-tests | 60 help="File where results will be stored. The file will be overwritten. Default: %default.") 63 help="Browser in which results will be opened. Default %default.") 64 opt.add_option("", "--do-not-open-results", action="store_false", 66 help="The results shouldn't pop-up in a browser automatically") 69 help="Special mode for debugging. In general it simulates human behavior, running all autotests. In the mode everything is executed synchronously, no html output will be generated, no changes or transformation will be applied to stderr or stdout. In this mode options; parallel-level, output-file, browser and do-not-open-results will be ignored.") 212 """ Find && execute && publish results of all test. "All in one" function. """ 217 results = self.run_tests(tests_executables) 220 transformed_results = self.transform(results) 244 results = workers.map(run_test, package) # Collects results [all...] |
/external/webkit/PerformanceTests/SunSpider/ |
ChangeLog | 61 Output location of results file. 76 Fix typo in sunspider-compare-results.js that caused incorrect 84 * resources/sunspider-compare-results.js: 126 * resources/results-TEMPLATE.html: 132 Make SunSpider refuse to compare results across content versions 135 The results URL now includes a version indicator, and compare mode 139 * resources/results-TEMPLATE.html: 155 * resources/results-TEMPLATE.html: 166 * sunspider-compare-results: Likewise. 197 Fix the base64 computation to actually compute correct results. The impact on runtime o [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/model/ |
PerformanceResultsElement.java | 11 package org.eclipse.test.internal.performance.results.model; 21 import org.eclipse.test.internal.performance.results.db.*; 22 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants; 23 import org.eclipse.test.internal.performance.results.utils.Util; 65 : this.results == null 145 return (PerformanceResults) this.results; 149 String[] builds = this.results == null ? getBuildNames() : getPerformanceResults().getAllBuildNames(); 157 return super.isInitialized() && this.results.size() > 0; 169 this.results = new PerformanceResults(this.lastBuildName, null, null, System.out); 171 this.results = new PerformanceResults(buildName, null, null, System.out) [all...] |
ResultsElement.java | 11 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) { 166 this.results = results [all...] |
/external/srec/tools/cmd/ |
srecres2utd.pl | 45 undef %results; 52 process(\%token, \%results); 122 process(\%token, \%results) if(defined %token); 127 $results{total} ||= 1; 128 $rr = $results{correct}/$results{total} * 100; 130 print sprintf("%-45s RR %4.1f %d/%d (%d oovs)\n", $base, $rr, $results{correct}, $results{total}, $results{numoovs}); 137 my $results = shift(@_) [all...] |
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneFilterTypeAdapter.java | 173 FilterResults results = new FilterResults(); local 180 results.values = null; 181 results.count = 0; 182 return results; 253 results.values = filtered; 254 results.count = filtered.size(); 255 return results; 401 results) { 402 if (results.values == null || results.count == 0) [all...] |
/external/chromium/chrome/browser/history/ |
visit_database_unittest.cc | 209 VisitVector results; local 210 GetVisibleVisitsInRange(Time(), Time(), 0, &results); local 211 ASSERT_EQ(static_cast<size_t>(2), results.size()); 212 EXPECT_TRUE(IsVisitInfoEqual(results[0], visit_info4) && 213 IsVisitInfoEqual(results[1], visit_info2)); 218 &results); 219 ASSERT_EQ(static_cast<size_t>(1), results.size()); 220 EXPECT_TRUE(IsVisitInfoEqual(results[0], visit_info2)); 223 GetVisibleVisitsInRange(Time(), Time(), 1, &results); local 224 ASSERT_EQ(static_cast<size_t>(1), results.size()) [all...] |
query_parser_unittest.cc | 153 std::vector<string16> results; local 155 parser.ExtractQueryWords(UTF8ToUTF16(data[i].text), &results); local 156 ASSERT_EQ(data[i].word_count, results.size()); 157 EXPECT_EQ(data[i].w1, UTF16ToUTF8(results[0])); 158 if (results.size() == 2) 159 EXPECT_EQ(data[i].w2, UTF16ToUTF8(results[1])); 160 if (results.size() == 3) 161 EXPECT_EQ(data[i].w3, UTF16ToUTF8(results[2]));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ResourceValueCompleter.java | 86 * but computes complete results up front rather than dividing it up into 91 List<String> results = new ArrayList<String>(200); local 101 addMatches(repository, prefix, true /* isSystem */, results); 109 addMatches(repository, prefix, true /* isSystem */, results); 126 addMatches(repository, prefix, false /* isSystem */, results); 133 UiResourceAttributeNode.sortAttributeChoices(attributeDescriptor, results); 135 Collections.sort(results); 138 return results.toArray(new String[results.size()]); 142 List<String> results) { [all...] |
/external/chromium/chrome/browser/autofill/ |
autofill_manager_unittest.cc | 552 bool GetAutofillFormDataFilledMessage(int *page_id, FormData* results) { 562 if (results) 563 *results = autofill_param.b; 613 // No suggestions provided, so send an empty vector as the results. 657 // No suggestions provided, so send an empty vector as the results. 726 // No suggestions provided, so send an empty vector as the results. 783 // No suggestions provided, so send an empty vector as the results. 1510 FormData results; local 1530 FormData results; local 1554 FormData results; local 1580 FormData results; local 1605 FormData results; local 1631 FormData results; local 1653 FormData results; local 1697 FormData results; local 1768 FormData results; local 1798 FormData results; local 1899 FormData results; local 1939 FormData results; local 1971 FormData results; local 1991 FormData results; local 2029 FormData results; local [all...] |
/frameworks/base/core/java/android/os/ |
PerformanceCollector.java | 24 * outputs the results using writer of type {@link PerformanceResultsWriter}. 54 * Structure of results output is up to implementor of 81 * @param results memory and runtime metrics stored as key/value pairs, 86 public void writeEndSnapshot(Bundle results); 104 * @param results runtime metrics of code block between calls to 109 public void writeStopTiming(Bundle results); 143 * In a results Bundle, this key references a List of iteration Bundles. 151 * In a results Bundle, this key reports the cpu time of the code block 156 * In a results Bundle, this key reports the execution time of the code 564 * Returns a bundle with the current results from the allocation counting 567 Bundle results = new Bundle(); local 582 Bundle results = new Bundle(); local [all...] |
/frameworks/base/tests/DumpRenderTree/assets/ |
run_layout_tests.py | 25 --rebaseline generates expected layout tests results under /sdcard/webkit/expected_result/ 28 --results-directory=..., (default is ./layout-test-results) directory name under which results are stored. 29 --js-engine the JavaScript engine currently in use, determines which set of Android-specific expected results we should use, should be 'jsc' or 'v8' 118 """Compare results in two directories 121 ref_dir: the reference directory having layout results as references 122 results_dir: the results directory 124 logging.info("Comparing results to " + ref_dir) 239 # Pull results from /sdcar [all...] |
/packages/apps/Calendar/src/com/android/calendar/event/ |
EventLocationAdapter.java | 64 * Internal class for containing info for an item in the auto-complete results. 295 // Add the matched recent locations to returned results. If a match exists in 305 Log.e(TAG, "Failed waiting for locations query results.", e); 307 Log.e(TAG, "Failed waiting for locations query results.", e); 310 // Add all the contacts matches to returned results. 321 msg.append("(").append(resultList.size()).append(" results)"); 332 protected void publishResults(CharSequence constraint, FilterResults results) { 334 if (results != null && results.count > 0) { 335 mResultList.addAll((ArrayList<Result>) results.values) 466 List<Result> results = new ArrayList<Result>(); local [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
test_runner.py | 64 # Builder base URL where we have the archived test results. 71 """Summarize any unexpected results as a dict. 81 only_unexpected: whether to return a summary only for the unexpected results 83 A dictionary containing a summary of the unexpected results from the 93 results = {} 94 results['version'] = 1 100 results['fixable'] = len(tbt[test_expectations.NOW] - 102 results['skipped'] = len(tbt[test_expectations.NOW] & 116 original_results = result_summary.unexpected_results if only_unexpected else result_summary.results 174 results['tests'] = test [all...] |
/development/apps/Development/src/com/android/development/ |
InstrumentationList.java | 176 public void instrumentationStatus(ComponentName name, int resultCode, Bundle results) { 177 if (results != null) { 178 for (String key : results.keySet()) { 180 "INSTRUMENTATION_STATUS_RESULT: " + key + "=" + results.get(key)); 186 int resultCode, Bundle results) { 187 if (results != null) { 188 for (String key : results.keySet()) { 190 "INSTRUMENTATION_RESULT: " + key + "=" + results.get(key));
|
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/ |
VoiceRecognitionSettings.java | 30 // The key to the preference for the type of results to show (letters or numbers). 34 // The values of the preferences for the type of results to show (letters or numbers).
|
/external/apache-harmony/ |
run-harmony-tests | 31 --results-dir /home/dalvik-prebuild/vogar-harmony-results \
|
/external/chromium/chrome/browser/google/ |
google_update.h | 23 // internal states and will not be reported as results to the listener. 65 // notifications about the results of an Google Update operation. 69 // wants to notify us about the results. |results| represents what the end 74 virtual void OnReportResults(GoogleUpdateUpgradeResult results, 129 // This function reports the results of the GoogleUpdate operation to the 130 // listener. If results indicates an error, the error_code will indicate which 133 void ReportResults(GoogleUpdateUpgradeResult results,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
properties.html | 15 <li>Results: Performances results information</li>
|
verification.html | 12 While verifying a build results, the first thing to do is to look for failures. 19 last build results. Then, flying over the failures may give a first indication
|