Home
last modified time | relevance | path

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

12345678910>>...23

/cts/tests/tests/telecom/
DAndroid.mk35 LOCAL_SRC_FILES := $(call all-java-files-under, src) \
36 $(call all-java-files-under, CallScreeningServiceTestApp) \
37 $(call all-Iaidl-files-under, CallScreeningServiceTestApp) \
38 $(call all-java-files-under, ThirdPtyInCallServiceTestApp) \
39 $(call all-Iaidl-files-under, ThirdPtyInCallServiceTestApp) \
40 $(call all-java-files-under, CallRedirectionServiceTestApp) \
41 $(call all-Iaidl-files-under, CallRedirectionServiceTestApp)
55 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/telephony/current/
DAndroid.mk34 LOCAL_SRC_FILES := $(call all-java-files-under, src) \
35 $(call all-java-files-under, EmbmsMiddlewareTestApp) \
36 $(call all-Iaidl-files-under, EmbmsMiddlewareTestApp) \
37 $(call all-java-files-under, LocationAccessingApp) \
38 $(call all-Iaidl-files-under, LocationAccessingApp)
54 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/appwidget/packages/widgetprovider/
DAndroid.mk26 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
27 $(call all-java-files-under, ../../common/src)
47 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
48 $(call all-java-files-under, ../../common/src)
68 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
69 $(call all-java-files-under, ../../common/src)
/cts/tests/JobSchedulerSharedUid/
DAndroid.mk29 LOCAL_SRC_FILES := $(call all-java-files-under, src)
30 LOCAL_SRC_FILES += $(call all-java-files-under, JobSharedUidTestApp/src)
31 LOCAL_SRC_FILES += $(call all-java-files-under, jobperm/src)
32 LOCAL_SRC_FILES += $(call all-java-files-under, shareduid/src)
45 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/appwidget/packages/launchermanifest/
DAndroid.mk26 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
27 $(call all-java-files-under, ../../common/src)
49 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
50 $(call all-java-files-under, ../../common/src)
72 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
73 $(call all-java-files-under, ../../common/src)
/cts/tests/tests/shortcutmanager/packages/packagemanifest/
DAndroid.mk25 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
26 $(call all-java-files-under, ../../common/src)
55 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
56 $(call all-java-files-under, ../../common/src)
85 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
86 $(call all-java-files-under, ../../common/src)
/cts/tools/dasm/src/java_cup/
Dsymbol_set.java41 public Enumeration all() {return _all.elements();}; in all() method in symbol_set
77 for (Enumeration e = all(); e.hasMoreElements(); ) in is_subset_of()
139 for (Enumeration e = other.all(); e.hasMoreElements(); ) in add()
155 for (Enumeration e = other.all(); e.hasMoreElements(); ) in remove()
197 for (e = all(), cnt=0 ; e.hasMoreElements() && cnt<5; cnt++) in hashCode()
213 for (Enumeration e = all(); e.hasMoreElements(); ) in toString()
Dlalr_item_set.java52 public Enumeration all() {return _all.elements();} in all() method in lalr_item_set
91 for (Enumeration e = all(); e.hasMoreElements(); ) in is_subset_of()
170 for (Enumeration e = other.all(); e.hasMoreElements(); ) in add()
184 for (Enumeration e = other.all(); e.hasMoreElements(); ) in remove()
196 the_set = all(); in get_one()
339 for (e = all(), cnt=0 ; e.hasMoreElements() && cnt<5; cnt++) in hashCode()
356 for (Enumeration e=all(); e.hasMoreElements(); ) in toString()
/cts/tests/tests/shortcutmanager/packages/launchermanifest/
DAndroid.mk26 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
27 $(call all-java-files-under, ../../common/src)
56 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
57 $(call all-java-files-under, ../../common/src)
86 LOCAL_SRC_FILES := $(call all-java-files-under, ../src) \
87 $(call all-java-files-under, ../../common/src)
/cts/apps/CameraITS/tests/scene1/
Dtest_capture_result.py152 assert(all([g > 0 for g in gains]))
153 assert(all([t["denominator"] != 0 for t in transform]))
166 assert(all([m >= 1 for m in lsc_map]))
209 assert( all([is_close_float(gains[i], manual_gains_ok[0][i])
211 all([is_close_float(gains[i], manual_gains_ok[1][i])
213 all([is_close_float(gains[i], manual_gains_ok[2][i])
215 assert(all([is_close_rational(transform[i], manual_transform[i])
222 assert(all([is_close_float(c[i], c[i+1])
230 assert(all([m >= 1 for m in lsc_map]))
/cts/tests/framework/base/windowmanager/
DAndroid.mk23 $(call all-java-files-under, src) \
24 $(call all-java-files-under, alertwindowservice/src) \
25 $(call all-named-files-under,Components.java, *) \
52 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/hostsidetests/appsecurity/test-apps/UseEmbeddedDexApp/
DAndroid.mk26 LOCAL_SRC_FILES := $(call all-java-files-under, src)
43 LOCAL_SRC_FILES := $(call all-java-files-under, src)
59 LOCAL_SRC_FILES := $(call all-java-files-under, src)
80 LOCAL_SRC_FILES := $(call all-java-files-under, feature_split/src)
96 LOCAL_SRC_FILES := $(call all-java-files-under, feature_split/src)
/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()
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()
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()
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()
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()
/cts/tests/camera/
DAndroid.mk26 $(call all-java-files-under, utils/src) \
27 $(call all-renderscript-files-under, utils/src)
89 $(call all-java-files-under, src) \
90 $(call all-renderscript-files-under, src)
105 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/location/
DAndroid.mk34 LOCAL_SRC_FILES := $(call all-java-files-under, src/android/location/cts) \
35 $(call all-proto-files-under, protos)
59 LOCAL_SRC_FILES := $(call all-java-files-under, src) \
60 $(call all-proto-files-under, protos)
/cts/apps/NotificationBot/
DAndroid.mk24 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-Iaidl-files-under, src)
37 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/tests/tests/telecom/CallScreeningServiceTestApp/
DAndroid.mk25 LOCAL_AIDL_INCLUDES := $(call all-Iaidl-files-under, aidl)
27 LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs)) \
28 $(call all-Iaidl-files-under, aidl)
/cts/hostsidetests/angle/app/driverTestSecondary/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-java-files-under, ../common)
36 include $(call all-makefiles-under,$(LOCAL_PATH))
/cts/hostsidetests/angle/app/driverTest/
DAndroid.mk19 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-java-files-under, ../common)
36 include $(call all-makefiles-under,$(LOCAL_PATH))

12345678910>>...23