HomeSort by relevance Sort by last modified time
    Searched full:testfilepath (Results 1 - 11 of 11) sorted by null

  /external/icu4c/test/letest/
xmlreader.h 23 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
xmlreader.cpp 133 void readTestFile(const char *testFilePath, TestCaseCallback callback)
138 UXMLElement *root = parser->parseFile(testFilePath, status);
141 log_err("Could not open the test data file: %s\n", testFilePath);
letest.cpp 568 const char *testFilePath = getPath(path, "letest.xml");
571 UXMLElement *root = parser->parseFile(testFilePath, status);
574 log_err("Could not open the test data file: %s\n", testFilePath);
    [all...]
cletest.c 495 const char *testFilePath = getPath(path, "letest.xml");
497 readTestFile(testFilePath, doTestCase);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/project/
AndroidManifestParserTest.java 48 String testFilePath = AdtTestData.getInstance().getTestFilePath(TESTAPP_XML);
49 mManifestTestApp = AndroidManifestParser.parseForData(testFilePath);
52 testFilePath = AdtTestData.getInstance().getTestFilePath(INSTRUMENTATION_XML);
53 mManifestInstrumentation = AndroidManifestParser.parseForData(testFilePath);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaFrameworkTest.java 56 private String testfilepath = "/sdcard/awb.awb"; field in class:MediaFrameworkTest
96 Log.v("emily","awb " + testfilepath);
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PrintStreamTest.java 46 private String testFilePath = null;
145 tobj = new PrintStream(testFilePath);
150 tobj = new PrintStream(testFilePath);
175 tobj = new PrintStream(testFilePath, "utf-8");
180 tobj = new PrintStream(testFilePath, "utf-8");
193 tobj = new PrintStream(testFilePath, "invalidEncoding");
    [all...]
PrintWriterTest.java 61 private String testFilePath = null;
250 tobj = new PrintWriter(testFilePath);
255 tobj = new PrintWriter(testFilePath);
280 tobj = new PrintWriter(testFilePath, "utf-8");
285 tobj = new PrintWriter(testFilePath, "utf-8");
298 tobj = new PrintWriter(testFilePath, "invalidEncoding");
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 258 public void mediaStressPlayback(String testFilePath) {
262 mp.setDataSource(testFilePath);
  /external/icu4c/test/intltest/
ssearch.cpp 149 const char *testFilePath = getPath(path, "ssearch.xml");
151 if (testFilePath == NULL) {
157 UXMLElement *root = parser->parseFile(testFilePath, status);
497 const char *testFilePath = getPath(path, "ssearch.xml");
499 if (testFilePath == NULL) {
505 UXMLElement *root = parser->parseFile(testFilePath, status);
    [all...]
csdetest.cpp 492 const char *testFilePath = getPath(path, "csdetest.xml");
494 if (testFilePath == NULL) {
504 UXMLElement *root = parser->parseFile(testFilePath, status);

Completed in 426 milliseconds