/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk_platform-source/gen/include/aidl/android/aidl/tests/ |
H A D | ParcelableForToString.h | 38 std::vector<bool> booleanArray; variable 55 …booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e… 58 …booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e… 61 …booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e… 64 …booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e… 67 …booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e… 70 …booleanArray, 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 D | ParcelableForToString.h | 25 …booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e… 28 …booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e… 31 …booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e… 34 …booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e… 37 …booleanArray, stringValue, stringArray, stringList, parcelableValue, parcelableArray, enumValue, e… 40 …booleanArray, 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 D | ParcelableForToString.rs | 14 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 D | ParcelableForToString.java | 18 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 D | ParcelableForToString.aidl | 38 boolean[] booleanArray;
|
/aosp12/frameworks/base/core/tests/coretests/src/android/os/ |
H A D | IAidlTest.aidl | 34 boolean[] booleanArray(in boolean[] a0, out boolean[] a1, inout boolean[] a2); in booleanArray() method
|
H A D | AidlTest.java | 122 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 D | transaction_test.cc | 382 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 D | ParcelableForToString.cpp | 100 _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 D | ParcelableForToString.cpp | 108 _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 D | fill_array_data.smali | 84 .method public static booleanArray([Z)V
|
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_primitives.cpp | 136 TEST_F(AidlPrimitiveTest, booleanArray) { in TEST_F() argument
|
H A D | aidl_test_client_parcelables.cpp | 470 p.booleanArray = {true, false}; in TEST_F()
|
/aosp12/system/tools/aidl/tests/java/src/android/aidl/tests/ |
H A D | TestServiceClient.java | 751 p.booleanArray = new boolean[]{true, false}; in testToString()
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | ResourceTable.cpp | 163 static const char16_t booleanArray[] = variable 186 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,
|
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 2870 Ljava/lang/invoke/Transformers$VarargsCollector;->booleanArray(Ldalvik/system/EmulatedStackFrame$St…
|