Home
last modified time | relevance | path

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

123456

/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DNotificationHelper.java45 public StatusBarNotification findPostedNotification(int id, boolean all) { in findPostedNotification() argument
50 StatusBarNotification n = findNotificationNoWait(id, all); in findPostedNotification()
60 return findNotificationNoWait(id, all); in findPostedNotification()
63 public StatusBarNotification findNotificationNoWait(int id, boolean all) { in findNotificationNoWait() argument
64 for (StatusBarNotification sbn : getActiveNotifications(all)) { in findNotificationNoWait()
72 public StatusBarNotification[] getActiveNotifications(boolean all) { in getActiveNotifications() argument
73 if (all) { in getActiveNotifications()
/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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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()
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 …]
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()
/cts/apps/CameraITS/tests/scene1_1/
Dtest_capture_result.py119 assert all([g > 0 for g in awb_gains])
120 assert all([t['denominator'] != 0 for t in awb_xform])
124 assert not all([is_close_rational(awb_xform[i], MANUAL_AWB_XFORM[i])
183 assert (all([np.isclose(awb_gains[i], MANUAL_GAINS_OK[0][i],
185 all([np.isclose(awb_gains[i], MANUAL_GAINS_OK[1][i],
187 all([np.isclose(awb_gains[i], MANUAL_GAINS_OK[2][i],
189 assert (all([is_close_rational(awb_xform[i], MANUAL_AWB_XFORM[i])
199 assert all([np.isclose(c[i], c[i+1], atol=ISCLOSE_ATOL)
214 assert all([m >= 1 for m in lsc_map])
/cts/tests/tests/rsblas/
DAndroid.mk36 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
46 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/renderscript/
DAndroid.mk39 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-renderscript-files-under, src)
49 include $(call all-makefiles-under,$(LOCAL_PATH))
/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/camera/
DAndroid.mk42 $(call all-java-files-under, src) \
43 $(call all-renderscript-files-under, src)
60 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/hostsidetests/sustainedperf/shadertoy_android/
DAndroid.mk30 LOCAL_SRC_FILES := $(call all-java-files-under, src)
41 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/signature/api-check/shared-libs-api/
DAndroid.mk30 LOCAL_MODULE := cts-shared-libs-all.api
33 LOCAL_MODULE_STEM := shared-libs-all.api.zip
51 LOCAL_SRC_FILES := $(call all-java-files-under, src)

123456