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

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/web_dev_style/
css_checker.py 200 'search-results-button',
201 'search-results-decoration',
326 results = []
362 results.append(self.output_api.PresubmitPromptWarning(
365 if results:
368 results.append(self.output_api.PresubmitNotifyResult(
372 return results
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftest.py 129 results = {}
132 results[metric.name()] = metric.grouped_iteration_values()
138 return results
293 results = {}
298 results[resultLine.group('name').replace(' ', '')] = float(resultLine.group('value'))
303 return results if results and not test_failed else None
  /external/chromium_org/tools/findit/
findit_for_crash.py 191 callstack_priority, results, results_lock):
201 results: A dictionary to store the result.
202 results_lock: A lock that guards results.
214 # For all the match results in a dictionary, add to the list so that it
219 results.append((callstack_priority, cl, match))
223 callstack, components, component_to_changelog_map, results,
228 and join the results at the end.
234 results: A list to aggregrate results from all stacktraces.
235 results_lock: A lock that guards results
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
analyzer.py 126 results):
128 _AddSources(action['inputs'], base_path, base_path_components, results)
154 results = []
157 results)
163 results)
166 _ExtractSourcesFromAction(rule, base_path, base_path_components, results)
168 return results
512 """Called by gyp as the final stage. Outputs results."""
  /external/chromium_org/tools/real_world_impact/
