Home
last modified time | relevance | path

Searched refs:str (Results 4751 - 4775 of 11031) sorted by relevance

1...<<191192193194195196197198199200>>...442

/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dnumber_parser.h46 * @param str the given under processing string
50 static bool IsValidString(const char *str, uint16_t strLength);
/foundation/resourceschedule/resource_schedule_service/ressched_executor/common/include/
H A Dres_sched_exe_common_utils.h49 * @param str message string
52 static void StringToJson(const std::string& str, nlohmann::json& payload);
/test/xts/acts/ai_lite/ai_engine_posix/base/src/utils/
H A Dutils.h46 * str The string to be generated.
48 void GetRandomString(const int len, char *str);
/third_party/curl/lib/
H A Dstrdup.h29 char *Curl_strdup(const char *str);
/third_party/googletest/googletest/include/gtest/hwext/
H A Dgtest-utils.h17 vector<string> SplitString(const string& str, const string& delim);
/third_party/icu/icu4c/source/test/cintltst/
H A Dcdtrgtst.h45 void aux917(UDateFormat *fmt, UChar* str );
/third_party/icu/icu4c/source/samples/numfmt/
H A Dutil.h27 void uprintf(const UnicodeString &str);
/third_party/libabigail/include/
H A Dabg-hash.h26 fnv_hash(const std::string& str);
/third_party/rust/crates/cxx/gen/cmd/src/
H A Doutput.rs10 pub(crate) fn ends_with(&self, suffix: &str) -> bool {
/third_party/rust/crates/clap/src/output/textwrap/
H A Dwrap_algorithms.rs21 pub(crate) fn wrap<'w>(&mut self, mut words: Vec<&'w str>) -> Vec<&'w str> {
/third_party/rust/crates/clap/clap_complete/tests/
H A Dexamples.rs6 let features: &[&str] = &[ in example_tests()
/third_party/python/Tools/demo/
H A Dbeer.py19 return str(n) + " bottles of beer"
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/
H A Dsha1.h24 // Computes the SHA-1 hash of the input string |str| and returns the full
26 ANGLEBASE_EXPORT std::string SHA1HashString(const std::string &str);
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DDrawCallPerfParams.cpp39 return strstr.str(); in story()
/third_party/skia/third_party/externals/icu/source/samples/numfmt/
H A Dutil.h27 void uprintf(const UnicodeString &str);
/third_party/skia/third_party/externals/icu/fuzzers/
H A Dicu_unicode_string_codepage_create_fuzzer.cc69 icu::UnicodeString str(reinterpret_cast<const char*>(data), size, in LLVMFuzzerTestOneInput()
/third_party/python/Lib/test/crashers/
H A Dmutation_inside_cyclegc.py25 lst = [str(i)]
/third_party/skia/third_party/externals/tint/src/sem/
H A Dparameter_usage.h51 const char* str(ParameterUsage usage);
/third_party/spirv-tools/source/
H A Dbinary.h32 // Returns the number of non-null characters in str before the first null
34 // first strsz characters in str. Returns 0 if str is nullptr. This is a
36 size_t spv_strnlen_s(const char* str, size_t strsz);
/third_party/python/PC/layout/
H A D__main__.py10 sys.path.insert(0, str(Path(__file__).resolve().parent.parent))
/third_party/rust/crates/cxx/flags/src/
H A Dimpl.rs2 pub const STD: &str = {
/third_party/skia/include/utils/
H A DSkParsePath.h19 static bool FromSVGString(const char str[], SkPath*);
/third_party/rust/crates/syn/examples/lazy-static/example/src/
H A Dmain.rs17 fn validate(name: &str) { in validate()
/third_party/rust/crates/shlex/fuzz/fuzz_targets/
H A Dfuzz_next.rs6 if let Ok(s) = std::str::from_utf8(data) {
/third_party/rust/crates/syn/codegen/src/
H A Ddebug.rs8 const DEBUG_SRC: &str = "src/gen/debug.rs";
11 enum_name: &str, in syntax_tree_enum()
12 variant_name: &str, in syntax_tree_enum()
14 ) -> Option<&'a str> { in syntax_tree_enum()
18 const WHITELIST: &[(&str, &str)] = &[
46 syntax_tree_variants: &Set<&str>, in expand_impl_body()
132 fn debug(&self, formatter: &mut fmt::Formatter, name: &str) -> fmt::Result { in expand_impl_body()
143 fn expand_impl(defs: &Definitions, node: &Node, syntax_tree_variants: &Set<&str>) -> TokenStream { in expand_impl()

Completed in 9 milliseconds

1...<<191192193194195196197198199200>>...442