HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 426 - 450 of 2244) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/perf/metrics/
iometric.py 27 def AddResults(self, tab, results):
28 # This metric currently only returns summary results, not per-page results.
31 def AddSummaryResults(self, browser, results):
32 """Add summary results to the results object."""
38 """For a given process type, add all relevant summary results.
42 process_type_trace: String to be added to the trace name in the results.
47 """Adds summary results for an operation in a process.
57 results.AddSummaryValue
    [all...]
v8_object_stats.py 199 var results = {};
201 return results;
209 results[counters[i]] =
211 return results;
225 def AddResults(self, tab, results):
226 """Add results for this page to the results object."""
231 results.AddValue(scalar.ScalarValue(
232 results.current_page, display_name, 'kb',
  /external/iproute2/testsuite/
Makefile 26 @rm -rf results/*
36 ERRF="results/$@.$$o.err" $(KENV) $(PREFIX) tests/$@ > results/$@.$$o.out; \
39 elif [ -e "results/$@.$$o.err" ]; then \
44 dmesg > results/$@.$$o.dmesg; \
  /external/lldb/tools/lldb-perf/darwin/formatters/
formatters.cpp 201 WriteResults (Results &results)
203 m_dump_std_vector_measurement.WriteAverageAndStandardDeviation(results);
204 m_dump_std_list_measurement.WriteAverageAndStandardDeviation(results);
205 m_dump_std_map_measurement.WriteAverageAndStandardDeviation(results);
206 m_dump_std_string_measurement.WriteAverageAndStandardDeviation(results);
208 m_dump_nsstring_measurement.WriteAverageAndStandardDeviation(results);
209 m_dump_nsarray_measurement.WriteAverageAndStandardDeviation(results);
210 m_dump_nsdictionary_measurement.WriteAverageAndStandardDeviation(results);
211 m_dump_nsset_measurement.WriteAverageAndStandardDeviation(results);
    [all...]
  /external/skia/tools/pyutils/
gs_utils.py 66 results = command.execute()
73 for dir_fullpath in results.get('prefixes', []):
77 for file_properties in results.get('items', []):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py 27 def transform(self, node, results):
28 single = results.get("single")
35 items = results["items"]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_set_literal.py 27 def transform(self, node, results):
28 single = results.get("single")
35 items = results["items"]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_rendered_pictures.py 9 Compare results of two render_pictures runs.
36 import results namespace
46 COLUMN__RESULT_TYPE = results.KEY__EXTRACOLUMNS__RESULT_TYPE
79 # Which sections within a JSON summary file can contain results.
86 class RenderedPicturesComparisons(results.BaseComparisons):
87 """Loads results from multiple render_pictures runs into an ImagePairSet.
101 get_packaged_results_of_type() method to quickly retrieve the results...
125 setA_label: description to use for results in setA; if None, will be
127 setB_label: description to use for results in setB; if None, will be
135 block until the results have been assembled and recorded i
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 21 // search results to reflect the keyword filter.
23 // Filter results on screen by keyword.
107 $('#resource-browser-results').empty();
131 var results = [];
148 results.push(resource);
152 results.push(resource);
155 // Format and show the list of resource results.
156 if (results.length) {
157 $('#resource-browser-results .no-results').hide()
    [all...]
  /external/chromium_org/build/android/pylib/perf/
surface_stats_collector.py 72 results = self.GetResults()
74 return results
135 results = []
138 results += SurfaceStatsCollector._CalculateResults(
140 return results
218 results = self._device.RunShellCommand(
220 return not len(results)
261 results = self._device.RunShellCommand(
263 if not len(results):
268 refresh_period = long(results[0]) / nanoseconds_per_secon
    [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_org/third_party/WebKit/Source/devtools/front_end/audits/
AuditController.js 66 var results = [];
78 resultCallback(mainResourceURL, results)
89 results.push(result);
97 * @param {!Array.<!WebInspector.AuditCategoryResult>} results
99 _auditFinishedCallback: function(launcherCallback, mainResourceURL, results)
101 this._auditsPanel.auditFinishedCallback(mainResourceURL, results);
  /external/chromium_org/tools/perf/benchmarks/
octane.py 98 def ValidateAndMeasurePage(self, page, tab, results):
103 self._power_metric.AddResults(tab, results)
108 # Split the results into score and test name.
109 # results log e.g., "Richards: 18343"
116 results.AddValue(scalar.ScalarValue(
117 results.current_page, name, 'score', score, important=False,
123 results.AddSummaryValue(
  /external/chromium_org/tools/perf/measurements/
media.py 22 # Used to add browser power and CPU metrics to results per test.
53 def ValidateAndMeasurePage(self, page, tab, results):
56 trace_name = self._media_metric.AddResults(tab, results)
62 self._cpu_metric.AddResults(tab, results, trace_name=trace_name)
65 self._memory_metric.AddResults(tab, results,
68 self._power_metric.AddResults(tab, results)
smoothness_controller.py 20 # Descriptions for results from platform.GetRawDisplayFrameRateMeasurements().
68 def AddResults(self, tab, results):
69 # Add results of smoothness metric. This computes the smoothness metric for
106 # wrap the results that are sent to smoothness metric, the label will
110 self._timeline_model, renderer_thread, smooth_records, results)
116 results.AddValue(list_of_scalar_values.ListOfScalarValues(
117 results.current_page, r.name, r.unit, r.value,
120 results.AddValue(scalar.ScalarValue(
121 results.current_page, r.name, r.unit, r.value,
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 83 String[] results = query("SELECT data FROM test"); local
84 MoreAsserts.assertEquals(STRINGS, results);
92 String[] results; local
93 results = query("SELECT data FROM test ORDER BY data COLLATE LOCALIZED ASC");
98 MoreAsserts.assertEquals(results, new String[] {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCredentialsFragment.java 89 void onCredentialsComplete(Bundle results);
270 final Bundle results = new Bundle(4); local
271 results.putString(EXTRA_OAUTH_PROVIDER, mProviderId);
272 results.putString(EXTRA_OAUTH_ACCESS_TOKEN, accessToken);
273 results.putString(EXTRA_OAUTH_REFRESH_TOKEN, refreshToken);
274 results.putInt(EXTRA_OAUTH_EXPIRES_IN_SECONDS, expiresInSeconds);
275 mResults = results;
277 callback.onCredentialsComplete(results);
328 final Bundle results = new Bundle(2); local
329 results.putString(EXTRA_PASSWORD, getPassword())
    [all...]
  /external/chromium_org/chrome/browser/history/
visitsegment_database.cc 205 std::vector<PageUsageData*>* results) {
231 results->push_back(pud);
257 results->push_back(pud);
260 // Limit to the top kResultCount results.
261 std::sort(results->begin(), results->end(), PageUsageData::Predicate);
262 if (static_cast<int>(results->size()) > max_result_count) {
263 STLDeleteContainerPointers(results->begin() + max_result_count,
264 results->end());
265 results->resize(max_result_count)
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_browsertest.cc 135 history::QueryResults* results) {
143 results,
151 history::QueryResults* results) {
152 results->Swap(new_results);
274 history::QueryResults results; local
275 QueryHistory(history_service, "", options, &results);
278 ASSERT_EQ(2u, results.size());
279 EXPECT_EQ(blocked_url.spec(), results[0].url().spec());
280 EXPECT_TRUE(results[0].blocked_visit());
281 EXPECT_EQ(allowed_url.spec(), results[1].url().spec())
    [all...]
  /external/chromium_org/extensions/browser/guest_view/web_view/
web_view_find_helper.cc 75 // Call the request's callback function with the find results, and then
96 // function can be called when the find results are available.
161 // Clears the results for |findupdate| for a new find session.
165 // Aggregate the find results.
171 // Propagate incremental results to the |findupdate| event.
206 base::DictionaryValue* results) {
207 results->SetInteger(webview::kFindNumberOfMatches, number_of_matches_);
208 results->SetInteger(webview::kFindActiveMatchOrdinal, active_match_ordinal_);
214 results->Set(webview::kFindSelectionRect, rect.DeepCopy());
235 base::DictionaryValue* results) {
273 base::DictionaryValue results; local
    [all...]
  /external/chromium_org/athena/home/
app_list_view_delegate.cc 54 // TODO(mukai): port app-list's Mixer to reorder the results properly.
56 std::vector<app_list::SearchResult*> results; local
57 search_provider->ReleaseResult(&results);
58 if (results.empty()) {
59 model_->results()->DeleteAll();
61 for (size_t i = 0; i < results.size(); ++i)
62 model_->results()->Add(results[i]);
  /external/junit/src/org/junit/experimental/max/
MaxCore.java 154 List<Description> results= new ArrayList<Description>();
155 findLeaves(null, request.getRunner().getDescription(), results);
156 return results;
159 private void findLeaves(Description parent, Description description, List<Description> results) {
162 results.add(Description.createSuiteDescription(MALFORMED_JUNIT_3_TEST_CLASS_PREFIX + parent));
164 results.add(description);
167 findLeaves(description, each, results);
  /frameworks/base/core/java/android/widget/
Filter.java 130 * filtering operation. Results computed by the filtering operation
140 * @return the results of the filtering operation
149 * <p>Invoked in the UI thread to publish the filtering results in the
151 * results computed in {@link #performFiltering}.</p>
154 * @param results the results of the filtering operation
161 FilterResults results);
165 * should override this method to convert their results. The default
177 * <p>Holds the results of a filtering operation. The results are the value
308 FilterResults results; field in class:Filter.RequestArguments
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 180 Bundle results = writer.timingResults; local
181 assertEquals(4, results.size());
182 assertTrue(results.containsKey("testAddMeasurementLongZero"));
183 assertEquals(0, results.getLong("testAddMeasurementLongZero"));
184 assertTrue(results.containsKey("testAddMeasurementLongPos"));
185 assertEquals(348573, results.getLong("testAddMeasurementLongPos"));
186 assertTrue(results.containsKey("testAddMeasurementLongNeg"));
187 assertEquals(-19354, results.getLong("testAddMeasurementLongNeg"));
201 Bundle results = writer.timingResults; local
202 assertEquals(4, results.size())
222 Bundle results = writer.timingResults; local
    [all...]

Completed in 1127 milliseconds

<<11121314151617181920>>