real_world_impact.py 241 results = multiprocessing.Pool(20).map(DownloadStaticCopyTask, new_urls)
242 failed_urls = [new_urls[i] for i,ret in enumerate(results) if not ret]
310 results = multiprocessing.Pool().map(RunDrtTask, urls, 1)
312 max_time, url = max(t for t in results if t)
362 results = multiprocessing.Pool().map(CompareResultsTask, urls)
363 results.sort(key=itemgetter(0), reverse=True)
482 for (diff_float, url, diff_path) in results:
510 This will open the results in your web browser.
522 compare - Compare before and after 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/
ConfigResultsElement.java 11 package org.eclipse.test.internal.performance.results.model;
17 import org.eclipse.test.internal.performance.results.db.*;
18 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
19 import org.eclipse.test.internal.performance.results.utils.Util;
66 // Results category
68 CONFIG_NAME_DESCRIPTOR.setCategory("Results");
70 CONFIG_DESCRIPTION_DESCRIPTOR.setCategory("Results");
72 CONFIG_CURRENT_BUILD_DESCRIPTOR.setCategory("Results");
74 CONFIG_BASELINE_BUILD_DESCRIPTOR.setCategory("Results");
76 CONFIG_BASELINED_DESCRIPTOR.setCategory("Results");
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
RationalTest.java 332 Rational results = serializeRoundTrip(badZero); local
333 fail("Deserializing " + results + " should not have succeeded");
340 Rational results = serializeRoundTrip(badPosInfinity); local
341 fail("Deserializing " + results + " should not have succeeded");
349 Rational results = serializeRoundTrip(badNegInfinity); local
350 fail("Deserializing " + results + " should not have succeeded");
357 Rational results = serializeRoundTrip(badReduced); local
358 fail("Deserializing " + results + " should not have succeeded");
365 Rational results = serializeRoundTrip(badReducedNeg); local
366 fail("Deserializing " + results + " should not have succeeded")
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
csrmbcs.cpp 271 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const {
273 results->set(det, this, confidence);
371 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const
374 results->set(det, this, confidence);
393 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const
396 results->set(det, this, confidence);
445 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const
448 results->set(det, this, confidence);
521 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const
524 results->set(det, this, confidence)
    [all...]
  /external/chromium_org/v8/test/mjsunit/
migrations.js 13 var results = [];
48 results[i] = use(objects[i], i);
72 results[i] = use(objects[i], i);
73 if (verbose >= 2) print(results[i]);
79 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/ui/
ComponentResultsView.java 11 package org.eclipse.test.internal.performance.results.ui;
36 import org.eclipse.test.internal.performance.results.model.BuildResultsElement;
37 import org.eclipse.test.internal.performance.results.model.ComponentResultsElement;
38 import org.eclipse.test.internal.performance.results.model.ConfigResultsElement;
39 import org.eclipse.test.internal.performance.results.model.DimResultsElement;
40 import org.eclipse.test.internal.performance.results.model.PerformanceResultsElement;
41 import org.eclipse.test.internal.performance.results.model.ResultsElement;
42 import org.eclipse.test.internal.performance.results.model.ScenarioResultsElement;
43 import org.eclipse.test.internal.performance.results.utils.IPerformancesConstants;
44 import org.eclipse.test.internal.performance.results.utils.Util
    [all...]
  /external/icu/icu4c/source/i18n/
csrmbcs.cpp 271 UBool CharsetRecog_sjis::match(InputText* det, CharsetMatch *results) const {
273 results->set(det, this, confidence);
371 UBool CharsetRecog_euc_jp::match(InputText *det, CharsetMatch *results) const
374 results->set(det, this, confidence);
393 UBool CharsetRecog_euc_kr::match(InputText *det, CharsetMatch *results) const
396 results->set(det, this, confidence);
445 UBool CharsetRecog_big5::match(InputText *det, CharsetMatch *results) const
448 results->set(det, this, confidence);
521 UBool CharsetRecog_gb_18030::match(InputText *det, CharsetMatch *results) const
524 results->set(det, this, confidence)
    [all...]
  /external/chromium_org/build/android/pylib/gtest/
setup.py 229 results = base_test_result.TestRunResults()
230 results.AddResult(result)
231 return results, None
234 results, _no_retry = test_dispatcher.RunTests(
237 for r in results.GetAll():
  /external/chromium_org/extensions/renderer/
script_injection.cc 280 scoped_ptr<blink::WebVector<v8::Local<v8::Value> > > results; local
282 results.reset(new blink::WebVector<v8::Local<v8::Value> >());
287 results.get());
288 if (expects_results && !results->isEmpty())
289 script_value = (*results)[0];
295 // Right now, we only support returning single results (per frame).
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
FormController.java 223 List<RegionData> results = new ArrayList<RegionData>(); local
235 results.add(rd);
237 return results;
254 results.add(rd);
257 return results;
  /external/chromium_org/tools/telemetry/telemetry/web_perf/metrics/
smoothness_unittest.py 7 from telemetry.results import page_test_results
43 results = page_test_results.PageTestResults()
44 results.WillRunPage(self.page)
45 self.metric._PopulateResultsFromStats(results, stats)
46 current_page_run = results.current_page_run
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 266 vector<ShortBatchResult> results; local
274 // Read in batch results
275 results.resize(cmdLine.filenames.size());
281 readers.push_back(de::SharedPtr<LogFileReader>(new LogFileReader(results[ndx], cmdLine.filenames[ndx].c_str())));
296 computeCaseList(caseList, results);
317 getTestResultHeaders(headers, results, caseName.c_str());
354 dst << " " << numEqual << " / " << numCases << " test case results match.\n";
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraDeviceTest.java 356 * devices), after the abort, we should be able to get all results back very quickly. This
410 // A queue for the chained listeners to push results to
414 final LinkedBlockingQueue<Throwable> results = new LinkedBlockingQueue<>(); local
440 results.offer(success);
442 results.offer(t);
454 results.offer(t);
476 results.offer(success);
478 results.offer(t);
489 results.offer(t);
507 results.offer(success)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 351 // Only pass in the strings we need (search results need a shortdate
352 // and snippet, browse results need day and time information).
493 // Set this to false until the results actually arrive.
507 // - the end time for the query. Only results older than this time will be
509 // - the maximum number of results to return (may be 0, meaning that there
677 std::vector<BrowsingHistoryHandler::HistoryEntry>* results) {
682 new_results.reserve(results->size());
691 results->begin(), results->end(), HistoryEntry::SortByTimeDescending);
694 results->begin(); it != results->end(); ++it)
843 const base::ListValue* results = NULL; local
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /external/chromium_org/build/android/pylib/utils/
json_results_generator.py 51 if len(data) and not 'results' in data:
125 """A JSON results generator for generic tests."""
132 # test modifiers (FAILS, FLAKY, etc) but not actual test results.
146 RESULTS = 'results'
156 RESULTS_FILENAME = 'results.json'
171 """Modifies the results.json file. Grabs it off the archive directory
179 results json file.
180 builder_base_url: the URL where we have the archived test results.
181 If this is None no archived results will be retrieved
    [all...]
  /external/chromium_org/net/cert/
x509_util_nss.cc 203 X509Certificate::OSCertHandles* results = local
211 results->push_back(handle);
494 X509Certificate::OSCertHandles results; local
496 return results;
501 return results;
508 results.push_back(handle);
516 length, CollectCertsCallback, &results);
518 results.clear();
526 return results;
  /external/chromium_org/v8/tools/
run_perf.py 23 "results_processor": <optional python results processor script>,
29 "results_processor": <optional python results processor script>,
130 class Results(object):
206 # A regular expression for results. If the parent graph provides a
233 self.results = []
239 self.results.append(
256 return Results([{
259 "results": self.results,
294 res = reduce(lambda r, t: r + t.GetResults(), self._children, Results())
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 166 // receiving all try job results.
180 // loading old try results increases the size of the working set of try
182 // patch.try_job_results.forEach(function(results) {
183 // if (results.buildnumber) {
186 // fetchTryJobResults(patch, results.builder, results.buildnumber,
206 status.results.forEach(function(result) {
  /external/chromium_org/components/autofill/core/browser/
personal_data_manager_unittest.cc 76 const std::vector<T*>& results) {
77 ASSERT_EQ(expectations.size(), results.size());
82 std::vector<T*> results_copy = results;
587 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles(); local
588 ASSERT_EQ(1U, results.size());
589 EXPECT_EQ(profile0, *results[0]);
629 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles(); local
630 ASSERT_EQ(1U, results.size());
631 EXPECT_EQ(0, expected.Compare(*results[0]));
661 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles() local
692 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles(); local
723 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles(); local
874 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles(); local
921 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles(); local
1530 const std::vector<CreditCard*>& results = personal_data_->GetCreditCards(); local
1599 const std::vector<CreditCard*>& results = personal_data_->GetCreditCards(); local
1663 const std::vector<CreditCard*>& results = personal_data_->GetCreditCards(); local
1734 const std::vector<CreditCard*>& results = personal_data_->GetCreditCards(); local
1799 const std::vector<CreditCard*>& results = personal_data_->GetCreditCards(); local
2021 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles(); local
2070 const std::vector<CreditCard*>& results = personal_data_->GetCreditCards(); local
2109 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles(); local
2160 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles(); local
2194 const std::vector<CreditCard*>& results = personal_data_->GetCreditCards(); local
2604 const std::vector<AutofillProfile*>& results = personal_data_->GetProfiles(); local
    [all...]
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py 197 ===== BISECT JOB RESULTS =====
218 - Use the test command given under 'BISECT JOB RESULTS' above.
687 # similar regression results as the try-bots.
703 """Parses output from performance_ui_tests and retrieves the results for
    [all...]

Completed in 1010 milliseconds

<<21222324252627282930>>