/third_party/typescript/tests/baselines/reference/ |
D | targetEs6DecoratorMetadataImportNotElided.symbols | 16 _ref: TemplateRef; 17 >_ref : Symbol(MyComponent._ref, Decl(index.ts, 2, 26)) 23 get ref() { return this._ref; } 25 >this._ref : Symbol(MyComponent._ref, Decl(index.ts, 2, 26)) 27 >_ref : Symbol(MyComponent._ref, Decl(index.ts, 2, 26)) 29 set ref(value: TemplateRef) { this._ref = value; } 33 >this._ref : Symbol(MyComponent._ref, Decl(index.ts, 2, 26)) 35 >_ref : Symbol(MyComponent._ref, Decl(index.ts, 2, 26))
|
D | targetEs6DecoratorMetadataImportNotElided.types | 16 _ref: TemplateRef; 17 >_ref : TemplateRef 23 get ref() { return this._ref; } 25 >this._ref : TemplateRef 27 >_ref : TemplateRef 29 set ref(value: TemplateRef) { this._ref = value; } 32 >this._ref = value : TemplateRef 33 >this._ref : TemplateRef 35 >_ref : TemplateRef
|
D | targetEs6DecoratorMetadataImportNotElided.js | 11 _ref: TemplateRef; 14 get ref() { return this._ref; } 15 set ref(value: TemplateRef) { this._ref = value; } 42 get: function () { return this._ref; }, 43 set: function (value) { this._ref = value; },
|
/third_party/pulseaudio/src/pulsecore/ |
D | refcnt.h | 30 pa_atomic_t _ref 33 pa_atomic_load(&(p)->_ref) 36 pa_atomic_store(&(p)->_ref, 0) 41 pa_atomic_store(&(p)->_ref, 1) 44 pa_atomic_inc(&(p)->_ref) 47 (pa_atomic_dec(&(p)->_ref)-1) 57 pa_atomic_store(&(p)->_ref, 1); \ 63 pa_atomic_inc(&(p)->_ref); \ 69 int _j = (pa_atomic_dec(&(p)->_ref)-1); \
|
D | object.h | 79 static inline c* c##_ref(c *o) { \
|
/third_party/typescript/tests/cases/compiler/ |
D | targetEs6DecoratorMetadataImportNotElided.ts | 13 _ref: TemplateRef; property in MyComponent 16 get ref() { return this._ref; } 17 set ref(value: TemplateRef) { this._ref = value; }
|
/third_party/jerryscript/tests/jerry/ |
D | regression-test-issue-3477.js | 19 var _ref; variable 20 var constructor = _p(this, (_ref = Object.getPrototypeOf(function (){})).call({})); 24 _p(this, (_ref += Object.getPrototypeOf(function (){})).call({}));
|
/third_party/jsframework/runtime/vdom/ |
D | Node.ts | 67 protected _ref: string; property in Node 79 this._ref = this.nodeId; 177 this._ref = newRef; 181 return this._ref;
|
/third_party/python/Tools/peg_generator/scripts/ |
D | grammar_grapher.py | 57 return [_ref for _item in item.items for _ref in references_for_item(_item)] 80 return [_ref for alt in item.alts for _ref in references_for_item(alt)]
|
/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
D | from.js | 43 var _ref = yield iterator.next(), 44 value = _ref.value, 45 done = _ref.done;
|
/third_party/boost/libs/bind/doc/mem_fn/ |
D | faq.qbk | 12 [section Can `mem_fn` be used instead of the standard `std::mem_fun[_ref]` 23 [section Should I replace every occurence of `std::mem_fun[_ref]` with 28 `mem_fn` does not return objects of type `std::[const_]mem_fun[1][_ref]_t`, as
|
/third_party/python/Lib/xml/sax/ |
D | expatreader.py | 58 self._ref = _mkproxy(parser) 61 parser = self._ref 67 parser = self._ref 73 parser = self._ref 79 parser = self._ref
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | croptest.in | 79 … convert -crop $CROPSPEC $OUTDIR/${basename}_${samp}_full.ppm $OUTDIR/${basename}_${samp}_ref.ppm 81 runme cmp $OUTDIR/${basename}_${samp}.ppm $OUTDIR/${basename}_${samp}_ref.ppm
|
/third_party/gstreamer/gstreamer/gst/parse/ |
D | parse.l | 69 _ref {_identifier}"."{_identifier}? 105 {_ref} {
|
/third_party/node/deps/npm/node_modules/http-cache-semantics/node4/ |
D | index.js | 26 var _ref; 30 _ref = _iterator[_i++]; 34 _ref = _i.value; 37 var part = _ref;
|
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/ |
D | git.js | 72 spec, manifest._repo, manifest._ref, manifest._rawRef, tmp, opts 116 _ref: ref,
|
/third_party/ffmpeg/libavcodec/ |
D | cbs_h2645.c | 352 name ## _ref = av_buffer_allocz(size + \ 354 if (!name ## _ref) \ 356 name = name ## _ref->data; \ 776 av_buffer_unref(&priv->ps_var ## _ref[id]); \ 778 priv->ps_var ## _ref[id] = av_buffer_ref(unit->content_ref); \ 780 priv->ps_var ## _ref[id] = av_buffer_alloc(sizeof(*ps_var)); \ 781 if (!priv->ps_var ## _ref[id]) \ 783 priv->ps_var[id] = (H26 ## h26n ## Raw ## ps_name *)priv->ps_var ## _ref[id]->data; \
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | naming.rst.txt | 36 2D locator) ``_ptr`` (pixel iterator), ``_ref`` (pixel reference),
|
/third_party/boost/libs/gil/doc/ |
D | naming.rst | 36 2D locator) ``_ptr`` (pixel iterator), ``_ref`` (pixel reference),
|
/third_party/typescript_eslint/packages/scope-manager/src/scope/ |
D | ScopeBase.ts | 387 protected isValidResolution(_ref: Reference, _variable: Variable): boolean {
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | metafunctions.rst.txt | 28 (image view), ``_loc`` (pixel locator), ``_ptr`` (pixel iterator), ``_ref``
|
/third_party/boost/libs/gil/doc/design/ |
D | metafunctions.rst | 28 (image view), ``_loc`` (pixel locator), ``_ptr`` (pixel iterator), ``_ref``
|
/third_party/libxkbcommon/src/ |
D | registry.c | 170 XKB_EXPORT struct type_ * type_##_ref(struct type_ *object) { \
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …c:[12,25],_pixel:[10,12,25],_planar:[12,25],_png_test_fil:24,_ptr:[12,25],_ref:[12,25],_scanline_l… property
|
/third_party/freetype/docs/reference/assets/javascripts/ |
D | application.c33a9706.js | 60 …_ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=…
|