/cts/tests/tests/proto/src/android/util/proto/cts/ |
D | ProtoOutputStreamBoolTest.java | 78 final Test.All all = new Test.All(); in testWriteCompat() local 81 all.boolField = val; in testWriteCompat() 85 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 153 final Test.All all = new Test.All(); in testRepeatedCompat() local 156 all.boolFieldRepeated = val; in testRepeatedCompat() 162 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 239 final Test.All all = new Test.All(); in testPackedCompat() local 242 all.boolFieldPacked = val; in testPackedCompat() 246 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamSInt32Test.java | 93 final Test.All all = new Test.All(); in testWriteCompat() local 96 all.sint32Field = val; in testWriteCompat() 100 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 192 final Test.All all = new Test.All(); in testRepeatedCompat() local 195 all.sint32FieldRepeated = val; in testRepeatedCompat() 201 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 295 final Test.All all = new Test.All(); in testPackedCompat() local 298 all.sint32FieldPacked = val; in testPackedCompat() 302 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamEnumTest.java | 98 final Test.All all = new Test.All(); in testWriteCompat() local 101 all.outsideField = val; in testWriteCompat() 105 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 204 final Test.All all = new Test.All(); in testRepeatedCompat() local 207 all.outsideFieldRepeated = val; in testRepeatedCompat() 213 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 324 final Test.All all = new Test.All(); in testPackedCompat() local 327 all.outsideFieldPacked = val; in testPackedCompat() 331 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamInt32Test.java | 95 final Test.All all = new Test.All(); in testWriteCompat() local 98 all.int32Field = val; in testWriteCompat() 102 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 198 final Test.All all = new Test.All(); in testRepeatedCompat() local 201 all.int32FieldRepeated = val; in testRepeatedCompat() 207 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 311 final Test.All all = new Test.All(); in testPackedCompat() local 314 all.int32FieldPacked = val; in testPackedCompat() 318 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamSFixed32Test.java | 93 final Test.All all = new Test.All(); in testWriteCompat() local 96 all.sfixed32Field = val; in testWriteCompat() 100 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 192 final Test.All all = new Test.All(); in testRepeatedCompat() local 195 all.sfixed32FieldRepeated = val; in testRepeatedCompat() 201 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 296 final Test.All all = new Test.All(); in testPackedCompat() local 299 all.sfixed32FieldPacked = val; in testPackedCompat() 303 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamUInt32Test.java | 93 final Test.All all = new Test.All(); in testWriteCompat() local 96 all.uint32Field = val; in testWriteCompat() 100 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 192 final Test.All all = new Test.All(); in testRepeatedCompat() local 195 all.uint32FieldRepeated = val; in testRepeatedCompat() 201 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 295 final Test.All all = new Test.All(); in testPackedCompat() local 298 all.uint32FieldPacked = val; in testPackedCompat() 302 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamFixed32Test.java | 93 final Test.All all = new Test.All(); in testWriteCompat() local 96 all.fixed32Field = val; in testWriteCompat() 100 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 192 final Test.All all = new Test.All(); in testRepeatedCompat() local 195 all.fixed32FieldRepeated = val; in testRepeatedCompat() 201 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 295 final Test.All all = new Test.All(); in testPackedCompat() local 298 all.fixed32FieldPacked = val; in testPackedCompat() 302 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamBytesTest.java | 93 final Test.All all = new Test.All(); in testWriteCompat() local 96 all.bytesField = val; in testWriteCompat() 100 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 197 final Test.All all = new Test.All(); in testRepeatedCompat() local 200 all.bytesFieldRepeated = val; in testRepeatedCompat() 206 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat()
|
D | ProtoOutputStreamFixed64Test.java | 110 final Test.All all = new Test.All(); in testWriteCompat() local 113 all.fixed64Field = val; in testWriteCompat() 117 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 241 final Test.All all = new Test.All(); in testRepeatedCompat() local 244 all.fixed64FieldRepeated = val; in testRepeatedCompat() 250 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 372 final Test.All all = new Test.All(); in testPackedCompat() local 375 all.fixed64FieldPacked = val; in testPackedCompat() 379 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamInt64Test.java | 107 final Test.All all = new Test.All(); in testWriteCompat() local 110 all.int64Field = val; in testWriteCompat() 114 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 231 final Test.All all = new Test.All(); in testRepeatedCompat() local 234 all.int64FieldRepeated = val; in testRepeatedCompat() 240 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 364 final Test.All all = new Test.All(); in testPackedCompat() local 367 all.int64FieldPacked = val; in testPackedCompat() 371 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamUInt64Test.java | 107 final Test.All all = new Test.All(); in testWriteCompat() local 110 all.uint64Field = val; in testWriteCompat() 114 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 231 final Test.All all = new Test.All(); in testRepeatedCompat() local 234 all.uint64FieldRepeated = val; in testRepeatedCompat() 240 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 364 final Test.All all = new Test.All(); in testPackedCompat() local 367 all.uint64FieldPacked = val; in testPackedCompat() 371 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamSFixed64Test.java | 110 final Test.All all = new Test.All(); in testWriteCompat() local 113 all.sfixed64Field = val; in testWriteCompat() 117 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 240 final Test.All all = new Test.All(); in testRepeatedCompat() local 243 all.sfixed64FieldRepeated = val; in testRepeatedCompat() 249 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 371 final Test.All all = new Test.All(); in testPackedCompat() local 374 all.sfixed64FieldPacked = val; in testPackedCompat() 378 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamSInt64Test.java | 106 final Test.All all = new Test.All(); in testWriteCompat() local 109 all.sint64Field = val; in testWriteCompat() 113 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 227 final Test.All all = new Test.All(); in testRepeatedCompat() local 230 all.sint64FieldRepeated = val; in testRepeatedCompat() 236 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 349 final Test.All all = new Test.All(); in testPackedCompat() local 352 all.sint64FieldPacked = val; in testPackedCompat() 356 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamDoubleTest.java | 135 final Test.All all = new Test.All(); in testWriteCompat() local 138 all.doubleField = val; in testWriteCompat() 142 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 287 final Test.All all = new Test.All(); in testRepeatedCompat() local 290 all.doubleFieldRepeated = val; in testRepeatedCompat() 296 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 433 final Test.All all = new Test.All(); in testPackedCompat() local 436 all.doubleFieldPacked = val; in testPackedCompat() 440 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamFloatTest.java | 129 final Test.All all = new Test.All(); in testWriteCompat() local 132 all.floatField = val; in testWriteCompat() 136 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 263 final Test.All all = new Test.All(); in testRepeatedCompat() local 266 all.floatFieldRepeated = val; in testRepeatedCompat() 272 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat() 393 final Test.All all = new Test.All(); in testPackedCompat() local 396 all.floatFieldPacked = val; in testPackedCompat() 400 final byte[] expected = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoOutputStreamStringTest.java | 131 final Test.All all = new Test.All(); in testWriteCompat() local 134 all.stringField = val; in testWriteCompat() 138 final byte[] expected = MessageNano.toByteArray(all); in testWriteCompat() 229 final Test.All all = new Test.All(); in testRepeatedCompat() local 232 all.stringFieldRepeated = val; in testRepeatedCompat() 238 final byte[] expected = MessageNano.toByteArray(all); in testRepeatedCompat()
|
D | ProtoOutputStreamObjectTest.java | 631 final Test.All all = new Test.All(); in testNestedCompat() local 634 all.nestedField = new Test.Nested(); in testNestedCompat() 635 all.nestedField.data = 1; in testNestedCompat() 636 all.nestedField.nested = new Test.Nested(); in testNestedCompat() 637 all.nestedField.nested.data = 2; in testNestedCompat() 638 all.nestedField.nested.nested = new Test.Nested(); in testNestedCompat() 639 all.nestedField.nested.nested.data = 3; in testNestedCompat() 661 final byte[] expected = MessageNano.toByteArray(all); in testNestedCompat() 670 final Test.All all = new Test.All(); in testRepeatedNestedCompat() local 674 all.nestedFieldRepeated = new Test.Nested[N]; in testRepeatedNestedCompat() [all …]
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/accounts/ |
D | Accounts.java | 69 return TestApis.users().all().stream().flatMap(u -> all(u).stream()) in allOnDevice() 80 public Set<AccountReference> all() { in all() method in Accounts 81 return all(TestApis.users().instrumented()); in all() 90 public Set<AccountReference> all(UserReference user) { in all() method in Accounts
|
/cts/apps/CameraITS/tests/scene1_1/ |
D | test_capture_result.py | 124 if not all([g > 0 for g in awb_gains]): 126 if not all([t['denominator'] != 0 for t in awb_xform]): 134 if all([is_close_rational(awb_xform[i], _MANUAL_AWB_XFORM[i]) 198 if not (all([math.isclose(awb_gains[i], _MANUAL_GAINS_OK[0][i], 201 all([math.isclose(awb_gains[i], _MANUAL_GAINS_OK[1][i], 204 all([math.isclose(awb_gains[i], _MANUAL_GAINS_OK[2][i], 210 if not (all([is_close_rational(awb_xform[i], _MANUAL_AWB_XFORM[i]) 224 if not all([math.isclose(c[i], c[i+1], abs_tol=_ISCLOSE_ATOL) 244 if not all([m >= 1 for m in lsc_map]):
|
/cts/apps/CtsVerifier/res/raw/ |
D | opencv_library_license | 10 Copyright (C) 2000-2015, Intel Corporation, all rights reserved. 11 Copyright (C) 2009-2011, Willow Garage Inc., all rights reserved. 12 Copyright (C) 2009-2015, NVIDIA Corporation, all rights reserved. 13 Copyright (C) 2010-2013, Advanced Micro Devices, Inc., all rights reserved. 14 Copyright (C) 2015, OpenCV Foundation, all rights reserved. 15 Copyright (C) 2015, Itseez Inc., all rights reserved.
|
/cts/tests/tests/keystore/ |
D | OWNERS | 5 # Bugs for failures that affect many/all devices should be assigned to android-hardware-security@ 7 # Please CC android-hardware-security on all bugs.
|
/cts/tests/tests/companion/multidevice/client/ |
D | proguard.flags | 1 # Keep all companion classes. 17 # By default, proguard leaves all classes in their original package, which
|
/cts/tests/signature/api-check/shared-libs-api/ |
D | Android.bp | 43 ":CtsSharedLibsApiSignatureTestCases_cts-shared-libs-all-current.api", 44 ":CtsSharedLibsApiSignatureTestCases_cts-shared-libs-all-previous.api", 80 name: "CtsSharedLibsApiSignatureTestCases_cts-shared-libs-all-current.api", 114 "shared-libs-all-current.api.zip", 133 // Generates a zip file containing all the API files from previous releases >= 28 excluding the 136 name: "CtsSharedLibsApiSignatureTestCases_cts-shared-libs-all-previous.api", 145 "shared-libs-all-previous.api.zip",
|
/cts/tests/signature/api-check/system-api/ |
D | Android.bp | 25 ":CtsSystemApiSignatureTestCases_system-all.api", 45 name: "CtsSystemApiSignatureTestCases_system-all.api", 54 "system-all.api.zip",
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BuildTest.java | 98 Set<String> all = new HashSet<>(); in testCpuAbi_valuesMatchPermitted() local 99 all.addAll(just32); in testCpuAbi_valuesMatchPermitted() 100 all.addAll(just64); in testCpuAbi_valuesMatchPermitted() 101 Set<String> allAndEmpty = new HashSet<>(all); in testCpuAbi_valuesMatchPermitted() 105 assertValueIsAllowed(all, Build.CPU_ABI); in testCpuAbi_valuesMatchPermitted() 110 assertValuesAreAllowed(all, Build.SUPPORTED_ABIS); in testCpuAbi_valuesMatchPermitted()
|