/third_party/typescript/tests/baselines/reference/ |
D | dynamicImportWithNestedThis_es2015.symbols | 6 private _path = './other'; 7 >_path : Symbol(C._path, Decl(dynamicImportWithNestedThis_es2015.ts, 1, 9)) 12 return import(this._path); 13 >this._path : Symbol(C._path, Decl(dynamicImportWithNestedThis_es2015.ts, 1, 9)) 15 >_path : Symbol(C._path, Decl(dynamicImportWithNestedThis_es2015.ts, 1, 9))
|
D | dynamicImportWithNestedThis_es5.symbols | 6 private _path = './other'; 7 >_path : Symbol(C._path, Decl(dynamicImportWithNestedThis_es5.ts, 1, 9)) 12 return import(this._path); 13 >this._path : Symbol(C._path, Decl(dynamicImportWithNestedThis_es5.ts, 1, 9)) 15 >_path : Symbol(C._path, Decl(dynamicImportWithNestedThis_es5.ts, 1, 9))
|
D | dynamicImportWithNestedThis_es2015.types | 6 private _path = './other'; 7 >_path : string 13 return import(this._path); 14 >import(this._path) : Promise<any> 15 >this._path : string 17 >_path : string
|
D | dynamicImportWithNestedThis_es5.types | 6 private _path = './other'; 7 >_path : string 13 return import(this._path); 14 >import(this._path) : Promise<any> 15 >this._path : string 17 >_path : string
|
D | dynamicImportWithNestedThis_es2015.js | 4 private _path = './other'; field in C 7 return import(this._path); 29 this._path = './other'; 33 …return _a = this._path, __syncRequire ? Promise.resolve().then(() => require(_a)) : new Promise((r…
|
D | dynamicImportWithNestedThis_es5.js | 4 private _path = './other'; field in C 7 return import(this._path); 29 this._path = './other'; 33 …return _a = this._path, __syncRequire ? Promise.resolve().then(function () { return require(_a); }…
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 146 this._path = null; 148 this._path = CanvasKit.Path.MakeFromSVGString(path); 150 this._path = path._getPath().copy(); 152 this._path = new CanvasKit.Path(); 156 return this._path; 166 this._path.addPath(path2d._getPath(), [transform.a, transform.c, transform.e, 171 arc(this._path, x, y, radius, startAngle, endAngle, ccw); 175 arcTo(this._path, x1, y1, x2, y2, radius); 179 bezierCurveTo(this._path, cp1x, cp1y, cp2x, cp2y, x, y); 183 closePath(this._path); [all …]
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 145 this._path = null; 147 this._path = CanvasKit.MakePathFromSVGString(path); 149 this._path = path._getPath().copy(); 151 this._path = new CanvasKit.SkPath(); 155 return this._path; 165 this._path.addPath(path2d._getPath(), [transform.a, transform.c, transform.e, 170 arc(this._path, x, y, radius, startAngle, endAngle, ccw); 174 arcTo(this._path, x1, y1, x2, y2, radius); 178 bezierCurveTo(this._path, cp1x, cp1y, cp2x, cp2y, x, y); 182 closePath(this._path); [all …]
|
/third_party/node/deps/npm/node_modules/make-fetch-happen/ |
D | cache.js | 33 this._path = path 42 return cacache.get.info(this._path, key).then(info => { 44 this._path, info.integrity, opts 55 addCacheHeaders(resHeaders, this._path, key, info.integrity, info.time) 64 const cachePath = this._path 124 return cacache.get.info(this._path, ckey).then(info => { 128 response.headers, this._path, ckey, info.integrity, info.time 132 cacache.get.stream.byDigest(this._path, info.integrity, cacheOpts), 133 cacache.put.stream(this._path, cacheKey(req), cacheOpts), 142 const cachePath = this._path [all …]
|
/third_party/python/Lib/ |
D | mailbox.py | 39 self._path = os.path.abspath(os.path.expanduser(path)) 276 'tmp': os.path.join(self._path, 'tmp'), 277 'new': os.path.join(self._path, 'new'), 278 'cur': os.path.join(self._path, 'cur'), 280 if not os.path.exists(self._path): 282 os.mkdir(self._path, 0o700) 286 raise NoSuchMailboxError(self._path) 311 dest = os.path.join(self._path, subdir, uniq + suffix) 336 os.remove(os.path.join(self._path, self._lookup(key))) 363 tmp_path = os.path.join(self._path, temp_subpath) [all …]
|
/third_party/node/deps/npm/node_modules/fs-minipass/ |
D | index.js | 28 const _path = Symbol('_path') constant 51 this[_path] = path 66 get path () { return this[_path] } 77 fs.open(this[_path], 'r', (er, fd) => this[_onopen](er, fd)) 163 this[_onopen](null, fs.openSync(this[_path], 'r')) 212 this[_path] = path 229 get path () { return this[_path] } 238 fs.open(this[_path], this[_flags], this[_mode], 343 fd = fs.openSync(this[_path], this[_flags], this[_mode])
|
/third_party/python/Lib/test/ |
D | test_mailbox.py | 55 self._path = os_helper.TESTFN 56 self._delete_recursively(self._path) 57 self._box = self._factory(self._path) 61 self._delete_recursively(self._path) 235 self._box = self._factory(self._path) 529 self._box = self._factory(self._path) 550 return self._path + '.lock' 599 self.assertEqual(os.listdir(os.path.join(self._path, 'tmp')), []) 607 self.assertTrue(os.path.exists(os.path.join(self._path, 'cur', '%s%sfoo' % 654 box = mailbox.Maildir(self._path, factory=FakeMessage) [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/gestures/ |
D | hit_test.dart | 75 : _path = <HitTestEntry>[], 85 : _path = result._path, 93 Iterable<HitTestEntry> get path => _path; 94 final List<HitTestEntry> _path; 106 _path.add(entry); 178 String toString() => 'HitTestResult(${_path.isEmpty ? "<empty path>" : _path.join(", ")})';
|
/third_party/typescript/tests/cases/compiler/ |
D | dynamicImportWithNestedThis_es2015.ts | 6 private _path = './other'; property in C 9 return import(this._path);
|
D | dynamicImportWithNestedThis_es5.ts | 6 private _path = './other'; property in C 9 return import(this._path);
|
/third_party/flutter/skia/tools/skpbench/ |
D | skpbench.py | 90 import _adb_path as _path namespace 91 _path.init(FLAGS.device_serial, FLAGS.adb_binary) 93 import _os_path as _path namespace 212 pngfile = _path.join(FLAGS.write_path, self.config, 213 _path.basename(self.src) + '.png') 329 srcs = _path.find_skps(FLAGS.srcs)
|
/third_party/skia/tools/skpbench/ |
D | skpbench.py | 104 import _adb_path as _path namespace 105 _path.init(FLAGS.device_serial, FLAGS.adb_binary) 107 import _os_path as _path namespace 234 pngfile = _path.join(FLAGS.write_path, self.config, 235 _path.basename(self.src) + '.png') 351 srcs = _path.find_skps(FLAGS.srcs)
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/ |
D | layer.dart | 298 final ui.Path _path; 305 this._path, 313 ElevationShadow.computeShadowRect(_path.getBounds(), _elevation); 321 drawShadow(paintContext.canvas, _path, _shadowColor, _elevation, 327 paintContext.canvas.drawPath(_path, paint); 333 paintContext.canvas.clipPath(_path); 339 paintContext.canvas.clipPath(_path); 342 paintContext.canvas.clipPath(_path);
|
/third_party/libwebsockets/lib/secure-streams/cpp/ |
D | lssFile.cxx | 116 lssFile::lssFile(lws_ctx_t ctx, std::string uri, std::string _path, in lssFile() argument 120 path = _path; in lssFile()
|
/third_party/skia/demos.skia.org/demos/textedit/ |
D | textapi_utils.js | 28 _path: null, // only use x,top,bottom if path is null 43 if (this._path) { 44 this._path.delete(); 46 this._path = path; 49 if (this._path) { 50 canvas.drawPath(this._path, this._path_paint); 54 if (this._path) {
|
/third_party/flatbuffers/dart/lib/src/ |
D | reference.dart | 13 final String _path; 18 Reference._(this._buffer, this._offset, this._parentWidth, int packedType, this._path) { 126 … throw ArgumentError('Key: [$key] is not applicable on: $_path of: $_valueType length: $length'); 129 …= Reference._(_buffer, elementOffset, BitWidthUtil.fromByteWidth(_byteWidth), 0, "$_path[$index]"); 140 …ce._(_buffer, elementOffset, BitWidthUtil.fromByteWidth(_byteWidth), packedType, "$_path[$index]"); 148 throw ArgumentError('Key: [$key] is not applicable on: $_path of: $_valueType'); 360 …rence._(_buffer, elementOffset, BitWidthUtil.fromByteWidth(_byteWidth), packedType, "$_path/$key"); 367 …e._(_buffer, elementOffset, BitWidthUtil.fromByteWidth(_byteWidth), packedType, "$_path/[$index]");
|
/third_party/node/deps/npm/node_modules/cacache/lib/ |
D | verify.js | 175 buckets[hashed]._path = index._bucketPath(cache, k) 178 buckets[hashed]._path = index._bucketPath(cache, k) 189 return fs.truncateAsync(bucket._path).then(() => {
|
/third_party/skia/modules/canvaskit/npm_build/ |
D | textapi_utils.js | 28 _path: null, // only use x,top,bottom if path is null 40 this._path = null; 43 this._path = path; 46 if (this._path) { 47 canvas.drawPath(this._path, this._path_paint); 51 if (this._path) {
|
/third_party/python/Lib/test/test_importlib/ |
D | util.py | 428 self._path = path 435 self._path = path_ 442 self._path = path_ 529 self.assertEqual(package.__loader__._path, 'utf-8.file') 537 self.assertEqual(package.__loader__._path, 'utf-8.file')
|
/third_party/python/Lib/importlib/ |
D | _bootstrap_external.py | 1217 self._path = path 1244 self._path = spec.submodule_search_locations 1246 return self._path 1255 self._path[index] = path 1261 return '_NamespacePath({!r})'.format(self._path) 1267 self._path.append(item) 1273 self._path = _NamespacePath(name, path, path_finder) 1309 self._path) 1315 return NamespaceReader(self._path)
|