/third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
H A D | exit.c | 33 char str[100] = {0}; in exit_0100() local 56 size_t rsize = fread(str, sizeof(str), 1, fp); in exit_0100() 57 if (strcmp(str, "exit before")) { in exit_0100()
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_ccm_hw.c | 37 if (ctx->str != NULL) in ossl_ccm_generic_auth_encrypt() 39 out, len, ctx->str) == 0; in ossl_ccm_generic_auth_encrypt() 54 if (ctx->str != NULL) in ossl_ccm_generic_auth_decrypt() 56 ctx->str) == 0; in ossl_ccm_generic_auth_decrypt()
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | comment.rs | 15 pub fn preprocess(comment: &str) -> String { in preprocess() 24 fn kind(comment: &str) -> Option<Kind> { in kind() 37 fn preprocess_single_lines(comment: &str) -> String { in preprocess_single_lines() 47 fn preprocess_multi_line(comment: &str) -> String { in preprocess_multi_line()
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | ast_dump.py | 17 indent: Optional[str] = None, 18 ) -> str: 19 def _format(node: Any, level: int = 0) -> Tuple[str, bool]: 69 if indent is not None and not isinstance(indent, str):
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | download_pypi_packages.py | 22 def load_json(filename: str) -> Dict[Any, Any]: 28 def remove_json(filename: str) -> None: 33 def download_package_json(package_name: str) -> None: 38 def download_package_code(name: str, package_json: Dict[Any, Any]) -> None:
|
/third_party/python/Include/cpython/ |
H A D | bytesobject.h | 92 void *str); 106 str is the current pointer inside the buffer. 110 void *str, 125 void *str, 131 void *str,
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | pass_utils.cpp | 86 for (const auto* str : strings) { in SelectiveJoin() 87 if (!skip_dictator(str)) oss << str << delimiter; in SelectiveJoin() 89 return oss.str(); in SelectiveJoin()
|
/third_party/skia/third_party/externals/spirv-tools/tools/cfg/ |
H A D | cfg.cpp | 120 std::string str = ss.str(); in main() local 121 WriteFile(outFile, "w", str.data(), str.size()); in main()
|
/third_party/skia/third_party/externals/spirv-tools/utils/ |
H A D | generate_vim_syntax.py | 140 type=str, required=True, 144 type=str, required=False, default=None, 148 type=str, required=False, default=None, 152 type=str, required=False, default=None,
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | ciphercommon_ccm_hw.c | 37 if (ctx->str != NULL) in ossl_ccm_generic_auth_encrypt() 39 out, len, ctx->str) == 0; in ossl_ccm_generic_auth_encrypt() 54 if (ctx->str != NULL) in ossl_ccm_generic_auth_decrypt() 56 ctx->str) == 0; in ossl_ccm_generic_auth_decrypt()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | pass_utils.cpp | 86 for (const auto* str : strings) { in SelectiveJoin() 87 if (!skip_dictator(str)) oss << str << delimiter; in SelectiveJoin() 89 return oss.str(); in SelectiveJoin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/cfg/ |
H A D | cfg.cpp | 120 std::string str = ss.str(); in main() local 121 WriteFile(outFile, "w", str.data(), str.size()); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
H A D | generate_vim_syntax.py | 140 type=str, required=True, 144 type=str, required=False, default=None, 148 type=str, required=False, default=None, 152 type=str, required=False, default=None,
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uni2name.cpp | 94 UnicodeString str(FALSE, OPEN_DELIM, OPEN_DELIM_LEN); in handleTransliterate() 103 str.truncate(OPEN_DELIM_LEN); in handleTransliterate() 104 str.append(UnicodeString(buf, len, US_INV)).append(CLOSE_DELIM); in handleTransliterate() 105 text.handleReplaceBetween(cursor, cursor+clen, str); in handleTransliterate()
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgtypes.h | 32 const char *str; member 57 CharList *pkg_prependToList(CharList *l, const char *str); 64 CharList *pkg_appendToList(CharList *l, CharList** end, const char *str); 81 UBool pkg_listContains(CharList *l, const char *str);
|
/third_party/skia/src/xml/ |
H A D | SkXMLParser.h | 35 virtual void getErrorString(SkString* str) const; 42 void setNoun(const SkString& str) { fNoun.set(str); } in setNoun() argument 65 static void GetNativeErrorString(int nativeErrorCode, SkString* str);
|
/third_party/skia/third_party/externals/dawn/generator/ |
H A D | remove_files.py | 41 type=str, 46 type=str, 50 type=str, 54 type=str,
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | generate_spirv_corpus.py | 49 input_dir: str = os.path.abspath(sys.argv[1].rstrip(os.sep)) 50 corpus_dir: str = os.path.abspath(sys.argv[2]) 51 spirv_as_path: str = os.path.abspath(sys.argv[3]) 86 print("Too many (" + str(num_errors) + ") errors occured while generating the SPIR-V corpus.")
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | atomics_test.cc | 64 auto* str = TypeOf(g)->UnwrapRef()->As<sem::Struct>(); in TEST_F() local 65 ASSERT_NE(str, nullptr); in TEST_F() 66 ASSERT_EQ(str->Members().size(), 1u); in TEST_F() 67 auto* atomic = str->Members()[0]->Type()->As<sem::Atomic>(); in TEST_F()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | noImplicitSymbolToString.js | 5 let str = "hello "; 9 str += symbol; 53 var str = "hello ";
variable 56 str += symbol;
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | protobuf.c | 41 static VALUE create_frozen_string(const char* str, size_t size, bool binary) { in create_frozen_string() argument 42 VALUE str_rb = rb_str_new(str, size); in create_frozen_string() 50 VALUE get_frozen_string(const char* str, size_t size, bool binary) { in get_frozen_string() argument 60 return create_frozen_string(str, size, binary); in get_frozen_string()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | hash.h | 63 inline size_t operator()(const char* str) const { in operator ()() 65 for (; *str != '\0'; str++) { in operator ()() 66 result = 5 * result + static_cast<size_t>(*str); in operator ()()
|
/third_party/python/Lib/test/test_email/ |
H A D | test_pickleable.py | 29 self.assertEqual(str(h), str(header)) 36 self.assertEqual(str(h), str(header))
|
/third_party/rust/crates/clap/examples/ |
H A D | typed-derive.rs | 8 /// Implicitly using `std::str::FromStr` 48 fn parse_key_val<T, U>(s: &str) -> Result<(T, U), Box<dyn Error + Send + Sync + 'static>> in parse_key_val() 50 T: std::str::FromStr, in parse_key_val() 52 U: std::str::FromStr, in parse_key_val() 83 impl std::str::FromStr for LogLevel { 86 fn from_str(s: &str) -> Result<Self, Self::Err> { in from_str()
|
/third_party/rust/crates/io-lifetimes/ |
H A D | build.rs | 24 fn use_feature_or_nothing(feature: &str) { in use_feature_or_nothing() 30 fn use_feature(feature: &str) { in use_feature() 35 fn has_feature(feature: &str) -> bool { in has_feature() 43 fn can_compile<T: AsRef<str>>(test: T) -> bool { in can_compile()
|