/foundation/arkui/ace_engine_lite/frameworks/src/core/base/ |
H A D | number_parser.h | 46 * @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 D | res_sched_exe_common_utils.h | 49 * @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 D | utils.h | 46 * str The string to be generated. 48 void GetRandomString(const int len, char *str);
|
/third_party/curl/lib/ |
H A D | strdup.h | 29 char *Curl_strdup(const char *str);
|
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-utils.h | 17 vector<string> SplitString(const string& str, const string& delim);
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cdtrgtst.h | 45 void aux917(UDateFormat *fmt, UChar* str );
|
/third_party/icu/icu4c/source/samples/numfmt/ |
H A D | util.h | 27 void uprintf(const UnicodeString &str);
|
/third_party/libabigail/include/ |
H A D | abg-hash.h | 26 fnv_hash(const std::string& str);
|
/third_party/rust/crates/cxx/gen/cmd/src/ |
H A D | output.rs | 10 pub(crate) fn ends_with(&self, suffix: &str) -> bool {
|
/third_party/rust/crates/clap/src/output/textwrap/ |
H A D | wrap_algorithms.rs | 21 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 D | examples.rs | 6 let features: &[&str] = &[ in example_tests()
|
/third_party/python/Tools/demo/ |
H A D | beer.py | 19 return str(n) + " bottles of beer"
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/ |
H A D | sha1.h | 24 // 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 D | DrawCallPerfParams.cpp | 39 return strstr.str(); in story()
|
/third_party/skia/third_party/externals/icu/source/samples/numfmt/ |
H A D | util.h | 27 void uprintf(const UnicodeString &str);
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_unicode_string_codepage_create_fuzzer.cc | 69 icu::UnicodeString str(reinterpret_cast<const char*>(data), size, in LLVMFuzzerTestOneInput()
|
/third_party/python/Lib/test/crashers/ |
H A D | mutation_inside_cyclegc.py | 25 lst = [str(i)]
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | parameter_usage.h | 51 const char* str(ParameterUsage usage);
|
/third_party/spirv-tools/source/ |
H A D | binary.h | 32 // 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__.py | 10 sys.path.insert(0, str(Path(__file__).resolve().parent.parent))
|
/third_party/rust/crates/cxx/flags/src/ |
H A D | impl.rs | 2 pub const STD: &str = {
|
/third_party/skia/include/utils/ |
H A D | SkParsePath.h | 19 static bool FromSVGString(const char str[], SkPath*);
|
/third_party/rust/crates/syn/examples/lazy-static/example/src/ |
H A D | main.rs | 17 fn validate(name: &str) { in validate()
|
/third_party/rust/crates/shlex/fuzz/fuzz_targets/ |
H A D | fuzz_next.rs | 6 if let Ok(s) = std::str::from_utf8(data) {
|
/third_party/rust/crates/syn/codegen/src/ |
H A D | debug.rs | 8 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()
|