Home
last modified time | relevance | path

Searched defs:str (Results 2076 - 2100 of 3760) sorted by relevance

1...<<81828384858687888990>>...151

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_parse.c343 char str[256]; in p2p_parse_attribute() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Djson.c67 char *str, *spos, *s_end; in json_parse_string() local
165 char *str; json_parse_number() local
224 char *str; json_parse() local
[all...]
H A Dxml-utils.c172 char *str; in node_to_file() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps.c624 char *str = os_malloc(attr.dev_name_len + 1); in wps_attr_text() local
/third_party/skia/third_party/externals/angle2/src/common/
H A Ddebug.cpp319 *file << str << "\n"; in Trace() local
H A Dstring_utils.cpp24 bool EndsWithSuffix(const char *str, in EndsWithSuffix() argument
174 bool BeginsWith(const std::string &str, const std::string &prefix) in BeginsWith() argument
179 bool BeginsWith(const std::string &str, const char *prefix) in BeginsWith() argument
184 bool BeginsWith(const char *str, const char *prefix) in BeginsWith() argument
189 bool BeginsWith(const std::string &str, const std::string &prefix, const size_t prefixLength) in BeginsWith() argument
194 EndsWith(const std::string &str, const std::string &suffix) EndsWith() argument
199 EndsWith(const std::string &str, const char *suffix) EndsWith() argument
204 EndsWith(const char *str, const char *suffix) EndsWith() argument
234 ToLower(std::string *str) ToLower() argument
242 ToUpper(std::string *str) ToUpper() argument
250 ReplaceSubstring(std::string *str, const std::string &substring, const std::string &replacement) ReplaceSubstring() argument
263 ReplaceAllSubstrings(std::string *str, const std::string &substring, const std::string &replacement) ReplaceAllSubstrings() argument
[all...]
/third_party/zlib/examples/
H A Denough.c175 char *str; // pointer to allocated string member
[all...]
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs[all...]
/third_party/rust/crates/log/src/kv/
H A Dvalue.rs828 fn str() -> impl Iterator<Item = Value<'static>> { unsigned() functions
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_cache_mgr.cpp51 inline bool HasContent(const std::string &str) in HasContent() argument
/foundation/ai/ai_engine/test/performance/delay/async_process/
H A Dasync_process_delay_test.cpp105 static void RandStr(const int len, char *str) in RandStr() argument
208 const char *str = PREPARE_INPUT_ASYNC; in HWTEST_F() local
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp796 std::string str; in HWTEST_F() local
810 std::string str = "abc"; in HWTEST_F() local
824 std::string str = "{\\"pacmap\\":{\\"key_boolean\\":{\\"data\\":true,\\"type\\":\\"a\\"}}}"; HWTEST_F() local
838 std::string str = "{\\"pacmap\\":{\\"key_boolean\\":{\\"data\\":\\"a\\",\\"type\\":7}}}"; HWTEST_F() local
852 std::string str = "{\\"pacmap\\":{\\"key_boolean_array\\":{\\"data\\":[{\\"a\\":\\"a\\"}],\\"type\\":1536}}}"; HWTEST_F() local
866 std::string str = "{\\"pacmap\\":{\\"key_byte\\":{\\"data\\":\\"a\\",\\"type\\":5}}}"; HWTEST_F() local
880 std::string str = "{\\"pacmap\\":{\\"key_byte_array\\":{\\"data\\":[{\\"a\\":\\"a\\"}],\\"type\\":1280}}}"; HWTEST_F() local
894 std::string str = "{\\"pacmap\\":{\\"key_double\\":{\\"data\\":\\"a\\",\\"type\\":9}}}"; HWTEST_F() local
908 std::string str = "{\\"pacmap\\":{\\"key_double_array\\":{\\"data\\":[{\\"a\\":\\"a\\"}],\\"type\\":2048}}}"; HWTEST_F() local
922 std::string str = "{\\"pacmap\\":{\\"key_float\\":{\\"data\\":\\"a\\",\\"type\\":8}}}"; HWTEST_F() local
936 std::string str = "{\\"pacmap\\":{\\"key_float_array\\":{\\"data\\":[{\\"a\\":\\"a\\"}],\\"type\\":1792}}}"; HWTEST_F() local
950 std::string str = "{\\"pacmap\\":{\\"key_int\\":{\\"data\\":\\"a\\",\\"type\\":2}}}"; HWTEST_F() local
964 std::string str = "{\\"pacmap\\":{\\"key_int_array\\":{\\"data\\":[{\\"a\\":\\"a\\"}],\\"type\\":512}}}"; HWTEST_F() local
978 std::string str = "{\\"pacmap\\":{\\"key_long\\":{\\"data\\":\\"a\\",\\"type\\":3}}}"; HWTEST_F() local
992 std::string str = "{\\"pacmap\\":{\\"key_long_array\\":{\\"data\\":[{\\"a\\":\\"a\\"}],\\"type\\":768}}}"; HWTEST_F() local
1006 std::string str = HWTEST_F() local
1021 std::string str = "{\\"pacmap\\":{\\"key_short\\":{\\"data\\":\\"a\\",\\"type\\":1}}}"; HWTEST_F() local
1035 std::string str = "{\\"pacmap\\":{\\"key_short_array\\":{\\"data\\":[{\\"a\\":\\"a\\"}],\\"type\\":256}}}"; HWTEST_F() local
1049 std::string str = "{\\"pacmap\\":{\\"key_string\\":{\\"data\\":{\\"a\\":\\"a\\"},\\"type\\":10}}}"; HWTEST_F() local
1063 std::string str = "abc"; HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H A Djs_caller_complex.cpp289 void OnReleaseNotify(const std::string &str) in OnReleaseNotify() argument
308 void OnReleaseNotifyTask(const std::string &str) in OnReleaseNotifyTask() argument
324 void OnRemoteStateChangedNotify(const std::string &str) in OnRemoteStateChangedNotify() argument
343 void OnRemoteStateChangedNotifyTask(const std::string &str) in OnRemoteStateChangedNotifyTask() argument
[all...]
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dfile_path_utils.cpp62 bool StringStartWith(const std::string& str, const char* startStr, size_t startStrLen) in StringStartWith() argument
67 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith() argument
73 void SplitString(const std::string& str, std::vector<std::string>& out, size_t pos, const char* seps) in SplitString() argument
107 StripString(const std::string& str, const char* charSet) StripString() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp42 std::string TemplatesParser::TrimTemplate(std::string& str) in TrimTemplate() argument
47 void TemplatesParser::RTrim(std::string& str) in RTrim() argument
52 bool TemplatesParser::SplitTemplate(const std::string& str, std::vector<Value>& vec, bool isRepeat) in SplitTemplate() argument
73 GetRepeat(const std::string& str) GetRepeat() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp256 void PluginPattern::ReplaceAll(std::string& str, const std::string& pattern, const std::string& newPattern) in ReplaceAll() argument
353 void PluginPattern::SplitString(const std::string& str, char tag, std::vector<std::string>& strList) const in SplitString() argument
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtsp/
H A Drtsp_unit_test.cpp45 const std::string str = "123"; in HWTEST_F() local
61 const std::string str = "12 3"; in HWTEST_F() local
161 const std::string str = "str"; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/tools/raw_input_injector/
H A Draw_input_injector.cpp294 std::string str = "round " + std::to_string(round) + ": "; in DumpAllInjectingActions() local
375 std::string str = "round " + std::to_string(round) + ": "; in DumpInjectingInfo() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_interactable_view.cpp431 void JSInteractableView::SplitString(const std::string& str, char tag, std::vector<std::string>& strList) in SplitString() argument
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.cpp312 std::string str = ""; in GetSinglePlainTextRecord() local
373 std::string str = plainText->GetContent(); in GetPlainTextRecords() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp1551 const std::string str = "DEFAULT"; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/common/recorder/
H A Devent_recorder_test.cpp718 std::string str = ""; in HWTEST_F() local
732 std::string str; in HWTEST_F() local
747 std::string str; in HWTEST_F() local
762 std::string str; HWTEST_F() local
777 std::string str; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_file_cache.cpp42 bool EndsWith(const std::string& str, const std::string& substr) in EndsWith() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp87 auto str = content_; in ReplaceSelectedValue() local
/foundation/arkui/ace_engine/interfaces/native/node/
H A Devent_converter.cpp850 const char* str = reinterpret_cast<char*>(mixedData->stringPtrData[index]); in OH_ArkUI_NodeEvent_GetStringValue() local

Completed in 27 milliseconds

1...<<81828384858687888990>>...151