/cts/tests/tests/telecom/ |
D | Android.mk | 35 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/ |
D | Android.mk | 34 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/ |
D | Android.mk | 26 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/ |
D | Android.mk | 29 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/ |
D | Android.mk | 26 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/ |
D | Android.mk | 25 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/ |
D | symbol_set.java | 41 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()
|
D | lalr_item_set.java | 52 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/ |
D | Android.mk | 26 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/ |
D | test_capture_result.py | 152 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/ |
D | Android.mk | 23 $(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/ |
D | Android.mk | 26 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/ |
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 | 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 | 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 | 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 | 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()
|
/cts/tests/camera/ |
D | Android.mk | 26 $(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/ |
D | Android.mk | 34 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/ |
D | Android.mk | 24 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/ |
D | Android.mk | 25 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/ |
D | Android.mk | 19 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/ |
D | Android.mk | 19 LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-java-files-under, ../common) 36 include $(call all-makefiles-under,$(LOCAL_PATH))
|