Home
last modified time | relevance | path

Searched defs:stringArray (Results 1 – 22 of 22) sorted by relevance

/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h56 std::vector<std::string> stringArray; variable
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h56 std::vector<std::string> stringArray; variable
/system/tools/aidl/tests/android/aidl/loggable/
DILoggableInterface.aidl10 String stringValue, inout String[] stringArray, inout List<String> listValue, in LogThis()
/system/tools/aidl/tests/
Daidl_test_client_loggable_interface.cpp73 vector<String16> stringArray{String16("ghi"), String16("jkl")}; in TEST_F() local
Daidl_test_client_ndk_loggable_interface.cpp82 vector<string> stringArray{string("ghi"), string("jkl")}; in TEST_F() local
Daidl_test_client_nullables.cpp85 TEST_F(RepeatNullableTest, stringArray) { in TEST_F() argument
Daidl_test_client_primitives.cpp201 TEST_F(AidlPrimitiveTest, stringArray) { in TEST_F() argument
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …leValue, double[] doubleArray, java.lang.String stringValue, java.lang.String[] stringArray, java.… in LogThis()
167 …leValue, double[] doubleArray, java.lang.String stringValue, java.lang.String[] stringArray, java.… in LogThis()
228 …leValue, double[] doubleArray, java.lang.String stringValue, java.lang.String[] stringArray, java.… in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java15 …leValue, double[] doubleArray, java.lang.String stringValue, java.lang.String[] stringArray, java.… in LogThis()
167 …leValue, double[] doubleArray, java.lang.String stringValue, java.lang.String[] stringArray, java.… in LogThis()
228 …leValue, double[] doubleArray, java.lang.String stringValue, java.lang.String[] stringArray, java.… in LogThis()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java25 public java.lang.String[] stringArray; field in ParcelableForToString
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java25 public java.lang.String[] stringArray; field in ParcelableForToString
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …doubleArray, const ::android::String16& stringValue, ::std::vector<::android::String16>* stringArr… in LogThis()
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/include/android/aidl/loggable/
DBnLoggableInterface.h50 …doubleArray, const ::android::String16& stringValue, ::std::vector<::android::String16>* stringArr… in LogThis()
/system/tools/aidl/tests/golden_output/frozen/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp34 …doubleArray, const ::android::String16& stringValue, ::std::vector<::android::String16>* stringArr… in LogThis()
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp34 …doubleArray, const ::android::String16& stringValue, ::std::vector<::android::String16>* stringArr… in LogThis()
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h200 std::array<std::string, 2> stringArray = {{"hello", "world"}}; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h200 std::array<std::string, 2> stringArray = {{"hello", "world"}}; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h225 std::array<::std::string, 2> stringArray = {{"hello", "world"}}; variable
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-cpp-source/gen/include/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h225 std::array<::std::string, 2> stringArray = {{"hello", "world"}}; variable
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java21 public java.lang.String[] stringArray = {"hello", "world"}; field in FixedSizeArrayExample
/system/tools/aidl/tests/golden_output/frozen/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.java21 public java.lang.String[] stringArray = {"hello", "world"}; field in FixedSizeArrayExample
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java963 String[] stringArray = new String[3]; in client() local