HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 426 - 450 of 2740) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/metrics/
memory_timeline.py 19 def AddResults(self, model, renderer_thread, interactions, results):
49 results.AddValue(list_of_scalar_values.ListOfScalarValues(
50 page=results.current_page,
57 results.AddValue(list_of_scalar_values.ListOfScalarValues(
58 page=results.current_page,
trace_event_stats.py 73 def AddResults(self, model, renderer_process, interactions, results):
93 results,
97 def _AddResultsInternal(self, events, interactions, results, inputs):
116 results.AddValue(scalar.ScalarValue(
117 page=results.current_page,
125 results.AddValue(list_of_scalar_values.ListOfScalarValues(
126 page=results.current_page,
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch/
test_search.py 264 results = search.search(q='Test')
267 self.assertEqual(results.rank, "-text_relevance")
268 self.assertEqual(results.match_expression, "Test")
274 results = search.search(q='Test')
277 self.assertEqual(results.num_pages_needed, 3.0)
287 results = search(query)
289 self.assertEqual(results.search_service, search)
290 self.assertEqual(results.query, query)
296 results = search.search(q='Test')
298 hits = list(map(lambda x: x['id'], results.docs)
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/cloudsearch2/
test_search.py 210 results = search.search(q='Test')
213 self.assertEqual(results.hits, 30)
214 self.assertEqual(results.docs[0]['fields']['rank'], 1)
220 results = search.search(q='Test')
223 self.assertEqual(results.num_pages_needed, 3.0)
233 results = search(query)
235 self.assertEqual(results.search_service, search)
236 self.assertEqual(results.query, query)
242 results = search.search(q='Test')
244 hits = list(map(lambda x: x['id'], results.docs)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 83 String[] results = query("SELECT data FROM test"); local
84 MoreAsserts.assertEquals(STRINGS, results);
92 String[] results; local
93 results = query("SELECT data FROM test ORDER BY data COLLATE LOCALIZED ASC");
98 MoreAsserts.assertEquals(results, new String[] {
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
BlasTest.java 102 Log.v(TAG, "results for iteration " + i + " is " + bmValue);
108 Bundle results = new Bundle(); local
109 results.putString(TEST_NAME, testName);
110 results.putInt(ITERATIONS, mIteration);
111 results.putFloat(BENCHMARK, avgResult);
112 getInstrumentation().sendStatus(INSTRUMENTATION_IN_PROGRESS, results);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCredentialsFragment.java 89 void onCredentialsComplete(Bundle results);
270 final Bundle results = new Bundle(4); local
271 results.putString(EXTRA_OAUTH_PROVIDER, mProviderId);
272 results.putString(EXTRA_OAUTH_ACCESS_TOKEN, accessToken);
273 results.putString(EXTRA_OAUTH_REFRESH_TOKEN, refreshToken);
274 results.putInt(EXTRA_OAUTH_EXPIRES_IN_SECONDS, expiresInSeconds);
275 mResults = results;
277 callback.onCredentialsComplete(results);
328 final Bundle results = new Bundle(2); local
329 results.putString(EXTRA_PASSWORD, getPassword())
    [all...]
  /tools/test/connectivity/acts/framework/tests/
acts_base_class_test.py 57 actual_record = bt_cls.results.passed[0]
74 actual_record = bt_cls.results.passed[0]
106 actual_record = bt_cls.results.passed[0]
135 actual_record = bt_cls.results.passed[0]
147 actual_record = bt_cls.results.failed[0]
155 self.assertEqual(bt_cls.results.summary_str(), expected_summary)
166 actual_record = bt_cls.results.unknown[0]
172 self.assertEqual(bt_cls.results.summary_str(), expected_summary)
183 actual_record = bt_cls.results.failed[0]
189 self.assertEqual(bt_cls.results.summary_str(), expected_summary
    [all...]
  /external/autotest/client/cros/audio/
audio_analysis.py 105 results = []
107 results.append((x_f[index], value))
108 return results
158 results = []
170 results.append((mid, max_value))
173 return sorted(results, key=lambda x: x[1], reverse=True)
215 results = []
222 results.append(start)
224 results = [float(x) / rate for x in results]
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/dynamodb2/
test_layer1.py 181 results = self.dynamodb.query(self.table_name, key_conditions={
195 self.assertEqual(results['Count'], 1)
198 results = self.dynamodb.scan(self.table_name)
199 self.assertEqual(results['Count'], 2)
200 s_items = sorted([res['username']['S'] for res in results['Items']])
208 results = self.dynamodb.scan(self.table_name)
209 self.assertEqual(results['Count'], 1)
239 results = self.dynamodb.scan(self.table_name, segment=0, total_segments=2)
240 self.assertTrue(results['Count'] in [1, 2])
241 results = self.dynamodb.scan(self.table_name, segment=1, total_segments=2
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
G7CollationTest.java 42 private static int[][] results = { field in class:G7CollationTest
87 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
113 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
140 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
166 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
196 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1)
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
G7CollationTest.java 38 private static int[][] results = { field in class:G7CollationTest
83 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
109 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
136 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
162 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
192 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1)
    [all...]
  /external/autotest/cli/
stable_version.py 57 def output(self, results):
62 @param results: return of the execute call.
64 if results:
65 print results
88 def output(self, results):
91 @param results: A dictionary of board:version.
93 board_columns = max([len(s) for s in results.keys()])
94 version_columns = max([len(s) for s in results.values()])
100 for board,version in results.iteritems():
  /external/autotest/scheduler/
drone_task_queue_unittest.py 44 self.mock_return = {'results': ['mock results'],
63 task_queue.results[drone1] = None
66 task_queue.results.clear()
69 # run method is called 3 times. Then compare results returned by
70 # the task queue against the mock results.
83 self.assertTrue(set(task_queue.results.keys()) == set(drones))
84 results = task_queue.get_results()
85 self.assertTrue(len(task_queue.results) == 0)
86 for drone, result in results.iteritems()
    [all...]
  /external/autotest/server/site_tests/platform_GCC/
platform_GCC.py 13 results = {} variable in class:platform_GCC
20 results = {}
27 if testname in results:
33 results[unique_testname] = result
35 return results
40 logging.info('%d results parsed in baseline (%s).' %
43 logging.info('%d results parsed in new log (%s).' %
120 self.results['%s_differences' % keyname] = len(differences)
122 self.write_perf_keyval(self.results)
  /external/autotest/site_utils/
host_history.py 81 def print_all_stats(results, labels, t_start, t_end):
84 @param results: A list of tuples of three elements.
101 result_strs, stat_intervals_lst, hostname = zip(*results)
146 """Get history results of specified hosts or board/pool.
188 'results/16853-debug/172.22.33.51'),
201 results = get_results(start_time=start_time, end_time=end_time, hosts=hosts,
203 if not results:
207 for result_str, status_intervals, hostname in results:
223 help='last hours to search results across',
252 results = get_results(hosts=options.hosts
    [all...]
  /external/chromium-trace/catapult/catapult_build/perfbot_stats/
chrome_perf_stats.py 74 success_rates, results, date_dict_str, builder):
75 count = int(results['count'])
78 success_count = count - int(results['failure_count'])
90 for day, results in success_rates.iteritems():
93 for rates in results.values():
148 results = json.load(response)
150 success_rates, results, date_dict_str, builder)
  /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];
135 List<File> results = new ArrayList<File>(); local
156 results.add(cacheDir);
161 return results.toArray(new File[results.size()]);
  /external/junit/src/org/junit/experimental/max/
MaxCore.java 154 List<Description> results= new ArrayList<Description>();
155 findLeaves(null, request.getRunner().getDescription(), results);
156 return results;
159 private void findLeaves(Description parent, Description description, List<Description> results) {
162 results.add(Description.createSuiteDescription(MALFORMED_JUNIT_3_TEST_CLASS_PREFIX + parent));
164 results.add(description);
167 findLeaves(description, each, results);
  /frameworks/av/media/libstagefright/tests/
MediaCodecListOverrides_test.cpp 68 KeyedVector<AString, CodecSettings> *results) {
71 results->add(key, settings);
74 void verifyProfileResults(const KeyedVector<AString, CodecSettings> &results) {
75 EXPECT_LT(0u, results.size());
76 for (size_t i = 0; i < results.size(); ++i) {
77 AString key = results.keyAt(i);
78 CodecSettings settings = results.valueAt(i);
84 ALOGV("profileCodecs results %s %s", key.c_str(), valueS.c_str());
  /frameworks/base/core/java/android/widget/
Filter.java 130 * filtering operation. Results computed by the filtering operation
140 * @return the results of the filtering operation
149 * <p>Invoked in the UI thread to publish the filtering results in the
151 * results computed in {@link #performFiltering}.</p>
154 * @param results the results of the filtering operation
161 FilterResults results);
165 * should override this method to convert their results. The default
177 * <p>Holds the results of a filtering operation. The results are the value
308 FilterResults results; field in class:Filter.RequestArguments
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 180 Bundle results = writer.timingResults; local
181 assertEquals(4, results.size());
182 assertTrue(results.containsKey("testAddMeasurementLongZero"));
183 assertEquals(0, results.getLong("testAddMeasurementLongZero"));
184 assertTrue(results.containsKey("testAddMeasurementLongPos"));
185 assertEquals(348573, results.getLong("testAddMeasurementLongPos"));
186 assertTrue(results.containsKey("testAddMeasurementLongNeg"));
187 assertEquals(-19354, results.getLong("testAddMeasurementLongNeg"));
201 Bundle results = writer.timingResults; local
202 assertEquals(4, results.size())
222 Bundle results = writer.timingResults; local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSurfaceTests.cpp 290 tcu::ResultCollector results (log);
314 results.fail("Surface must be supported by all devices and queue families");
318 return tcu::TestStatus(results.getResult(), results.getMessage());
334 void validateSurfaceCapabilities (tcu::ResultCollector& results, const VkSurfaceCapabilitiesKHR& capabilities)
336 results.check(capabilities.minImageCount > 0,
339 results.check(capabilities.minImageExtent.width > 0 &&
343 results.check(capabilities.maxImageExtent.width > 0 &&
347 results.check(capabilities.minImageExtent.width <= capabilities.maxImageExtent.width &&
354 results.check(capabilities.currentExtent.width > 0 &
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/web_perf/
timeline_based_measurement.py 65 # TODO(nednguyen): Get rid of this results wrapper hack after we add interaction
72 def SetResults(self, results):
73 self._results = results
133 def AddResults(self, results):
143 self._results_wrapper.SetResults(results)
279 def Measure(self, platform, results):
280 """Collect all possible metrics and added them to results."""
282 trace_value = trace.TraceValue(results.current_page, trace_result)
283 results.AddValue(trace_value)
286 self._ComputeTimelineBasedMetric(results, trace_value
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_tabcomplete.py 216 def _WriteTabCompletionCache(prefix, results, timestamp=None,
220 cache = TabCompletionCache(prefix, results, timestamp, partial_results)
230 """Tests tab completion results returned from cache."""
239 results = completer(request)
241 self.assertEqual(cached_results, results)
244 """Tests tab completion results not returned from cache when too old."""
260 results = completer(request)
262 self.assertEqual([expected_result], results)
265 """Tests tab completion results returned from cache with prefix match.
268 completion should return results from the cache that start with the prefix
    [all...]

Completed in 265 milliseconds

<<11121314151617181920>>