Home
last modified time | relevance | path

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

123456

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/decode/
H A Dpart.rs80 let mut remains = buf; in decode() localVariable
83 PartStatus::Start => self.start_decode(remains), in decode()
84 PartStatus::Headers => self.headers_decode(remains), in decode()
86 PartStatus::Crlf => Ok(remains), in decode()
87 PartStatus::Body => self.body_decode(remains), in decode()
93 remains = rest; in decode()
94 if remains.is_empty() && self.stage != PartStatus::End { in decode()
98 Ok((results, remains)) in decode()
H A Dmulti.rs124 let mut remains = buf; in decode() localVariable
129 self.unknown_decode(headers_decoder, remains) in decode()
131 MultiStage::Part(part_decoder) => self.part_decode(part_decoder, remains), in decode()
132 MultiStage::Multi(data) => self.multi_decode(data, remains), in decode()
141 remains = rest; in decode()
144 if remains.is_empty() && !self.last_stage()?.is_end() { in decode()
149 Ok((results, remains)) in decode()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.3/
H A Dchangelogs-press-style.md24 * A component enters the pressed state when touched, and remains in this state, even after the user…
25 * If the component is touched with multiple fingers, it remains in the pressed state until some of …
30 * A component enters the pressed state when touched and remains in this state until the user's fing…
31 * If the component is touched with multiple fingers, it remains in the pressed state until all of t…
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/
H A Dheaders.rs167 let mut remains = buf; in decode() localVariable
170 HeaderStatus::Start => self.start_decode(remains), in decode()
171 HeaderStatus::Name => self.name_decode(remains), in decode()
173 HeaderStatus::Colon => Ok(remains), in decode()
174 HeaderStatus::Value => self.value_decode(remains), in decode()
175 HeaderStatus::Crlf => self.crlf_decode(remains), in decode()
181 remains = rest; in decode()
182 if remains.is_empty() && self.stage != HeaderStatus::End { in decode()
186 Ok((results, remains)) in decode()
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc-utils-guide-safe_block_queue.md81 int remains()
103 if (line.remains()==0) {
104 cout << line.remains() << " elements remains in the queue. Synchronizing success." <<endl;
174 … cout << line.UnfinishTaskNum() << " elements remains in the queue. Synchronizing success." <<endl;
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.3.3/
H A Dchangelogs-bundlemanager.md63 …nager.d.ts) is changed from **STANDARD** to **MULTITON**. The enum value remains unchanged, indica…
76 …dleManager/AbilityInfo.d.ts) struct is changed to **exported**. The type remains unchanged, indica…
82 …/bundleManager/AbilityInfo.d.ts) struct is changed to **exported**, and the type remains unchanged.
89 …r/ExtensionAbilityInfo.d.ts) struct is changed to **exported**. The type remains unchanged, indica…
95 …nager/ExtensionAbilityInfo.d.ts) struct is changed to **exported**, and the type remains unchanged.
102 …Manager/BundlePackInfo.d.ts) struct is changed to **exported**. The type remains unchanged, indica…
108 …ndleManager/BundlePackInfo.d.ts) struct is changed to **exported**, and the type remains unchanged.
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dchunk.rs961 let mut remains = buf; in decode() localVariable
964 Stage::Size => self.decode_size(remains), in decode()
966 Stage::SizeEnd => self.skip_crlf(remains), in decode()
967 Stage::Data => self.decode_data(remains), in decode()
968 Stage::DataEnd => self.skip_last_crlf(&remains[..0], remains), in decode()
971 Stage::TrailerEndCrlf => self.skip_trailer_last_crlf(&remains[..0], remains), in decode()
980 remains = rest; in decode()
988 Ok((results, remains)) in decode()
995 remains: &[u8], in match_decode_result()
1004 if remains.is_empty() { in match_decode_result()
[all …]
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.41/
H A Dchangelogs-device_manager.md11 …d has a security vulnerability. The deviceid obtained by the application remains unchanged after t…
18 After the device is reset or the application is reinstalled, the deviceid obtained remains the same.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.7/
H A Dchangelogs-bundlemanager.md77 …nager.d.ts) is changed from **STANDARD** to **MULTITON**. The enum value remains unchanged, indica…
90 …dleManager/AbilityInfo.d.ts) struct is changed to **exported**. The type remains unchanged, indica…
96 …/bundleManager/AbilityInfo.d.ts) struct is changed to **exported**, and the type remains unchanged.
103 …r/ExtensionAbilityInfo.d.ts) struct is changed to **exported**. The type remains unchanged, indica…
109 …nager/ExtensionAbilityInfo.d.ts) struct is changed to **exported**, and the type remains unchanged.
116 …Manager/BundlePackInfo.d.ts) struct is changed to **exported**. The type remains unchanged, indica…
122 …ndleManager/BundlePackInfo.d.ts) struct is changed to **exported**, and the type remains unchanged.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.10.1/
H A Dchangelogs-telephony.md11 … be used to replace **sendMessage** in application development. The API function remains unchanged.
86 …apply for the **ohos.permission.GET_PHONE_NUMBERS** permission. The API function remains unchanged.
H A Dchangelogs-cert.md9 …d of **X509Cert.getSerialNumber()** in application development. The API function remains unchanged.
/ohos5.0/docs/en/application-dev/application-models/
H A Dserviceability-overview.md4 …erviceAbility can be started by another application or a PageAbility. It remains to run in the bac…
H A Ddataability-overview.md4 …be started by a PageAbility, a ServiceAbility, or other applications. It remains to run in the bac…
/ohos5.0/docs/en/release-notes/changelogs/v3.2-Release/
H A Dchangelogs-bundlemanager.md77 …nager.d.ts) is changed from **STANDARD** to **MULTITON**. The enum value remains unchanged, indica…
90 …dleManager/AbilityInfo.d.ts) struct is changed to **exported**. The type remains unchanged, indica…
96 …/bundleManager/AbilityInfo.d.ts) struct is changed to **exported**, and the type remains unchanged.
103 …r/ExtensionAbilityInfo.d.ts) struct is changed to **exported**. The type remains unchanged, indica…
109 …nager/ExtensionAbilityInfo.d.ts) struct is changed to **exported**, and the type remains unchanged.
116 …Manager/BundlePackInfo.d.ts) struct is changed to **exported**. The type remains unchanged, indica…
122 …ndleManager/BundlePackInfo.d.ts) struct is changed to **exported**, and the type remains unchanged.
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-transformation.md25 …xis and center of rotation are set based on the coordinate system, which remains where it is when …
43 …nt is translated along the z-axis, the position of the observation point remains unchanged. As suc…
94 …xis and center of rotation are set based on the coordinate system, which remains where it is when …
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/tools/src/
H A Dcommand_parser.cpp359 int32_t remains = len % MAX_LOG_LEN; in InfoPrint() local
363 printf("%s\n", str.substr(times * MAX_LOG_LEN, remains).c_str()); in InfoPrint()
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.11.2/
H A Dchangelogs-filemanagement.md39 The invocation of the **fileAccess** APIs remains unchanged, but the assets corresponding to the UR…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.5/
H A Dchangelogs-cert.md17 …9CRL** interfaces instead of **X509Crl** interfaces. The interface functionality remains unchanged.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.7.2/
H A Dchangelogs-telephoy.md11 …e** enum values need to be used when **setVoNState** is called. The API function remains unchanged.
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.11.5/
H A Dchangelogs-multimedia.md23 The API definition remains unchanged, but the API now correctly returns the **AudioDeviceDescriptor…
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-transition-overview.md14 … – a view that appears on top of the current view while the current view remains. The dialog box i…
/ohos5.0/docs/en/application-dev/media/camera/
H A Dnative-camera-torch-use.md7 - When the front camera is used, the flashlight can be turned on and remains steady on.
/ohos5.0/docs/en/application-dev/napi/
H A Duse-napi-about-environmental-life-cycle.md9 … associated with that of the environment. This means the associated data remains valid as long as …
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.39/
H A Dchangelogs-multimedia.md33 The method of obtaining **pts** remains unchanged. However, no additional processing is performed i…
/ohos5.0/docs/en/application-dev/security/AccessToken/
H A Done-time-authorization.md30 …- The authorized permission remains valid as long as the application is running in the foreground,…

123456