/ohos5.0/commonlibrary/rust/ylong_json/src/ |
H A D | error.rs | 21 Parsing(ParseError), enumerator 135 Self::Parsing(e) => write!(f, "Parse Error: {e:?}"), in fmt() 156 Error::Parsing(e) in from() 224 Error::Parsing(ParseError::UnexpectedCharacter(1, 1, 'a')) in ut_error_fmt() 232 Error::Parsing(ParseError::UnexpectedCharacter(1, 1, '\u{8}')) in ut_error_fmt() 254 format!("{:?}", Error::Parsing(ParseError::InvalidUtf8Bytes(1))), in ut_error_fmt() 264 format!("{:?}", Error::Parsing(ParseError::TrailingBytes(1))), in ut_error_fmt() 269 format!("{:?}", Error::Parsing(ParseError::ParsingUnfinished)), in ut_error_fmt() 319 Error::Parsing(ParseError::UnexpectedCharacter(1, 1, 'a')) in ut_error_fmt() 349 format!("{}", Error::Parsing(ParseError::InvalidUtf8Bytes(1))), in ut_error_fmt() [all …]
|
H A D | deserializer.rs | 113 _ => Err(Error::Parsing(ParsingUnfinished)), in from_reader() 204 return Err(Error::Parsing(ParsingUnfinished)); in parse_bool() 232 return Err(Error::Parsing(ParsingUnfinished)); in de_parse_number() 266 return Err(Error::Parsing(ParsingUnfinished)); in deserialize_any() 678 return Err(Error::Parsing(MissingComma( in next_element_seed() 690 Err(Error::Parsing(TrailingComma( in next_element_seed() 696 None => Err(Error::Parsing(ParsingUnfinished)), in next_element_seed() 723 return Err(Error::Parsing(MissingComma( in next_key_seed() 738 Err(Error::Parsing(TrailingComma( in next_key_seed() 760 Err(Error::Parsing(MissingColon( in next_value_seed() [all …]
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-dfx-hisysevent-listening.md | 70 …Parsing is successful.<br>- **-1**: Parsing failed due to initialization error.<br>- **-2**: Parsi… 71 …Parsing is successful.<br>- **-1**: Parsing failed due to initialization error.<br>- **-2**: Parsi… 72 …Parsing is successful.<br>- **-1**: Parsing failed due to initialization error.<br>- **-2**: Parsi… 73 …Parsing is successful.<br>- **-1**: Parsing failed due to initialization error.<br>- **-2**: Parsi… 74 …Parsing is successful.<br>- **-1**: Parsing failed due to initialization error.<br>- **-2**: Parsi… 75 …Parsing is successful.<br>- **-1**: Parsing failed due to initialization error.<br>- **-2**: Parsi… 76 …Parsing is successful.<br>- **-1**: Parsing failed due to initialization error.<br>- **-2**: Parsi… 77 …Parsing is successful.<br>- **-1**: Parsing failed due to initialization error.<br>- **-2**: Parsi…
|
H A D | subsys-boot-init-sandbox.md | 44 bool InitSandboxWithName(const char *name); // Parsing to the JSON structure
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | Readme-EN.md | 12 - [@ohos.uri (URI String Parsing)](js-apis-uri.md) 13 - [@ohos.url (URL String Parsing)](js-apis-url.md) 19 - [@ohos.util.json (JSON Parsing and Generation)](js-apis-json.md) 31 - [@ohos.xml (XML Parsing and Generation)](js-apis-xml.md)
|
H A D | js-apis-json.md | 1 # @ohos.util.json (JSON Parsing and Generation) 86 | options | [ParseOptions](#parseoptions) | No| Parsing options. This parameter is used to contro…
|
H A D | js-apis-xml.md | 1 # @ohos.xml (XML Parsing and Generation) 604 | attributeValueCallbackFunction | (name: string, value: string) => boolean | No | Parsing attr… 605 …Type](#eventtype), value: [ParseInfo](#parseinfo)) => boolean | No | Parsing element's [EventT…
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | Readme-EN.md | 6 - XML Generation, Parsing, and Conversion 9 - [XML Parsing](xml-parsing.md) 35 - [ASON Parsing and Generation](ason-parsing-generation.md)
|
H A D | xml-parsing.md | 1 # XML Parsing 28 ## Parsing XML Tags and Tag Values 91 ## Parsing XML Attributes and Attribute Values 138 ## Parsing XML Event Types and Element Depths
|
H A D | ason-parsing-generation.md | 1 # ASON Parsing and Generation
|
H A D | xml-generation.md | 23 For details about the APIs of the **XML** module, see [@ohos.xml (XML Parsing and Generation)](../r…
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hdr/ |
H A D | jpeg_mpf_parser.h | 37 bool Parsing(uint8_t* data, uint32_t size);
|
/ohos5.0/docs/en/contribute/ |
H A D | readme.opensource_design_specification_document_and_usage_guide.md | 181 ## Engineering Parsing Guide 189 - **Parsing Example**: 282 3. **Consistency of Parsing Rules**:
|
/ohos5.0/docs/en/release-notes/changelogs/v4.0-beta1/ |
H A D | Readme-EN.md | 7 | Multi-language runtime subsystem| Parsing rule changed| [LLVM parsing format changed. When your c…
|
H A D | changelogs-arkcompiler.md | 87 ## cl.arkcompiler.2 LLVM Parsing Format Changed
|
/ohos5.0/docs/en/readme/ |
H A D | compilation and building.md | 83 1. Parsing commands: Parse the name of the product to build and load related configurations.
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.38/ |
H A D | changelogs-arkts.md | 3 ## cl.arkts.1 Behavior Changed for xml.XmlPullParser.parse in Parsing Entity Reference Events
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | rawheap-translator.md | 60 ### Parsing Command 71 ## Examples of Using Parsing Commands
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/ |
H A D | jpeg_mpf_parser.cpp | 96 bool JpegMpfParser::Parsing(uint8_t* data, uint32_t size) in Parsing() function in OHOS::Media::JpegMpfParser
|
/ohos5.0/docs/en/application-dev/application-models/ |
H A D | deep-linking-startup.md | 52 ### Obtaining and Parsing the Link Passed by the Caller
|
/ohos5.0/docs/en/device-dev/device-test/ |
H A D | smartperf-host.md | 27 │ │ ├── parser # Parsing service logic
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.7.3/ |
H A D | changelog-arkcompiler.md | 87 ## cl.arkcompiler.2 LLVM Parsing Format Changed
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-standard-newip.md | 384 ## WireShark Packet Parsing Template 408 ### Packet Parsing Example
|
H A D | kernel-small-debug-user.md | 235 ##### Call Stack Parsing 373 ##### Call Stack Parsing
|
/ohos5.0/docs/en/release-notes/ |
H A D | OpenHarmony-v3.2-beta1.md | 149 …k<br>I56W4O Extracting the rpcid file using the unpacking tool<br>I56W59 Parsing the stage model p… 169 …rk<br>I58ZUU Componentization of the test scheduling framework<br>I58ZUV Parsing, generating, and …
|