/tools/test/connectivity/acts/tests/google/fuchsia/bt/pts/ |
D | GATT_PTS_INSTRUCTIONS | 36 [PTS Interaction] Verify values 40 [PTS Interaction] Verify values 44 [PTS Interaction] Verify values 48 [PTS Interaction] Verify values 52 [PTS Interaction] Verify values 56 [PTS Interaction] Verify values 72 [PTS Interaction] Verify values 78 [PTS Interaction] Verify values 82 [PTS Interaction] Verify values 95 [PTS Interaction] Verify values [all …]
|
/tools/test/connectivity/acts/tests/google/bt/pts/instructions/ |
D | HOGP_PTS_INSTRUCTIONS | 24 [PTS Interaction] Verify values 32 [PTS Interaction] Verify values 40 [PTS Interaction] Verify values 48 [PTS Interaction] Verify values 49 [PTS Interaction] Verify values 57 [PTS Interaction] Verify values 58 [PTS Interaction] Verify values 66 [PTS Interaction] Verify values 67 [PTS Interaction] Verify values 68 [PTS Interaction] Verify values [all …]
|
D | L2CAP_PTS_INSTRUCTIONS | 214 [PTS Interaction] Verify values 220 [PTS Interaction] Verify values 226 [PTS Interaction] Verify values 235 [PTS Interaction] Verify values 264 [PTS Interaction] Verify values 270 [PTS Interaction] Verify values 276 [PTS Interaction] Verify values 285 [PTS Interaction] Verify values
|
D | SCPP_PTS_INSTRUCTIONS | 21 [PTS Interaction] Verify values 26 [PTS Interaction] Verify values 31 [PTS Interaction] Verify values 36 [PTS Interaction] Verify values
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/ |
D | LteSimulation.py | 531 values = self.consume_parameter(parameters, self.PARAM_BAND, 1) 533 if not values: 538 new_config.band = values[1] 544 values = self.consume_parameter(parameters, 546 if not values: 553 new_config.dlul_config = int(values[1]) 556 values = self.consume_parameter(parameters, self.PARAM_SSF, 1) 558 if not values: 565 new_config.ssf_config = int(values[1]) 569 values = self.consume_parameter(parameters, self.PARAM_BW, 1) [all …]
|
D | UmtsSimulation.py | 154 values = self.consume_parameter(parameters, self.PARAM_BAND, 1) 156 if not values: 161 self.set_band(self.bts1, values[1]) 166 values = self.consume_parameter(parameters, self.PARAM_RELEASE_VERSION, 169 if not values or values[1] not in [ 177 self.set_release_version(self.bts1, values[1]) 181 values = self.consume_parameter(parameters, 183 if not values: 189 self.rrc_sc_timer = int(values[1])
|
D | GsmSimulation.py | 118 values = self.consume_parameter(parameters, self.PARAM_BAND, 1) 120 if not values: 125 self.set_band(self.bts1, values[1]) 144 values = self.consume_parameter(parameters, self.PARAM_SLOTS, 2) 146 if not values: 152 self.bts1.gsm_slots = (int(values[1]), int(values[2]))
|
D | LteCaSimulation.py | 151 values = self.consume_parameter(parameters, self.PARAM_CA, 1) 153 if not values: 162 ca_configs = re.findall(r'(\d+[abcABC])', values[1]) 264 values = self.consume_parameter(parameters, self.PARAM_BW, 274 if values: 275 bw = int(values[1 + bts_index]) 380 values = self.consume_parameter(parameters, self.PARAM_SCHEDULING, 1) 382 if not values: 390 if values[1].upper() == scheduling_mode.value: 406 values = self.consume_parameter(parameters, self.PARAM_PATTERN, 2) [all …]
|
D | BaseSimulation.py | 367 values = self.consume_parameter(parameters, self.PARAM_UL_PW, 1) 369 if values: 370 if values[1] in self.UPLINK_SIGNAL_LEVEL_DICTIONARY: 371 return self.UPLINK_SIGNAL_LEVEL_DICTIONARY[values[1]] 374 if values[1][0] == 'n': 376 return -int(values[1][1:]) 378 return int(values[1]) 395 values = self.consume_parameter(parameters, self.PARAM_DL_PW, 1) 397 if values: 398 if values[1] not in self.DOWNLINK_SIGNAL_LEVEL_DICTIONARY: [all …]
|
/tools/carrier_settings/python/ |
D | compare.py | 35 for desc, values in protobuf_message.ListFields(): 38 values.sort() 41 for i in xrange(len(values) - 1, 0, -1): 42 if values[i] == values[i - 1]: 43 del values[i]
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/ |
D | enums.py | 32 values = [ZERO, REFERENCE, SCALE] variable in Origin 48 values = [COARSE, FINE] variable in Granularity 60 values = [VOLTAGE, GAIN] variable in Reading 73 values = [MAIN, USB, AUX] variable in Channel
|
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/ |
D | surface_flinger_test_activity.cpp | 90 EGLnsecsANDROID values[2]; in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() local 92 renderer->egl.display, renderer->egl.surface, fid, 2, timestamps, values); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() 95 if (values[0] == EGL_TIMESTAMP_PENDING_ANDROID in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() 96 || values[1] == EGL_TIMESTAMP_PENDING_ANDROID) { in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() 105 frameReadyTime.push_back(values[0]); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame() 106 latchTime.push_back(values[1]); in Java_com_android_game_qualification_tests_SurfaceFlingerTestActivity_drawFrame()
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/ |
D | calibrations.py | 44 Channel.values, 46 Granularity.values 74 for channel in Channel.values: 87 pairs = itertools.product(Channel.values, Granularity.values)
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/ |
D | cellular_traffic_power_test.py | 98 values = self.consume_parameter(self.PARAM_DIRECTION, 1) 100 if not values: 106 elif values[1] in [ 110 self.traffic_direction = values[1] 121 values = self.consume_parameter(self.PARAM_BANDWIDTH_LIMIT, 2) 123 if values: 124 self.bandwidth_limit_dl = values[1] 125 self.bandwidth_limit_ul = values[2] 397 values = self.consume_parameter(self.PARAM_SWEEP, 1) 399 if values[1] == self.PARAM_SWEEP_UPLINK: [all …]
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | UniqueMultiMap.java | 34 Collection<V> values = get(key); in put() local 35 if (values != null && values.contains(value)) { in put()
|
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/ |
D | transformers_test.py | 125 values = downsampler._transform_buffer(buffer) 127 self.assertEqual(len(values), len(buffer) / 2) 128 for i, down_sample in enumerate(values): 163 values = downsampler._transform_buffer(buffer) 165 self.assertEqual(len(values), 2) 170 values[0].main_current, 177 values[1].main_current,
|
D | calibration_test.py | 75 values = range(5) 76 expected_value = statistics.mean(values) 78 for value in values: 85 values = range(4) 86 for value in values:
|
/tools/tradefederation/core/src/com/android/tradefed/guice/ |
D | InvocationScope.java | 74 private final ThreadLocal<Map<Key<?>, Object>> values = new ThreadLocal<Map<Key<?>, Object>>(); field in InvocationScope 78 checkState(values.get() == null, "A scoping block is already in progress"); in enter() 79 values.set(Maps.<Key<?>, Object>newHashMap()); in enter() 84 checkState(values.get() != null, "No scoping block in progress"); in exit() 85 values.remove(); in exit() 164 Map<Key<?>, Object> scopedObjects = values.get();
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/ |
D | packet.py | 79 self.values = struct.unpack('>8H2B', raw_data) 99 return self.values[data_index] & 0x0F 100 return self.values[data_index] 128 return self.values[9] & 0x30
|
D | calibrations.py | 35 Channel.values, 37 Granularity.values 86 Channel.values, 88 Granularity.values
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FlashingResourcesParser.java | 235 private static String getNewest(Collection<String> values) { in getNewest() argument 236 if (values == null || values.isEmpty()) { in getNewest() 240 for (String element : values) { in getNewest() 349 String values = matcher.group(3); in parseAndroidInfo() local 352 for (String value : values.split("\\|")) { in parseAndroidInfo() 359 String values = matcher.group(2); in parseAndroidInfo() local 367 for (String value : values.split("\\|")) { in parseAndroidInfo()
|
/tools/apksig/src/test/java/com/android/apksig/internal/asn1/ |
D | Asn1DerEncoderTest.java | 292 public List<Integer> values; field in Asn1DerEncoderTest.SetOfIntegers 294 public static SetOfIntegers of(Integer... values) { in of() argument 296 result.values = Arrays.asList(values); in of() 386 public List<SequenceWithInteger> values; field in Asn1DerEncoderTest.UnencodedContainerWithSetOfIntegers 388 public UnencodedContainerWithSetOfIntegers(List<SequenceWithInteger> values) { in UnencodedContainerWithSetOfIntegers() argument 389 this.values = values; in UnencodedContainerWithSetOfIntegers()
|
/tools/test/connectivity/acts/framework/acts/test_utils/instrumentation/device/command/ |
D | adb_command_types.py | 37 def set_value(self, *values): argument 44 return self._base_cmd % values 47 [self._base_cmd] + [str(value) for value in values]))
|
/tools/loganalysis/test_framework/com/android/tradefed/device/metric/ |
D | LogcatTimingMetricCollector.java | 131 List<Double> values = entry.getValue(); in onTestRunEnd() local 133 testData.addMetricForDevice(device, name, createMetric(values)); in onTestRunEnd() 135 testData.addMetric(name, createMetric(values)); in onTestRunEnd() 139 name, values, device.getSerialNumber()); in onTestRunEnd() 190 private Metric.Builder createMetric(List<Double> values) { in createMetric() argument 194 values.stream() in createMetric()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | ProcessMaxMemoryCollector.java | 133 for (Entry<String, NumericValues.Builder> values : in onEnd() 138 .setNumericValues(values.getValue().build())) in onEnd() 141 runData.addMetricForDevice(device, "PSS#" + values.getKey(), metric); in onEnd() 145 for (Entry<String, NumericValues.Builder> values : in onEnd() 150 .setNumericValues(values.getValue().build())) in onEnd() 153 runData.addMetricForDevice(device, "USS#" + values.getKey(), metric); in onEnd()
|