Home
last modified time | relevance | path

Searched refs:booleanArray (Results 1 – 16 of 16) 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
55booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
58booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
61booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
64booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
67booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
70booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
88 os << ", booleanArray: " << ::android::internal::ToString(booleanArray); in toString()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
H A DParcelableForToString.h25booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
28booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
31booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
34booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
37booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
40booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e…
54 ::std::vector<bool> booleanArray;
86 os << ", booleanArray: " << ::android::internal::ToString(booleanArray); in toString()
/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
42 booleanArray: Default::default(), in default()
83 subparcel.write(&this.booleanArray)?; in serialize_option()
165 result.booleanArray = parcel.read()?; in deserialize_option()
/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
57 _aidl_parcel.writeBooleanArray(booleanArray); in writeToParcel()
121 booleanArray = _aidl_parcel.createBooleanArray(); in readFromParcel()
180 _aidl_sj.add("booleanArray: " + (java.util.Arrays.toString(booleanArray))); in toString()
/aosp12/system/tools/aidl/tests/android/aidl/tests/
H A DParcelableForToString.aidl38 boolean[] booleanArray;
/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
290 boolean[] br = mRemote.booleanArray(b0, b1, b2); in testArrays()
/aosp12/art/runtime/
H A Dtransaction_test.cc382 Handle<mirror::BooleanArray> booleanArray = hs.NewHandle( in TEST_F() local
384 ASSERT_TRUE(booleanArray != nullptr); in TEST_F()
385 ASSERT_EQ(booleanArray->GetLength(), 1); in TEST_F()
386 ASSERT_EQ(booleanArray->GetWithoutChecks(0), false); in TEST_F()
463 booleanArray->SetWithoutChecks<true>(0, true); in TEST_F()
475 EXPECT_EQ(booleanArray->GetWithoutChecks(0), false); in TEST_F()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/android/aidl/tests/
H A DParcelableForToString.cpp100 _aidl_ret_status = ::ndk::AParcel_readVector(parcel, &booleanArray); in readFromParcel()
222 _aidl_ret_status = ::ndk::AParcel_writeVector(parcel, booleanArray); in writeToParcel()
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/android/aidl/tests/
H A DParcelableForToString.cpp108 _aidl_ret_status = _aidl_parcel->readBoolVector(&booleanArray); in readFromParcel()
252 _aidl_ret_status = _aidl_parcel->writeBoolVector(booleanArray); in writeToParcel()
/aosp12/art/test/412-new-array/smali/
H A Dfill_array_data.smali84 .method public static booleanArray([Z)V
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_primitives.cpp136 TEST_F(AidlPrimitiveTest, booleanArray) { in TEST_F() argument
H A Daidl_test_client_parcelables.cpp470 p.booleanArray = {true, false}; in TEST_F()
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/
H A DTestServiceClient.java751 p.booleanArray = new boolean[]{true, false}; in testToString()
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.cpp163 static const char16_t booleanArray[] = variable
186 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt2870 Ljava/lang/invoke/Transformers$VarargsCollector;->booleanArray(Ldalvik/system/EmulatedStackFrame$St…