/external/chromium_org/tools/telemetry/unittest_data/page_tests/ |
page_test2.py | 13 def ValidateAndMeasurePage(self, page, tab, results):
|
page_test3.py | 13 def ValidateAndMeasurePage(self, page, tab, results):
|
/external/easymock/src/org/easymock/internal/ |
Results.java | 23 public class Results implements Serializable {
31 private final List<Result> results = new ArrayList<Result>();
field in class:Results 42 results.add(result);
51 return results.get(i);
56 return results.get(i);
|
/external/icu/icu4c/source/test/intltest/ |
allcoll.h | 50 static const Collator::EComparisonResult results[]; member in class:CollationDummyTest
|
decoll.h | 43 static const Collator::EComparisonResult results[][2]; member in class:CollationGermanTest
|
escoll.h | 42 static const Collator::EComparisonResult results[]; member in class:CollationSpanishTest
|
ficoll.h | 41 static const Collator::EComparisonResult results[]; member in class:CollationFinnishTest
|
lcukocol.h | 33 static const Collator::EComparisonResult results[]; member in class:LotusCollationKoreanTest
|
trcoll.h | 42 static const Collator::EComparisonResult results[]; member in class:CollationTurkishTest
|
/external/chromium_org/chrome/browser/ui/app_list/search/people/ |
people_provider_browsertest.cc | 33 // Mock results. 211 std::string results; local 212 for (SearchProvider::Results::const_iterator it = 213 people_provider_->results().begin(); 214 it != people_provider_->results().end(); 216 if (!results.empty()) 217 results += ','; 218 results += base::UTF16ToUTF8((*it)->title()); 220 return results;
|
/external/chromium_org/content/browser/speech/ |
google_streaming_remote_engine_unittest.cc | 46 const SpeechRecognitionResults& results) OVERRIDE { 47 results_.push(results); 110 SpeechRecognitionResults results; local 111 results.push_back(SpeechRecognitionResult()); 112 SpeechRecognitionResult& result = results.back(); 120 ExpectResultsReceived(results); 140 SpeechRecognitionResults results; local 141 results.push_back(SpeechRecognitionResult()); 142 SpeechRecognitionResult& result = results.back(); 149 ExpectResultsReceived(results); 159 SpeechRecognitionResults results; local 187 SpeechRecognitionResults results; local 226 SpeechRecognitionResults results; local 303 SpeechRecognitionResults results; local [all...] |
/external/chromium_org/tools/perf/metrics/ |
media.py | 37 def AddResults(self, tab, results): 38 """Reports all recorded metrics as Telemetry perf results.""" 41 trace_names.append(self._AddResultsForMediaElement(media_metric, results)) 45 def _AddResultsForMediaElement(self, media_metric, results): 65 results.AddValue(list_of_scalar_values.ListOfScalarValues( 66 results.current_page, trace_name, unit, 70 results.AddValue(scalar.ScalarValue( 71 results.current_page, trace_name, unit, value=float(metrics[m]), 76 logging.error('Metrics ID is missing in results.')
|
startup_metric.py | 45 def _RecordTabLoadTimes(self, tab, browser_main_entry_time_ms, results): 88 results.AddValue(scalar.ScalarValue( 89 results.current_page, 'foreground_tab_load_complete', 'ms', 92 def AddResults(self, tab, results): 108 results.AddValue(scalar.ScalarValue( 109 results.current_page, display_name, 'ms', measured_time)) 116 self._RecordTabLoadTimes(tab, browser_main_entry_time_ms, results)
|
/external/dexmaker/src/main/java/com/google/dexmaker/ |
AppDataDirGuesser.java | 36 File[] results = guessPath(pathFromThisClassLoader); local 37 if (results.length > 0) { 38 return results[0]; 73 List<File> results = new ArrayList<File>(); local 94 results.add(cacheDir); 99 return results.toArray(new File[results.size()]);
|
/external/littlemock/src/com/google/testing/littlemock/ |
AppDataDirGuesser.java | 49 File[] results = guessPath(pathFromThisClassLoader); local 50 if (results.length > 0) { 51 return results[0]; 88 List<File> results = new ArrayList<File>(); local 108 results.add(cacheDir); 114 return results.toArray(new File[results.size()]);
|
/external/chromium_org/chrome/browser/spellchecker/ |
spellcheck_message_filter_unittest.cc | 37 const std::vector<SpellCheckResult>& results) { 39 route_id, identifier, markers, success, text, results); 91 std::vector<SpellCheckResult> results; local 92 results.push_back(SpellCheckResult( 94 results.push_back( 101 kRouteId, kCallbackId, kMarkers, kSuccess, kText, results); 123 std::vector<SpellCheckResult> results; local 124 results.push_back(SpellCheckResult( 126 results.push_back(SpellCheckResult( 132 true, base::ASCIIToUTF16("Helllo walrd"), results); [all...] |
/external/chromium_org/third_party/skia/gm/rebaseline_server/ |
compare_rendered_pictures_test.py | 11 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 36 import results namespace 43 the results.""" 69 # Overwrite elements within the results that change from one test run 72 results_obj._setA_descriptions[results.KEY__SET_DESCRIPTIONS__DIR] = [ 74 results_obj._setB_descriptions[results.KEY__SET_DESCRIPTIONS__DIR] = [ 79 results.KEY__HEADER__RESULTS_ALL), 84 the results.""" 115 results.KEY__HEADER__RESULTS_ALL [all...] |
/external/chromium_org/ui/app_list/search/ |
tokenized_string_char_iterator_unittest.cc | 45 std::vector<std::string> results; local 47 results.push_back(GetIterateState(iter)); 51 EXPECT_EQ(expects, JoinString(results, ' ')); 59 std::vector<std::string> results; local 61 results.push_back(GetIterateState(iter)); 65 EXPECT_EQ(expects, JoinString(results, ' ')); 74 std::vector<std::string> results; local 76 results.push_back(GetIterateState(iter)); 78 results.push_back(GetIterateState(iter)); 83 EXPECT_EQ(expects, JoinString(results, ' ')); [all...] |
/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/ |
ScenarioResultsElement.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; 46 // Results category 48 SCENARIO_LABEL_DESCRIPTOR.setCategory("Results"); 50 SCENARIO_FILE_NAME_DESCRIPTOR.setCategory("Results"); 52 SCENARIO_SHORT_NAME_DESCRIPTOR.setCategory("Results"); 62 ScenarioResultsElement(AbstractResults results, ResultsElement parent) { 63 super(results, parent) [all...] |
/external/chromium_org/chrome/browser/download/ |
download_query.h | 21 // The following example copies from |all_items| to |results| those 24 // results to 20 items. Any number of filters or sorters is allowed. If all 38 // DownloadVector all_items, results; 39 // query.Search(all_items.begin(), all_items.end(), &results); 110 // filtering DownloadItem*s, Search() will sort the results primarily by the 120 // Limit the size of search results to |limit|. 123 // Filters DownloadItem*s from |iter| to |last| into |results|, sorts 124 // |results|, and limits the size of |results|. |results| must be non-NULL [all...] |
/external/chromium_org/tools/perf/benchmarks/ |
maps.py | 20 def ValidateAndMeasurePage(self, page, tab, results): 26 results.AddValue(scalar.ScalarValue( 27 results.current_page, 'total_time', 'ms', total)) 28 results.AddValue(scalar.ScalarValue( 29 results.current_page, 'render_mean_time', 'ms', render))
|
media.py | 14 def ValidateAndMeasurePage(self, page, tab, results): 21 results.AddValue(list_of_scalar_values.ListOfScalarValues( 22 results.current_page, trace_name, units='ms', 27 results.AddValue(scalar.ScalarValue( 28 results.current_page, trace_name, units='ms',
|
spaceport.py | 56 def ValidateAndMeasurePage(self, page, tab, results): 85 results.AddValue(scalar.ScalarValue( 86 results.current_page, '%s.%s'% (chart, trace), 89 results.AddValue(list_of_scalar_values.ListOfScalarValues( 90 results.current_page, 'Score', 'objects (bigger is better)',
|
/external/chromium_org/chrome/browser/chromeos/file_system_provider/fileapi/ |
file_stream_reader_unittest.cc | 52 const std::vector<int64>& results() const { return results_; } function in class:chromeos::file_system_provider::__anon7813::EventLogger 156 ASSERT_EQ(1u, logger.results().size()); 157 EXPECT_LT(0, logger.results()[0]); 158 EXPECT_EQ(fake_file_->metadata->size, logger.results()[0]); 182 ASSERT_EQ(1u, logger.results().size()); 183 EXPECT_EQ(net::ERR_FILE_NOT_FOUND, logger.results()[0]); 201 ASSERT_EQ(offset + 1, static_cast<int64>(logger.results().size())); 202 EXPECT_EQ(1, logger.results()[offset]); 227 ASSERT_EQ(1u, logger.results().size()); 228 EXPECT_EQ(length, logger.results()[0]) [all...] |
/external/chromium_org/build/android/pylib/utils/ |
parallelizer_test.py | 97 results = ParallelizerTestObject.parallel( 99 self.assertTrue(isinstance(results, list)) 100 self.assertEquals(10, len(results)) 101 self.assertTrue(all(results)) 142 results = p.doReturn(True).pGet(1) 143 self.assertTrue(all(results)) 144 results = p.doReturn(True).pGet(1) 145 self.assertTrue(all(results)) 147 results = p.doRaise(Exception('reusableTest')).pGet(1) 151 results = (ParallelizerTestObject.parallel(devices).helpe [all...] |