Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 2018) sorted by relevance

12345678910>>...81

/third_party/typescript/tests/baselines/reference/
DrecursiveFieldSetting.js6 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/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DStreamConfigurationView.java283 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/skia/third_party/externals/icu/source/i18n/
Dnumber_longnames.h84 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/
Dnumber_longnames.h84 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/icu/icu4c/source/i18n/
Dnumber_longnames.h84 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/alsa-utils/topology/
Dpre-process-dapm.c27 snd_config_t *parent, bool skip_name) in tplg_build_base_object()
56 snd_config_t *parent) in tplg_build_scale_object()
62 snd_config_t *parent) in tplg_build_ops_object()
68 snd_config_t *parent) in tplg_build_channel_object()
74 snd_config_t *parent) in tplg_build_tlv_object()
94 snd_config_t *parent, char *type) in tplg_build_control()
123 snd_config_t *parent) in tplg_build_mixer_control()
129 snd_config_t *parent) in tplg_build_bytes_control()
265 snd_config_t *parent) in tplg_build_dapm_route_object()
440 snd_config_t *buffer_cfg, snd_config_t *parent) in tplg_update_buffer_auto_attr()
Dpre-process-dai.c27 snd_config_t *obj_cfg, snd_config_t *parent) in tplg_build_hw_cfg_object()
47 snd_config_t *parent) in tplg_build_fe_dai_object()
53 snd_config_t *obj_cfg, snd_config_t *parent) in tplg_update_pcm_object()
126 snd_config_t *obj_cfg, snd_config_t *parent) in tplg_build_pcm_caps_object()
/third_party/node/deps/npm/node_modules/clone/
Dclone.js22 function clone(parent, circular, depth, prototype) { argument
44 function _clone(parent, depth) { argument
121 clone.clonePrototype = function clonePrototype(parent) { argument
/third_party/iowow/src/utils/
Diwavl.c27 IW_INLINE struct iwavl_node* iwavl_get_child(const struct iwavl_node *parent, int sign) { in iwavl_get_child()
127 struct iwavl_node *parent, int sign, in avl_set_child()
139 struct iwavl_node *node, struct iwavl_node *parent, in avl_set_parent_balance()
146 IW_INLINE void avl_set_parent(struct iwavl_node *node, struct iwavl_node *parent) { in avl_set_parent()
165 struct iwavl_node *parent, in avl_replace_child()
330 struct iwavl_node* const parent, in avl_handle_subtree_growth()
458 struct iwavl_node *node, *parent; in iwavl_rebalance_after_insert() local
538 struct iwavl_node *parent, in avl_handle_subtree_shrink()
733 struct iwavl_node *parent; in iwavl_remove() local
/third_party/cef/include/internal/
Dcef_win.h60 typedef CefStructBase<CefMainArgsTraits> parent; typedef
99 typedef CefStructBase<CefWindowInfoTraits> parent; typedef
108 void SetAsChild(CefWindowHandle parent, const CefRect& windowBounds) { in SetAsChild()
118 void SetAsPopup(CefWindowHandle parent, const CefString& windowName) { in SetAsPopup()
142 void SetAsWindowless(CefWindowHandle parent) { in SetAsWindowless()
Dcef_mac.h59 typedef CefStructBase<CefMainArgsTraits> parent; typedef
97 typedef CefStructBase<CefWindowInfoTraits> parent; typedef
106 void SetAsChild(CefWindowHandle parent, const CefRect& bounds) { in SetAsChild()
124 void SetAsWindowless(CefWindowHandle parent) { in SetAsWindowless()
Dcef_linux.h59 typedef CefStructBase<CefMainArgsTraits> parent; typedef
96 typedef CefStructBase<CefWindowInfoTraits> parent; typedef
105 void SetAsChild(CefWindowHandle parent, const CefRect& bounds) { in SetAsChild()
122 void SetAsWindowless(CefWindowHandle parent) { in SetAsWindowless()
/third_party/node/test/parallel/
Dtest-http2-priority-cycle-.js51 req.priority({ parent: 5 }); property
58 req.priority({ parent: 1 }); property
65 req.priority({ parent: 3 }); property
Dtest-http2-priority-event.js14 function onPriority(stream, parent, weight, exclusive) { argument
23 parent: 0, property
45 parent: 0, property
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/player/
Dgstplayer-media-info-private.h30 GObject parent; member
43 GstPlayerStreamInfo parent; member
55 GstPlayerStreamInfo parent; member
67 GstPlayerStreamInfo parent; member
79 GObject parent; member
/third_party/skia/experimental/xform/
DSkXform.h39 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/flutter/skia/experimental/xform/
DSkXform.h39 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/mesa3d/src/compiler/nir/
Dnir_deref.c32 nir_deref_instr *parent = nir_src_as_deref(cast->parent); in is_trivial_deref_cast() local
319 nir_deref_instr *parent = *(p - 1); in nir_deref_instr_get_const_offset() local
356 nir_deref_instr *parent = *(p - 1); in nir_build_deref_offset() local
432 nir_deref_instr *parent = in nir_fixup_deref_modes() local
755 nir_deref_instr *parent = nir_src_as_deref(deref->parent); in rematerialize_deref_in_block() local
867 nir_deref_instr_fixup_child_types(nir_deref_instr *parent) in nir_deref_instr_fixup_child_types()
931 nir_deref_instr *parent = nir_src_as_deref(cast->parent); in is_trivial_array_deref_cast() local
958 nir_deref_instr *parent = nir_src_as_deref(cast->parent); in opt_remove_restricting_cast_alignments() local
1030 nir_deref_instr *parent = nir_deref_instr_parent(first_cast); in opt_remove_cast_cast() local
1058 nir_deref_instr *parent = nir_src_as_deref(deref->parent); in opt_restrict_deref_modes() local
[all …]
/third_party/gstreamer/gstreamer/gst/
Dgstghostpad.c87 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()
266 gst_ghost_pad_internal_activate_push_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_internal_activate_push_default()
285 gst_ghost_pad_internal_activate_pull_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_internal_activate_pull_default()
335 gst_ghost_pad_internal_activate_mode_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_internal_activate_mode_default()
358 gst_ghost_pad_activate_push_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_activate_push_default()
378 gst_ghost_pad_activate_pull_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_activate_pull_default()
425 gst_ghost_pad_activate_mode_default (GstPad * pad, GstObject * parent, in gst_ghost_pad_activate_mode_default()
/third_party/mesa3d/src/util/
Dralloc.c57 struct ralloc_header *parent; member
86 add_child(ralloc_header *parent, ralloc_header *info) in add_child()
117 ralloc_header *parent; in ralloc_size() local
302 ralloc_header *info, *parent; in ralloc_steal() local
591 #define LINEAR_PARENT_TO_HEADER(parent) \ argument
622 linear_alloc_child(void *parent, unsigned size) in linear_alloc_child()
676 linear_zalloc_child(void *parent, unsigned size) in linear_zalloc_child()
686 linear_zalloc_parent(void *parent, unsigned size) in linear_zalloc_parent()
741 linear_realloc(void *parent, void *old, unsigned new_size) in linear_realloc()
764 linear_strdup(void *parent, const char *str) in linear_strdup()
[all …]
/third_party/python/Lib/idlelib/
Dhelp.py170 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/flutter/skia/third_party/externals/icu/source/i18n/
Dnumber_longnames.h36 const MicroPropsGenerator *parent; variable
38 LongNameHandler(const PluralRules *rules, const MicroPropsGenerator *parent) in LongNameHandler()
/third_party/typescript/tests/cases/compiler/
DgenericMemberFunction.ts3 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
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2tuner.h48 GstTunerChannel parent; member
56 GstTunerChannelClass parent; member
73 GstTunerNorm parent; member
79 GstTunerNormClass parent; member
/third_party/rust/crates/cxx/gen/build/src/
Dout.rs20 let parent = path.parent().unwrap(); in write() localVariable
40 let parent = link.parent().unwrap(); in symlink_file() localVariable
74 let parent = link.parent().unwrap(); in symlink_dir() localVariable

12345678910>>...81