Home
last modified time | relevance | path

Searched defs:intArray (Results 1 – 25 of 28) sorted by relevance

12

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DFixedSize.h45 intArray = 6, enumerator
57 static const inline Tag intArray = Tag::intArray; variable
158 std::array<int32_t, 3> intArray __attribute__((aligned (4))); member
206 std::array<int32_t, 3> intArray = {{}}; variable
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DFixedSize.h45 intArray = 6, enumerator
57 static const inline Tag intArray = Tag::intArray; variable
158 std::array<int32_t, 3> intArray __attribute__((aligned (4))); member
206 std::array<int32_t, 3> intArray = {{}}; variable
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h44 std::vector<int32_t> intArray; variable
DFixedSize.h57 intArray = 6, enumerator
70 static const inline Tag intArray = Tag::intArray; variable
169 std::array<int32_t, 3> intArray __attribute__((aligned (4))); member
236 std::array<int32_t, 3> intArray __attribute__((aligned (4))) = {{}}; variable
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h44 std::vector<int32_t> intArray; variable
DFixedSize.h57 intArray = 6, enumerator
70 static const inline Tag intArray = Tag::intArray; variable
169 std::array<int32_t, 3> intArray __attribute__((aligned (4))); member
236 std::array<int32_t, 3> intArray __attribute__((aligned (4))) = {{}}; variable
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl8 inout int[] intArray, long longValue, inout long[] longArray, float floatValue, in LogThis()
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp65 vector<int32_t> intArray{45, 46}; in TEST_F() local
Daidl_test_client_ndk_loggable_interface.cpp74 vector<int32_t> intArray{45, 46}; in TEST_F() local
Daidl_test_client_nullables.cpp62 TEST_F(RepeatNullableTest, intArray) { in TEST_F() argument
Daidl_test_client_primitives.cpp185 TEST_F(AidlPrimitiveTest, intArray) { in TEST_F() argument
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …e, byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValu… in LogThis()
167 …e, byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValu… in LogThis()
228 …e, byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValu… in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …e, byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValu… in LogThis()
167 …e, byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValu… in LogThis()
228 …e, byte[] byteArray, char charValue, char[] charArray, int intValue, int[] intArray, long longValu… in LogThis()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java13 public int[] intArray; field in ParcelableForToString
DFixedSize.java59 public int[] intArray; field in FixedSize.FixedParcelable
292 public final static int intArray = 6; // int[3] intArray; field in FixedSize.FixedUnion
411 public static FixedUnion intArray(int[] _value) { in intArray() method in FixedSize.FixedUnion
616 public static final byte intArray = 6; field
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java13 public int[] intArray; field in ParcelableForToString
DFixedSize.java59 public int[] intArray; field in FixedSize.FixedParcelable
292 public final static int intArray = 6; // int[3] intArray; field in FixedSize.FixedUnion
411 public static FixedUnion intArray(int[] _value) { in intArray() method in FixedSize.FixedUnion
616 public static final byte intArray = 6; field
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …alue, ::std::vector<char16_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int6… in LogThis()
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …alue, ::std::vector<char16_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int6… in LogThis()
/system/chre/java/test/utils/src/com/google/android/utils/chre/
DContextHubHostTestUtil.java156 public static byte[] intArrayToByteArray(int[] intArray) { in intArrayToByteArray()
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp34 …alue, ::std::vector<char16_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int6… in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp34 …alue, ::std::vector<char16_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int6… in LogThis()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h196 std::array<int32_t, 2> intArray = {{}}; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h196 std::array<int32_t, 2> intArray = {{}}; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h221 std::array<int32_t, 2> intArray = {{}}; variable

12