Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dmix.rs30 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 Dstring_util.cpp52 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 Dstring_util.h28 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 Drequest.rs207 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 Dcondition_arbitrator.cpp92 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 Dhap_byte_buffer_test.cpp170 buffer1.Slice();
183 buffer1.Slice();
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/common/
H A Dhap_byte_buffer.h59 DLL_EXPORT void Slice();
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/
H A Dremote_object_wrapper.h52 int Dump(int fd, const rust::Slice<const rust::string> args) const;
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dperformance-optimization-using-smartperf-host.md123 - FrameTimeLine flows Slice表示链接FrameTimeLine关联帧。
125 - Preceding flows Slice表示链接RS关联帧。
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dremote_object_wrapper.cpp90 int IRemoteObjectWrapper::Dump(int fd, const rust::Slice<const rust::string> args) const in Dump()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-c-cpp-secure-coding-guide.md1109 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 Dhap_byte_buffer.cpp236 void HapByteBuffer::Slice() in Slice() function in OHOS::Security::Verify::HapByteBuffer
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/context/
H A Djs_app_context.cpp350 char *path = StringUtil::Slice(uri, URI_PREFIX_DATA_LENGTH); in GetResourcePath()
/ohos5.0/docs/en/application-dev/performance/
H A Dperformance-optimization-using-smartperf-host.md123 - **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 Dhap_signing_block_utils.cpp128 searchEocdBuffer.Slice(); in FindEocdInHap()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp433 digest.content.Slice(); in GetDigestAndAlgorithm()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h319 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.md371 | NODE_TYPE_SLICE_FUSION | Slice算子 |
H A D_n_n_rt_v20.md419 | NODE_TYPE_SLICE_FUSION | Slice算子 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-border-image.md34 …ocalizedEdgeWidths](ts-types.md#localizededgewidths12)<sup>12+</sup>| No| Slice width of the upper…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-c-cpp-secure-coding-guide.md1153 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 DNnrtTypes.idl440 /** Slice operator. */
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md901 | OH_NN_SLICE_AXES<sup>12+</sup> | 当张量作为Slice算子的axes参数时,使用本枚举值。 |
H A D_neural_nework_runtime.md901 | 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.md901 …ES<sup>12+</sup> | Used when the tensor is used as the **axes** parameter of the Slice operator. |