Home
last modified time | relevance | path

Searched defs:new (Results 1 – 15 of 15) sorted by relevance

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/
Ddiff_processor_node.py124 def process_function(old, new): argument
131 def process_func_return(old, new, diff_info_list): argument
141 def process_func_param_location(old_param_list, new_param_list, old, new): argument
171 def process_each_param(old, new, old_len, new_len, diff_info_list): argument
208 def process_func_param(old, new, diff_info_list): argument
259 def process_define(old, new): argument
266 def process_define_name(old, new, diff_define_list): argument
276 def process_define_text(old, new, diff_define_list): argument
301 def process_struct(old, new): argument
308 def process_struct_name(old, new, diff_struct_list): argument
[all …]
/interface/sdk-js/build-tools/dts_parser/test/ut/parser/
Dut_method_same_name_001.d.ts21 new (str: string): void; method
22 new (str: string, str2: string): void; method
Dut_method_interface_001.d.ts21 new (str: string): void; method
Dut_method_interface_005.d.ts21 new (): void; method
/interface/sdk-js/build-tools/dts_parser/test/ut/apiStatistics/
Dut_method_interface_001.d.ts21 new (str: string): void; method
/interface/sdk-js/api/@internal/component/ets/
Dline.d.ts102 new (value?: { width?: string | number; height?: string | number }): LineAttribute; method
Drect.d.ts94 new ( method
Dpath.d.ts94new (value?: { width?: number | string; height?: number | string; commands?: string }): PathAttrib… method
Dshape.d.ts77 new (value?: PixelMap): ShapeAttribute; method
Dpolygon.d.ts85 new (value?: { width?: string | number; height?: string | number }): PolygonAttribute; method
Dpolyline.d.ts86 new (value?: { width?: string | number; height?: string | number }): PolylineAttribute; method
Dellipse.d.ts94 new (value?: { width?: string | number; height?: string | number }): EllipseAttribute; method
Dcircle.d.ts202 new (value?: CircleOptions): CircleAttribute; method
/interface/sdk-js/api/
D@ohos.arkui.StateManagement.d.ts50 new(...args: any): T; method
/interface/sdk-js/build-tools/api_diff/test/testCase/
Dtest.js36 "new": newFileDir, property