/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
print-json-test-results | 12 parser = optparse.OptionParser(usage='%prog [path-to-results.json]') 18 help='include expected results along with unexpected') 42 results = json.loads(txt) 44 passes, failures, flakes = decode_results(results, options.expected) 60 results = json.loads(txt) 61 _, ignored_failures, _ = decode_results(results, options.expected) 75 def decode_results(results, include_expected=False): 76 tests = convert_trie_to_flat_paths(results['tests'])
|
/external/chromium_org/third_party/icu/source/i18n/ |
csr2022.cpp | 146 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { 151 results->set(textIn, this, confidence); 161 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { 166 results->set(textIn, this, confidence); 176 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { 181 results->set(textIn, this, confidence);
|
/external/chromium_org/tools/perf/benchmarks/ |
sunspider.py | 89 def ValidateAndMeasurePage(self, page, tab, results): 91 'window.location.pathname.indexOf("results.html") >= 0' 95 self._power_metric.AddResults(tab, results) 117 results.AddValue(list_of_scalar_values.ListOfScalarValues( 118 results.current_page, key, 'ms', values, important=False, 120 results.AddValue(list_of_scalar_values.ListOfScalarValues( 121 results.current_page, 'Total', 'ms', totals,
|
/external/chromium_org/ui/resources/resource_check/ |
resource_scale_factors.py | 66 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/icu/icu4c/source/i18n/ |
csr2022.cpp | 146 UBool CharsetRecog_2022JP::match(InputText *textIn, CharsetMatch *results) const { 151 results->set(textIn, this, confidence); 161 UBool CharsetRecog_2022KR::match(InputText *textIn, CharsetMatch *results) const { 166 results->set(textIn, this, confidence); 176 UBool CharsetRecog_2022CN::match(InputText *textIn, CharsetMatch *results) const { 181 results->set(textIn, this, confidence);
|
csrucode.cpp | 53 UBool CharsetRecog_UTF_16_BE::match(InputText* textIn, CharsetMatch *results) const 74 results->set(textIn, this, confidence); 88 UBool CharsetRecog_UTF_16_LE::match(InputText* textIn, CharsetMatch *results) const 112 results->set(textIn, this, confidence); 121 UBool CharsetRecog_UTF_32::match(InputText* textIn, CharsetMatch *results) const 160 results->set(textIn, this, confidence);
|
/external/junit/src/org/junit/runners/model/ |
TestClass.java | 95 ArrayList<Class<?>> results= new ArrayList<Class<?>>(); local 98 results.add(current); 101 return results; 142 List<T> results= new ArrayList<T>(); local 147 results.add(valueClass.cast(fieldValue)); 153 return results;
|
/external/lldb/tools/lldb-perf/lib/ |
Results.h | 1 //===-- Results.h -----------------------------------------------*- C++ -*-===// 20 class Results 59 Write (Results &results) = 0; 148 Write (Results &results) 175 Write (Results &results) 217 Write (Results &results) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
Support_Format.java | 59 Vector<FieldContainer> results = findFields(format.formatToCharacterIterator(object)); local 63 " results=" + results, expectedResults.size(), results.size()); 64 for (int i = 0; i < results.size(); ++i) { 65 if (!results.contains(expectedResults.get(i))) { 68 " results=" + results);
|
/build/tools/ |
findleaves.py | 62 Avoids returning results from inside any directory called <dirname> 92 results = list(set(perform_find(mindepth, prune, dirlist, filename))) 93 results.sort() 94 for r in results:
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/ |
search.js | 25 * Selectors to match results. 31 * Selectors for web results. 44 * Selectors for image results. 58 * Array of the search results. 61 cvox.Search.results = []; 91 var result = cvox.Search.results[cvox.Search.index]; 106 } else if (cvox.Search.index === cvox.Search.results.length - 1) { 204 var result = cvox.Search.results[cvox.Search.index]; 220 var result = cvox.Search.results[cvox.Search.index]; 235 /* Add results.length because JS Modulo is silly. * [all...] |
/external/chromium_org/components/variations/ |
entropy_provider_unittest.cc | 142 // significance of the results is checked. 187 // that have different names, normally generate different results. 208 // The trials are most likely to give different results since they have 216 // that have different names, normally generate different results. 238 // The trials are most likely to give different results since they have 272 const double results[] = { GenerateSHA1Entropy("hi", "1"), local 275 EXPECT_NE(results[0], results[1]); 276 for (size_t i = 0; i < arraysize(results); ++i) { 277 EXPECT_LE(0.0, results[i]) 288 const double results[] = { local [all...] |
/external/chromium_org/net/proxy/ |
mock_proxy_resolver.h | 29 ProxyInfo* results, 33 ProxyInfo* results() const { return results_; } function in class:net::MockAsyncProxyResolverBase::Request 77 ProxyInfo* results,
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cfintst.c | 53 const static UCollationResult results[] = { variable 89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
ficoll.cpp | 60 const Collator::EComparisonResult CollationFinnishTest::results[] = { member in class:CollationFinnishTest 74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
/external/chromium_org/third_party/libaddressinput/chromium/ |
trie.cc | 42 std::set<T>* results) const { 43 DCHECK(results); 66 results->insert(queue_front->data_list_.begin(),
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_queryobj.c | 38 * To avoid getting samples from another context's rendering in our results, 120 * to pick up the results. 132 /** Waits on the query object's BO and totals the results for this query */ 140 uint64_t *results; local 152 results = query->bo->virtual; 156 query->Base.Result += 80 * (results[1] - results[0]); 158 query->Base.Result += 1000 * ((results[1] >> 32) - (results[0] >> 32)); 179 query->Base.Result = 80 * (results[1] & 0xffffffff) [all...] |
/external/chromium_org/third_party/skia/gm/ |
display_json_results.py | 6 """Utility to display a summary of JSON-format GM results, and exit with 7 a nonzero errorcode if there were non-ignored failures in the GM results. 29 """Object that accumulates results of a given type, and can generate a 34 do_list: whether to list all of the tests with this results type 36 results of this type 50 and there were any results of this type.""" 57 """Returns a single-line string summary of all results added to this 76 """Displays a summary of the results in a JSON file. 77 Returns True if the results are free of any significant failures. 100 results = actual_results[label [all...] |
/external/chromium_org/tools/chrome_proxy/integration_tests/ |
chrome_proxy_metrics.js | 45 results = []; 47 results[r] = {}; 48 results[r].proxy = tbody.rows[r].cells[0].innerHTML; 51 results[r].retry = timeSpan.title.substr(2); 53 results[r].retry = '-1'; 56 return results;
|
/external/chromium_org/tools/perf/measurements/ |
session_restore.py | 70 def ValidateAndMeasurePage(self, page, tab, results): 75 self._cpu_metric.AddResults(tab, results, 'cpu_utilization') 77 startup_metric.StartupMetric().AddResults(tab, results)
|
smoothness.py | 38 def ValidateAndMeasurePage(self, page, tab, results): 39 self._power_metric.AddResults(tab, results) 40 self._smoothness_controller.AddResults(tab, results)
|
/external/chromium_org/tools/perf/metrics/ |
cpu.py | 31 def AddResults(self, tab, results, trace_name='cpu_utilization'): 38 results.AddValue(scalar.ScalarValue( 39 results.current_page, 'cpu_utilization.%s' % trace_name_for_process,
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
record_wpr_unittest.py | 68 def ValidatePage(self, page, tab, results): 109 record_page_test.RunPage(page, self._tab, results=None) 117 record_page_test.RunPage(page, self._tab, results=None) 123 record_page_test.RunPage(page, self._tab, results=None) 132 record_page_test.RunPage(page, self._tab, results=None) 140 record_page_test.RunPage(page, self._tab, results=None) 152 results = wpr_recorder.CreateResults() 153 wpr_recorder.Record(results) 154 self.assertEqual(set(mock_page_set.pages), results.pages_that_succeeded) 161 results = wpr_recorder.CreateResults( [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cfintst.c | 53 const static UCollationResult results[] = { variable 89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
/external/icu/icu4c/source/test/intltest/ |
ficoll.cpp | 60 const Collator::EComparisonResult CollationFinnishTest::results[] = { member in class:CollationFinnishTest 74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|