/ohos5.0/foundation/communication/wifi/wifi/application/wifi_direct_demo/ |
H A D | gradlew.bat | 1 @rem 6 @rem 8 @rem 13 @rem limitations under the License. 14 @rem 18 @rem 20 @rem 37 @rem Find java.exe 82 @rem Setup the command line 86 @rem Execute Gradle [all …]
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/snapshot/jerry_bin/ |
H A D | build_jerry.bat | 1 @rem Copyright (c) 2020 Huawei Device Co., Ltd. 2 @rem Licensed under the Apache License, Version 2.0 (the "License"); 3 @rem you may not use this file except in compliance with the License. 4 @rem You may obtain a copy of the License at 5 @rem 6 @rem http://www.apache.org/licenses/LICENSE-2.0 7 @rem 8 @rem Unless required by applicable law or agreed to in writing, software 9 @rem distributed under the License is distributed on an "AS IS" BASIS, 11 @rem See the License for the specific language governing permissions and [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/ |
H A D | hvigorw.bat | 2 @rem ########################################################################## 3 @rem 4 @rem Hvigor startup script for Windows 5 @rem 6 @rem ########################################################################## 8 @rem Set local scope for the variables with windows NT shell 16 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 25 @rem Find node.exe 53 @rem Execute hvigor
|
/ohos5.0/base/update/updater/services/flashd/ |
H A D | flashd_basepkg.bat | 1 @rem Copyright (c) 2020-2023 Huawei Device Co., Ltd. 2 @rem Licensed under the Apache License, Version 2.0 (the "License"); 3 @rem you may not use this file except in compliance with the License. 4 @rem You may obtain a copy of the License at 5 @rem 6 @rem http://www.apache.org/licenses/LICENSE-2.0 7 @rem 8 @rem Unless required by applicable law or agreed to in writing, software 9 @rem distributed under the License is distributed on an "AS IS" BASIS, 11 @rem See the License for the specific language governing permissions and [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/ |
H A D | hvigorw.bat | 16 @rem ########################################################################## 17 @rem 18 @rem Hvigor startup script for Windows 19 @rem 20 @rem ########################################################################## 22 @rem Set local scope for the variables with windows NT shell 30 @rem Resolve any "." and ".." in APP_HOME to make it shorter. 39 @rem Find node.exe 67 @rem Execute hvigor
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | http_body.rs | 135 let (text, rem) = self.decoder.decode(&buf[..read]); in data() 137 match (text.is_complete(), rem.is_empty()) { in data() 165 let (text, rem) = self.decoder.decode(&buf[read..read + filled]); in data() 168 match (text.is_complete(), rem.is_empty()) { in data()
|
/ohos5.0/base/startup/hvb/libhvb/src/deps/ |
H A D | hvb_sysdeps.c | 105 uint32_t rem = (uint32_t)(*dividend % 10); in hvb_div_by_10() local 107 return rem; in hvb_div_by_10()
|
/ohos5.0/docs/zh-cn/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 90 int rem = randomLen % blockSize; 143 if (rem > 0) { 144 msgBlob.len = rem; 159 msgBlob.data -= strlen(plainText) - rem;
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 88 int rem = randomLen % blockSize; 141 if (rem > 0) { 142 msgBlob.len = rem; 157 msgBlob.data -= strlen(plainText) - rem;
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/ |
H A D | async_buf_reader.rs | 191 let rem = poll_ready!(self.as_mut().poll_fill_buf(cx))?; in poll_read() localVariable 192 let r_len = cmp::min(rem.len(), buf.remaining()); in poll_read() 193 buf.append(&rem[..r_len]); in poll_read()
|
/ohos5.0/foundation/arkui/ace_engine/test/tools/event_tree_to_graph/src/bats/ |
H A D | dump_event.bat | 16 @rem Set local scope for the variables with windows NT shell 39 @rem Replace here with hdc command
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/conn/ |
H A D | http1.rs | 91 Ok(Some((part, rem))) => break (part, rem), in request()
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-aes-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 89 int rem = randomLen % blockSize; 142 if (rem > 0) { 143 msgBlob.len = rem; 158 msgBlob.data -= strlen(plainText) - rem;
|
H A D | crypto-sm4-sym-encrypt-decrypt-gcm-by-segment-ndk.md | 88 int rem = randomLen % blockSize; 141 if (rem > 0) { 142 msgBlob.len = rem; 157 msgBlob.data -= strlen(plainText) - rem;
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
H A D | http1.rs | 80 Ok(Some((part, rem))) => break (part, rem), in request()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | http_body.rs | 330 let (text, rem) = self.decoder.decode(&buf[..read]); in read_remaining() 333 match (text.is_complete(), rem.is_empty()) { in read_remaining() 366 let (text, rem) = self.decoder.decode(read_buf.filled()); in poll_read_io() 370 match (text.is_complete(), rem.is_empty()) { in poll_read_io()
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-safe-area-insets.md | 59 env(safe-area-inset-left, 1.4rem);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_patch2.patch | 347 rem = (rem << 1) ^ ((rem >> 9) * 0x537); 348 int bits = (data << 10 | rem) ^ 0x5412; // uint15 359 rem = (rem << 1) ^ ((rem >> 11) * 0x1F25); 360 long bits = static_cast<long>(version) << 12 | rem; // uint18
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-small-bundles-system.md | 147 …ysClockNanoSleep64(clockid_t clk, int flags, const struct timespec64 *req, struct timespec64 *rem);
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-safe-area-insets.md | 59 env(safe-area-inset-left, 1.4rem);
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-bundles-system.md | 139 …ysClockNanoSleep64(clockid_t clk, int flags, const struct timespec64 *req, struct timespec64 *rem);
|