Home
last modified time | relevance | path

Searched defs:longValue (Results 1 – 12 of 12) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-cpp-source/gen/include/android/aidl/tests/
DFixedSize.h35 longValue = 4, enumerator
45 static const inline Tag longValue = Tag::longValue; variable
142 int64_t longValue __attribute__((aligned (8))); member
154 int64_t longValue = 0L; variable
DParcelableForToString.h29 int64_t longValue = 0L; variable
/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DFixedSize.h47 longValue = 4, enumerator
58 static const inline Tag longValue = Tag::longValue; variable
153 int64_t longValue __attribute__((aligned (8))); member
168 int64_t longValue __attribute__((aligned (8))) = 0L; variable
DParcelableForToString.h37 int64_t longValue = 0L; variable
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DFixedSize.java52 public long longValue = 0L; field in FixedSize.FixedParcelable
138 public final static int longValue = 4; // long longValue; field in FixedSize.FixedUnion
227 public static FixedUnion longValue(long _value) { in longValue() method in FixedSize.FixedUnion
412 public static final byte longValue = 4; field
DParcelableForToString.java9 public long longValue = 0L; field in ParcelableForToString
/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.cpp66 int64_t longValue = 47; in TEST_F() local
Daidl_test_client_ndk_loggable_interface.cpp75 int64_t longValue = 47; in TEST_F() local
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 …ray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longAr… in LogThis()
165 …ray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longAr… in LogThis()
225 …ray, char charValue, char[] charArray, int intValue, int[] intArray, long longValue, long[] longAr… in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h42 …_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValue, ::std::vect… in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp27 …_t>* charArray, int32_t intValue, ::std::vector<int32_t>* intArray, int64_t longValue, ::std::vect… in LogThis()