HomeSort by relevance Sort by last modified time
    Searched refs:testData (Results 26 - 38 of 38) sorted by null

12

  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLSessionTest.java 455 String testData = "PING";
520 ostream.write(testData.getBytes());
585 ostream.write(testData.getBytes());
  /external/icu4c/test/intltest/
dtptngts.cpp     [all...]
testidn.cpp 77 testData(TestIDNA& test) {
tzregts.cpp 319 /*Object[] testData = {
323 UDate testData [] = {
331 //testCal->setTimeZone((TimeZone) testData[i]);
333 UDate t = testData[i];
334 UDate end = testData[i+1];
    [all...]
regextst.cpp     [all...]
ustrtest.cpp 707 UChar testData[]={
717 UnicodeString test3(testData);
    [all...]
testidna.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 295 final ProjectInfo testData = collectTestPageInfo();
301 createProjectAsync(monitor, mainData, testData, null);
561 ProjectInfo testData,
584 if (testData != null) {
585 Map<String, Object> parameters = testData.getParameters();
592 testData.getProject(),
593 testData.getDescription(),
595 testData.getDictionary(),
    [all...]
  /external/v8/test/mjsunit/tools/
tickprocessor.js 392 var testData = {
409 for (var testName in testData) {
411 driveTickProcessorTest.apply(null, testData[testName]);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 75 + "internal/editors/layout/refactoring/testdata";
494 String path = "testdata" + File.separator + relativePath; //$NON-NLS-1$
575 File testData = new File(sdkPath, TEST_DATA_REL_PATH.replace('/',
577 if (testData.exists()) {
578 return testData;
  /external/icu4c/test/cintltst/
cucdtst.c     [all...]
cbiditst.c     [all...]
cloctst.c 391 static const char * const testData[][7] =
438 for(row=0;testData[row][0] != NULL;row++) {
439 loc = testData[row][NAME];
502 expected = testData[row][n];
505 expected = testData[row][NAME+1];
    [all...]

Completed in 821 milliseconds

12