Searched refs:results (Results 201 - 225 of 1458) sorted by relevance

1234567891011>>

/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dcros_power_monitor_unittest.py187 results = cros_power_monitor.CrosPowerMonitor.ParsePower(
189 for value in results['component_utilization']['battery']:
191 results['component_utilization']['battery'][value],
193 self.assertAlmostEqual(results['energy_consumption_mwh'],
195 self.assertAlmostEqual(results['power_samples_mw'][0],
197 self.assertAlmostEqual(results['power_samples_mw'][1],
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A DPRESUBMIT.py45 results = '\n'.join(['%s (%s != %s)' % (name, expected, actual) for (name, expected, actual) in hashes_modified])
47 (build_jsdoc_validator_jar.jar_name, build_jsdoc_validator_jar.hashes_name, results))]
/external/chromium_org/third_party/WebKit/Source/modules/speech/
H A DSpeechRecognitionEvent.idl31 [InitializedByEventConstructor] readonly attribute SpeechRecognitionResultList results;
/external/chromium_org/third_party/WebKit/Source/platform/plugins/
H A DPluginListBuilder.h42 PluginListBuilder(Vector<blink::PluginInfo>* results) : m_results(results) { } argument
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_configs_test.py11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self.output_dir_actual and make sure they are ok
31 import results namespace
37 """Process results of a GM run with the ConfigComparisons object."""
46 results.KEY__HEADER__RESULTS_ALL),
H A Dcompare_to_expectations_test.py11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self.output_dir_actual and make sure they are ok
27 import results namespace
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
34 """Process results of a GM run with the ExpectationComparisons object."""
44 results.KEY__HEADER__RESULTS_ALL),
/external/chromium_org/tools/perf/benchmarks/
H A Dindexeddb_perf.py60 def ValidateAndMeasurePage(self, page, tab, results):
69 self._memory_metric.AddResults(tab, results)
70 self._power_metric.AddResults(tab, results)
71 self._v8_object_stats_metric.AddResults(tab, results)
80 results.AddValue(scalar.ScalarValue(
81 results.current_page, key, 'ms', msec, important=False))
84 results.AddValue(scalar.ScalarValue(
85 results.current_page, 'Total Perf', 'ms', total))
/external/chromium_org/tools/perf/measurements/
H A Dpage_cycler_unittest.py9 from telemetry.results import page_test_results
30 def AddResults(self, tab, results):
33 def AddSummaryResults(self, tab, results):
156 results = page_test_results.PageTestResults()
157 results.WillRunPage(page)
162 cycler.ValidateAndMeasurePage(page, tab, results)
163 results.DidRunPage(page)
165 values = results.all_page_specific_values
181 results = page_test_results.PageTestResults()
182 results
[all...]
H A Drecord_per_area_unittest.py16 that all metrics were added to the results. The test is purely functional,
28 results = self.RunMeasurement(measurement, ps, options=self._options)
29 self.assertEquals(0, len(results.failures))
H A Dendure.py77 def ValidateAndMeasurePage(self, page, tab, results):
81 self._SampleStats(tab, results)
83 def _SampleStats(self, tab, results):
84 """Records information and add it to the results."""
87 """Adds one data point to the results object."""
94 results.AddValue(scalar.ScalarValue(
95 results.current_page, trace_name + '_X', 'iterations',
97 results.AddValue(scalar.ScalarValue(
98 results.current_page, trace_name + '_Y', units_y, value_y,
141 def DidRunTest(self, browser, results)
[all...]
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dresults_options.py10 from telemetry.results import buildbot_output_formatter
11 from telemetry.results import chart_json_output_formatter
12 from telemetry.results import csv_output_formatter
13 from telemetry.results import gtest_progress_reporter
14 from telemetry.results import html_output_formatter
15 from telemetry.results import json_output_formatter
16 from telemetry.results import page_test_results
17 from telemetry.results import progress_reporter
39 group.add_option('--reset-results', action='store_true',
40 help='Delete all stored results
[all...]
/external/chromium_org/ui/app_list/
H A Dsearch_provider.h30 // Invoked to stop the current query and no more results changes.
37 // TODO(mukai): Fix the ownership and copying of the results.
38 void ReleaseResult(std::vector<SearchResult*>* results);
40 const Results& results() const { return results_; } function in class:app_list::SearchProvider
43 // Interface for the derived class to generate search results.
/external/skia/gm/rebaseline_server/
H A Dcompare_configs_test.py11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self._output_dir_actual and make sure they are ok
27 import results namespace
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
34 """Process results of a GM run with the ConfigComparisons object."""
43 results.KEY__HEADER__RESULTS_ALL),
H A Dcompare_to_expectations_test.py11 TODO(epoger): Create a command to update the expected results (in
13 1. examine the results in self._output_dir_actual and make sure they are ok
27 import results namespace
28 import gm_json # must import results first, so that gm_json will be in sys.path namespace
34 """Process results of a GM run with the ExpectationComparisons object."""
43 results.KEY__HEADER__RESULTS_ALL),
/external/vixl/test/
H A Dtest-simulator-a64.cc43 // results are printed to stdout when the test is run with --sim_test_trace.
45 // The input lists and expected results are stored in
46 // test/test-simulator-traces-a64.h. The expected results can be regenerated
174 unsigned inputs_length, uintptr_t results,
196 __ Mov(out, results);
227 Td * results = new Td[results_length]; local
233 reinterpret_cast<uintptr_t>(results), d_bits, n_bits);
236 // Print the results.
240 d_bits / 4, static_cast<uint64_t>(results[d]));
245 // Check the results
173 Test1Op_Helper(Test1OpFPHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned d_size, unsigned n_size) argument
275 Test2Op_Helper(Test2OpFPHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size) argument
339 T * results = new T[results_length]; local
392 Test3Op_Helper(Test3OpFPHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size) argument
466 T * results = new T[results_length]; local
524 TestCmp_Helper(TestFPCmpHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size) argument
590 uint8_t * results = new uint8_t[results_length]; local
650 TestCmpZero_Helper(TestFPCmpZeroHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned reg_size) argument
706 uint8_t * results = new uint8_t[results_length]; local
763 TestFPToInt_Helper(TestFPToIntHelper_t helper, uintptr_t inputs, unsigned inputs_length, uintptr_t results, unsigned d_size, unsigned n_size) argument
819 Td * results = new Td[results_length]; local
888 Td * results = new Td[results_length]; local
[all...]
/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/chromium_org/chrome/browser/ui/webui/extensions/
H A Dextension_error_ui_util.cc46 void GetManifestFileCallback(base::DictionaryValue* results, argument
52 highlighter.SetHighlightedRegions(results);
53 response.Run(*results);
56 void GetSourceFileCallback(base::DictionaryValue* results, argument
61 highlighter.SetHighlightedRegions(results);
62 response.Run(*results);
100 scoped_ptr<base::DictionaryValue> results(new base::DictionaryValue);
101 results->SetString(kTitleKey,
105 results->SetString(ExtensionError::kMessageKey, error_message);
120 base::Owned(results
[all...]
/external/chromium_org/tools/perf/metrics/
H A Dmemory.py97 """Prepare the results for this page.
99 The results are the differences between the current histogram values
114 def AddResults(self, tab, results, trace_name=None):
115 """Add results for this page to the results object."""
121 results.AddValue(histogram.HistogramValue(
122 results.current_page, h['display_name'], h['units'],
128 AddResultsForProcesses(results, self._memory_stats,
134 results.AddValue(scalar.ScalarValue(
135 results
[all...]
/external/chromium_org/tools/telemetry/telemetry/page/
H A Drecord_wpr.py18 from telemetry.results import results_options
57 def ValidateAndMeasurePage(self, page, tab, results):
59 self.page_test.ValidateAndMeasurePage(page, tab, results)
61 def RunPage(self, page, tab, results):
67 self.page_test.RunPage(page, tab, results)
80 super(RecorderPageTest, self).RunPage(page, tab, results)
174 def Record(self, results):
178 test_expectations.TestExpectations(), self._options, results)
180 def HandleResults(self, results):
181 if results
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_run_results.py91 self.all_results = [] # All results from a run, including every iteration of every test.
185 results = {}
186 results['version'] = 3
190 results['fixable'] = len(tbt[test_expectations.NOW] - tbe[test_expectations.PASS])
191 # FIXME: Remove this. It is redundant with results['num_failures_by_type'].
192 results['skipped'] = len(tbt[test_expectations.NOW] & tbe[test_expectations.SKIP])
208 results['num_failures_by_type'] = num_failures_by_type
270 # To avoid bloating the output results json too much, only add an entry for whether the failure is unexpected.
305 results['tests'] = tests
306 # FIXME: Remove this. It is redundant with results['num_failures_by_typ
[all...]
/external/apache-harmony/
H A Drun-harmony-tests31 --results-dir /home/dalvik-prebuild/vogar-harmony-results \
/external/chromium_org/google_apis/gaia/
H A Dmock_url_fetcher_factory.h22 const std::string& results,
30 const std::string& results,
61 void set_results(const std::string& results) { argument
62 results_ = results;
/external/chromium_org/net/tools/flip_server/
H A Dcreate_listener.cc111 struct addrinfo* results = 0; local
124 if ((err = getaddrinfo(node, service, &hints, &results))) {
132 AddrinfoGuard addrinfo_guard(results);
135 socket(results->ai_family, results->ai_socktype, results->ai_protocol);
174 if (bind(sock, results->ai_addr, results->ai_addrlen)) {
241 struct addrinfo* results = 0; local
253 if ((err = getaddrinfo(node, service, &hints, &results))) {
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dcsrecog.h41 * Try the given input text against this Charset, and fill in the results object
47 virtual UBool match(InputText *textIn, CharsetMatch *results) const = 0;
H A Dcsrsbcs.h72 virtual UBool match(InputText *det, CharsetMatch *results) const = 0;
81 virtual UBool match(InputText *det, CharsetMatch *results) const;
89 virtual UBool match(InputText *det, CharsetMatch *results) const;
140 virtual UBool match(InputText *det, CharsetMatch *results) const;
150 virtual UBool match(InputText *det, CharsetMatch *results) const;
160 virtual UBool match(InputText *det, CharsetMatch *results) const;
172 virtual UBool match(InputText *det, CharsetMatch *results) const;
182 virtual UBool match(InputText *det, CharsetMatch *results) const;
192 virtual UBool match(InputText *det, CharsetMatch *results) const;
204 virtual UBool match(InputText *det, CharsetMatch *results) cons
[all...]

Completed in 392 milliseconds

1234567891011>>