Home
last modified time | relevance | path

Searched refs:BAR (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DByteEnum.aidl22 BAR = 2, enumConstant
DLongEnum.aidl22 BAR = 200000000000, enumConstant
DIntEnum.aidl22 BAR = 2000, enumConstant
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java493 byte[] value = {ByteEnum.FOO, ByteEnum.BAR}; in testArrays()
501 int[] value = {IntEnum.FOO, IntEnum.BAR}; in testArrays()
509 long[] value = {LongEnum.FOO, LongEnum.BAR}; in testArrays()
628 byte[] value = {ByteEnum.FOO, ByteEnum.BAR}; in testNullableArrays()
635 int[] value = {IntEnum.FOO, IntEnum.BAR}; in testNullableArrays()
642 long[] value = {LongEnum.FOO, LongEnum.BAR}; in testNullableArrays()
693 foo.shouldBeByteBar = ByteEnum.BAR; in testRepeatFoo()
694 foo.shouldBeIntBar = IntEnum.BAR; in testRepeatFoo()
695 foo.shouldBeLongBar = LongEnum.BAR; in testRepeatFoo()
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp309 EXPECT_EQ(toString(IntEnum::BAR), "BAR"); in TEST_P()
319 EXPECT_EQ(ByteEnum::BAR, *iter++); in TEST_P()
853 foo.shouldBeByteBar = ByteEnum::BAR; in TEST_P()
854 foo.shouldBeIntBar = IntEnum::BAR; in TEST_P()
855 foo.shouldBeLongBar = LongEnum::BAR; in TEST_P()
979 {ByteEnum::FOO, ByteEnum::BAR}, in TEST_P()
985 {IntEnum::FOO, IntEnum::BAR}, in TEST_P()
991 {LongEnum::FOO, LongEnum::BAR}, in TEST_P()
1136 {{ByteEnum::FOO, ByteEnum::BAR}}, in TEST_P()
1143 {{IntEnum::FOO, IntEnum::BAR}}, in TEST_P()
[all …]
/cts/tests/tests/car/src/android/car/cts/
DCarPropertyManagerTest.java205 VehicleUnit.BAR).build();