/external/robolectric/v1/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/llvm/utils/lit/lit/formats/ |
googletest.py | 72 testPath = path_in_suite + (basename, testname) 73 yield lit.Test.Test(testSuite, testPath, localConfig, file_path=execpath) 98 testPath,testName = os.path.split(test.getSourcePath()) 99 while not os.path.exists(testPath): 102 testPath, namePrefix = os.path.split(testPath) 105 cmd = [testPath, '--gtest_filter=' + testName]
|
/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...] |
/external/icu/icu4c/source/test/cintltst/ |
udatatst.c | 138 const char* testPath=loadTestData(&status); 146 log_verbose("Testing udata_open(%s)\n", testPath); 147 result=udata_open(testPath, type, name, &status); 149 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status)); 296 result = udata_open( testPath, "typ", "nam", &status); 298 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status)); 313 /* strcpy(icuDataFilePath, testPath); */ 361 strcat(longTestPath, testPath); 652 const char* testPath="testdata"; 685 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status) [all...] |
/cts/hostsidetests/appsecurity/test-apps/UsesLibraryApp/src/com/android/cts/useslibrary/ |
UsesLibraryTest.java | 75 String testPath = libPath + File.pathSeparator + apkPath + File.pathSeparator + apkPath; 76 PathClassLoader testLoader = new PathClassLoader(testPath, null);
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
UnixFakeFileSystemTest.groovy | 51 void testPath() {
|
WindowsFakeFileSystemTest.groovy | 56 void testPath() {
|
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
gcimporter_test.go | 53 func testPath(t *testing.T, path string) *types.Package { 57 t.Errorf("testPath(%s): %s", path, err) 60 t.Logf("testPath(%s): %v", path, time.Since(t0)) 83 if testPath(t, filepath.Join(dir, name)) != nil { 107 if pkg := testPath(t, "./testdata/exports"); pkg != nil {
|
/prebuilts/go/linux-x86/src/go/internal/gcimporter/ |
gcimporter_test.go | 53 func testPath(t *testing.T, path string) *types.Package { 57 t.Errorf("testPath(%s): %s", path, err) 60 t.Logf("testPath(%s): %v", path, time.Since(t0)) 83 if testPath(t, filepath.Join(dir, name)) != nil { 107 if pkg := testPath(t, "./testdata/exports"); pkg != nil {
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CookieTest.java | 185 public void testPath() {
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
DeqpTestRunnerTest.java | 126 final String testPath = "dEQP-GLES" 152 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" 282 final String testPath = "dEQP-GLES3.info.version"; 301 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" [all...] |
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/ |
DeqpTestRunnerTest.java | 190 final String testPath = "dEQP-GLES" 216 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" 338 final String testPath = "dEQP-GLES3.info.version"; 357 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" [all...] |
/external/icu/icu4c/source/test/intltest/ |
intltest.h | 322 char* testPath; // specifies subtests
|
intltest.cpp | 538 testPath = NULL; 579 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); 586 this->testPath = pathVal; 664 testPath = pos+1; // store subpath for calling subtest 667 testPath = NULL; [all...] |
/external/skia/tests/ |
SurfaceTest.cpp | 529 SkPath testPath; 530 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0), 587 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint)) 594 EXPECT_COPY_ON_WRITE(drawTextOnPath(testText.c_str(), testText.size(), testPath, nullptr, \ [all...] |
PathTest.cpp | [all...] |
PathOpsOpTest.cpp | 23 PathTest_Private testPath(path); 26 testPath.setPt(index, to.fX, to.fY); [all...] |
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
DeqpTestRunner.java | [all...] |
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
DeqpTestRunner.java | [all...] |
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MediaProvider.java | [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 | |
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/ |
velocity-1.5.jar | |
/prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/ |
velocity-1.7.jar | |
/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/ |
uast-145.597.3.jar | |