HomeSort by relevance Sort by last modified time
    Searched refs:testPath (Results 1 - 13 of 13) sorted by null

  /external/skia/src/gpu/
gr_unittests.cpp 107 GrPath testPath;
115 testPath.resetFromIter(&testIter);
116 GrAssert(kConvex_ConvexHint == testPath.getConvexHint());
124 testPath.resetFromIter(&testIter);
125 GrAssert(kConvex_ConvexHint == testPath.getConvexHint());
134 testPath.resetFromIter(&testIter);
135 GrAssert(kConvex_ConvexHint == testPath.getConvexHint());
144 testPath.resetFromIter(&testIter);
145 GrAssert(kConvex_ConvexHint == testPath.getConvexHint());
155 testPath.resetFromIter(&testIter)
    [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 141 const char* testPath=loadTestData(&status);
153 result=udata_open(testPath, type, name, &status);
155 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
257 result = udata_open( testPath, "typ", "nam", &status);
259 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
274 /* strcpy(icuDataFilePath, testPath); */
322 strcat(longTestPath, testPath);
611 const char* testPath="testdata";
644 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
647 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status)
    [all...]
  /external/llvm/utils/lit/lit/
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/
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 182 public void testPath() {
  /external/icu4c/test/intltest/
intltest.h 236 char* testPath; // specifies subtests
intltest.cpp 506 testPath = NULL;
544 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath );
551 this->testPath = pathVal;
622 testPath = pos+1; // store subpath for calling subtest
625 testPath = NULL;
    [all...]
  /external/skia/tests/
CanvasTest.cpp 163 static SkPath testPath() {
169 const SkPath kTestPath = testPath();
    [all...]
  /prebuilt/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 

Completed in 1482 milliseconds