Home
last modified time | relevance | path

Searched refs:all (Results 1 – 25 of 102) sorted by relevance

12345

/cts/tests/tests/proto/src/android/util/proto/cts/
DProtoOutputStreamBoolTest.java78 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()
DProtoOutputStreamSInt32Test.java93 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()
DProtoOutputStreamEnumTest.java98 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()
DProtoOutputStreamInt32Test.java95 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()
DProtoOutputStreamSFixed32Test.java93 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()
DProtoOutputStreamUInt32Test.java93 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()
DProtoOutputStreamFixed32Test.java93 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()
DProtoOutputStreamBytesTest.java93 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()
DProtoOutputStreamFixed64Test.java110 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()
DProtoOutputStreamInt64Test.java107 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()
DProtoOutputStreamUInt64Test.java107 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()
DProtoOutputStreamSFixed64Test.java110 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()
DProtoOutputStreamSInt64Test.java106 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()
DProtoOutputStreamDoubleTest.java135 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()
DProtoOutputStreamFloatTest.java129 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()
DProtoOutputStreamStringTest.java131 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()
DProtoOutputStreamObjectTest.java631 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/
DAccounts.java69 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/
Dtest_capture_result.py124 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/
Dopencv_library_license10 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/
DOWNERS5 # 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/
Dproguard.flags1 # Keep all companion classes.
17 # By default, proguard leaves all classes in their original package, which
/cts/tests/signature/api-check/shared-libs-api/
DAndroid.bp43 ":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/
DAndroid.bp25 ":CtsSystemApiSignatureTestCases_system-all.api",
45 name: "CtsSystemApiSignatureTestCases_system-all.api",
54 "system-all.api.zip",
/cts/tests/tests/os/src/android/os/cts/
DBuildTest.java98 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()

12345