Home
last modified time | relevance | path

Searched refs:testBase (Results 1 – 20 of 20) sorted by relevance

/third_party/node/deps/npm/node_modules/fs-vacuum/test/
Dno-entries-file-no-purge.js24 var testBase, partialPath, fullPath variable
29 testBase = path.resolve(tmpdir, SHORT_PATH)
46 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) {
50 t.equal(messages[5], 'finished vacuuming up to ' + testBase)
69 stat = statSync(testBase)
70 }, testBase + ' can be statted')
71 t.ok(stat && stat.isDirectory(), testBase + ' is still a directory')
73 var files = readdirSync(testBase)
Dno-entries-link-no-purge.js26 var testBase, targetPath, partialPath, fullPath, expandoPath variable
31 testBase = path.resolve(tmpdir, SHORT_PATH)
52 vacuum(expandoPath, {purge: false, base: testBase, log: log}, function (er) {
56 t.equal(messages[6], 'finished vacuuming up to ' + testBase)
69 stat = statSync(testBase)
70 }, testBase + ' can be statted')
71 t.ok(stat && stat.isDirectory(), testBase + ' is still a directory')
73 var files = readdirSync(testBase)
Dno-entries-no-purge.js21 var testPath, testBase variable
26 testBase = path.resolve(tmpdir, SHORT_PATH)
38 vacuum(testPath, {purge: false, base: testBase, log: log}, function (er) {
42 t.equal(messages[4], 'finished vacuuming up to ' + testBase)
55 stat = statSync(testBase)
56 }, testBase + ' can be statted')
57 t.ok(stat && stat.isDirectory(), testBase + ' is still a directory')
Dno-entries-with-purge.js24 var testPath, testBase variable
29 testBase = path.resolve(tmpdir, SHORT_PATH)
43 vacuum(testPath, {purge: true, base: testBase, log: log}, function (er) {
48 t.equal(messages[4], 'finished vacuuming up to ' + testBase)
61 stat = statSync(testBase)
62 }, testBase + ' can be statted')
63 t.ok(stat && stat.isDirectory(), testBase + ' is still a directory')
Dno-entries-with-link-purge.js27 var testBase, partialPath, fullPath, targetPath variable
32 testBase = path.resolve(tmpdir, SHORT_PATH)
54 vacuum(fullPath, {purge: true, base: testBase, log: log}, function (er) {
59 t.equal(messages[4], 'finished vacuuming up to ' + testBase)
72 stat = statSync(testBase)
73 }, testBase + ' can be statted')
74 t.ok(stat && stat.isDirectory(), testBase + ' is still a directory')
Dracy-entries.js48 var testBase, partialPath, fullPath variable
53 testBase = path.resolve(tmpdir, SHORT_PATH)
70 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) {
95 stat = statSync(testBase)
96 }, testBase + ' can be statted')
97 t.ok(stat && stat.isDirectory(), testBase + ' is still a directory')
99 var files = readdirSync(testBase)
Dracy-entries-eexist.js63 var testBase, partialPath, fullPath variable
68 testBase = path.resolve(tmpdir, SHORT_PATH)
85 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) {
110 stat = statSync(testBase)
111 }, testBase + ' can be statted')
112 t.ok(stat && stat.isDirectory(), testBase + ' is still a directory')
114 var files = readdirSync(testBase)
Dracy-entries-enotempty.js63 var testBase, partialPath, fullPath variable
68 testBase = path.resolve(tmpdir, SHORT_PATH)
85 vacuum(fullPath, {purge: false, base: testBase, log: log}, function (er) {
110 stat = statSync(testBase)
111 }, testBase + ' can be statted')
112 t.ok(stat && stat.isDirectory(), testBase + ' is still a directory')
114 var files = readdirSync(testBase)
Dother-directories-no-purge.js22 var testBase, testPath, otherPath variable
27 testBase = path.resolve(tmpdir, SHORT_PATH)
44 vacuum(testPath, {purge: false, base: testBase, log: log}, function (er) {
49 messages[3], 'quitting because other entries in ' + testBase + '/of',
68 var intersection = path.join(testBase, 'of')
/third_party/node/deps/npm/test/tap/
Dcheck-permissions.js12 var testBase = common.pkg variable
13 var existingDir = path.resolve(testBase, 'exists')
14 var nonExistingDir = path.resolve(testBase, 'does-not-exist')
15 var writableDir = path.resolve(testBase, 'writable')
16 var nonWritableDir = path.resolve(testBase, 'non-writable')
62 fs.mkdirSync(testBase)
94 rimraf.sync(testBase)
/third_party/typescript/tests/baselines/reference/
DprivateNameNestedClassFieldShadowing.symbols15 testBase(x: Base) {
16 >testBase : Symbol(Derived.testBase, Decl(privateNameNestedClassFieldShadowing.ts, 4, 15))
DprivateNameNestedClassFieldShadowing.js7 testBase(x: Base) { method in Base.constructor.Derived
34 testBase(x) { method in Base.constructor.Derived
DprivateNameNestedClassFieldShadowing.types15 testBase(x: Base) {
16 >testBase : (x: Base) => void
DprivateNameNestedClassFieldShadowing.errors.txt10 testBase(x: Base) {
/third_party/flutter/skia/src/pathops/
DSkOpSpan.cpp320 SkOpSpanBase* testBase = test->span(); in mergeMatches() local
321 SkASSERT(testBase->ptT() == test); in mergeMatches()
344 testBase->upCast()->release(inner); in mergeMatches()
347 SkDEBUGCODE(testBase->debugSetDeleted()); in mergeMatches()
DSkPathOpsDebug.cpp2506 const SkOpSpanBase* testBase = test->span(); in debugMergeMatches() local
2507 SkASSERT(testBase->ptT() == test); in debugMergeMatches()
2531 log->record(SkPathOpsDebug::kMergeMatches_Glitch, testBase, inner); in debugMergeMatches()
/third_party/skia/src/pathops/
DSkOpSpan.cpp320 SkOpSpanBase* testBase = test->span(); in mergeMatches() local
321 SkASSERT(testBase->ptT() == test); in mergeMatches()
344 testBase->upCast()->release(inner); in mergeMatches()
347 SkDEBUGCODE(testBase->debugSetDeleted()); in mergeMatches()
DSkPathOpsDebug.cpp2484 const SkOpSpanBase* testBase = test->span(); in debugMergeMatches() local
2485 SkASSERT(testBase->ptT() == test); in debugMergeMatches()
2509 log->record(SkPathOpsDebug::kMergeMatches_Glitch, testBase, inner); in debugMergeMatches()
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/
DprivateNameNestedClassFieldShadowing.ts8 testBase(x: Base) {
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DRefCountedTests.cpp311 Ref<RCTest> testBase(testDerived); in TEST() local
312 EXPECT_EQ(testBase->GetRefCountForTesting(), 2u); in TEST()