/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/base/ |
H A D | base.cpp | 38 bool duplicate = true; in GenerateIndexes() local 39 while (duplicate) { in GenerateIndexes() 40 duplicate = false; in GenerateIndexes() 45 duplicate = true; in GenerateIndexes()
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | app-check-tool.md | 6 - Scans for duplicate files. 23 java -jar app_check_tool.jar --input ./test.app --out-path ./test --stat-duplicate true 32 | --stat-duplicate | No | Whether to scan for duplicate files. The default value is **false*… 40 "param":"--stat-duplicate", 58 | taskType | int | Type of the task. The value **1** means a task for scanning for duplicate fi… 69 | md5 | String | MD5 value of the duplicate files. | 70 | size | int | Size of the duplicate files, in bytes.| 71 | files | Vector\<String> | Paths of the duplicate files. |
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/test/31_node_duplicate_name/ |
H A D | golden_text_compile_result.txt | 3 [Error] ./31_node_duplicate_name/case.hcs:8 duplicate node name at ./31_node_duplicate_name/case.hc… 4 To avoid redefining structures, not allow duplicate node name at text config mode
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | app-check-tool.md | 23 java -jar app_check_tool.jar --input ./test.app --out-path ./test --stat-duplicate true 32 | --stat-duplicate | 否 | 是否扫描重复文件。默认为false。<br>true:启用。<br>false:不启用。 | 40 "param":"--stat-duplicate",
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-bytecode-function-name.md | 23 …alue can be empty. [\<Duplicate Sequence Number>] is required only when duplicate scopes exist, wh… 45 …duplicate sequence number. This number is written in the format of **^ hexadecimal number**. If du… 54 … // The function name of foo is "#&A^1*#foo", where "^1" indicates the duplicate sequence number. 58 …e same scope within the source code, the function name is followed by a duplicate sequence number,…
|
/ohos5.0/commonlibrary/rust/ylong_json/tests/ |
H A D | sdv_adapter_test.rs | 234 let duplicate = ylong_json_duplicate(json, 1); in sdv_adapter_parse_memory_check() localVariable 235 ylong_json_delete(duplicate); in sdv_adapter_parse_memory_check()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | errorcode-udmf.md | 19 This error is reported when duplicate data is found.
|
H A D | errorcode-distributedKVStore.md | 45 1. When creating a KV store, do not use a duplicate **storeId**.
|
H A D | _o_h___predicates.md | 37 …stinct) | Pointer to the function used to set a predicates object to filter out duplicate records.|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-notification-kit/ |
H A D | errorcode-notification.md | 266 The current notification status does not support duplicate configurations.
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | errorcode-notification.md | 266 The current notification status does not support duplicate configurations. 270 This error code is reported when the current notification status does not support duplicate configu… 274 The current notification status does not support duplicate configurations.
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/ |
H A D | base_restore.cpp | 1120 uint64_t duplicate = 0; in GetSubProcessInfo() local 1125 duplicate = migratePhotoDuplicateNumber_ + migrateVideoDuplicateNumber_; in GetSubProcessInfo() 1130 duplicate = migrateAudioDuplicateNumber_; in GetSubProcessInfo() 1146 uint64_t processed = success + duplicate + failed; in GetSubProcessInfo() 1243 uint64_t duplicate = migratePhotoDuplicateNumber_ + migrateVideoDuplicateNumber_; in GetRestoreTotalInfo() local 1246 uint64_t error = totalNumber_ - success - duplicate - failed; in GetRestoreTotalInfo()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/ |
H A D | renderer.cpp | 827 bool duplicate = false; in RenderFrame() local 830 duplicate = true; in RenderFrame() 833 …(RenderHandleUtil::GetHandleType(handle) == RenderHandleType::RENDER_NODE_GRAPH) && (!duplicate)) { in RenderFrame() 837 if (duplicate) { in RenderFrame()
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | multimodal-text-box.md | 17 … saving as, and renaming a folder) Display an error message to inidcate duplicate names when users…
|
H A D | design-effect-drawings.md | 7 …e them with the specifications in a unified manner. There is no need to provide duplicate drawings.
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | har-to-hsp.md | 2 Currently, the HAR has a problem with duplicate packaging, leading an oversize application package.…
|
H A D | arkts-new-Provider-and-Consumer.md | 34 … can have duplicate names and \@Consumer can search upwards for the nearest \@Provider.| Disabled … 308 If \@Provider has duplicate names in the component tree, \@Consumer will search upwards for the \@P…
|
/ohos5.0/base/sensors/start/ |
H A D | README.md | 24 …rt silo with the starter part can start the sensors process and prevent duplicate start-up of the …
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-component-building-rules.md | 76 …ption declared by a component. Adding a component name prefix can prevent duplicate feature names. 91 …locate the component based on the output (library or executable file) and prevents duplicate names. 95 ohos_shared_library("data") # Inaccurate, too general, and easy to duplicate
|
H A D | subsys-build-module.md | 58 …include_dirs = [] # If there are duplicate header files, the header file defined earli… 59 …cflags = [] # If there are duplicate or conflict settings, the settings in cflag… 62 …ldflags = [] # If there are duplicate or conflict definitions, the settings in oh…
|
/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | adapter.rs | 1285 let duplicate = ylong_json_duplicate(json, 0); in ut_ylong_json_duplicate() localVariable 1286 let result = ylong_json_print_unformatted(duplicate); in ut_ylong_json_duplicate() 1291 ylong_json_delete(duplicate); in ut_ylong_json_duplicate() 1294 let duplicate = ylong_json_duplicate(json, 1); in ut_ylong_json_duplicate() localVariable 1295 let result = ylong_json_print_unformatted(duplicate); in ut_ylong_json_duplicate() 1301 assert_ne!(duplicate, json); in ut_ylong_json_duplicate() 1305 ylong_json_delete(duplicate); in ut_ylong_json_duplicate()
|
/ohos5.0/docs/en/application-dev/reference/apis-asset-store-kit/ |
H A D | asset__type_8h.md | 48 …OR = 1<br>} | Enumerates the policies for resolving the conflict (for example, a duplicate alias).|
|
H A D | _asset_type.md | 51 …OR = 1<br>} | Enumerates the policies for resolving the conflict (for example, a duplicate alias).| 120 Enumerates the policies for resolving the conflict (for example, a duplicate alias).
|
/ohos5.0/docs/en/application-dev/device/location/ |
H A D | geocode-guidelines.md | 85 …If the location description contains duplicate location names, you can call [GeoCodeRequest](../..…
|
/ohos5.0/docs/en/application-dev/file-management/ |
H A D | distributed-fs-overview.md | 37 …ory tree already has remote files in networking scenario, a file with a duplicate file name cannot…
|