/third_party/ltp/testcases/kernel/syscalls/memset/ |
H A D | memset01.c | 35 static int checkit(char *str) in checkit() argument 39 while (!*str++) in checkit()
|
/third_party/ltp/testcases/network/nfsv4/acl/ |
H A D | test_long_acl.py | 27 testfile = 'testfile' + str(i) 29 print("setfacl with " + str(i) + " entries\n " + u)
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | init-wstring.c | 26 const __WCHAR_TYPE__ str[4]; member 27 } str = { L"xyz" }; variable
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | target-ppc.c | 23 static const char *asm_constraint_ppc(struct asm_operand *op, int c, const char *str) in asm_constraint_ppc() argument 30 return str; in asm_constraint_ppc()
|
H A D | target-s390.c | 23 static const char *asm_constraint_s390(struct asm_operand *op, int c, const char *str) in asm_constraint_s390() argument 30 return str; in asm_constraint_s390()
|
/third_party/node/deps/v8/src/utils/ |
H A D | version.h | 36 static void GetString(base::Vector<char> str); 39 static void GetSONAME(base::Vector<char> str);
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_fgets_chk_test.cpp | 22 char str[STR_SIZE]; in HWTEST_F() local 29 char* content = __fgets_chk(str, STR_SIZE, fptr, STR_SIZE); in HWTEST_F()
|
H A D | fortify_vsnprintf_chk_test.cpp | 18 static int VsnprintfHelper(char* str, size_t size, const char* format, ...) in VsnprintfHelper() argument 22 int result = __vsnprintf_chk(str, size - 1, 0, size - 1, format, args); in VsnprintfHelper()
|
H A D | fortify_vsprintf_chk_test.cpp | 17 static int VsprintfHelper(char* str, size_t size, const char* format, ...) in VsprintfHelper() argument 21 int result = __vsprintf_chk(str, 0, size - 1, format, args); in VsprintfHelper()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | fputws.c | 29 char str[100] = {0}; in fputws_0100() local 37 int rsize = fread(str, sizeof(char), 100, fptr); in fputws_0100()
|
/third_party/rust/crates/cxx/gen/src/ |
H A D | block.rs | 6 Namespace(&'static str), 8 InlineNamespace(&'static str),
|
/third_party/rust/crates/clap/src/util/ |
H A D | mod.rs | 39 pub(crate) fn eq_ignore_case(left: &str, right: &str) -> bool {
|
/third_party/rust/crates/bindgen/bindgen/ |
H A D | callbacks.rs | 35 fn will_parse_macro(&self, _name: &str) -> MacroParsingBehavior { in will_parse_macro() 50 fn int_macro(&self, _name: &str, _value: i64) -> Option<IntKind> { in int_macro() 56 fn str_macro(&self, _name: &str, _value: &[u8]) {} in str_macro() 65 fn func_macro(&self, _name: &str, _value: &[&[u8]]) {} in func_macro() 71 _enum_name: Option<&str>, in enum_variant_behavior() 72 _original_variant_name: &str, in enum_variant_behavior() 81 _enum_name: Option<&str>, in enum_variant_name() 82 _original_variant_name: &str, in enum_variant_name() 89 fn item_name(&self, _original_item_name: &str) -> Option<String> { in item_name() 94 fn include_file(&self, _filename: &str) {} in include_file() [all...] |
/third_party/rust/crates/clap/examples/tutorial_builder/ |
H A D | 04_01_enum.rs | 32 impl std::str::FromStr for Mode { in fmt() 35 fn from_str(s: &str) -> Result<Self, Self::Err> { in fmt()
|
/third_party/rust/crates/cxx/tools/cargo/ |
H A D | build.rs | 9 const MISSING: &str = " 31 const DENIED: &str = "
|
/third_party/rust/crates/cxx/gen/build/src/gen/ |
H A D | block.rs | 6 Namespace(&'static str), 8 InlineNamespace(&'static str),
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | block.rs | 6 Namespace(&'static str), 8 InlineNamespace(&'static str),
|
/third_party/rust/crates/clap/src/builder/ |
H A D | value_hint.rs | 1 use std::str::FromStr; 77 fn from_str(s: &str) -> Result<Self, <Self as FromStr>::Err> { in from_str()
|
/third_party/rust/crates/cxx/gen/lib/src/gen/ |
H A D | block.rs | 6 Namespace(&'static str), 8 InlineNamespace(&'static str),
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross_error_handling.hpp | 65 explicit CompilerError(const std::string &str) 66 : std::runtime_error(str)
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
H A D | icu_converter_fuzzer.cc | 25 icu::UnicodeString str(UnicodeStringFromUtf8(data, size)); in LLVMFuzzerTestOneInput() 39 str.extract(dest_buffer.get(), dest_buffer_size, converter.get(), status); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | StringSaver.h | 30 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save() 52 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save()
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | generate_wgsl_corpus.py | 47 input_dir: str = os.path.abspath(sys.argv[1].rstrip(os.sep)) 48 corpus_dir: str = os.path.abspath(sys.argv[2])
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | depth_texture_type.cc | 45 return out.str(); in type_name() 51 return out.str(); in FriendlyName()
|
H A D | pointer_type.cc | 36 return out.str(); in type_name() 47 return out.str(); in FriendlyName()
|