Home
last modified time | relevance | path

Searched refs:testPath (Results 1 – 10 of 10) sorted by relevance

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DAssetManagerTest.java43 String testPath; in assetsPathListing() local
45 testPath = ""; in assetsPathListing()
46 files = Arrays.asList(assetManager.list(testPath)); in assetsPathListing()
50 testPath = "docs"; in assetsPathListing()
51 files = Arrays.asList(assetManager.list(testPath)); in assetsPathListing()
54 testPath = "docs" + sp + "extra"; in assetsPathListing()
55 files = Arrays.asList(assetManager.list(testPath)); in assetsPathListing()
58 testPath = "docs" + sp + "extra" + sp + "testing"; in assetsPathListing()
59 files = Arrays.asList(assetManager.list(testPath)); in assetsPathListing()
62 testPath = "assetsHome.txt"; in assetsPathListing()
[all …]
/external/antlr/antlr-3.4/runtime/Python/
Dsetup.py101 for testPath in glob.glob(os.path.join(testDir, 'test*.py')):
102 testFiles.append(testPath)
105 for testPath in testFiles:
106 testID = os.path.basename(testPath)[:-3]
125 (os.path.basename(testPath), buf.getvalue())
226 for testPath in glob.glob(os.path.join(testDir, test_glob)):
227 if testPath.endswith('Lexer.py') or testPath.endswith('Parser.py'):
233 and not os.path.basename(testPath)[:-3].startswith(self.testcase)):
236 testFiles.append(testPath)
239 for testPath in testFiles:
[all …]
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_util_mac_unittest.mm37 FilePath testPath;
38 ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &testPath));
40 testPath = testPath.Append(testFile);
43 download_util::AddFileToPasteboard(pasteboard(), testPath);
54 NSString* realPath = base::SysUTF8ToNSString(testPath.value());
/external/icu4c/test/cintltst/
Dudatatst.c144 const char* testPath=loadTestData(&status); in TestUDataOpen() local
156 result=udata_open(testPath, type, name, &status); in TestUDataOpen()
158 …data_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myEr… in TestUDataOpen()
260 result = udata_open( testPath, "typ", "nam", &status); in TestUDataOpen()
262 …log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_error… in TestUDataOpen()
325 strcat(longTestPath, testPath); in TestUDataOpen()
616 const char* testPath="testdata"; in TestUDataOpenChoiceDemo1() local
649 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
652 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status); in TestUDataOpenChoiceDemo1()
654 …udata_openChoice() failed path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name[2], type, m… in TestUDataOpenChoiceDemo1()
[all …]
/external/llvm/utils/lit/lit/
DTestFormats.py64 testPath = path_in_suite + (dirname, basename, testname)
65 yield Test.Test(testSuite, testPath, localConfig)
89 testPath,testName = os.path.split(test.getSourcePath())
90 while not os.path.exists(testPath):
93 testPath, namePrefix = os.path.split(testPath)
96 cmd = [testPath, '--gtest_filter=' + testName]
/external/webkit/Tools/Scripts/
Dold-run-webkit-tests771 my $testPath = "$testDirectory/$test";
773 $testPath = toWindowsPath($testPath);
775 $testPath = canonpath($testPath);
777 print OUT "$testPath\n";
805 my $testPath = "$testDirectory/$test";
807 $testPath = toWindowsPath($testPath);
809 $testPath = canonpath($testPath);
811 print OUT "$testPath$suffixExpectedHash\n";
814 my $testPath = "$testDirectory/$test";
816 $testPath = toWindowsPath($testPath);
[all …]
/external/icu4c/test/intltest/
Dintltest.cpp521 testPath = NULL; in IntlTest()
560 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); in callTest()
567 this->testPath = pathVal; in setPath()
645 testPath = pos+1; // store subpath for calling subtest in runTest()
648 testPath = NULL; in runTest()
Dintltest.h282 char* testPath; // specifies subtests variable
/external/skia/tests/
DCanvasTest.cpp203 static SkPath testPath() { in testPath() function
209 const SkPath kTestPath = testPath();
DPathTest.cpp1582 const char* testPath; in test_zero_length_paths() member
1636 bool valid = SkParsePath::FromSVGString(gZeroLengthTests[i].testPath, &p); in test_zero_length_paths()
1706 const char* testPath; in test_iter() member
1765 bool valid = SkParsePath::FromSVGString(gIterTests[i].testPath, &p); in test_iter()