/tools/security/remote_provisioning/hwtrust/src/cbor/rkp/ |
D | device_info.rs | 132 let values: Vec<(Value, Value)> = get_valid_values_filtered(|x| x != "os_version"); in device_info_from_cbor_values_optional_os_version() localVariable 139 let values: Vec<(Value, Value)> = get_valid_values_filtered(|x| x != "brand"); in device_info_from_cbor_values_missing_required_field() localVariable 170 let values: Vec<(Value, Value)> = get_valid_values_filtered(|x| x != "version"); in device_info_from_cbor_values_valid_v3() localVariable 194 let values: Vec<(Value, Value)> = get_valid_values(); in device_info_from_cbor_values_mismatched_version() localVariable 202 let values: Vec<(Value, Value)> = get_valid_values_filtered(|x| x != "version"); in device_info_from_cbor_values_invalid_version_value() localVariable 210 let values: Vec<(Value, Value)> = get_valid_values_filtered(|x| x != "version"); in device_info_from_cbor_values_invalid_explicit_version() localVariable 218 let values: Vec<(Value, Value)> = get_valid_values_filtered(|x| x != "version"); in device_info_from_cbor_values_missing_version() localVariable 226 let mut values: Vec<(Value, Value)> = get_valid_values(); in device_info_from_cbor_duplicate_values() localVariable 236 let mut values: Vec<(Value, Value)> = get_valid_values_filtered(|v| v != "vbmeta_digest"); in device_info_from_cbor_empty_vbmeta_digest() localVariable 246 let mut values: Vec<(Value, Value)> = get_valid_values_filtered(|v| v != "vbmeta_digest"); in device_info_from_cbor_all_zero_vbmeta_digest() localVariable [all …]
|
/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/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/ |
D | CommonEnumTest.kt | 51 fun values(p: String) {} in Test enum synthetic methods are not included in the enum class() method 80 val values = fooClass.assertMethod(JAVA_ENUM_VALUES, "java.lang.String") in Test enum synthetic methods are not included in the enum class() constant
|
/tools/tradefederation/core/common_util/com/android/tradefed/util/ |
D | UniqueMultiMap.java | 34 Collection<V> values = get(key); in put() local
|
D | Email.java | 85 private void addHeaders(List<String> headers, String name, Collection<String> values) { in addHeaders()
|
/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() 386 public List<SequenceWithInteger> values; field in Asn1DerEncoderTest.UnencodedContainerWithSetOfIntegers 388 public UnencodedContainerWithSetOfIntegers(List<SequenceWithInteger> values) { in UnencodedContainerWithSetOfIntegers()
|
D | Asn1BerParserTest.java | 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/tradefederation/core/src/com/android/tradefed/postprocessor/ |
D | AggregatePostProcessor.java | 124 String values = entry.getValue().getMeasurements().getSingleString(); in processRunMetricsAndLogs() local 142 private void buildStats(String metricKey, List<String> values, in buildStats()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | FlashingResourcesParser.java | 243 private static String getNewest(Collection<String> values) { in getNewest() 373 String values = matcher.group(3); in parseAndroidInfo() local 383 String values = matcher.group(2); in parseAndroidInfo() local
|
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/collections/ |
D | SparseArray.kt | 109 val values = mValues in gc() constant 272 val values = mValues in clear() constant
|
/tools/tradefederation/core/javatests/com/android/tradefed/cluster/ |
D | ClusterCommandTest.java | 68 JSONArray values = new JSONArray().put("hello").put("world"); in testFromJson_extraOptions() local
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | ShardMainResultForwarder.java | 261 List<String> values = attributes.get(attKey); in copyShardBuildInfoToMain() local 289 List<String> values = attributes.get(key.toString()); in copyShardBuildInfoToMain() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/ |
D | LogcatTimingMetricCollector.java | 169 List<Double> values = entry.getValue(); in collectMetrics() local 219 private Metric.Builder createMetric(List<Double> values) { in createMetric()
|
D | BluetoothConnectionStateCollector.java | 73 NumericValues values = NumericValues.newBuilder().addAllNumericValue(states).build(); in addMetricsToRunData() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/logger/ |
D | InvocationLocalTest.java | 74 ImmutableSet<Object> values = invocation(() -> ImmutableSet.of(local.get(), local.get())); in getReturnsSameInitialValue() local
|
/tools/metalava/metalava-model/src/test/java/com/android/tools/metalava/model/junit4/ |
D | CustomizableParameterizedParametersProviderTest.kt | 67 annotation class CustomParameters(vararg val values: Int, val pattern: String) constant in CustomParameters
|
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ |
D | Asn1DerEncoder.java | 163 …private static byte[] toSetOf(Collection<?> values, Asn1Type elementType) throws Asn1EncodingExcep… in toSetOf() 167 …private static byte[] toSequenceOf(Collection<?> values, Asn1Type elementType) throws Asn1Encoding… in toSequenceOf() 171 … private static byte[] toSequenceOrSetOf(Collection<?> values, Asn1Type elementType, boolean toSet) in toSequenceOrSetOf()
|
/tools/tradefederation/core/util_apps/ContentProvider/main/java/android/tradefed/contentprovider/ |
D | ManagedFileContentProvider.java | 159 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() 194 Object[] values = new Object[columns.length]; in getRow() local
|
/tools/security/gdb/gdb_json_printer/test/ |
D | array_42_a.json | 4 "values": [ array
|
/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
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/ |
D | IssueReportingOptions.kt | 117 val values = it.split(",") in <lambda>() constant
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | BootTimeTest.java | 948 List<Double> values = mBootInfo.getOrDefault(metric.getKey(), new ArrayList<>()); in analyzeCustomBootInfo() local 954 mBootInfo.put(metric.getKey(), values); in analyzeCustomBootInfo() local 1039 List<Double> values = mBootInfo.getOrDefault(key, new ArrayList<>()); in analyzeDmesgStageInfo() local 1044 List<Double> values = in analyzeDmesgStageInfo() local 1047 mBootInfo.put(stageInfoItem.getStageName(), values); in analyzeDmesgStageInfo() local 1090 List<Double> values = mBootInfo.getOrDefault(key, new ArrayList<>()); in analyzeDmesgActionInfo() local
|
/tools/tradefederation/core/src/com/android/tradefed/cluster/ |
D | ClusterCommandConfigBuilder.java | 146 List<String> values = optionValues.get(name); in createConfigObject() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/proto/ |
D | ProtoResultParser.java | 740 List<String> values = attributes.get(attKey); in mergeInvocationContext() local 768 List<String> values = attributes.get(key.toString()); in mergeInvocationContext() local 791 List<String> values = attributes.remove(TfObjectTracker.TF_OBJECTS_TRACKING_KEY); in mergeInvocationContext() local
|
/tools/apksig/src/test/java/com/android/apksig/internal/util/ |
D | X509CertificateUtilsTest.java | 152 private static Set<String> createSetOfValues(String... values) { in createSetOfValues()
|