Searched refs:results (Results 276 - 300 of 1458) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/tools/perf/measurements/
H A Dimage_decoding.py64 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',
H A Dloading_trace_unittest.py19 results = self.RunMeasurement(measurement, ps, options = trace_options)
20 self.assertEquals(0, len(results.failures))
H A Dscreenshot_unittest.py29 results = self.RunMeasurement(measurement, ps, options=self._options)
34 saved_picture_count = results.FindAllPageSpecificValuesNamed(
H A Dstartup.py51 def ValidateAndMeasurePage(self, page, tab, results):
52 startup_metric.StartupMetric().AddResults(tab, results)
/external/chromium_org/ui/resources/resource_check/
H A Dresource_scale_factors.py66 results = []
89 results.append(self.output_api.PresubmitError(
96 results.append(self.output_api.PresubmitError(corrupt_png_error %
109 results.append(self.output_api.PresubmitError(corrupt_png_error %
116 results.append(self.output_api.PresubmitError(
122 return results
/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/
H A DResultsElement.java11 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) { argument
166 this.results
[all...]
/external/skia/gm/rebaseline_server/static/
H A Dview.css49 .update-results-button {
53 /* Odd and even lines within results display. */
54 .results-odd {
57 .results-even {
/external/chromium_org/components/favicon_base/
H A Dselect_favicon_frames.cc116 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
112 GetCandidateIndicesWithBestScores( const std::vector<gfx::Size>& candidate_sizes, const std::vector<int>& desired_sizes, float* match_score, std::vector<SelectionResult>* results) argument
[all...]
/external/chromium_org/chrome/browser/spellchecker/
H A Dfeedback_sender_unittest.cc97 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[
521 std::vector<SpellCheckResult> results; local
572 std::vector<SpellCheckResult> results; local
[all...]
/external/libcxxabi/src/Unwind/
H A DDwarfParser.hpp107 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
[all...]
/external/chromium_org/components/query_parser/
H A Dquery_parser_unittest.cc158 std::vector<base::string16> results; local
160 parser.ParseQueryWords(base::UTF8ToUTF16(data[i].text), &results); local
161 ASSERT_EQ(data[i].word_count, results.size());
162 EXPECT_EQ(data[i].w1, base::UTF16ToUTF8(results[0]));
163 if (results.size() == 2)
164 EXPECT_EQ(data[i].w2, base::UTF16ToUTF8(results[1]));
165 if (results.size() == 3)
166 EXPECT_EQ(data[i].w3, base::UTF16ToUTF8(results[2]));
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dlistformattertest.h48 UnicodeString results[4]);
55 UnicodeString results[4]);
H A Ddecoll.h43 static const Collator::EComparisonResult results[][2]; member in class:CollationGermanTest
/external/chromium_org/third_party/libxml/src/
H A DtestThreads.c101 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/telemetry/telemetry/results/
H A Dchart_json_output_formatter_unittest.py11 from telemetry.results import chart_json_output_formatter
12 from telemetry.results import page_test_results
33 results = page_test_results.PageTestResults()
37 results.WillRunPage(self._page_set[0])
38 v0 = scalar.ScalarValue(results.current_page, 'foo', 'seconds', 3)
39 results.AddValue(v0)
40 results.DidRunPage(self._page_set[0])
42 self._formatter.Format(results)
/external/cmockery/cmockery_0_1_2/src/example/
H A Dcustomer_database_test.c29 void *** const results) {
30 *results = (void**)mock();
27 mock_query_database( DatabaseConnection* const connection, const char * const query_string, void *** const results) argument
/external/icu/icu4c/source/test/intltest/
H A Dlistformattertest.h48 UnicodeString results[4]);
55 UnicodeString results[4]);
/external/skia/tools/tests/
H A Dbase_unittest.py86 results = unittest.TextTestRunner(verbosity=2).run(suite)
87 if not results.wasSuccessful():
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_program.c65 /** 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_FOG
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_program.c65 /** 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_FOG
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DSignerInformationStore.java84 List results = new ArrayList();
90 results.addAll(match1);
97 results.addAll(match2);
100 return results;
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_results.css6 .analysis-results {
11 .analysis-results * {
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_store_consumer.h27 // Called when the request is finished. If there are no results, it is called
31 const std::vector<autofill::PasswordForm*>& results) = 0;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/formatter/
H A Dfix_double_quote_strings.py27 def transform(self, node, results):
H A Dfix_single_quote_strings.py27 def transform(self, node, results):

Completed in 758 milliseconds

<<11121314151617181920>>