Home
last modified time | relevance | path

Searched refs:_id (Results 1 – 25 of 165) sorted by relevance

1234567

/third_party/python/Lib/test/support/
Dinterpreters.py51 self._id = id
55 data = dict(id=int(self._id), isolated=self._isolated)
60 return hash(self._id)
66 return other._id == self._id
70 return self._id
77 self._isolated = _interpreters.is_isolated(self._id)
82 return _interpreters.is_running(self._id)
90 return _interpreters.destroy(self._id)
97 _interpreters.run_string(self._id, src_str, channels)
122 self._id = id
[all …]
/third_party/node/deps/npm/test/tap/
Downer.js43 .reply(200, { _id: 'underscore', _rev: 1, maintainers: [jashkenas] }) property
46 { _id: 'underscore', _rev: 1, maintainers: [jashkenas, othiym23] }, property
48 ).reply(200, { _id: 'underscore', _rev: 2, maintainers: [jashkenas, othiym23] }) property
52 .reply(200, { _id: '@xxx/scoped', _rev: 1, maintainers: [bcoe] }) property
55 { _id: '@xxx/scoped', _rev: 1, maintainers: [bcoe, othiym23] }, property
57 ).reply(200, { _id: '@xxx/scoped', _rev: 2, maintainers: [bcoe, othiym23] }) property
61 .reply(200, { _id: 'underscore', _rev: 2, maintainers: [jashkenas, othiym23] }) property
65 .reply(200, { _id: 'underscore', _rev: 2, maintainers: [jashkenas, othiym23] }) property
68 { _id: 'underscore', _rev: 2, maintainers: [jashkenas] }, property
70 ).reply(200, { _id: 'underscore', _rev: 3, maintainers: [jashkenas] }) property
Dunit-package-id.js6 t.is(packageId({package: {_id: 'abc@123'}}), 'abc@123', 'basic') property
7 t.is(packageId({_id: 'abc@123'}), 'abc@123', 'basic no tree') property
9 …t.is(packageId({package: {_id: '@', name: 'abc', version: '123'}}), 'abc@123', 'computed, ignore i… property
/third_party/node/deps/npm/lib/utils/
Ddepr-check.js10 if (deprecated[data._id]) {
11 data.deprecated = deprecated[data._id]
15 deprecated[data._id] = data.deprecated
16 if (!deprWarned[data._id]) {
17 deprWarned[data._id] = true
18 log.warn('deprecated', '%s: %s', data._id, data.deprecated)
Dpackage-id.js8 if (pkg._id && pkg._id !== '@') return pkg._id
/third_party/node/deps/npm/node_modules/libnpmpublish/test/
Dpublish.js36 _id: 'libnpmpublish', property
42 _id: 'libnpmpublish@1.0.0', property
94 _id: '@zkat/libnpmpublish', property
100 _id: '@zkat/libnpmpublish@1.0.0', property
155 _id: 'libnpmpublish', property
170 _id: 'libnpmpublish@1.0.1', property
196 _id: 'libnpmpublish@1.0.0', property
271 _id: 'libnpmpublish' property
281 _id: 'libnpmpublish@1.0.0', property
354 _id: 'libnpmpublish', property
[all …]
Dunpublish.js17 _id: 'foo', property
42 _id: '@foo/bar', property
67 _id: 'foo', property
92 _id: 'foo', property
116 _id: 'foo', property
161 _id: 'foo', property
178 _id: 'foo', property
202 _id: 'foo', property
226 _id: 'foo', property
/third_party/skia/third_party/externals/icu/source/common/
Dservslkf.cpp40 , _id(locale) in SimpleLocaleKeyFactory()
51 , _id() in SimpleLocaleKeyFactory()
54 LocaleUtility::initNameFromLocale(locale, _id); in SimpleLocaleKeyFactory()
71 if (_id == keyID) { in create()
90 result.remove(_id); in updateVisibleIDs()
92 result.put(_id, (void*)this, status); in updateVisibleIDs()
103 result.append(_id); in debug()
/third_party/node/deps/icu-small/source/common/
Dservslkf.cpp40 , _id(locale) in SimpleLocaleKeyFactory()
51 , _id() in SimpleLocaleKeyFactory()
54 LocaleUtility::initNameFromLocale(locale, _id); in SimpleLocaleKeyFactory()
71 if (_id == keyID) { in create()
90 result.remove(_id); in updateVisibleIDs()
92 result.put(_id, (void*)this, status); in updateVisibleIDs()
103 result.append(_id); in debug()
Dserv.cpp31 : _id(id) { in ICUServiceKey()
41 return _id; in getID()
47 return result.append(_id); in canonicalID()
73 return id == _id; in isFallbackOf()
109 result.append(_id); in debug()
129 : _instance(instanceToAdopt), _id(id), _visible(visible) in SimpleFactory()
143 if (_id == key.currentID(temp)) { in create()
154 result.put(_id, (void*)this, status); // cast away const in updateVisibleIDs()
156 result.remove(_id); in updateVisibleIDs()
163 if (_visible && _id == id) { in getDisplayName()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dservslkf.cpp40 , _id(locale) in SimpleLocaleKeyFactory()
51 , _id() in SimpleLocaleKeyFactory()
54 LocaleUtility::initNameFromLocale(locale, _id); in SimpleLocaleKeyFactory()
71 if (_id == keyID) { in create()
90 result.remove(_id); in updateVisibleIDs()
92 result.put(_id, (void*)this, status); in updateVisibleIDs()
103 result.append(_id); in debug()
/third_party/icu/icu4c/source/common/
Dservslkf.cpp40 , _id(locale) in SimpleLocaleKeyFactory()
51 , _id() in SimpleLocaleKeyFactory()
54 LocaleUtility::initNameFromLocale(locale, _id); in SimpleLocaleKeyFactory()
71 if (_id == keyID) { in create()
90 result.remove(_id); in updateVisibleIDs()
92 result.put(_id, (void*)this, status); in updateVisibleIDs()
103 result.append(_id); in debug()
Dserv.cpp30 : _id(id) { in ICUServiceKey()
40 return _id; in getID()
46 return result.append(_id); in canonicalID()
72 return id == _id; in isFallbackOf()
108 result.append(_id); in debug()
128 : _instance(instanceToAdopt), _id(id), _visible(visible) in SimpleFactory()
142 if (_id == key.currentID(temp)) { in create()
153 result.put(_id, (void*)this, status); // cast away const in updateVisibleIDs()
155 result.remove(_id); in updateVisibleIDs()
162 if (_visible && _id == id) { in getDisplayName()
[all …]
/third_party/parse5/test/data/parser-feedback/
Dentities02.test246 "bar": "ZZ£_id=23"
275 "description": "<div bar=\"ZZ&pound;_id=23\"></div>",
276 "input": "<div bar=\"ZZ&pound;_id=23\"></div>",
282 "bar": "ZZ£_id=23"
293 "description": "<div bar=\"ZZ&prod;_id=23\"></div>",
294 "input": "<div bar=\"ZZ&prod;_id=23\"></div>",
300 "bar": "ZZ∏_id=23"
357 "ZZ£_id=23"
387 "description": "<div>ZZ&pound;_id=23</div>",
388 "input": "<div>ZZ&pound;_id=23</div>",
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleExtensions.java26 private String _id; field in LocaleExtensions
37 EMPTY_EXTENSIONS._id = "";
41 CALENDAR_JAPANESE._id = "u-ca-japanese";
46 NUMBER_THAI._id = "u-nu-thai";
65 _id = ""; in LocaleExtensions()
116 _id = ""; in LocaleExtensions()
118 _id = toID(_map); in LocaleExtensions()
204 return _id; in toString()
208 return _id; in getID()
213 return _id.hashCode(); in hashCode()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleExtensions.java30 private String _id; field in LocaleExtensions
41 EMPTY_EXTENSIONS._id = "";
45 CALENDAR_JAPANESE._id = "u-ca-japanese";
50 NUMBER_THAI._id = "u-nu-thai";
69 _id = ""; in LocaleExtensions()
120 _id = ""; in LocaleExtensions()
122 _id = toID(_map); in LocaleExtensions()
208 return _id; in toString()
212 return _id; in getID()
217 return _id.hashCode(); in hashCode()
[all …]
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplay-enum.c38 GType _id; in gst_autoplug_select_result_get_type() local
40 _id = g_enum_register_static ("GstAutoplugSelectResult", values); in gst_autoplug_select_result_get_type()
42 g_once_init_leave ((gsize *) & id, _id); in gst_autoplug_select_result_get_type()
86 GType _id; in gst_play_flags_get_type() local
88 _id = g_flags_register_static ("GstPlayFlags", values); in gst_play_flags_get_type()
90 g_once_init_leave ((gsize *) & id, _id); in gst_play_flags_get_type()
/third_party/gstreamer/gstplugins_bad/sys/opensles/
Dopenslescommon.c48 GType _id; in gst_opensles_recording_preset_get_type() local
50 _id = g_enum_register_static ("GstOpenSLESRecordingPreset", values); in gst_opensles_recording_preset_get_type()
52 g_once_init_leave ((gsize *) & id, _id); in gst_opensles_recording_preset_get_type()
106 GType _id; in gst_opensles_stream_type_get_type() local
108 _id = g_enum_register_static ("GstOpenSLESStreamType", values); in gst_opensles_stream_type_get_type()
110 g_once_init_leave ((gsize *) & id, _id); in gst_opensles_stream_type_get_type()
/third_party/node/deps/npm/node_modules/npm-install-checks/
Dindex.js15 target._id, eng, {node: nodev, npm: npmVer}))
18 er.pkgid = target._id
47 target._id, target, {os: platform, cpu: arch}))
51 er.pkgid = target._id
113 var er = new Error(target._id + ': Unresolvable cycle detected')
114 var tree = [target._id, JSON.parse(JSON.stringify(ancestors))]
121 er.pkgid = target._id
/third_party/typescript/tests/baselines/reference/
DintersectionWithConflictingPrivates.symbols63 private _id: any;
64 >_id : Symbol(CommitFileNode._id, Decl(intersectionWithConflictingPrivates.ts, 23, 46))
71 private _id: any;
72 >_id : Symbol(ResultsFileNode._id, Decl(intersectionWithConflictingPrivates.ts, 27, 47))
87 private _id: any;
88 >_id : Symbol(StatusFileNode._id, Decl(intersectionWithConflictingPrivates.ts, 35, 39))
DintersectionWithConflictingPrivates.types68 private _id: any;
69 >_id : any
76 private _id: any;
77 >_id : any
92 private _id: any;
93 >_id : any
/third_party/node/deps/npm/lib/
Dstar.js51 _id: fullData._id, property
57 log.info('star', 'starring', body._id)
62 log.info('star', 'unstarring', body._id)
Drebuild.js52 else if (data.name && data._id) {
64 if (pass && data._id) {
65 log.verbose('rebuild', 'path, id', [data.path, data._id])
66 set[data.path] = data._id
/third_party/jsframework/runtime/main/page/
DPage.ts49 private _id: string; property in Page
64 this._id = id;
99 return this._id;
103 this._id = id;
/third_party/typescript/tests/cases/compiler/
DintersectionWithConflictingPrivates.ts28 private _id: any; property in CommitFileNode
32 private _id: any; property in ResultsFileNode
40 private _id: any; property in StatusFileNode

1234567