/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _top_k_fusion_v10.md | 32 | boolean [sorted](#sorted) | 如果为True,按照大到小排序,如果为False,按照小到大排序。 | 49 ### sorted subsection 52 boolean TopKFusion::sorted
|
H A D | _top_k_fusion_v20.md | 32 | boolean [sorted](#sorted) | 如果为True,按照大到小排序,如果为False,按照小到大排序。 | 49 ### sorted subsection 52 boolean TopKFusion::sorted
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/scripts/ |
H A D | make_capi_header.py | 94 sorted_includes = sorted(translated_includes) 113 sorted_includes = sorted(internal_includes) 126 sorted_declares = sorted(all_declares)
|
H A D | translator.py | 85 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 D | system_util.py | 83 return sorted(result)
|
/ohos5.0/build/scripts/ |
H A D | cargo2gn.py | 217 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 D | ninja2trace.py | 59 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 D | ts-container-gridcol.md | 39 …sorted 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 D | print_python_deps.py | 58 for allowlist in sorted(options.allowlists): 129 for path in sorted(paths):
|
/ohos5.0/build/ohos/statistics/ |
H A D | build_overlap_statistics.py | 103 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 D | build_ignore_cfg.py | 96 for root, _, files in sorted(os.walk(item)): 149 for root, dirs, _ in sorted(os.walk(search_dir)):
|
H A D | build_contexts.py | 65 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 D | merge_notice_files.py | 161 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 D | collect_system_notice_files.py | 90 sorted(depfiles),
|
/ohos5.0/base/security/selinux_adapter/scripts/selinux_check/ |
H A D | check_common.py | 69 for root, _, files in sorted(os.walk(search_dir)):
|
H A D | check_permissive.py | 78 for diff in sorted(list(notallow)):
|
/ohos5.0/foundation/resourceschedule/ffrt/tools/ffrt_trace_process/ |
H A D | ffrt_trace_process.py | 647 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 D | multimodal-index-bar.md | 4 An index bar helps quickly locate a list sorted in alphabetical order.
|
/ohos5.0/build/config/mac/ |
H A D | sdk_info.py | 107 for key in sorted(settings):
|
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/tools/ |
H A D | strace_log_analysis.py | 47 func_name_to_nr_list = sorted(func_name_to_nr.items(), key=lambda x : x[1])
|
/ohos5.0/build/ohos/ndk/ |
H A D | check_ndk_header_signature.py | 60 g.write('\n'.join(sorted(signature)))
|
/ohos5.0/docs/en/application-dev/internationalization/ |
H A D | i18n-sorting-local.md | 5 …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 D | asset-native-query.md | 37 …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 D | find_sdk.py | 85 best_sdk = sorted(sdks)[0]
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | nonlinear-container.md | 24 … 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.
|