HomeSort by relevance Sort by last modified time
    Searched refs:testFileName (Results 1 - 5 of 5) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/
DOMTestDocumentBuilderFactory.java 127 public String addExtension(String testFileName) {
130 return testFileName + ".html";
133 return testFileName + ".svg";
136 return testFileName + ".xhtml";
138 return testFileName + ".xml";
BatikTestDocumentBuilderFactory.java 183 * @param testFileName file name from test
186 public String addExtension(String testFileName) {
187 return testFileName + ".svg";
  /external/icu4c/test/intltest/
rbbitst.h 125 void checkUnicodeTestCase(const char *testFileName, int lineNumber,
rbbitst.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/discovery/
NdkDiscoveryUpdater.java 98 String testFileName = testFile.getAbsolutePath().replace('\\', '/');
99 mArguments.add(testFileName);

Completed in 83 milliseconds