| /external/icu/icu4c/source/test/letest/ | 
| xmlreader.h | 25 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback); 
 | 
| xmlreader.cpp | 135 void readTestFile(const char *testFilePath, TestCaseCallback callback) 140     UXMLElement *root   = parser->parseFile(testFilePath, status);
 143         log_err("Could not open the test data file: %s\n", testFilePath);
 
 | 
| letest.cpp | 571     const char *testFilePath = getPath(path, "letest.xml"); 574     UXMLElement *root   = parser->parseFile(testFilePath, status);
 577         log_err("Could not open the test data file: %s\n", testFilePath);
 [all...]
 | 
| cletest.c | 499     const char *testFilePath = getPath(path, "letest.xml"); 501 	readTestFile(testFilePath, doTestCase);
 
 | 
| /external/icu/icu4c/source/test/perf/leperf/ | 
| xmlreader.h | 26 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback); 
 | 
| xmlreader.cpp | 139 void readTestFile(const char *testFilePath, TestCaseCallback callback) 144     UXMLElement *root   = parser->parseFile(testFilePath, status);
 147         log_err("Could not open the test data file: %s\n", testFilePath);
 
 | 
| /external/ltp/testcases/kernel/syscalls/mknodat/ | 
| mknodat01.c | 47 static char testfilepath[256];  variable 133 	sprintf(testfilepath, PATHNAME"/mknodattestfile%d", getpid());
 147 	SAFE_UNLINK(cleanup, testfilepath);
 
 | 
| /external/libmojo/mojo/common/ | 
| test_common_custom_types.mojom | 15 interface TestFilePath { 
 | 
| common_custom_types_unittest.cc | 64 class TestFilePathImpl : public TestFilePath { 69   // TestFilePath implementation:
 76   mojo::Binding<TestFilePath> binding_;
 
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ | 
| PrintStreamTest.java | 48     private String testFilePath = null; 81         PrintStream os = new PrintStream(testFilePath);
 93             new PrintStream(testFilePath, "Bogus");
 100             PrintStream os = new PrintStream(testFilePath, "utf-8");
 107             PrintStream os = new PrintStream(testFilePath, "utf-16");
 198         MockPrintStream os = new MockPrintStream(testFilePath);
 751         testFilePath = testFile.getAbsolutePath();
 758         testFilePath = null;
 [all...]
 | 
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ | 
| MediaFrameworkTest.java | 60     private String testfilepath = "/sdcard/awb.awb";  field in class:MediaFrameworkTest 
 | 
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ | 
| MediaPlayerPerformance.java | 204     public void mediaStressPlayback(String testFilePath) { 208                 mp.setDataSource(testFilePath);
 
 | 
| /external/lz4/tests/ | 
| test-lz4-speed.py | 148                           testFilePath, fileName, last_csize, last_cspeed, last_dspeed): 155     result = execute('programs/%s -rqi5b1e%s %s' % (executableName, args.lastCLevel, testFilePath), print_output=True)
 283         print("testFilePath(%s)=%s" % (len(testFilePaths), testFilePaths))
 
 | 
| /external/icu/icu4c/source/test/intltest/ | 
| csdetest.cpp | 542     const char *testFilePath = getPath(path, "csdetest.xml"); 544     if (testFilePath == NULL) {
 554     UXMLElement *root   = parser->parseFile(testFilePath, status);
 [all...]
 | 
| ssearch.cpp | 119     const char *testFilePath = getPath(path, "ssearch.xml"); 121     if (testFilePath == NULL) {
 127     LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status));
 [all...]
 |