Home
last modified time | relevance | path

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

123

/ohos5.0/foundation/resourceschedule/ffrt/benchmarks/base/
H A Dbase.cpp38 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 Dapp-check-tool.md6 - 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 Dgolden_text_compile_result.txt3 [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 Dapp-check-tool.md23 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 Darkts-bytecode-function-name.md23 …alue can be empty. [\<Duplicate Sequence Number>] is required only when duplicate scopes exist, wh…
45duplicate 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 Dsdv_adapter_test.rs234 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 Derrorcode-udmf.md19 This error is reported when duplicate data is found.
H A Derrorcode-distributedKVStore.md45 1. When creating a KV store, do not use a duplicate **storeId**.
H A D_o_h___predicates.md37 …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 Derrorcode-notification.md266 The current notification status does not support duplicate configurations.
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/
H A Derrorcode-notification.md266 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 Dbase_restore.cpp1120 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 Drenderer.cpp827 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 Dmultimodal-text-box.md17 … saving as, and renaming a folder) Display an error message to inidcate duplicate names when users…
H A Ddesign-effect-drawings.md7 …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 Dhar-to-hsp.md2 Currently, the HAR has a problem with duplicate packaging, leading an oversize application package.…
H A Darkts-new-Provider-and-Consumer.md34 … 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 DREADME.md24 …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 Dsubsys-build-component-building-rules.md76 …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 Dsubsys-build-module.md58 …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 Dadapter.rs1285 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 Dasset__type_8h.md48 …OR = 1<br>} | Enumerates the policies for resolving the conflict (for example, a duplicate alias).|
H A D_asset_type.md51 …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 Dgeocode-guidelines.md85 …If the location description contains duplicate location names, you can call [GeoCodeRequest](../..…
/ohos5.0/docs/en/application-dev/file-management/
H A Ddistributed-fs-overview.md37 …ory tree already has remote files in networking scenario, a file with a duplicate file name cannot…

123