Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 178) sorted by relevance

12345678

/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/
DGATT_PTS_INSTRUCTIONS36 [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/tests/google/bt/pts/instructions/
DHOGP_PTS_INSTRUCTIONS24 [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 …]
DL2CAP_PTS_INSTRUCTIONS214 [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
DSCPP_PTS_INSTRUCTIONS21 [PTS Interaction] Verify values
26 [PTS Interaction] Verify values
31 [PTS Interaction] Verify values
36 [PTS Interaction] Verify values
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dcellular_traffic_power_test.py101 values = self.consume_parameter(self.PARAM_DIRECTION, 1)
103 if not values:
109 elif values[1] in [
113 self.traffic_direction = values[1]
124 values = self.consume_parameter(self.PARAM_BANDWIDTH_LIMIT, 2)
126 if values:
127 self.bandwidth_limit_dl = values[1]
128 self.bandwidth_limit_ul = values[2]
423 values = self.consume_parameter(self.PARAM_SWEEP, 1)
425 if values[1] == self.PARAM_SWEEP_UPLINK:
[all …]
/tools/carrier_settings/python/
Dcompare.py35 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/metalava/src/main/java/com/android/tools/metalava/apilevels/
DApi.java48 print(mClasses.values(), "class", "\t", stream); in print()
87 for (ApiClass classElement : mClasses.values()) { in removeImplicitInterfaces()
96 for (ApiClass classElement : mClasses.values()) { in removeOverridingMethods()
103 for (ApiClass classElement : mClasses.values()) { in inlineFromHiddenSuperClasses()
108 for (ApiClass classElement : mClasses.values()) { in inlineFromHiddenSuperClasses()
114 for (ApiClass cls : mClasses.values()) { in prunePackagePrivateClasses()
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/
Dtransformers_test.py154 values = downsampler._transform_buffer(buffer)
156 self.assertEqual(len(values), len(buffer) / 2)
157 for i, down_sample in enumerate(values):
192 values = downsampler._transform_buffer(buffer)
194 self.assertEqual(len(values), 2)
199 values[0].main_current,
206 values[1].main_current,
Dcalibration_test.py75 values = range(5)
76 expected_value = statistics.mean(values)
78 for value in values:
85 values = range(4)
86 for value in values:
/tools/test/graphicsbenchmark/functional_tests/java/src/cpp/
Dsurface_flinger_test_activity.cpp90 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/apksig/src/test/java/com/android/apksig/internal/asn1/
DAsn1DerEncoderTest.java292 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()
DAsn1BerParserTest.java128 assertEquals(2, parse("3006300430003000", SequenceWithSequenceOf.class).values.size()); in testSequenceOf()
133 assertEquals(2, parse("3006310430003000", SequenceWithSetOf.class).values.size()); in testSetOf()
141 assertEquals(1, seq.containers.get(0).values.size()); in testUnencodedContainer()
142 assertEquals(2, seq.containers.get(1).values.size()); in testUnencodedContainer()
414 public List<EmptySequence> values; field in Asn1BerParserTest.SequenceWithSequenceOf
420 public List<EmptySequence> values; field in Asn1BerParserTest.SequenceWithSetOf
438 public List<EmptySequence> values; field in Asn1BerParserTest.UnencodedContainerWithSetOf
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dlight_lib.py242 def setGroupSimpleValue(self, index, values): argument
256 test_args = {"index": index, "values": values}
283 def setGroupBrightnessValue(self, index, values): argument
297 test_args = {"index": index, "values": values}
324 def setGroupRgbValue(self, index, values): argument
338 test_args = {"index": index, "values": values}
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/
Dcalibrations.py44 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/controllers/monsoon_lib/sampling/
Denums.py32 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/trebuchet/core/common/src/main/kotlin/trebuchet/collections/
DSparseArray.kt109 val values = mValues in gc() constant
112 val `val` = values[i] in gc()
117 values[o] = `val` in gc()
118 values[i] = null in gc()
272 val values = mValues in clear() constant
275 values[i] = null in clear()
/tools/metalava/src/main/java/com/android/tools/metalava/
DDocAnalyzer.kt267 var values: List<AnnotationAttributeValue>? = null in <lambda>() variable
273 values = attribute.leafValues() in <lambda>()
277 values = attribute.leafValues() in <lambda>()
285 if (values != null && values.isNotEmpty() && !conditional) { in <lambda>()
292 for (value in values) { in <lambda>()
371 val values = annotation.findAttribute("value")?.leafValues() ?: return in <lambda>() constant
381 if (values.size > 1) { in <lambda>()
386 values.forEachIndexed { index, value -> in <lambda>()
392 values.size - 1 -> { in <lambda>()
DAndroidApiChecks.kt182 var values: List<AnnotationAttributeValue>? = null in checkRequiresPermission() variable
185 values = attribute.leafValues() in checkRequiresPermission()
188 if (values == null || values.isEmpty()) { in checkRequiresPermission()
192 for (value in values) { in checkRequiresPermission()
/tools/asuite/atest/bazel/rules/
Dcommon_settings.bzl32 allowed_values = ctx.attr.values
35 if len(allowed_values) == 0 or value in ctx.attr.values:
37 …fail("Error setting " + str(ctx.label) + ": invalid value '" + value + "'. Allowed values are " + …
43 "values": attr.string_list(
44 …doc = "The list of allowed values for this setting. An error is raised if any other value is given…
/tools/trebuchet/trebuchet/startup-summarizer/src/
DStartupSummarizer.kt115 fun averageAndStandardDeviation(values : List<Double>) : Pair<Double, Double> { in averageAndStandardDeviation()
116 val total = values.sum() in averageAndStandardDeviation()
117 val averageValue = total / values.size in averageAndStandardDeviation()
121 values.forEach { value -> in averageAndStandardDeviation()
125 return Pair(averageValue, sqrt(sumOfSquaredDiffs / values.size)) in averageAndStandardDeviation()
215 SchedulingState.values().toSortedSet().forEach { schedState -> in printSampleSetPlainText()
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/
Dpacket.py79 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
Dcalibrations.py35 Channel.values,
37 Granularity.values
86 Channel.values,
88 Granularity.values
/tools/metalava/src/test/java/com/android/tools/metalava/
DApiFromTextTest.kt46 fun `Handle lambdas as default values`() { in Handle lambdas as default values()
87 fun `Handle enum constants as default values`() { in Handle enum constants as default values()
121 fun `Handle complex expressions as default values`() { in Handle complex expressions as default values()
546 fun `Loading a signature file with default values`() { in Loading a signature file with default values()
570 fun `Signatures with default annotation method values`() { in Signatures with default annotation method values()
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/metric/
DMetricSummary.java71 for (TimeType type : TimeType.values()) { in parseRunMetrics()
105 for (TimeType type : TimeType.values()) { in addToMetricData()
153 for (TimeType type : TimeType.values()) { in toString()
178 for (TimeType type : TimeType.values()) { in Builder()
200 for (TimeType type : TimeType.values()) { in beginLoop()
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
DAsn1DerEncoder.java163 …private static byte[] toSetOf(Collection<?> values, Asn1Type elementType) throws Asn1EncodingExcep… in toSetOf() argument
164 return toSequenceOrSetOf(values, elementType, true); in toSetOf()
167 …private static byte[] toSequenceOf(Collection<?> values, Asn1Type elementType) throws Asn1Encoding… in toSequenceOf() argument
168 return toSequenceOrSetOf(values, elementType, false); in toSequenceOf()
171 … private static byte[] toSequenceOrSetOf(Collection<?> values, Asn1Type elementType, boolean toSet) in toSequenceOrSetOf() argument
173 List<byte[]> serializedValues = new ArrayList<>(values.size()); in toSequenceOrSetOf()
174 for (Object value : values) { in toSequenceOrSetOf()

12345678