/system/tools/aidl/tests/golden_output/aidl-test-interface-ndk-source/gen/include/aidl/android/aidl/tests/ |
D | ParcelableForToString.h | 42 std::vector<std::string> stringArray; variable
|
/system/tools/aidl/tests/android/aidl/loggable/ |
D | ILoggableInterface.aidl | 10 String stringValue, inout String[] stringArray, inout List<String> listValue, in LogThis()
|
/system/tools/aidl/tests/ |
D | aidl_test_client_loggable_interface.cpp | 73 vector<String16> stringArray{String16("ghi"), String16("jkl")}; in TEST_F() local
|
D | aidl_test_client_ndk_loggable_interface.cpp | 79 vector<string> stringArray{string("ghi"), string("jkl")}; in TEST_F() local
|
D | aidl_test_client_nullables.cpp | 85 TEST_F(RepeatNullableTest, stringArray) { in TEST_F() argument
|
D | aidl_test_client_primitives.cpp | 164 TEST_F(AidlPrimitiveTest, stringArray) { in TEST_F() argument
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-java-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.java | 10 …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/ |
D | ParcelableForToString.java | 20 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/ |
D | BnLoggableInterface.h | 37 …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/ |
D | ParcelableForToString.rs | 18 pub stringArray: Vec<String>, field
|
/system/tools/aidl/tests/golden_output/aidl_test_loggable_interface-cpp-source/gen/android/aidl/loggable/ |
D | ILoggableInterface.cpp | 27 …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/ |
D | FixedSizeArrayExample.h | 186 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/ |
D | FixedSizeArrayExample.h | 207 std::array<::std::string, 2> stringArray = {{"hello", "world"}}; variable
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-java-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.java | 16 public java.lang.String[] stringArray = {"hello", "world"}; field in FixedSizeArrayExample
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 947 String[] stringArray = new String[3]; in client() local
|
/system/tools/aidl/tests/golden_output/aidl-test-fixedsizearray-rust-source/gen/android/aidl/fixedsizearray/ |
D | FixedSizeArrayExample.rs | 13 pub stringArray: [String; 2], field
|