/frameworks/native/libs/math/tests/ |
D | vec_test.cpp | 194 EXPECT_TRUE(all(equal(v0, v0))); in TEST_F() 195 EXPECT_TRUE(all(notEqual(v0, v1))); in TEST_F() 199 EXPECT_FALSE(all(lessThan(v0, v0))); in TEST_F() 200 EXPECT_TRUE(all(lessThanEqual(v0, v0))); in TEST_F() 201 EXPECT_FALSE(all(greaterThan(v0, v0))); in TEST_F() 202 EXPECT_TRUE(all(greaterThanEqual(v0, v0))); in TEST_F() 203 EXPECT_TRUE(all(lessThan(v0, v1))); in TEST_F() 204 EXPECT_TRUE(all(greaterThan(v1, v0))); in TEST_F() 257 EXPECT_TRUE(all(vec3(1, 1, 1))); in TEST_F() 258 EXPECT_FALSE(all(vec3(0, 0, 1))); in TEST_F() [all …]
|
/frameworks/rs/tests/java_api/RsTest/ |
D | Android.mk | 24 $(call all-java-files-under,src) \ 25 $(call all-java-files-under,../RSUnitTests/gui) \ 26 $(call all-java-files-under,../RSUnitTests/src) \ 27 $(call all-renderscript-files-under,../RSUnitTests/src) \
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/ |
D | Android.mk | 25 $(call all-java-files-under,src) \ 26 $(call all-java-files-under,../RSUnitTests/gui) \ 27 $(call all-java-files-under,../RSUnitTests/supportlibsrc_gen) \ 28 $(call all-renderscript-files-under,../RSUnitTests/supportlibsrc_gen) \
|
/frameworks/base/libs/incident/src/ |
D | IncidentReportArgs.cpp | 104 int32_t all; in readFromParcel() local 105 err = in->readInt32(&all); in readFromParcel() 109 if (all != 0) { in readFromParcel() 110 mAll = all; in readFromParcel() 156 IncidentReportArgs::setAll(bool all) in setAll() argument 158 mAll = all; in setAll() 159 if (all) { in setAll()
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | JarUtil.java | 43 @NotNull Map<String, byte[]> all, @NotNull Function<byte[], byte[]> transform) in createJar() argument 46 for (Entry<String, byte[]> entry : all.entrySet()) { in createJar() 71 @NotNull Map<String, byte[]> all) throws IOException { in createJar() argument 72 createJar(outStream, all, Function.identity()); in createJar()
|
/frameworks/av/media/libaudiohal/impl/ |
D | Android.bp | 45 "android.hardware.audio.common.util@all-versions", 67 "-include common/all-versions/VersionMacro.h", 83 "-include common/all-versions/VersionMacro.h", 99 "-include common/all-versions/VersionMacro.h", 115 "-include common/all-versions/VersionMacro.h",
|
/frameworks/base/tests/LockTaskTests/ |
D | Android.mk | 11 LOCAL_SRC_FILES := $(call all-Iaidl-files-under, src) $(call all-java-files-under, src) 16 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/ |
D | Android.mk | 31 $(call all-java-files-under, src) \ 32 $(call all-renderscript-files-under, src) 40 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | ProtoInputStreamBoolTest.java | 103 final Test.All all = new Test.All(); in testReadCompat() local 104 all.boolField = val; in testReadCompat() 106 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 225 final Test.All all = new Test.All(); in testRepeatedCompat() local 226 all.boolFieldRepeated = val; in testRepeatedCompat() 228 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 346 final Test.All all = new Test.All(); in testPackedCompat() local 347 all.boolFieldPacked = val; in testPackedCompat() 349 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamInt32Test.java | 126 final Test.All all = new Test.All(); in testReadCompat() local 127 all.int32Field = val; in testReadCompat() 129 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 265 final Test.All all = new Test.All(); in testRepeatedCompat() local 266 all.int32FieldRepeated = val; in testRepeatedCompat() 268 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 411 final Test.All all = new Test.All(); in testPackedCompat() local 412 all.int32FieldPacked = val; in testPackedCompat() 414 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamEnumTest.java | 126 final Test.All all = new Test.All(); in testReadCompat() local 127 all.outsideField = val; in testReadCompat() 129 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 266 final Test.All all = new Test.All(); in testRepeatedCompat() local 267 all.outsideFieldRepeated = val; in testRepeatedCompat() 269 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 416 final Test.All all = new Test.All(); in testPackedCompat() local 417 all.outsideFieldPacked = val; in testPackedCompat() 419 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamFixed32Test.java | 124 final Test.All all = new Test.All(); in testReadCompat() local 125 all.fixed32Field = val; in testReadCompat() 127 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 259 final Test.All all = new Test.All(); in testRepeatedCompat() local 260 all.fixed32FieldRepeated = val; in testRepeatedCompat() 262 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 393 final Test.All all = new Test.All(); in testPackedCompat() local 394 all.fixed32FieldPacked = val; in testPackedCompat() 396 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamSInt32Test.java | 124 final Test.All all = new Test.All(); in testReadCompat() local 125 all.sint32Field = val; in testReadCompat() 127 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 259 final Test.All all = new Test.All(); in testRepeatedCompat() local 260 all.sint32FieldRepeated = val; in testRepeatedCompat() 262 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 393 final Test.All all = new Test.All(); in testPackedCompat() local 394 all.sint32FieldPacked = val; in testPackedCompat() 396 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamSFixed32Test.java | 124 final Test.All all = new Test.All(); in testReadCompat() local 125 all.sfixed32Field = val; in testReadCompat() 127 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 259 final Test.All all = new Test.All(); in testRepeatedCompat() local 260 all.sfixed32FieldRepeated = val; in testRepeatedCompat() 262 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 393 final Test.All all = new Test.All(); in testPackedCompat() local 394 all.sfixed32FieldPacked = val; in testPackedCompat() 396 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamUInt32Test.java | 126 final Test.All all = new Test.All(); in testReadCompat() local 127 all.uint32Field = val; in testReadCompat() 129 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 264 final Test.All all = new Test.All(); in testRepeatedCompat() local 265 all.uint32FieldRepeated = val; in testRepeatedCompat() 267 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 410 final Test.All all = new Test.All(); in testPackedCompat() local 411 all.uint32FieldPacked = val; in testPackedCompat() 413 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamSInt64Test.java | 144 final Test.All all = new Test.All(); in testReadCompat() local 145 all.sint64Field = val; in testReadCompat() 147 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 307 final Test.All all = new Test.All(); in testRepeatedCompat() local 308 all.sint64FieldRepeated = val; in testRepeatedCompat() 310 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 468 final Test.All all = new Test.All(); in testPackedCompat() local 469 all.sint64FieldPacked = val; in testPackedCompat() 471 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamUInt64Test.java | 146 final Test.All all = new Test.All(); in testReadCompat() local 147 all.uint64Field = val; in testReadCompat() 149 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 312 final Test.All all = new Test.All(); in testRepeatedCompat() local 313 all.uint64FieldRepeated = val; in testRepeatedCompat() 315 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 487 final Test.All all = new Test.All(); in testPackedCompat() local 488 all.uint64FieldPacked = val; in testPackedCompat() 490 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamFixed64Test.java | 149 final Test.All all = new Test.All(); in testReadCompat() local 150 all.fixed64Field = val; in testReadCompat() 152 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 322 final Test.All all = new Test.All(); in testRepeatedCompat() local 323 all.fixed64FieldRepeated = val; in testRepeatedCompat() 325 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 493 final Test.All all = new Test.All(); in testPackedCompat() local 494 all.fixed64FieldPacked = val; in testPackedCompat() 496 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamSFixed64Test.java | 149 final Test.All all = new Test.All(); in testReadCompat() local 150 all.sfixed64Field = val; in testReadCompat() 152 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 322 final Test.All all = new Test.All(); in testRepeatedCompat() local 323 all.sfixed64FieldRepeated = val; in testRepeatedCompat() 325 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 493 final Test.All all = new Test.All(); in testPackedCompat() local 494 all.sfixed64FieldPacked = val; in testPackedCompat() 496 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
D | ProtoInputStreamInt64Test.java | 147 final Test.All all = new Test.All(); in testReadCompat() local 148 all.int64Field = val; in testReadCompat() 150 final byte[] proto = MessageNano.toByteArray(all); in testReadCompat() 314 final Test.All all = new Test.All(); in testRepeatedCompat() local 315 all.int64FieldRepeated = val; in testRepeatedCompat() 317 final byte[] proto = MessageNano.toByteArray(all); in testRepeatedCompat() 491 final Test.All all = new Test.All(); in testPackedCompat() local 492 all.int64FieldPacked = val; in testPackedCompat() 494 final byte[] proto = MessageNano.toByteArray(all); in testPackedCompat()
|
/frameworks/rs/tests/java_api/RSTestBackward/ |
D | Android.mk | 25 $(call all-java-files-under, src)\ 26 $(call all-java-files-under, ../RSUnitTests/src)\ 27 $(call all-renderscript-files-under, ../RSUnitTests/src)\
|
/frameworks/opt/car/services/tests/ |
D | Android.mk | 7 LOCAL_SRC_FILES := $(call all-java-files-under, src) \ 8 $(call all-java-files-under, ../src/com/android/internal/car) \ 9 $(call all-Iaidl-files-under, ../src/com/android/internal/car)
|
/frameworks/native/libs/ui/tests/ |
D | colorspace_test.cpp | 157 EXPECT_TRUE(all(lessThan(abs(r - float3{0.8912f, 0.4962f, 0.1164f}), float3{1e-4f}))); in TEST_F() 162 EXPECT_TRUE(all(lessThan(abs(r - float3{0.70226f, 0.2757f, 0.1036f}), float3{1e-4f}))); in TEST_F() 171 EXPECT_TRUE(all(lessThan(abs(r - float3{0.8912f, 0.4962f, 0.1164f}), float3{1e-4f}))); in TEST_F() 175 EXPECT_TRUE(all(lessThan(abs(r - float3{1.0f, 1.0f, 0.5290f}), float3{1e-4f}))); in TEST_F() 179 EXPECT_TRUE(all(lessThan(abs(r - float3{1.0f, 1.0f, 1.0f}), float3{1e-4f}))); in TEST_F()
|
/frameworks/opt/setupwizard/tools/gradle/ |
D | dist-library-instrumentation-tests.gradle | 17 android.testVariants.all { variant -> 21 // Output all test APKs to the distribution folder. 28 android.libraryVariants.all { variant -> 29 // Output all library AARs to the distribution folder
|
/frameworks/base/media/java/android/media/ |
D | MediaCodecList.java | 84 ArrayList<MediaCodecInfo> all = new ArrayList<MediaCodecInfo>(); in initCodecList() local 88 all.add(info); in initCodecList() 100 all.toArray(new MediaCodecInfo[all.size()]); in initCodecList()
|