Home
last modified time | relevance | path

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

12

/third_party/node/test/parallel/
Dtest-fs-assert-encoding-error.js8 const testPath = path.join(tmpdir.path, 'assert-encoding-error'); constant
16 fs.readFile(testPath, options, common.mustNotCall());
20 fs.readFileSync(testPath, options);
24 fs.readdir(testPath, options, common.mustNotCall());
28 fs.readdirSync(testPath, options);
32 fs.readlink(testPath, options, common.mustNotCall());
36 fs.readlinkSync(testPath, options);
40 fs.writeFile(testPath, 'data', options, common.mustNotCall());
44 fs.writeFileSync(testPath, 'data', options);
48 fs.appendFile(testPath, 'data', options, common.mustNotCall());
[all …]
Dtest-http-client-get-url.js27 const testPath = '/foo?bar'; constant
31 assert.strictEqual(req.url, testPath);
38 const u = `http://${common.localhostIPv4}:${server.address().port}${testPath}`;
Dtest-fs-realpath.js258 let testPath = cycles;
259 testPath += '/folder/cycles'.repeat(10);
265 assertEqualPath(realpathSync(testPath), path.resolve(expected));
266 asynctest(realpath, [testPath], callback, function(er, res) {
Dtest-repl-tab-complete.js530 const testPath = fixturePath.slice(0, -1); constant
531 testMe.complete(testPath, common.mustCall((err, data) => {
536 path.basename(testPath)
/third_party/icu/icu4c/source/test/cintltst/
Dudatatst.c141 const char* testPath=loadTestData(&status); in TestUDataOpen() local
149 log_verbose("Testing udata_open(%s)\n", testPath); in TestUDataOpen()
150 result=udata_open(testPath, type, name, &status); in TestUDataOpen()
152 …data_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myEr… in TestUDataOpen()
299 result = udata_open( testPath, "typ", "nam", &status); in TestUDataOpen()
301 …log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_error… in TestUDataOpen()
364 strcat(longTestPath, testPath); in TestUDataOpen()
658 const char* testPath="testdata"; in TestUDataOpenChoiceDemo1() local
691 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
694 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status); in TestUDataOpenChoiceDemo1()
[all …]
/third_party/skia/docs/examples/
DCanvas_quickReject_2.cpp9 SkPath testPath, clipPath; in draw() local
10 testPath.addPoly(testPoints, SK_ARRAY_COUNT(testPoints), true); in draw()
14 SkDebugf("quickReject %s\n", canvas->quickReject(testPath) ? "true" : "false"); in draw()
18 SkDebugf("quickReject %s\n", canvas->quickReject(testPath) ? "true" : "false"); in draw()
DRegion_contains_3.cpp10 SkPath xPath, testPath;
12 paint.getTextPath("`", 1, frame * 150 - 40, 150, &testPath);
16 testRegion.setPath(testPath, SkRegion(drawBounds));
/third_party/skia/third_party/externals/angle2/src/tests/gles_conformance_tests/
Dgles_conformance_tests.h51 void run(const std::string &testPath) { RunConformanceTest(testPath, mNativeDisplay); } in run() argument
57 void RunConformanceTest(const std::string &testPath, EGLNativeDisplayType nativeDisplay);
Dgles_conformance_tests.cpp51 void RunConformanceTest(const std::string &testPath, EGLNativeDisplayType nativeDisplay) in RunConformanceTest() argument
68 GetExecutableDirectory().c_str(), testPath.c_str()); in RunConformanceTest()
/third_party/typescript/src/testRunner/unittests/tsc/
DdeclarationEmit.ts10 …function changeCaseFile(file: TestFSWithWatch.FileOrFolderOrSymLink, testPath: (path: string) => b…
11 return !TestFSWithWatch.isSymLink(file) || !testPath(file.symLink) ?
12 testPath(file.path) ? { ...file, path: replacePath(file.path) } : file :
13 …{ path: testPath(file.path) ? replacePath(file.path) : file.path, symLink: replacePath(file.symLin…
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/test/
Dtest_load.js20 function testLoad(testPath, expectedPath) { argument
22 const source = helpers.loadTestData(testPath);
Dtest_mutate_variable_or_object.js22 function testMutations(testPath, expectedPath) { argument
23 const source = helpers.loadTestData(testPath);
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dexceptions.js171 function normalize(testPath) { argument
172 return path.normalize(testPath).replace(/\\/g, '/');
Dsource_helpers.js122 const testPath = fsPath.join(baseDirectory, filePath);
123 const realPath = _findPath(testPath, caseSensitive)
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
Dmisc_realpath_test.cpp21 const char* testPath = nullptr; variable
22 char* ptr = realpath(testPath, nullptr);
/third_party/node/deps/v8/third_party/test262-harness/src/
D_packager.py197 testPath = "TestCases" + \ variable
204 testDict["path"] = testPath
/third_party/typescript/src/testRunner/unittests/services/
DorganizeImports.ts1014 const { path: testPath, content: testContent } = testFile;
1016 …e.organizeImports({ skipDestructiveCodeActions, type: "file", fileName: testPath }, testFormatSett…
1018 assert.equal(changes[0].fileName, testPath);
/third_party/vk-gl-cts/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java185 final String testPath = "dEQP-GLES" in testGlesVersion() local
211 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testGlesVersion()
333 final String testPath = "dEQP-GLES3.info.version"; in testResultCode() local
352 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testResultCode()
1175 final String testPath = "dEQP-GLES3.orientation.test"; in testOrientation() local
1192 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testOrientation()
1988 final String testPath = "dEQP-GLES3.interrupt.test"; in testInterrupt_killReportTestFailed() local
2005 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testInterrupt_killReportTestFailed()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkResourceInterface.cpp525 VkPipelineOfflineCreateInfo makeGraphicsPipelineIdentifier (const std::string& testPath, const VkGr… in makeGraphicsPipelineIdentifier() argument
527 DE_UNREF(testPath); in makeGraphicsPipelineIdentifier()
534 VkPipelineOfflineCreateInfo makeComputePipelineIdentifier (const std::string& testPath, const VkCom… in makeComputePipelineIdentifier() argument
536 DE_UNREF(testPath); in makeComputePipelineIdentifier()
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp571 testPath = NULL; in IntlTest()
613 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); in callTest()
620 this->testPath = pathVal; in setPath()
705 testPath = pos+1; // store subpath for calling subtest in runTest()
708 testPath = NULL; in runTest()
Dintltest.h387 char* testPath; // specifies subtests variable
/third_party/skia/tests/
DGrStyledShapeTest.cpp660 SkPath testPath; in init() local
661 fAppliedPE->asPath(&testPath); in init()
662 REPORTER_ASSERT(r, testPath == postPathEffect); in init()
667 SkPath testPath; in init() local
668 fAppliedFull->asPath(&testPath); in init()
674 REPORTER_ASSERT(r, paths_fill_same(postAllStyle, testPath)); in init()
679 REPORTER_ASSERT(r, testPath == postAllStyle); in init()
DSurfaceTest.cpp418 SkPath testPath; in test_copy_on_write() local
419 testPath.addRect(SkRect::MakeXYWH(SkIntToScalar(0), SkIntToScalar(0), in test_copy_on_write()
463 EXPECT_COPY_ON_WRITE(drawPath(testPath, testPaint)) in test_copy_on_write()
DRoundRectTest.cpp1152 SkPath testPath; in verify_success() local
1153 testPath.addRRect(actual); in verify_success()
1156 SkAssertResult(Op(testPath, expectedPath, kXOR_SkPathOp, &empty)); in verify_success()
/third_party/vk-gl-cts/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1086 private static TestDescription pathToIdentifier(String testPath) { in pathToIdentifier() argument
1087 int indexOfLastDot = testPath.lastIndexOf('.'); in pathToIdentifier()
1088 String className = testPath.substring(0, indexOfLastDot); in pathToIdentifier()
1089 String testName = testPath.substring(indexOfLastDot+1); in pathToIdentifier()

12