/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
AssetManagerTest.java | 43 String testPath; 45 testPath = ""; 46 files = Arrays.asList(assetManager.list(testPath)); 50 testPath = "docs"; 51 files = Arrays.asList(assetManager.list(testPath)); 54 testPath = "docs" + sp + "extra"; 55 files = Arrays.asList(assetManager.list(testPath)); 58 testPath = "docs" + sp + "extra" + sp + "testing"; 59 files = Arrays.asList(assetManager.list(testPath)); 62 testPath = "assetsHome.txt" [all...] |
/external/antlr/antlr-3.4/runtime/Python/ |
setup.py | 101 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) [all...] |
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
FileFilter.java | 158 * @param testPath 162 public boolean isCrash(String testPath) { 163 for (String prefix : getPrefixes(testPath)) { 178 * @param testPath 182 public boolean isFail(String testPath) { 183 for (String prefix : getPrefixes(testPath)) { 198 * @param testPath 202 public boolean isSlow(String testPath) { 203 for (String prefix : getPrefixes(testPath)) {
|
ManagerService.java | 222 String testPath = result.getRelativePath(); 228 String resultPath = FileFilter.setPathEnding(testPath, "-actual." + TEXT_RESULT_EXTENSION); 234 String testPath = result.getRelativePath(); 240 String resultPath = FileFilter.setPathEnding(testPath,
|
/external/icu4c/test/cintltst/ |
udatatst.c | 144 const char* testPath=loadTestData(&status); 156 result=udata_open(testPath, type, name, &status); 158 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status)); 260 result = udata_open( testPath, "typ", "nam", &status); 262 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status)); 277 /* strcpy(icuDataFilePath, testPath); */ 325 strcat(longTestPath, testPath); 616 const char* testPath="testdata"; 649 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); 652 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status) [all...] |
/external/llvm/utils/lit/lit/ |
TestFormats.py | 64 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/ |
old-run-webkit-tests | 278 Usage: $programName [options] [testdir|testpath ...] 771 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); [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CookieTest.java | 165 public void testPath() {
|
/external/icu4c/test/intltest/ |
intltest.h | 282 char* testPath; // specifies subtests
|
intltest.cpp | 521 testPath = NULL; 560 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); 567 this->testPath = pathVal; 645 testPath = pos+1; // store subpath for calling subtest 648 testPath = NULL; [all...] |
/external/skia/tests/ |
CanvasTest.cpp | 203 static SkPath testPath() { 209 const SkPath kTestPath = testPath(); [all...] |
PathTest.cpp | [all...] |
/prebuilts/misc/common/tradefed/ |
tradefed-prebuilt.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | |