/ohos5.0/base/update/updater/services/rust/hash_signed_data/src/ |
H A D | hsd.rs | 37 if res.len() != 2 || !res[0].starts_with(KEY_STR) || !res[1].starts_with(VALUE_STR) { in try_from()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/common/ |
H A D | mod.rs | 195 if !str.starts_with(b"multipart") { in get_content_type_boundary() 202 .find(|s| s.starts_with(b"boundary=")); in get_content_type_boundary() 206 if boundary.len() > 2 && boundary.starts_with(&[b'"']) && boundary.ends_with(&[b'"']) { in get_content_type_boundary()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | connector.rs | 187 if resp.starts_with(b"HTTP/1.1 200") { in tunnel() 197 } else if resp.starts_with(b"HTTP/1.1 407") { in tunnel()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | string_view.h | 142 constexpr bool starts_with(basic_string_view sv) const noexcept; 143 constexpr bool starts_with(CharT ch) const noexcept; 144 constexpr bool starts_with(const CharT* s) const; 766 constexpr bool basic_string_view<CharT>::starts_with(basic_string_view sv) const noexcept in starts_with() function 772 constexpr bool basic_string_view<CharT>::starts_with(CharT ch) const noexcept in starts_with() function 778 constexpr bool basic_string_view<CharT>::starts_with(const CharT* s) const in starts_with() function
|
H A D | string.h | 736 bool starts_with(basic_string_view<CharT> sv) const noexcept in starts_with() function 738 return operator basic_string_view<CharT>().starts_with(sv); in starts_with() 741 bool starts_with(CharT ch) const noexcept in starts_with() function 743 return operator basic_string_view<CharT>().starts_with(ch); in starts_with() 746 bool starts_with(const CharT* s) const in starts_with() function 748 return operator basic_string_view<CharT>().starts_with(s); in starts_with()
|
/ohos5.0/base/request/request/services/src/manage/ |
H A D | app_state.rs | 77 if name.starts_with("com.") && name.ends_with(".hmos.hiviewx") { in process_died_callback()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/ |
H A D | mod.rs | 100 … assert!(&buf[..size].starts_with(request_line.as_bytes()), "Incorrect Request-Line!"); 198 … assert!(&buf[..size].starts_with(request_line.as_bytes()), "Incorrect Request-Line!");
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | proxy.rs | 242 if (block_domain.starts_with('*')) && (block_domain.len() > 1) { in contains_domain() 254 if block_domain.starts_with('.') in contains_domain()
|
/ohos5.0/foundation/multimodalinput/input/util/rust_key/src/ |
H A D | lib.rs | 54 if !line_str.is_empty() && !line_str.starts_with('#') { in ReadConfigInfo()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | path_tools.cpp | 53 if (uri.starts_with("//")) { in ParseUri()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/ |
H A D | mod.rs | 371 if resp.starts_with(b"HTTP/1.1 200") || resp.starts_with(b"HTTP/1.0 200") { in tunnel() 378 } else if resp.starts_with(b"HTTP/1.1 407") { in tunnel()
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | request_task.rs | 677 …if !spec.is_user_file && !path.starts_with(EL1) && !path.starts_with(EL2) && !path.starts_with(EL5… in check_file_specs()
|
H A D | upload.rs | 522 if line.starts_with("--") { in handle_connection()
|
/ohos5.0/base/security/code_signature/services/key_enable/src/ |
H A D | cert_path_utils.rs | 379 if common_name.len() >= organization.len() && common_name.starts_with(organization) { in common_format_fabricate_name()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.cpp | 957 !childName.starts_with(MULTI_MESH_CHILD_PREFIX)) { in BuildChildrenIterateOver() 1005 if (fullPath.starts_with("/")) { in BuildChildren()
|
H A D | scene_holder.cpp | 123 if (path.starts_with(ROOTNODE_PATH)) { in RemoveRootNodeFromPath() 127 if (path.starts_with("/")) { in RemoveRootNodeFromPath()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | egl_state.cpp | 625 if (string.starts_with("OpenGL ES ")) { in VerifyVersion()
|
H A D | gpu_program_gles.cpp | 321 if (!afterType.starts_with(t.name)) { in FixBindings()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 558 if (propertyName.starts_with(entry.property->name)) { in FindDynamicProperty()
|