HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 226 - 250 of 1503) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/chrome_proxy/integration_tests/
network_metrics.py 153 def AddResults(self, tab, results):
171 results.AddValue(scalar.ScalarValue(
172 results.current_page,
175 results.AddValue(scalar.ScalarValue(
176 results.current_page,
183 results.AddValue(scalar.ScalarValue(
184 results.current_page,
188 results.AddValue(scalar.ScalarValue(
189 results.current_page, 'content_length', 'bytes', content_length))
190 results.AddValue(scalar.ScalarValue
    [all...]
  /external/chromium_org/tools/perf/metrics/
power.py 89 def AddResults(self, _, results):
90 """Add the collected power data into the results object.
94 building up the results. Additionally 0 is a valid value for many of the
111 results.AddValue(scalar.ScalarValue(
112 results.current_page, 'energy_consumption_mwh', 'mWh',
116 results.AddValue(scalar.ScalarValue(
117 results.current_page, 'application_energy_consumption_mwh', 'mWh',
125 results.AddValue(scalar.ScalarValue(
126 results.current_page, 'gpu_average_frequency_hz', 'hz', gpu_freq_hz,
132 results.AddValue(scalar.ScalarValue
    [all...]
system_memory.py 31 """Prepare the results for this page.
33 The results are the differences between the current system memory stats
41 def AddResults(self, tab, results, trace_name=None, exclude_metrics=None):
42 """Add results for this page to the results object.
49 trace_name: Trace name to identify the summary results for current page.
50 exclude_metrics: List of memory metrics to exclude from results,
59 memory.AddResultsForProcesses(results, memory_stats,
64 results.AddValue(scalar.ScalarValue(
65 results.current_page
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
spell_check_client.cc 61 std::vector<blink::WebTextCheckingResult> results; local
76 results.push_back(result);
81 MockGrammarCheck::CheckGrammarOfString(text, &results);
82 web_results->assign(results);
111 std::vector<blink::WebTextCheckingResult> results;
114 if (!spell_check_.IsMultiWordMisspelling(blink::WebString(text), &results)) {
126 results.push_back(blink::WebTextCheckingResult(
135 &results);
137 last_requested_text_checking_completion_->didFinishCheckingText(results);
  /external/chromium_org/third_party/libaddressinput/chromium/
trie_unittest.cc 65 std::set<std::string> results; local
66 trie.FindDataForKeyPrefix(ToByteArray("h"), &results);
70 EXPECT_EQ(expected, results);
78 std::set<std::string> results; local
79 trie.FindDataForKeyPrefix(ToByteArray("hello"), &results);
83 EXPECT_EQ(expected, results);
90 std::set<std::string> results; local
91 trie.FindDataForKeyPrefix(ToByteArray("hello"), &results);
95 EXPECT_EQ(expected, results);
  /external/chromium_org/third_party/boringssl/src/tool/
speed.cc 43 // TimeResults represents the results of benchmarking a function.
89 static bool TimeFunction(TimeResults *results, std::function<bool()> func) {
128 results->us = now - start;
129 results->num_calls = done;
134 TimeResults results; local
140 if (!TimeFunction(&results,
149 results.Print(key_name + " signing");
151 if (!TimeFunction(&results,
160 results.Print(key_name + " verify");
188 TimeResults results; local
224 TimeResults results; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
bin_multi_test.sh 13 mkdir results >/dev/null 2>&1
38 sh -c "cat ${asm} | ./yasm -f bin --mapfile=results/${m} -o results/${o} - 2>results/${e}" >/dev/null 2>/dev/null
54 if diff -w ${eg} results/${e} >/dev/null; then
73 ./test_hd results/${o} > results/${oh}
74 if diff -w ${og} results/${oh} >/dev/null; then
75 if diff -w ${eg} results/${e} >/dev/null; then
76 if diff -w ${mg} results/${m} >/dev/null; the
    [all...]
  /external/chromium_org/tools/gn/
tokenizer_unittest.cc 23 std::vector<Token> results = Tokenizer::Tokenize(&input_file, &err); local
25 if (results.size() != len)
28 if (expect[i].type != results[i].type())
30 if (expect[i].value != results[i].value())
43 std::vector<Token> results = Tokenizer::Tokenize(&empty_string_input, &err); local
44 EXPECT_TRUE(results.empty());
49 results = Tokenizer::Tokenize(&whitespace_input, &err);
50 EXPECT_TRUE(results.empty());
140 std::vector<Token> results = Tokenizer::Tokenize(&input, &err); local
142 ASSERT_EQ(4u, results.size())
    [all...]
  /external/chromium_org/tools/perf/measurements/
page_cycler_unittest.py 9 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.WillRunPage(page
    [all...]
image_decoding.py 64 def ValidateAndMeasurePage(self, page, tab, results):
68 self._power_metric.AddResults(tab, results)
92 results.AddValue(scalar.ScalarValue(
93 results.current_page, 'ImageDecoding_avg', 'ms', image_decoding_avg,
97 results.AddValue(scalar.ScalarValue(
98 results.current_page, 'ImageLoading_avg', 'ms',
  /external/chromium_org/
PRESUBMIT.py 553 results = []
555 results.append(output_api.PresubmitError(
559 results.append(output_api.PresubmitPromptOrNotify(
564 return results
597 results = []
599 results.append(output_api.PresubmitError(
601 return results
751 results = []
753 results.append(output_api.PresubmitPromptOrNotify(_INCLUDE_ORDER_WARNING,
755 return results
    [all...]
  /external/chromium_org/chrome/browser/resources/sync_internals/
sync_search.css 24 #sync-results-container {
31 #sync-results-list {
43 #sync-results-splitter {
  /external/chromium_org/components/test/data/password_manager/
run_tests.py 35 help="Write the results in a file.", required=True)
44 results = tempfile.NamedTemporaryFile( variable
46 results_path = results.name
47 results.close()
78 results = open(results_path, "r") variable
80 for line in results:
83 results.close()
  /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/third_party/icu/source/i18n/
csrucode.cpp 32 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const
43 results->set(textIn, this, confidence);
57 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const
68 results->set(textIn, this, confidence);
77 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const
116 results->set(textIn, this, confidence);
  /external/chromium_org/tools/perf/benchmarks/
dom_perf.py 41 def ValidateAndMeasurePage(self, page, tab, results):
51 results.AddValue(scalar.ScalarValue(
52 results.current_page, '%s.%s' % (suite['name'], SCORE_TRACE_NAME),
57 def DidRunTest(self, browser, results):
60 results.all_page_specific_values,
64 results.AddSummaryValue(
73 The final score is computed as the geometric mean of the individual results.
peacekeeper.py 54 def ValidateAndMeasurePage(self, _, tab, results):
58 results.AddValue(scalar.ScalarValue(
59 results.current_page, '%s.Score' % result['test'], 'score',
62 def DidRunTest(self, browser, results):
65 results.all_page_specific_values,
69 results.AddSummaryValue(
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
cros_power_monitor_unittest.py 187 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/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/chromium_org/tools/telemetry/telemetry/page/
record_wpr.py 18 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.failures or results.skipped_values
    [all...]
  /external/chromium_org/components/favicon_base/
select_favicon_frames.cc 116 std::vector<SelectionResult>* results) {
130 results->push_back(result);
143 results->push_back(result);
231 std::vector<SelectionResult> results; local
235 &results);
236 if (results.size() == 0)
240 size_t index = results[0].index;
246 for (size_t i = 0; i < results.size(); ++i) {
247 size_t index = results[i].index;
262 std::vector<SelectionResult> results; local
    [all...]
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 32 results = []
34 results.append(output_api.PresubmitError(
36 return results
74 results = []
75 results.extend(input_api.canned_checks.PanProjectChecks(
78 results.extend(_CheckForVersionControlConflicts(input_api, output_api))
79 results.extend(_CheckPatchFiles(input_api, output_api))
80 results.extend(_CheckTestExpectations(input_api, output_api))
81 results.extend(_CheckUnwantedDependencies(input_api, output_api))
82 results.extend(_CheckChromiumPlatformMacros(input_api, output_api)
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender_unittest.cc 97 std::vector<SpellCheckResult> results(1, BuildSpellCheckResult());
101 &results);
102 return results[0].hash;
254 std::vector<SpellCheckResult> results; local
255 results.push_back(SpellCheckResult(SpellCheckResult::SPELLING,
261 results.push_back(SpellCheckResult(SpellCheckResult::SPELLING,
268 &results);
308 std::vector<SpellCheckResult> results(
317 &results);
318 uint32 original_hash = results[0].hash
521 std::vector<SpellCheckResult> results; local
572 std::vector<SpellCheckResult> results; local
    [all...]
  /external/libcxxabi/src/Unwind/
DwarfParser.hpp 107 PrologInfo *results);
116 PrologInfo *results);
347 PrologInfo *results) {
348 // clear results
349 bzero(results, sizeof(PrologInfo));
355 (pint_t)(-1), rememberStack, results) &&
358 upToPC - fdeInfo.pcStart, rememberStack, results);
367 PrologInfo *results) {
371 PrologInfo initialState = *results;
427 results->savedRegisters[reg].location = kRegisterInCFA
    [all...]
  /cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
CtsHostJankTest.java 117 HashMap<String, Double> results = new HashMap<String, Double>(4); local
121 results.put(parts[0], Double.parseDouble(parts[1]));
125 Log.logAndDisplay(LogLevel.INFO, TAG, "Results: " + results);
126 assertEquals("Could not parse the results file: ", 4, results.size());
128 double avgNumJanks = results.get("average number of jankiness");
129 double maxNumJanks = results.get("max number of jankiness");
130 double avgFrameRate = results.get("average frame rate");
131 double avgMaxAccFrames = results.get("average of max accumulated frames")
    [all...]

Completed in 389 milliseconds

1 2 3 4 5 6 7 8 91011>>