Home
last modified time | relevance | path

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

/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/
DParcelableForToString.h42 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.cpp79 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.cpp164 TEST_F(AidlPrimitiveTest, stringArray) { in TEST_F() argument
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/
DILoggableInterface.java10 …leValue, double[] doubleArray, java.lang.String stringValue, java.lang.String[] stringArray, java.… in LogThis()
151 …leValue, double[] doubleArray, java.lang.String stringValue, java.lang.String[] stringArray, java.… in LogThis()
208 …leValue, double[] doubleArray, java.lang.String stringValue, java.lang.String[] stringArray, java.… in LogThis()
/system/tools/aidl/tests/golden_output/aidl-test-interface-java-source/gen/android/aidl/tests/
DParcelableForToString.java20 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.h37 …doubleArray, const ::android::String16& stringValue, ::std::vector<::android::String16>* stringArr… in LogThis()
/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
DParcelableForToString.rs18 pub stringArray: Vec<String>, field
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/
DILoggableInterface.cpp27 …doubleArray, const ::android::String16& stringValue, ::std::vector<::android::String16>* stringArr… in LogThis()
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-ndk-source/gen/include/aidl/android/aidl/fixedsizearray/
DFixedSizeArrayExample.h186 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.h207 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.java16 public java.lang.String[] stringArray = {"hello", "world"}; field in FixedSizeArrayExample
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java947 String[] stringArray = new String[3]; in client() local
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/
DFixedSizeArrayExample.rs13 pub stringArray: [String; 2], field