Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/
H A DParcelableForToString.h38 std::vector<bool> booleanArray; variable
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
H A DParcelableForToString.java18 public boolean[] booleanArray; field in ParcelableForToString
/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DIAidlTest.aidl34 boolean[] booleanArray(in boolean[] a0, out boolean[] a1, inout boolean[] a2); in booleanArray() method
H A DAidlTest.java122 public boolean[] booleanArray(boolean[] a0, boolean[] a1, boolean[] a2) { in booleanArray() method in AidlTest.AidlObject
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DParcelableForToString.rs14 pub booleanArray: Vec<bool>, field
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_primitives.cpp136 TEST_F(AidlPrimitiveTest, booleanArray) { in TEST_F() argument
/aosp12/art/runtime/
H A Dtransaction_test.cc382 Handle<mirror::BooleanArray> booleanArray = hs.NewHandle( in TEST_F() local
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.cpp163 static const char16_t booleanArray[] = variable