Home
last modified time | relevance | path

Searched refs:sorted (Results 1 – 25 of 109) sorted by relevance

12345

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/
H A D_top_k_fusion_v10.md32 | boolean [sorted](#sorted) | 如果为True,按照大到小排序,如果为False,按照小到大排序。 |
49 ### sorted subsection
52 boolean TopKFusion::sorted
H A D_top_k_fusion_v20.md32 | boolean [sorted](#sorted) | 如果为True,按照大到小排序,如果为False,按照小到大排序。 |
49 ### sorted subsection
52 boolean TopKFusion::sorted
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/
H A Dmake_capi_header.py94 sorted_includes = sorted(translated_includes)
113 sorted_includes = sorted(internal_includes)
126 sorted_declares = sorted(all_declares)
H A Dtranslator.py85 file_names = sorted(header.get_file_names())
99 class_names = sorted(header.get_class_names())
119 class_names = sorted(header.get_class_names())
H A Dsystem_util.py83 return sorted(result)
/ohos5.0/build/scripts/
H A Dcargo2gn.py217 self.cfgs = sorted(set(self.cfgs))
218 self.core_deps = sorted(set(self.core_deps))
219 self.crate_types = sorted(set(self.crate_types))
220 self.deps = sorted(set(self.deps))
221 self.features = sorted(set(self.features))
222 self.ignore_options = sorted(set(self.ignore_options))
223 self.static_libs = sorted(set(self.static_libs))
224 self.shared_libs = sorted(set(self.shared_libs))
450 self.build_script_outputs = sorted(out_files)
611 self.srcs = sorted(set(self.srcs))
[all …]
H A Dninja2trace.py59 self.datalist = sorted(storing_data.values(),
61 self.durations = sorted(storing_data.values(),
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-gridcol.md39sorted in ascending order based on their sequence numbers.<br>Default value: **0**<br>**NOTE**<br>…
86 Sets the sequence number of the component. Child components of the grid are sorted in ascending ord…
98 …es | Sequence number of the component. Child components of the grid are sorted in ascending order…
/ohos5.0/build/
H A Dprint_python_deps.py58 for allowlist in sorted(options.allowlists):
129 for path in sorted(paths):
/ohos5.0/build/ohos/statistics/
H A Dbuild_overlap_statistics.py103 for subsystem in sorted(paths.keys()):
132 for item in sorted(statistics, key=overlap_rate_key, reverse=True):
/ohos5.0/base/security/selinux_adapter/scripts/
H A Dbuild_ignore_cfg.py96 for root, _, files in sorted(os.walk(item)):
149 for root, dirs, _ in sorted(os.walk(search_dir)):
H A Dbuild_contexts.py65 for root, _, files in sorted(os.walk(item)):
311 for root, dirs, _ in sorted(os.walk(search_dir)):
/ohos5.0/build/ohos/notice/
H A Dmerge_notice_files.py161 sorted_filenames = sorted(id_table.keys())
291 sorted(files_with_same_hash[hash])
292 for hash in sorted(files_with_same_hash.keys())
H A Dcollect_system_notice_files.py90 sorted(depfiles),
/ohos5.0/base/security/selinux_adapter/scripts/selinux_check/
H A Dcheck_common.py69 for root, _, files in sorted(os.walk(search_dir)):
H A Dcheck_permissive.py78 for diff in sorted(list(notallow)):
/ohos5.0/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/
H A Dffrt_trace_process.py647 for i in sorted(data["cpu"]["worker"].items(), key=lambda kv: (kv[1], kv[0]), reverse=True):
651 for i in sorted(data["cpu"]["non-worker"].items(), key=lambda kv: (kv[1], kv[0]), reverse=True):
658 …for i in sorted(data["thread"]["worker"]["T"].items(), key=lambda kv: (kv[1], kv[0]), reverse=True…
663 …for i in sorted(data["thread"]["non-worker"]["T"].items(), key=lambda kv: (kv[1], kv[0]), reverse=…
/ohos5.0/docs/en/design/ux-design/
H A Dmultimodal-index-bar.md4 An index bar helps quickly locate a list sorted in alphabetical order.
/ohos5.0/build/config/mac/
H A Dsdk_info.py107 for key in sorted(settings):
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/
H A Dstrace_log_analysis.py47 func_name_to_nr_list = sorted(func_name_to_nr.items(), key=lambda x : x[1])
/ohos5.0/build/ohos/ndk/
H A Dcheck_ndk_header_signature.py60 g.write('\n'.join(sorted(signature)))
/ohos5.0/docs/en/application-dev/internationalization/
H A Di18n-sorting-local.md5 …lows list content, for example, the language list in **Settings**, to be sorted and displayed in l…
26 // If compareResult is 0, the first and second parameters are not sorted in sequence.
/ohos5.0/docs/en/application-dev/security/AssetStoreKit/
H A Dasset-native-query.md37 …ABEL_xxx | No | How the query results are sorted. Currently, the results can be sorted
120 Query attributes of assets with the tag of **demo_label** and return a total of 10 records sorted b…
/ohos5.0/build/misc/mac/
H A Dfind_sdk.py85 best_sdk = sorted(sdks)[0]
/ohos5.0/docs/en/application-dev/arkts-utils/
H A Dnonlinear-container.md24 … the keys based on the hash codes, whereas the latter stores and accesses the keys in sorted order.
52 …data in TreeSet is stored in an ordered manner, that is, elements can be sorted based on the sorti…
75 … the keys based on the hash codes, whereas the latter stores and accesses the keys in sorted order.
77 You are advised to use **TreeMap** when you need to store KV pairs in sorted order.
103 …d to store a set of values. The value in an element is unique and can be sorted based on the sorti…
105 …et.md) stores data in a random order, whereas **TreeSet** stores data in sorted order. Both of the…
107 You are advised to use **TreeSet** when you need to store data in sorted order.

12345