/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
sampstat | 70 results = [] variable 76 results.append(float(match.group(0))) 78 if len(results) == 0: 83 mean = arithmeticMean(results) 84 confidenceInterval = twoSidedConfidenceInterval(results) 89 for item in results:
|
/external/chromium_org/tools/perf/measurements/ |
smoothness.py | 26 parser.add_option('--report-all-results', dest='report_all_results', 54 def MeasurePage(self, page, tab, results): 60 loading.LoadingMetric().AddResults(tab, results) 62 smoothness.CalcFirstPaintTimeResults(results, tab) 65 smoothness.CalcResults(benchmark_stats, results) 69 results.Add(k, '', v) 75 results.Add(r.name, r.unit, r.value)
|
dromaeo.py | 9 def MeasurePage(self, page, tab, results): 30 results.Add(Escape(k), 'runs/s', v, data_type=data_type)
|
media.py | 19 """Results can vary from page to page based on media events taking place.""" 27 def MeasurePage(self, page, tab, results): 30 self._media_metric.AddResults(tab, results)
|
skpicture_printer.py | 23 def MeasurePage(self, page, tab, results): 33 results.Add('output_path', 'path', outpath)
|
/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/ |
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/icu4c/i18n/ |
csrucode.cpp | 32 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const 42 results->set(textIn, this, confidence); 56 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const 66 results->set(textIn, this, confidence); 75 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const 114 results->set(textIn, this, confidence);
|
/frameworks/base/location/java/android/location/ |
Geocoder.java | 75 * @param locale the desired Locale for the query results 105 * The results are a best guess and are not guaranteed to be meaningful or 132 List<Address> results = new ArrayList<Address>(); local 134 mParams, results); 138 return results; 155 * The results are a best guess and are not guaranteed to be meaningful or 160 * @param maxResults max number of results to return. Smaller numbers (1 to 5) are recommended 174 List<Address> results = new ArrayList<Address>(); local 176 0, 0, 0, 0, maxResults, mParams, results); 180 return results; [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...] |
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/ |
CtsHostJankTest.java | 105 HashMap<String, Double> results = new HashMap<String, Double>(4); local 109 results.put(parts[0], Double.parseDouble(parts[1])); 112 Log.logAndDisplay(LogLevel.INFO, TAG, "Results: " + results); 113 assertEquals("Could not parse the results file: ", 4, results.size()); 115 double avgNumJanks = results.get("average number of jankiness"); 116 double maxNumJanks = results.get("max number of jankiness"); 117 double avgFrameRate = results.get("average frame rate"); 118 double avgMaxAccFrames = results.get("average of max accumulated frames") [all...] |
/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/chromium/chrome/browser/history/ |
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]));
|
/external/chromium_org/chrome/browser/history/ |
query_parser_unittest.cc | 155 std::vector<string16> results; local 157 parser.ParseQueryWords(UTF8ToUTF16(data[i].text), &results); local 158 ASSERT_EQ(data[i].word_count, results.size()); 159 EXPECT_EQ(data[i].w1, UTF16ToUTF8(results[0])); 160 if (results.size() == 2) 161 EXPECT_EQ(data[i].w2, UTF16ToUTF8(results[1])); 162 if (results.size() == 3) 163 EXPECT_EQ(data[i].w3, UTF16ToUTF8(results[2]));
|
/external/chromium_org/third_party/libxml/src/ |
testThreads.c | 101 void *results[MAX_ARGC]; local 109 results[i] = NULL; 122 ret = pthread_join(tid[i], &results[i]); 131 if (results[i] != (void *) Okay) 144 void *results[MAX_ARGC]; local 154 results[i] = NULL; 167 ret = wait_for_thread(tid[i], &results[i]); 178 if (results[i] != (void *) Okay) {
|
/external/chromium_org/tools/perf/benchmarks/ |
jsgamebench.py | 16 def MeasurePage(self, _, tab, results): 26 results.Add('Score', 'score (bigger is better)', result)
|
robohornet_pro.py | 16 def MeasurePage(self, _, tab, results): 19 done = 'document.getElementById("results").innerHTML.indexOf("Total") != -1' 25 results.Add('Total', 'ms', result)
|
/external/icu4c/test/intltest/ |
listformattertest.h | 47 UnicodeString results[4]); 54 UnicodeString results[4]);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/ |
Group.java | 71 protected void doAddMailboxesTo(ArrayList<Address> results) {
73 results.add(mailboxList.get(i));
|
Mailbox.java | 113 protected final void doAddMailboxesTo(ArrayList<Address> results) {
114 results.add(this);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_matcher.py | 100 results = defaultdict(list) 120 if not fixer in results: 121 results[fixer] = [] 122 results[fixer].append(current_ast_node) 137 if not fixer in results.keys(): 138 results[fixer] = [] 139 results[fixer].append(current_ast_node) 142 return results
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_matcher.py | 100 results = defaultdict(list) 120 if not fixer in results: 121 results[fixer] = [] 122 results[fixer].append(current_ast_node) 137 if not fixer in results.keys(): 138 results[fixer] = [] 139 results[fixer].append(current_ast_node) 142 return results
|
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_program.c | 65 /** The results of running the vertex program go into these arrays. */ 66 GLvector4f results[VERT_RESULT_MAX]; member in struct:vp_stage_data 343 if (!store->results[0].storage) { 345 assert(!store->results[i].storage); 346 _mesa_vector4f_alloc( &store->results[i], 0, VB->Size, 32 ); 347 store->results[i].size = 4; 405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]); 410 store->results[VERT_RESULT_FOGC].data[i][1] = 0.0; 411 store->results[VERT_RESULT_FOGC].data[i][2] = 0.0; 412 store->results[VERT_RESULT_FOGC].data[i][3] = 1.0 [all...] |
/external/chromium_org/tools/perf/metrics/ |
smoothness.js | 111 var results = {}; 112 results.numAnimationFrames = 0; 113 results.numFramesSentToScreen = 0; 114 results.droppedFrameCount = 0; 115 return results; 119 var results = {}; 120 results.numAnimationFrames = this.frameTimes_.length - 1; 121 results.numFramesSentToScreen = results.numAnimationFrames; 122 results.droppedFrameCount = this.getDroppedFrameCount_(this.frameTimes_) [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_program.c | 65 /** The results of running the vertex program go into these arrays. */ 66 GLvector4f results[VERT_RESULT_MAX]; member in struct:vp_stage_data 343 if (!store->results[0].storage) { 345 assert(!store->results[i].storage); 346 _mesa_vector4f_alloc( &store->results[i], 0, VB->Size, 32 ); 347 store->results[i].size = 4; 405 COPY_4V(store->results[attr].data[i], machine->Outputs[attr]); 410 store->results[VERT_RESULT_FOGC].data[i][1] = 0.0; 411 store->results[VERT_RESULT_FOGC].data[i][2] = 0.0; 412 store->results[VERT_RESULT_FOGC].data[i][3] = 1.0 [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SignerInformationStore.java | 84 List results = new ArrayList(); local 90 results.addAll(match1); 97 results.addAll(match2); 100 return results;
|