/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
H A D | mix.rs | 30 Slice { bytes: &'a [u8], index: usize }, enumerator 47 MixFrom::Slice { in new_as_bytes() 56 MixFrom::Slice { bytes, index: _ } => bytes.is_empty(), in is_empty() 66 *self = MixFrom::Slice { bytes, index: 0 }; in set_bytes() 95 if let MixFrom::Slice { bytes, index } = self { in bytes_encode() 129 Self::Slice { bytes, index } => f in fmt() 156 Self::Slice { in eq() 160 Self::Slice { in eq() 183 MixFrom::Slice { bytes: _, index: _ } => self.bytes_encode(buf), in data() 204 MixFrom::Slice { bytes: _, index: _ } => Poll::Ready(self.bytes_encode(buf)), in poll_data()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | string_util.cpp | 52 char *StringUtil::Slice(const char *sequence, const int32_t start) in Slice() function in OHOS::ACELite::StringUtil 54 return StringUtil::Slice(sequence, start, strlen(sequence)); in Slice() 56 char *StringUtil::Slice(const char *sequence, const int32_t start, const int32_t end) in Slice() function in OHOS::ACELite::StringUtil
|
H A D | string_util.h | 28 static char *Slice(const char *sequence, const int32_t start); 29 static char *Slice(const char *sequence, const int32_t start, const int32_t end);
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | request.rs | 207 BodyKind::Slice(ref slice) => { in body() 258 Slice(Cursor<Vec<u8>>), enumerator 292 Body::new(BodyKind::Slice(Cursor::new(slice.into()))) in slice() 347 BodyKind::Slice(ref mut slice) => { in reuse() 366 BodyKind::Slice(ref mut slice) => { in poll_read()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
H A D | condition_arbitrator.cpp | 92 char *targetCondition = StringUtil::Slice(condition, 1, conditionLen - minTargetLen + 1); in JudgeCondition() 372 buff = StringUtil::Slice(recordPos, SLICE_FROM_CURRENT_POS, OPERATOR_BRACKETS); in DecomPositionConditions() 376 buff = StringUtil::Slice(recordPos, SLICE_FROM_CURRENT_POS, OPERATOR_AND); in DecomPositionConditions() 380 buff = StringUtil::Slice(recordPos, SLICE_FROM_CURRENT_POS, OPERATOR_OR); in DecomPositionConditions() 388 buff = StringUtil::Slice(conditions, SLICE_FROM_CURRENT_POS, len * sizeof(char)); in DecomPositionConditions() 401 buff = StringUtil::Slice(conditions, SLICE_FROM_CURRENT_POS); in DecomPositionConditions()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
H A D | hap_byte_buffer_test.cpp | 170 buffer1.Slice(); 183 buffer1.Slice();
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/common/ |
H A D | hap_byte_buffer.h | 59 DLL_EXPORT void Slice();
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/ |
H A D | remote_object_wrapper.h | 52 int Dump(int fd, const rust::Slice<const rust::string> args) const;
|
/ohos5.0/docs/zh-cn/application-dev/performance/ |
H A D | performance-optimization-using-smartperf-host.md | 123 - FrameTimeLine flows Slice表示链接FrameTimeLine关联帧。 125 - Preceding flows Slice表示链接RS关联帧。
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/ |
H A D | remote_object_wrapper.cpp | 90 int IRemoteObjectWrapper::Dump(int fd, const rust::Slice<const rust::string> args) const in Dump()
|
/ohos5.0/docs/zh-cn/contribute/ |
H A D | OpenHarmony-c-cpp-secure-coding-guide.md | 1109 class Slice { 1112 Slice(T (&arr)[N]) : data(arr), len(N) {} 1115 Slice(std::array<T, N> arr) : data(arr.data()), len(N) {} 1117 Slice(T* arr, size_t n) : data(arr), len(n) {} 1125 void UseArr(Slice<int> arr) 1137 Slice<int> s{arr};
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/common/ |
H A D | hap_byte_buffer.cpp | 236 void HapByteBuffer::Slice() in Slice() function in OHOS::Security::Verify::HapByteBuffer
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/ |
H A D | js_app_context.cpp | 350 char *path = StringUtil::Slice(uri, URI_PREFIX_DATA_LENGTH); in GetResourcePath()
|
/ohos5.0/docs/en/application-dev/performance/ |
H A D | performance-optimization-using-smartperf-host.md | 123 - **FrameTimeLine flows Slice** indicates the associated frame in **FrameTimeLine**. 125 - **Preceding flows Slice** indicates the associated frame in Render Service.
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/ |
H A D | hap_signing_block_utils.cpp | 128 searchEocdBuffer.Slice(); in FindEocdInHap()
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/ |
H A D | hap_verify_v2.cpp | 433 digest.content.Slice(); in GetDigestAndAlgorithm()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.h | 319 void SetBackgroundImageResizableSlice(const ImageResizableSlice& Slice) override {}; in SetBackgroundImageResizableSlice() argument
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/nnrt/ |
H A D | _n_n_rt_v10.md | 371 | NODE_TYPE_SLICE_FUSION | Slice算子 |
|
H A D | _n_n_rt_v20.md | 419 | NODE_TYPE_SLICE_FUSION | Slice算子 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-universal-attributes-border-image.md | 34 …ocalizedEdgeWidths](ts-types.md#localizededgewidths12)<sup>12+</sup>| No| Slice width of the upper…
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-c-cpp-secure-coding-guide.md | 1153 class Slice { 1156 Slice(T (&arr)[N]) : data(arr), len(N) {} 1159 Slice(std::array<T, N> arr) : data(arr.data()), len(N) {} 1161 Slice(T* arr, size_t n) : data(arr), len(n) {} 1169 void UseArr(Slice<int> arr) 1181 Slice<int> s{arr};
|
/ohos5.0/drivers/interface/nnrt/v2_1/ |
H A D | NnrtTypes.idl | 440 /** Slice operator. */
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 901 | OH_NN_SLICE_AXES<sup>12+</sup> | 当张量作为Slice算子的axes参数时,使用本枚举值。 |
|
H A D | _neural_nework_runtime.md | 901 | OH_NN_SLICE_AXES<sup>12+</sup> | 当张量作为Slice算子的axes参数时,使用本枚举值。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | _neural_network_runtime.md | 901 …ES<sup>12+</sup> | Used when the tensor is used as the **axes** parameter of the Slice operator. |
|