/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | dfx_map.cpp | 217 char colon = 0; in Parse() local 240 cp = ScanChar(cp, colon); in Parse() 241 if (colon != ':') { in Parse()
|
/ohos5.0/foundation/resourceschedule/soc_perf/test/unittest/ |
H A D | socperf_server_test.cpp | 147 char colon, comma; variable 152 while (ssfirst >> key >> colon >> value >> comma) { 155 ssfirst >> key >> colon >> value; 165 while (sssecond >> key >> colon >> value >> comma) { 168 sssecond >> key >> colon >> value;
|
/ohos5.0/docs/en/contribute/ |
H A D | readme.opensource_design_specification_document_and_usage_guide.md | 78 - For a single license requiring multiple files, separate the paths with a colon. 143 - Separate the multiple paths in `License File` with a colon (`:`). 187 3. When a path in `License File` contains multiple files, separate them with a colon (`:`). 281 - When a license file corresponds to multiple files, separate the paths with a colon `":"`.
|
H A D | OpenHarmony-cpp-coding-style-guide.md | 584 - Determine whether to add spaces before and after a colon (:) based on the actual situation. 641 case 0: // Good: There is no space between the case condition and the colon. 672 // Good: // Add a space before or after the colon in a derived class definition. 677 // Add a space before or after the colon in the initialization list of a constructor function. 683 // Add a space before or after the colon in a bit-field. 694 // Good: // No space is added before or after the colon next to a class access permission (public o… 702 // No space is added before or after the colon in a switch statement. 787 // Wrapped at the colon and indented with four spaces
|
H A D | OpenHarmony-c-coding-style-guide.md | 775 - Add spaces before and after the colon of bit field description. 779 - Do not add spaces before commas, semicolons, or colons (excluding the colon in the ternary operat… 847 … case 0: // Good: No space is added between the `case` conditional statement and the colon (:).
|
/ohos5.0/build/ |
H A D | ohos_var.gni | 106 # sepcify opensource scan dir, separated by a colon 109 # sepcify opensource scan license, separated by a colon
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/ |
H A D | chunk.rs | 1035 let mut colon = 0; in get_trailer() localVariable 1044 if *b == b':' && colon == 0 { in get_trailer() 1045 colon = i; in get_trailer() 1047 let trailer_name = &self.trailer[..colon]; in get_trailer() 1050 let trailer_name = &self.trailer[lf + 1..colon]; in get_trailer() 1061 let mut trailer_value = &self.trailer[colon + 1..lf - 1]; in get_trailer() 1076 colon = 0; in get_trailer()
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/src/ |
H A D | util_js.ts | 1283 let colon: number = str.indexOf(':'); 1285 if ((colon < 0 && semicolon < 0) || (colon > 0 && semicolon > 0)) { 1289 let index: number = (colon > 0) ? colon : semicolon;
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h1/request/ |
H A D | encoder.rs | 559 let colon = ":".as_bytes(); in encode_colon() localVariable 560 let mut task = WriteData::new(colon, &mut self.colon_idx, buf); in encode_colon()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | c-apis-ability-childprocess.md | 289 …ion of the dynamic library called in the child process are separated by a colon (:), for example, …
|
H A D | js-apis-app-ability-childProcessManager.md | 276 …f the dynamic link library called in the child process are separated by a colon (:), for example, …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | qrcode_patch2.patch | 736 - * dollar, percent, asterisk, plus, hyphen, period, slash, colon. 766 - * (uppercase only), space, dollar, percent, asterisk, plus, hyphen, period, slash, colon.
|
/ohos5.0/docs/en/application-dev/ai/mindspore/ |
H A D | mindspore-lite-converter-guidelines.md | 91 …able for the the converted model. Separate each input name and shape by a colon (:), and separate …
|
/ohos5.0/docs/en/contribute/template/ |
H A D | ts-template.md | 89 > - Use English symbols in the complete method name, and add a space after each colon (:).
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | bm-tool.md | 526 …d. Remove the colon (:) from the SHA-256 content in the certificate fingerprint. What you get is t… 531 …The signature fingerprint obtained by removing the colon is 5753DDBC1A8EF88A62058A9FC4B6AFAFC1C5D8…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-uri.md | 58 - scheme: scheme name, which is separated from scheme-specific-part by a colon (:). The URI that co…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-seccomp.md | 283 … invoked by a process. | Separate the system call name and argument by a colon (:). Supported rel…
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-hdf-manage.md | 425 …*, its child nodes inherit from the node configuration through the double colon operator (::). The…
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-settings.md | 123 … port number of the global HTTP proxy. The host name and port number are separated by a colon (:).|
|