/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/chromium_org/v8/test/mjsunit/ |
testcfg.py | 76 testfilename = os.path.join(self.root, testcase.path + self.suffix()) 78 env = ["-e", "TEST_FILE_NAME=\"%s\"" % testfilename.replace("\\", "\\\\")] 81 files.append(testfilename)
|
/external/srec/tools/dictTest/ |
dictTest.c | 116 LCHAR testfilename[MAX_LINE_LENGTH]; local 149 *testfilename = 0; 173 LSTRCPY(testfilename, argv[++i]); 309 else if (*testfilename) /* test file mode */ 311 if ((fin = pfopen(testfilename,"r")) == NULL) 313 LPRINTF("Could not open file: %s\n", testfilename);
|
/external/chromium_org/v8/test/mozilla/ |
testcfg.py | 95 testfilename = testcase.path + ".js" 96 testfilepath = testfilename.split(os.path.sep) 103 result.append(os.path.join(self.testroot, testfilename))
|
/external/chromium_org/v8/test/webkit/ |
testcfg.py | 81 testfilename = os.path.join(self.root, testcase.path + self.suffix()) 83 env = ["-e", "TEST_FILE_NAME=\"%s\"" % testfilename.replace("\\", "\\\\")] 86 files.append(testfilename)
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
rbbitst.h | 127 void checkUnicodeTestCase(const char *testFileName, int lineNumber,
|
rbbitst.cpp | 647 char testFileName[1000]; 648 if (testDataDirectory == NULL || strlen(testDataDirectory) + strlen("riwords.txt") + 10 >= sizeof(testFileName)) { 652 strcpy(testFileName, testDataDirectory); 653 strcat(testFileName, "riwords.txt"); 677 testFile = ReadAndConvertFile(testFileName, len, NULL, status); [all...] |
/external/icu4c/test/intltest/ |
rbbitst.h | 126 void checkUnicodeTestCase(const char *testFileName, int lineNumber,
|
rbbitst.cpp | [all...] |
/external/marisa-trie/tests/ |
io-test.cc | 19 void TestFilename() { 230 TestFilename();
|
/external/marisa-trie/v0_1_5/tests/ |
io-test.cc | 20 void TestFilename() { 231 TestFilename();
|
/external/skia/tools/skpdiff/ |
SkDiffContext.cpp | 150 const char* testFilename = testEntries [entryIndex].c_str(); 152 this->addDiff(baselineFilename, testFilename);
|
/external/stlport/test/eh/ |
main.cpp | 76 void __assertion_failed(char *condition, char *testfilename, int lineno); 77 void __assertion_failed(char *condition, char *testfilename, int lineno) 82 std::strncat( msg, testfilename, 255 );
|
/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);
|
/external/srec/tools/parseStringTest/ |
parseStringTest.c | 63 pfprintf(PSTDOUT, "usage: %s -base <basefilename> [-in <input file>] [-out <output file>] [-itest <testfilename>]\n", exename);
|
/external/chromium_org/third_party/icu/patches/ |
segmentation.patch | [all...] |