| /third_party/typescript/tests/baselines/reference/ |
| D | recursiveFieldSetting.js | 6 private depth: number = this.parent ? this.parent.depth + 1 : 0; field in Recursive1 10 parent!: Recursive2; field in Recursive2 11 depth: number = this.parent.depth; field in Recursive2 15 parent!: Recursive3; field in Recursive3 16 depth: number = this.parent.alpha; field in Recursive3 24 function Recursive1(parent) { argument
|
| /third_party/e2fsprogs/lib/ext2fs/ |
| D | rbtree.c | 28 struct rb_node *parent = ext2fs_rb_parent(node); in __rb_rotate_left() local 51 struct rb_node *parent = ext2fs_rb_parent(node); in __rb_rotate_right() local 73 struct rb_node *parent, *gparent; in ext2fs_rb_insert_color() local 136 static void __rb_erase_color(struct rb_node *node, struct rb_node *parent, in __rb_erase_color() 218 struct rb_node *child, *parent; in ext2fs_rb_erase() local 285 struct rb_node *parent; in ext2fs_rb_augment_path() local 380 struct rb_node *parent; in ext2fs_rb_next() local 408 struct rb_node *parent; in ext2fs_rb_prev() local 433 struct rb_node *parent = ext2fs_rb_parent(victim); in ext2fs_rb_replace_node() local
|
| /third_party/uboot/u-boot-2020.01/drivers/core/ |
| D | device.c | 34 static int device_bind_common(struct udevice *parent, const struct driver *drv, in device_bind_common() 225 int device_bind_with_driver_data(struct udevice *parent, in device_bind_with_driver_data() 234 int device_bind(struct udevice *parent, const struct driver *drv, in device_bind() 242 int device_bind_ofnode(struct udevice *parent, const struct driver *drv, in device_bind_ofnode() 250 int device_bind_by_name(struct udevice *parent, bool pre_reloc_only, in device_bind_by_name() 566 int device_get_child(struct udevice *parent, int index, struct udevice **devp) in device_get_child() 578 int device_get_child_count(struct udevice *parent) in device_get_child_count() 589 int device_find_child_by_seq(struct udevice *parent, int seq_or_req_seq, in device_find_child_by_seq() 609 int device_get_child_by_seq(struct udevice *parent, int seq, in device_get_child_by_seq() 627 int device_find_child_by_of_offset(struct udevice *parent, int of_offset, in device_find_child_by_of_offset() [all …]
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | number_longnames.h | 84 const MicroPropsGenerator *parent; variable 89 LongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in LongNameHandler() 183 const MicroPropsGenerator *parent; variable 201 MixedUnitLongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in MixedUnitLongNameHandler() 262 LongNameMultiplexer(const MicroPropsGenerator *parent) : fParent(parent) { in LongNameMultiplexer()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | number_longnames.h | 84 const MicroPropsGenerator *parent; variable 89 LongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in LongNameHandler() 183 const MicroPropsGenerator *parent; variable 201 MixedUnitLongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in MixedUnitLongNameHandler() 262 LongNameMultiplexer(const MicroPropsGenerator *parent) : fParent(parent) { in LongNameMultiplexer()
|
| /third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
| D | StreamConfigurationView.java | 283 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() 288 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected() 295 public void onItemSelected(AdapterView<?> parent, View view, int performanceMode, long id) { in onItemSelected() 301 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected() 308 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() 313 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected() 320 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() 327 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected() 334 public void onItemSelected(AdapterView<?> parent, View view, int pos, long id) { in onItemSelected() 340 public void onNothingSelected(AdapterView<?> parent) { in onNothingSelected() [all …]
|
| /third_party/glib/glib/ |
| D | gnode.h | 70 GNode *parent; member 151 #define g_node_append(parent, node) \ argument 165 #define g_node_insert_data(parent, position, data) \ argument 179 #define g_node_insert_data_after(parent, sibling, data) \ argument 191 #define g_node_insert_data_before(parent, sibling, data) \ argument 203 #define g_node_prepend_data(parent, data) \ argument 215 #define g_node_append_data(parent, data) \ argument
|
| /third_party/boost/libs/histogram/doc/ |
| D | doxygen_postprocessing.py | 96 parent = parent_map[item] variable 99 parent = parent_map[parent] variable 114 parent = parent_map[item] variable 129 parent = parent_map[item] variable 138 parent = parent_map[item] variable
|
| /third_party/eudev/src/udev/ |
| D | udev-builtin-path_id.c | 78 struct udev_device *parent = dev; in skip_subsystem() local 92 static struct udev_device *handle_scsi_fibre_channel(struct udev_device *parent, char **path) { in handle_scsi_fibre_channel() 121 static struct udev_device *handle_scsi_sas_wide_port(struct udev_device *parent, char **path) { in handle_scsi_sas_wide_port() 157 static struct udev_device *handle_scsi_sas(struct udev_device *parent, char **path) in handle_scsi_sas() 251 static struct udev_device *handle_scsi_iscsi(struct udev_device *parent, char **path) { in handle_scsi_iscsi() 309 static struct udev_device *handle_scsi_default(struct udev_device *parent, char **path) { in handle_scsi_default() 393 static struct udev_device *handle_scsi_hyperv(struct udev_device *parent, char **path) { in handle_scsi_hyperv() 429 static struct udev_device *handle_scsi(struct udev_device *parent, char **path, bool *supported_par… in handle_scsi() 494 static struct udev_device *handle_cciss(struct udev_device *parent, char **path) { in handle_cciss() 521 static struct udev_device *handle_usb(struct udev_device *parent, char **path) { in handle_usb() [all …]
|
| /third_party/node/deps/npm/node_modules/clone/ |
| D | clone.js | 22 function clone(parent, circular, depth, prototype) { argument 44 function _clone(parent, depth) { argument 121 clone.clonePrototype = function clonePrototype(parent) { argument
|
| /third_party/uboot/u-boot-2020.01/lib/ |
| D | rbtree.c | 56 struct rb_node *parent = rb_parent(old); in __rb_rotate_set_parents() local 66 struct rb_node *parent = rb_red_parent(node), *gparent, *tmp; in __rb_insert() local 192 ____rb_erase_color(struct rb_node *parent, struct rb_root *root, in ____rb_erase_color() 354 void __rb_erase_color(struct rb_node *parent, struct rb_root *root, in __rb_erase_color() 436 struct rb_node *parent; in rb_next() local 468 struct rb_node *parent; in rb_prev() local 498 struct rb_node *parent = rb_parent(victim); in rb_replace_node() local 526 const struct rb_node *parent; in rb_next_postorder() local
|
| /third_party/typescript_eslint/packages/eslint-plugin/src/util/ |
| D | explicitReturnTypeUtils.ts | 39 const parent = node.parent; constant 135 const parent = objectExpr.parent; // this shouldn't happen, checking just in case constant 245 const parent = nullThrows(node.parent, NullThrowsReasons.MissingParent); constant 273 const parent = nullThrows(node.parent, NullThrowsReasons.MissingParent); constant
|
| /third_party/cef/include/internal/ |
| D | cef_win.h | 60 typedef CefStructBase<CefMainArgsTraits> parent; typedef 102 typedef CefStructBase<CefWindowInfoTraits> parent; typedef 111 void SetAsChild(CefWindowHandle parent, RECT windowRect) { in SetAsChild() 124 void SetAsPopup(CefWindowHandle parent, const CefString& windowName) { in SetAsPopup() 148 void SetAsWindowless(CefWindowHandle parent) { in SetAsWindowless()
|
| D | cef_linux.h | 59 typedef CefStructBase<CefMainArgsTraits> parent; typedef 99 typedef CefStructBase<CefWindowInfoTraits> parent; typedef 108 void SetAsChild(CefWindowHandle parent, const CefRect& windowRect) { in SetAsChild() 128 void SetAsWindowless(CefWindowHandle parent) { in SetAsWindowless()
|
| /third_party/node/test/parallel/ |
| D | test-http2-priority-cycle-.js | 51 req.priority({ parent: 5 }); property 58 req.priority({ parent: 1 }); property 65 req.priority({ parent: 3 }); property
|
| /third_party/flutter/skia/experimental/xform/ |
| D | SkXform.h | 39 Xform* parent() const { return fParent.get(); } in parent() function 96 MatrixXF(sk_sp<Xform> parent) : Xform(std::move(parent)) { in MatrixXF() 122 ClipXF(sk_sp<Xform> parent = nullptr) : Xform(std::move(parent)) {} in Xform() 124 : Xform(std::move(parent)) in Xform()
|
| /third_party/skia/experimental/xform/ |
| D | SkXform.h | 39 Xform* parent() const { return fParent.get(); } in parent() function 96 MatrixXF(sk_sp<Xform> parent) : Xform(std::move(parent)) { in MatrixXF() 122 ClipXF(sk_sp<Xform> parent = nullptr) : Xform(std::move(parent)) {} in Xform() 124 : Xform(std::move(parent)) in Xform()
|
| /third_party/uboot/u-boot-2020.01/drivers/clk/imx/ |
| D | clk.h | 57 static inline struct clk *imx_clk_gate2(const char *name, const char *parent, in imx_clk_gate2() 64 static inline struct clk *imx_clk_gate4(const char *name, const char *parent, in imx_clk_gate4() 73 const char *parent, void __iomem *reg, u8 shift, in imx_clk_gate4_flags() 82 const char *parent, unsigned int mult, unsigned int div) in imx_clk_fixed_factor() 88 static inline struct clk *imx_clk_divider(const char *name, const char *parent, in imx_clk_divider() 96 imx_clk_busy_divider(const char *name, const char *parent, void __iomem *reg, in imx_clk_busy_divider() 103 static inline struct clk *imx_clk_divider2(const char *name, const char *parent, in imx_clk_divider2() 156 static inline struct clk *imx_clk_gate(const char *name, const char *parent, in imx_clk_gate() 163 static inline struct clk *imx_clk_gate_flags(const char *name, const char *parent, in imx_clk_gate_flags() 170 static inline struct clk *imx_clk_gate3(const char *name, const char *parent, in imx_clk_gate3()
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | number_longnames.h | 36 const MicroPropsGenerator *parent; variable 38 LongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in LongNameHandler()
|
| /third_party/icu/icu4c/source/i18n/ |
| D | number_longnames.h | 49 const MicroPropsGenerator *parent; variable 51 LongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in LongNameHandler()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | genericMemberFunction.ts | 3 public parent<A, B extends A, C>(): FileWithErrors<A, B, C> { method in BuildError 11 public parent<A, B extends A, C>(): BuildResult<A, B, C> { method in FileWithErrors
|
| D | unionTypeWithRecursiveSubtypeReduction1.ts | 10 public parent: Namespace; property in Class 14 public parent: Module | Class; property in Property
|
| /third_party/python/Lib/idlelib/ |
| D | help.py | 170 def __init__(self, parent, filename): argument 212 def __init__(self, parent, filename): argument 240 def __init__(self, parent, filename, title): argument 281 def show_idlehelp(parent): argument
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstghostpad.c | 87 gst_proxy_pad_iterate_internal_links_default (GstPad * pad, GstObject * parent) in gst_proxy_pad_iterate_internal_links_default() 117 gst_proxy_pad_chain_default (GstPad * pad, GstObject * parent, in gst_proxy_pad_chain_default() 145 gst_proxy_pad_chain_list_default (GstPad * pad, GstObject * parent, in gst_proxy_pad_chain_list_default() 175 gst_proxy_pad_getrange_default (GstPad * pad, GstObject * parent, in gst_proxy_pad_getrange_default() 275 gst_ghost_pad_internal_activate_push_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_internal_activate_push_default() 294 gst_ghost_pad_internal_activate_pull_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_internal_activate_pull_default() 344 gst_ghost_pad_internal_activate_mode_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_internal_activate_mode_default() 367 gst_ghost_pad_activate_push_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_activate_push_default() 387 gst_ghost_pad_activate_pull_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_activate_pull_default() 434 gst_ghost_pad_activate_mode_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_activate_mode_default()
|
| /third_party/cef/libcef/browser/printing/ |
| D | constrained_window_views_client.cc | 25 gfx::NativeWindow parent) override { in GetModalDialogHost() 29 gfx::NativeView GetDialogHostView(gfx::NativeWindow parent) override { in GetDialogHostView()
|