Searched refs:BAR (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/ |
D | ByteEnum.aidl | 22 BAR = 2, enumConstant
|
D | LongEnum.aidl | 22 BAR = 200000000000, enumConstant
|
D | IntEnum.aidl | 22 BAR = 2000, enumConstant
|
/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
D | JavaClientTest.java | 493 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/ |
D | test_native_aidl_client.cpp | 309 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/ |
D | CarPropertyManagerTest.java | 205 VehicleUnit.BAR).build();
|