Home
last modified time | relevance | path

Searched refs:_ref (Results 1 – 25 of 36) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DtargetEs6DecoratorMetadataImportNotElided.symbols16 _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))
DtargetEs6DecoratorMetadataImportNotElided.types16 _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
DtargetEs6DecoratorMetadataImportNotElided.js11 _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/
Drefcnt.h30 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); \
Dobject.h79 static inline c* c##_ref(c *o) { \
/third_party/typescript/tests/cases/compiler/
DtargetEs6DecoratorMetadataImportNotElided.ts13 _ref: TemplateRef; property in MyComponent
16 get ref() { return this._ref; }
17 set ref(value: TemplateRef) { this._ref = value; }
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-3477.js19 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/
DNode.ts67 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/
Dgrammar_grapher.py57 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/
Dfrom.js43 var _ref = yield iterator.next(),
44 value = _ref.value,
45 done = _ref.done;
/third_party/boost/libs/bind/doc/mem_fn/
Dfaq.qbk12 [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/
Dexpatreader.py58 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/
Dcroptest.in79 … 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/
Dparse.l69 _ref {_identifier}"."{_identifier}?
105 {_ref} {
/third_party/node/deps/npm/node_modules/http-cache-semantics/node4/
Dindex.js26 var _ref;
30 _ref = _iterator[_i++];
34 _ref = _i.value;
37 var part = _ref;
/third_party/node/deps/npm/node_modules/pacote/lib/fetchers/
Dgit.js72 spec, manifest._repo, manifest._ref, manifest._rawRef, tmp, opts
116 _ref: ref,
/third_party/ffmpeg/libavcodec/
Dcbs_h2645.c352 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/
Dnaming.rst.txt36 2D locator) ``_ptr`` (pixel iterator), ``_ref`` (pixel reference),
/third_party/boost/libs/gil/doc/
Dnaming.rst36 2D locator) ``_ptr`` (pixel iterator), ``_ref`` (pixel reference),
/third_party/typescript_eslint/packages/scope-manager/src/scope/
DScopeBase.ts387 protected isValidResolution(_ref: Reference, _variable: Variable): boolean {
/third_party/boost/libs/gil/doc/html/_sources/design/
Dmetafunctions.rst.txt28 (image view), ``_loc`` (pixel locator), ``_ptr`` (pixel iterator), ``_ref``
/third_party/boost/libs/gil/doc/design/
Dmetafunctions.rst28 (image view), ``_loc`` (pixel locator), ``_ptr`` (pixel iterator), ``_ref``
/third_party/libxkbcommon/src/
Dregistry.c170 XKB_EXPORT struct type_ * type_##_ref(struct type_ *object) { \
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …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/
Dapplication.c33a9706.js60_ref="id",this._fields=Object.create(null),this._documents=Object.create(null),this.invertedIndex=…

12