/aosp_15_r20/dalvik/dx/junit-tests/com/android/dx/rop/type/ |
H A D | TypeTest.java | 29 Type boolArray = Type.BOOLEAN.getArrayType(); in testClearInternTable() local 30 assertTrue(boolArray == Type.BOOLEAN_ARRAY); in testClearInternTable() 31 assertTrue(boolArray == Type.intern("[Z")); in testClearInternTable() 36 assertTrue(boolArray == Type.intern("[Z")); in testClearInternTable()
|
/aosp_15_r20/dalvik/dx/junit-tests/com/android/dx/rop/cst/ |
H A D | CstTypeTest.java | 31 CstType boolArray = CstType.BOOLEAN_ARRAY; in checkClearInternTable() local 32 assertTrue(boolArray == CstType.intern(Type.BOOLEAN_ARRAY)); in checkClearInternTable() 38 assertTrue(boolArray == CstType.intern(Type.BOOLEAN_ARRAY)); in checkClearInternTable()
|
/aosp_15_r20/external/javaparser/javaparser-core-testing-bdd/src/test/resources/com/github/javaparser/ |
H A D | pretty_printing_scenarios.story | 368 public void m1(boolean[] boolArray) {} 369 public void m1(boolean boolArray[]) {} 370 public void m1(boolean[] boolArray[]) {} 376 public void m1(boolean[] boolArray) { 379 public void m1(boolean[] boolArray) { 382 public void m1(boolean[][] boolArray) { 390 void m1(@Boo boolean @Index1 [] @ Index2 [] boolArray) {} 396 void m1(@Boo boolean @Index1 [] @Index2 [] boolArray) {
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/ |
H A D | DataRecord.java | 86 record.unitSepRequiresDP = in.boolArray("unitSepRequiresDP"); in read() 87 record.requiresSkipMarker = in.boolArray("requiresSkipMarker"); in read() 152 out.boolArray("unitSepRequiresDP", unitSepRequiresDP); in write() 153 out.boolArray("requiresSkipMarker", requiresSkipMarker); in write()
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/duration/impl/ |
H A D | DataRecord.java | 84 record.unitSepRequiresDP = in.boolArray("unitSepRequiresDP"); in read() 85 record.requiresSkipMarker = in.boolArray("requiresSkipMarker"); in read() 150 out.boolArray("unitSepRequiresDP", unitSepRequiresDP); in write() 151 out.boolArray("requiresSkipMarker", requiresSkipMarker); in write()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 15 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument 167 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument 175 _data.writeBooleanArray(boolArray); in LogThis() 198 _reply.readBooleanArray(boolArray); in LogThis() 228 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis() argument
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 15 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument 167 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis() argument 175 _data.writeBooleanArray(boolArray); in LogThis() 198 _reply.readBooleanArray(boolArray); in LogThis() 228 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis() argument
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/telemetry/publisher/statsconverters/ |
D | AbstractAtomConverter.java | 213 boolean[] boolArray = new boolean[objList.size()]; in setPersistableBundleArrayField() 215 boolArray[i] = (Boolean) objList.get(i); in setPersistableBundleArrayField() 217 bundle.putBooleanArray(name, boolArray); in setPersistableBundleArrayField()
|
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/ |
D | EventMetric_e2e_test.cpp | 133 bool boolArray[boolArrayLength]; in TEST_F_GUARDED() local 134 boolArray[0] = 1; in TEST_F_GUARDED() 135 boolArray[1] = 0; in TEST_F_GUARDED() 141 boolArray, boolArrayLength, enumArray)); in TEST_F_GUARDED()
|
/aosp_15_r20/frameworks/native/services/stats/ |
H A D | StatsAidl.cpp | 214 bool boolArray[repeatedBoolValue->size()]; in reportVendorAtom() local 217 boolArray[i] = repeatedBoolVector[i]; in reportVendorAtom() 220 AStatsEvent_writeBoolArray(event, boolArray, repeatedBoolVector.size()); in reportVendorAtom()
|
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/ |
H A D | MultilineRecursiveToStringStyleTest.java | 101 public void boolArray() { in boolArray() method in MultilineRecursiveToStringStyleTest 103 wa.boolArray = new boolean[] { true, false, true }; in boolArray() 240 boolean[] boolArray; field in MultilineRecursiveToStringStyleTest.WithArrays
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift.Wasm/Tests/FlatBuffers.Test.Swift.WasmTests/ |
H A D | FlatBuffersMonsterWriterTests.swift | 100 let boolArray = [false, true, false, true, false, true, false] in testArrayOfBools() variable 103 let bools = fbb.createVector(boolArray) in testArrayOfBools() 113 XCTAssertEqual(boolArray, values) in testArrayOfBools() 116 XCTAssertEqual(boolArray[Int(i)], monster.testarrayofbools(at: i)) in testArrayOfBools()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 34 …tatus BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValu… in LogThis() argument 44 … _transaction_log.input_args.emplace_back("boolArray", ::android::internal::ToString(*boolArray)); in LogThis() 74 _aidl_ret_status = _aidl_data.writeBoolVector(*boolArray); in LogThis() 156 …return ILoggableInterface::getDefaultImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, c… in LogThis() 172 _aidl_ret_status = _aidl_reply.readBoolVector(boolArray); in LogThis() 229 … _transaction_log.output_args.emplace_back("boolArray", ::android::internal::ToString(*boolArray)); in LogThis()
|
/aosp_15_r20/packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | AtomTests.java | 591 boolean[] boolArray = {true, false}; in testWriteRawTestAtom() 598 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteRawTestAtom() 611 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteRawTestAtom() 638 boolean[] boolArray = {true, false}; in testWriteExtensionTestAtom() 646 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteExtensionTestAtom() 662 int64Array, floatArray, stringArray, boolArray, enumArray); in testWriteExtensionTestAtom()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 34 …tatus BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValu… in LogThis() argument 44 … _transaction_log.input_args.emplace_back("boolArray", ::android::internal::ToString(*boolArray)); in LogThis() 74 _aidl_ret_status = _aidl_data.writeBoolVector(*boolArray); in LogThis() 156 …return ILoggableInterface::getDefaultImpl()->LogThis(boolValue, boolArray, byteValue, byteArray, c… in LogThis() 172 _aidl_ret_status = _aidl_reply.readBoolVector(boolArray); in LogThis() 229 … _transaction_log.output_args.emplace_back("boolArray", ::android::internal::ToString(*boolArray)); in LogThis()
|
/aosp_15_r20/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
H A D | FlatBuffersMonsterWriterTests.swift | 126 let boolArray = [false, true, false, true, false, true, false] in testArrayOfBools() variable 129 let bools = fbb.createVector(boolArray) in testArrayOfBools() 139 XCTAssertEqual(boolArray, values) in testArrayOfBools() 142 XCTAssertEqual(boolArray[Int(i)], monster.testarrayofbools(at: i)) in testArrayOfBools()
|
/aosp_15_r20/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 59 vector<bool> boolArray{false, true}; in TEST_F() local 85 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
D | aidl_test_client_ndk_loggable_interface.cpp | 68 vector<bool> boolArray{false, true}; in TEST_F() local 93 status = loggable->LogThis(boolValue, &boolArray, byteValue, &byteArray, charValue, &charArray, in TEST_F()
|
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/instrumentor/ |
H A D | TraceDataFlowInstrumentationTarget.java | 110 boolean[] boolArray = {false, false, true}; in selfCheck() 120 results.put("boolArrayGep", boolArray[2]); in selfCheck()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BnLoggableInterface.h | 50 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue… in LogThis() argument 51 …return _aidl_delegate->LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, i… in LogThis()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/ |
D | BnLoggableInterface.h | 50 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue… in LogThis() argument 51 …return _aidl_delegate->LogThis(boolValue, boolArray, byteValue, byteArray, charValue, charArray, i… in LogThis()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 193 std::array<bool, 2> boolArray = {{}}; variable 252 …boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn… 255 …boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn… 275 _aidl_os << ", boolArray: " << ::android::internal::ToString(boolArray); in toString()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 193 std::array<bool, 2> boolArray = {{}}; variable 252 …boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn… 255 …boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn… 275 _aidl_os << ", boolArray: " << ::android::internal::ToString(boolArray); in toString()
|
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/ |
D | JniUtils.cpp | 283 std::vector<unsigned char> boolArray; in convertLuaTableToBundle() local 311 boolArray.push_back( in convertLuaTableToBundle() 337 bundleInsertionResult = bundleWrapper->putBooleanArray(key, boolArray); in convertLuaTableToBundle()
|
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.h | 218 std::array<bool, 2> boolArray = {{}}; variable 273 …boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn… 276 …boolArray, byteArray, charArray, intArray, longArray, floatArray, doubleArray, stringArray, byteEn… 301 _aidl_os << ", boolArray: " << ::android::internal::ToString(boolArray); in toString()
|