Home
last modified time | relevance | path

Searched defs:booleanArray (Results 1 – 5 of 5) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h54 std::vector<bool> booleanArray; variable
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h54 std::vector<bool> booleanArray; variable
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java23 public boolean[] booleanArray; field in ParcelableForToString
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java23 public boolean[] booleanArray; field in ParcelableForToString
/system/tools/aidl/tests/
Daidl_test_client_primitives.cpp173 TEST_F(AidlPrimitiveTest, booleanArray) { in TEST_F() argument