| /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
|
| D | parserRealSource7.js | 890 function cloneParentConstructGroupForChildType(child, parent) { argument 958 function preCollectImportTypes(ast, parent, context) { argument 985 function preCollectModuleTypes(ast, parent, context) { argument 1065 function preCollectClassTypes(ast, parent, context) { argument 1167 function preCollectInterfaceTypes(ast, parent, context) { argument 1210 function preCollectArgDeclTypes(ast, parent, context) { argument 1228 function preCollectVarDeclTypes(ast, parent, context) { argument 1289 function preCollectFuncDeclTypes(ast, parent, context) { argument 1455 function preCollectTypes(ast, parent, walker) { argument 1505 function postCollectTypes(ast, parent, walker) { argument
|
| /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/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/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/icu/icu4c/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/alsa-utils/topology/ |
| D | pre-process-dapm.c | 27 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_text_object() 94 snd_config_t *parent) in tplg_build_tlv_object() 114 snd_config_t *parent, char *type) in tplg_build_control() 143 snd_config_t *parent) in tplg_build_mixer_control() 149 snd_config_t *parent) in tplg_build_bytes_control() 155 snd_config_t *parent) in tplg_build_enum_control() [all …]
|
| D | pre-process-dai.c | 28 snd_config_t *obj_cfg, snd_config_t *parent) in tplg_build_hw_cfg_object() 48 snd_config_t *parent) in tplg_build_fe_dai_object() 54 snd_config_t *obj_cfg, snd_config_t *parent) in tplg_update_pcm_object() 127 snd_config_t *obj_cfg, snd_config_t *parent) in tplg_build_pcm_caps_object()
|
| /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/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
|
| D | test-http2-priority-event.js | 14 function onPriority(stream, parent, weight, exclusive) { argument 23 parent: 0, property 45 parent: 0, property
|
| /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/mesa3d/src/compiler/nir/ |
| D | nir_deref.c | 32 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 …]
|
| D | nir_lower_memcpy.c | 48 memcpy_load_deref_elem(nir_builder *b, nir_deref_instr *parent, in memcpy_load_deref_elem() 61 memcpy_load_deref_elem_imm(nir_builder *b, nir_deref_instr *parent, in memcpy_load_deref_elem_imm() 69 memcpy_store_deref_elem(nir_builder *b, nir_deref_instr *parent, in memcpy_store_deref_elem() 81 memcpy_store_deref_elem_imm(nir_builder *b, nir_deref_instr *parent, in memcpy_store_deref_elem_imm()
|
| /third_party/mesa3d/src/util/ |
| D | ralloc.c | 57 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/ |
| 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/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
|
| D | unionTypeWithRecursiveSubtypeReduction2.ts | 10 public parent: Namespace; property in Class 14 public parent: Module | Class; property in Property
|
| /third_party/rust/crates/cxx/gen/build/src/ |
| D | out.rs | 20 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
|
| /third_party/skia/third_party/externals/tint/src/sem/ |
| D | loop_statement.cc | 26 const CompoundStatement* parent, in LoopStatement() 37 const CompoundStatement* parent, in LoopContinuingBlockStatement()
|
| D | if_statement.cc | 26 const CompoundStatement* parent, in IfStatement() 33 const CompoundStatement* parent, in ElseStatement()
|
| /third_party/node/deps/npm/node_modules/mkdirp/lib/ |
| D | find-made.js | 3 const findMade = (opts, parent, path = undefined) => { argument 16 const findMadeSync = (opts, parent, path = undefined) => { argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/ |
| D | MultiplierFormatHandler.java | 14 final MicroPropsGenerator parent; field in MultiplierFormatHandler 16 public MultiplierFormatHandler(Scale multiplier, MicroPropsGenerator parent) { in MultiplierFormatHandler()
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
| D | MultiplierFormatHandler.java | 12 final MicroPropsGenerator parent; field in MultiplierFormatHandler 14 public MultiplierFormatHandler(Scale multiplier, MicroPropsGenerator parent) { in MultiplierFormatHandler()
|