/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/ |
D | SerializableBean.java | 34 private String[] strArray; field in SerializableBean 72 return strArray; in getStrArray() 75 public void setStrArray(String[] strArray) { in setStrArray() argument 76 this.strArray = strArray; in setStrArray()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ArrayReference/ |
D | ArrayReferenceDebuggee.java | 39 static String[] strArray = new String[8]; field in ArrayReferenceDebuggee 59 for (int i=0; i<strArray.length; i++) { 60 strArray[i] = ""+i;
|
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
D | TestResultMessage.java | 311 String[] strArray; in toString() local 313 strArray = primitiveArrayToString(o); in toString() 315 strArray = toString((Object[]) o, null); in toString() 318 for (int i = 0; i < strArray.length; i++) in toString() 320 sb.append(strArray[i]); in toString() 321 if (i + 1 < strArray.length) in toString()
|
/external/protobuf/objectivec/Tests/ |
D | GPBMessageTests.m | 976 XCTAssertNotNil(message2.a.a.strArray); 985 [message2.a.a.strArray addObject:@"foo"]; 988 XCTAssertEqual([message2.a.a.strArray count], (NSUInteger)1); 1009 message2a.a.strArray = message2b.a.strArray; 1012 [message2a.a.strArray addObject:@"bar"]; 1015 XCTAssertEqual(message2a.a.strArray, message2b.a.strArray); 1107 XCTAssertNotNil(message.a.strArray); 1109 GPBAutocreatedArray *strArray = 1110 (GPBAutocreatedArray *)[message.a.strArray retain]; 1111 XCTAssertTrue([strArray isKindOfClass:[GPBAutocreatedArray class]]); [all …]
|
/external/pdfium/fpdfsdk/javascript/ |
D | Field.cpp | 2586 std::vector<CFX_WideString> strArray; in value() local 2593 strArray.push_back(ElementValue.ToCFXWideString(pRuntime)); in value() 2598 strArray.push_back(swValue); in value() 2602 AddDelay_WideStringArray(FP_VALUE, strArray); in value() 2605 strArray); in value() 2667 const std::vector<CFX_WideString>& strArray) { in SetValue() argument 2669 if (strArray.empty()) in SetValue() 2682 if (pFormField->GetValue() != strArray[0]) { in SetValue() 2683 pFormField->SetValue(strArray[0], true); in SetValue() 2689 if (pFormField->GetValue() != strArray[0]) { in SetValue() [all …]
|
D | Field.h | 448 const std::vector<CFX_WideString>& strArray);
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |