Home
last modified time | relevance | path

Searched defs:old (Results 1 – 6 of 6) sorted by relevance

/interface/sdk_c/build-tools/capi_parser/src/coreImpl/diff/
Ddiff_processor_node.py128 def process_function(old, new): argument
135 def process_func_return(old, new, diff_info_list): argument
145 def process_func_param_location(old_param_list, new_param_list, old, new): argument
175 def process_each_param(old, new, old_len, new_len, diff_info_list): argument
212 def process_func_param(old, new, diff_info_list): argument
263 def process_define(old, new): argument
270 def process_define_name(old, new, diff_define_list): argument
280 def process_define_text(old, new, diff_define_list): argument
305 def process_struct(old, new): argument
312 def process_struct_name(old, new, diff_struct_list): argument
[all …]
/interface/sdk-js/build-tools/dts_parser/test/ut/apiDiff/old/
Dut_new_api_in_interface.d.ts20 old():void; method
Dut_new_api_in_class.d.ts20 old():void; method in Test
/interface/sdk-js/build-tools/dts_parser/test/ut/apiDiff/new/
Dut_new_api_in_interface.d.ts21 old(): void; method
/interface/sdk-js/build-tools/api_diff/test/testCase/
Dtest.js35 "old": oldFileDir, property
/interface/sdk-js/build-tools/dts_parser/src/bin/
Dconfig.ts207 old: argv.old, constant