/third_party/typescript/tests/baselines/reference/ |
D | multiLinePropertyAccessAndArrowFunctionIndent1.types | 3 …edit(role) .then((role: Role) => this.roleService.add(role) .then((data: ng.I… 11 .then((role: Role) => 13 >(role: Role) => this.roleService.add(role) .then((data: ng.IHttpPromiseCallbackA… 17 >this.roleService.add(role) .then((data: ng.IHttpPromiseCallbackArg<Role>) => data.data)… 27 .then((data: ng.IHttpPromiseCallbackArg<Role>) => data.data)); 29 >(data: ng.IHttpPromiseCallbackArg<Role>) => data.data : (data: any) => any
|
D | multiLinePropertyAccessAndArrowFunctionIndent1.js | 3 .then((role: Role) => 5 .then((data: ng.IHttpPromiseCallbackArg<Role>) => data.data));
|
D | multiLinePropertyAccessAndArrowFunctionIndent1.symbols | 5 .then((role: Role) => 12 .then((data: ng.IHttpPromiseCallbackArg<Role>) => data.data));
|
D | multiLinePropertyAccessAndArrowFunctionIndent1.errors.txt | 8 .then((role: Role) => 10 .then((data: ng.IHttpPromiseCallbackArg<Role>) => data.data));
|
/third_party/node/deps/npm/node_modules/genfun/lib/ |
D | method.js | 19 const Role = require('./role') constant 48 if (!Object.hasOwnProperty.call(object, Role.roleKeyName)) { 51 object, Role.roleKeyName, {value: [], enumerable: false}) 57 object[Role.roleKeyName].unshift(new Role(method, i))
|
D | role.js | 11 module.exports = Role 12 function Role (method, position) { class 17 Role.roleKeyName = Symbol('roles')
|
D | genfun.js | 4 const Role = require('./role') constant 196 if (Object.hasOwnProperty.call(dispatchable, Role.roleKeyName)) { 197 for (var j = 0; j < dispatchable[Role.roleKeyName].length; j++) { 198 var role = dispatchable[Role.roleKeyName][j] 243 var roles = Object.hasOwnProperty.call(object, Role.roleKeyName) 244 ? object[Role.roleKeyName]
|
/third_party/typescript/tests/cases/compiler/ |
D | multiLinePropertyAccessAndArrowFunctionIndent1.ts | 2 .then((role: Role) => 4 .then((data: ng.IHttpPromiseCallbackArg<Role>) => data.data));
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdcontentcomponentnode.c | 41 g_list_free_full (self->Role, in gst_mpd_content_component_node_finalize() 71 g_list_foreach (self->Role, gst_mpd_node_get_list_item, in gst_mpd_content_component_get_xml_node() 104 self->Role = NULL; in gst_mpd_content_component_node_init()
|
D | gstmpdadaptationsetnode.c | 87 g_list_free_full (self->Role, in gst_mpd_adaptation_set_node_finalize() 164 g_list_foreach (self->Role, gst_mpd_node_get_list_item, in gst_mpd_adaptation_set_get_xml_node() 240 self->Role = NULL; in gst_mpd_adaptation_set_node_init()
|
D | gstmpdcontentcomponentnode.h | 42 GList *Role; member
|
D | gstmpdadaptationsetnode.h | 56 GList *Role; member
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | message.h | 38 enum class Role { SERVER = 0, WORKER = 1, SCHEDULER = 2 }; enum 52 Role role;
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/semantics/ |
D | semantics.dart | 135 enum Role { 172 final Map<Role, RoleManagerFactory> _roleFactories = <Role, RoleManagerFactory>{ 173 Role.incrementable: (SemanticsObject object) => Incrementable(object), 174 Role.scrollable: (SemanticsObject object) => Scrollable(object), 175 Role.labelAndValue: (SemanticsObject object) => LabelAndValue(object), 176 Role.tappable: (SemanticsObject object) => Tappable(object), 177 Role.textField: (SemanticsObject object) => TextField(object), 178 Role.checkable: (SemanticsObject object) => Checkable(object), 179 Role.image: (SemanticsObject object) => ImageRoleManager(object), 180 Role.liveRegion: (SemanticsObject object) => LiveRegion(object), [all …]
|
D | live_region.dart | 22 : super(Role.labelAndValue, semanticsObject);
|
D | tappable.dart | 15 : super(Role.tappable, semanticsObject);
|
D | image.dart | 14 : super(Role.image, semanticsObject);
|
D | checkable.dart | 42 : super(Role.checkable, semanticsObject) {
|
/third_party/boost/tools/quickbook/test/ |
D | role-1_7-fail.quickbook | 1 [article Quickbook Role Fail Test
|
D | role-1_6.quickbook | 1 [article Quickbook Role Test
|
D | role-1_7.quickbook | 1 [article Quickbook Role Test
|
/third_party/node/deps/npm/node_modules/genfun/ |
D | README.md | 101 `<selector>` must be an array of objects that will receive new `Role`s (dispatch 103 `.prototype` field will receive the new `Role`. The array must not contain any 107 methods and, based on the `Role`s assigned, and corresponding prototype chains,
|
/third_party/libwebsockets/lib/roles/ |
D | README.md | 55 ### Role ops struct 162 ### Role ops compression
|
/third_party/boost/libs/beast/doc/qbk/06_websocket/ |
D | 02_handshaking.qbk | 14 [heading Client Role] 74 [heading Server Role]
|
/third_party/boost/libs/beast/doc/qbk/08_design/ |
D | _design.qbk | 24 * Role-symmetric interfaces; client and server the same (or close to it).
|