Searched refs:testPath (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/gpu/ |
D | gr_unittests.cpp | 107 GrPath testPath; in test_convex() 115 testPath.resetFromIter(&testIter); in test_convex() 116 GrAssert(kConvex_ConvexHint == testPath.getConvexHint()); in test_convex() 124 testPath.resetFromIter(&testIter); in test_convex() 125 GrAssert(kConvex_ConvexHint == testPath.getConvexHint()); in test_convex() 134 testPath.resetFromIter(&testIter); in test_convex() 135 GrAssert(kConvex_ConvexHint == testPath.getConvexHint()); in test_convex() 144 testPath.resetFromIter(&testIter); in test_convex() 145 GrAssert(kConvex_ConvexHint == testPath.getConvexHint()); in test_convex() 155 testPath.resetFromIter(&testIter); in test_convex() [all …]
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | 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) 239 for testPath in testFiles: [all …]
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
D | download_util_mac_unittest.mm | 37 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/ |
D | udatatst.c | 141 const char* testPath=loadTestData(&status); in TestUDataOpen() local 153 result=udata_open(testPath, type, name, &status); in TestUDataOpen() 155 …data_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myEr… in TestUDataOpen() 257 result = udata_open( testPath, "typ", "nam", &status); in TestUDataOpen() 259 …log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_error… in TestUDataOpen() 322 strcat(longTestPath, testPath); in TestUDataOpen() 611 const char* testPath="testdata"; in TestUDataOpenChoiceDemo1() local 644 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1() 647 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status); in TestUDataOpenChoiceDemo1() 649 …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/ |
D | TestFormats.py | 77 testPath = path_in_suite + (filename, subfilename, name) 78 yield Test.Test(testSuite, testPath, localConfig) 81 testPath,testName = os.path.split(test.getSourcePath()) 82 while not os.path.exists(testPath): 85 testPath, namePrefix = os.path.split(testPath) 88 cmd = [testPath, '--gtest_filter=' + testName]
|
/external/webkit/Tools/Scripts/ |
D | old-run-webkit-tests | 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); 809 $testPath = canonpath($testPath); 811 print OUT "$testPath$suffixExpectedHash\n"; 814 my $testPath = "$testDirectory/$test"; 816 $testPath = toWindowsPath($testPath); [all …]
|
/external/icu4c/test/intltest/ |
D | intltest.cpp | 506 testPath = NULL; in IntlTest() 544 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); in callTest() 551 this->testPath = pathVal; in setPath() 622 testPath = pos+1; // store subpath for calling subtest in runTest() 625 testPath = NULL; in runTest()
|
D | intltest.h | 236 char* testPath; // specifies subtests variable
|
/external/skia/tests/ |
D | CanvasTest.cpp | 163 static SkPath testPath() { in testPath() function 169 const SkPath kTestPath = testPath();
|