Home
last modified time | relevance | path

Searched defs:boolArray (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis()
167 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis()
228 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis()
167 …@Override public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue… in LogThis()
228 …public java.lang.String[] LogThis(boolean boolValue, boolean[] boolArray, byte byteValue, byte[] b… in LogThis()
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/builder/
H A DMultilineRecursiveToStringStyleTest.java101 public void boolArray() { in boolArray() method in MultilineRecursiveToStringStyleTest
240 boolean[] boolArray; field in MultilineRecursiveToStringStyleTest.WithArrays
/aosp_15_r20/dalvik/dx/junit-tests/com/android/dx/rop/cst/
H A DCstTypeTest.java31 CstType boolArray = CstType.BOOLEAN_ARRAY; in checkClearInternTable() local
/aosp_15_r20/dalvik/dx/junit-tests/com/android/dx/rop/type/
H A DTypeTest.java29 Type boolArray = Type.BOOLEAN.getArrayType(); in testClearInternTable() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/duration/impl/
H A DRecordReader.java17 boolean[] boolArray(String name); in boolArray() method
H A DRecordWriter.java17 void boolArray(String name, boolean[] values); in boolArray() method
H A DXMLRecordReader.java75 public boolean[] boolArray(String name) { in boolArray() method in XMLRecordReader
H A DXMLRecordWriter.java61 public void boolArray(String name, boolean[] values) { in boolArray() method in XMLRecordWriter
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DRecordReader.java18 boolean[] boolArray(String name); in boolArray() method
H A DRecordWriter.java18 void boolArray(String name, boolean[] values); in boolArray() method
H A DXMLRecordReader.java79 public boolean[] boolArray(String name) { in boolArray() method in XMLRecordReader
H A DXMLRecordWriter.java65 public void boolArray(String name, boolean[] values) { in boolArray() method in XMLRecordWriter
/aosp_15_r20/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl6 String[] LogThis(boolean boolValue, inout boolean[] boolArray, byte byteValue, in LogThis()
/aosp_15_r20/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp59 vector<bool> boolArray{false, true}; in TEST_F() local
Daidl_test_client_ndk_loggable_interface.cpp68 vector<bool> boolArray{false, true}; in TEST_F() local
/aosp_15_r20/frameworks/native/services/stats/
H A DStatsAidl.cpp214 bool boolArray[repeatedBoolValue->size()]; in reportVendorAtom() local
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue… in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …::android::binder::Status LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_t byteValue… in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp34 …:binder::Status BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_… in LogThis()
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp34 …:binder::Status BpLoggableInterface::LogThis(bool boolValue, ::std::vector<bool>* boolArray, int8_… in LogThis()
/aosp_15_r20/packages/services/Car/packages/ScriptExecutor/src/
DJniUtils.cpp283 std::vector<unsigned char> boolArray; in convertLuaTableToBundle() local
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h193 std::array<bool, 2> boolArray = {{}}; variable
/aosp_15_r20/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h193 std::array<bool, 2> boolArray = {{}}; variable
/aosp_15_r20/packages/modules/StatsD/statsd/tests/e2e/
DEventMetric_e2e_test.cpp133 bool boolArray[boolArrayLength]; in TEST_F_GUARDED() local

1234