/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
H A D | Arg.cpp | 84 return OS.str(); in getAsString() 110 Output.push_back(Args.MakeArgString(OS.str())); in render()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Error.cpp | 117 : Msg(S.str()), EC(EC) {} in StringError() 120 : Msg(S.str()), EC(EC), PrintMsgOnly(true) {} in StringError()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Main.cpp | 125 if (std::move(ExistingOrErr.get())->getBuffer() == Out.str()) in TableGenMain() 134 OutFile.os() << Out.str(); in TableGenMain()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
H A D | LanaiMCInstLower.cpp | 53 return Ctx.getOrCreateSymbol(Name.str()); in GetJumpTableSymbol() 63 return Ctx.getOrCreateSymbol(Name.str()); in GetConstantPoolIndexSymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCLowerMASSVEntries.cpp | 94 auto GenericName = Func.getName().drop_back(MASSVSuffixLength).str(); in createMASSVFuncName() 95 std::string MASSVEntryName = GenericName + Suffix.str(); in createMASSVFuncName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.cpp | 81 ? CPUAttr.getValueAsString().str() in getSubtargetImpl() 84 ? FSAttr.getValueAsString().str() in getSubtargetImpl()
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | tint_ast_clone_fuzzer.cc | 52 std::string str(reinterpret_cast<const char*>(data), size); in LLVMFuzzerTestOneInput() 56 tint::Source::File file("test.wgsl", str); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
H A D | cli.cc | 57 bool HasPrefix(const char* str, const char* prefix) { in HasPrefix() argument 58 return strncmp(str, prefix, strlen(prefix)) == 0; in HasPrefix()
|
H A D | fuzzer.cc | 53 << program.Diagnostics().str() << std::endl; in LLVMFuzzerCustomMutator() 67 << program.Diagnostics().str() << std::endl; in LLVMFuzzerCustomMutator()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | storage_texture_type.cc | 38 return out.str(); in type_name() 45 return out.str(); in FriendlyName()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | source.cc | 23 std::vector<std::string> split_lines(const std::string& str) { in split_lines() argument 24 std::stringstream stream(str); in split_lines()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
H A D | vectorize_scalar_matrix_constructors_test.cc | 68 EXPECT_EQ(expect, str(got)); in TEST_P() 97 EXPECT_EQ(expect, str(got)); in TEST_P()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | text_generator.h | 107 std::string error() const { return diagnostics_.str(); } in error() 121 /// @param str the string 123 /// @return returns str without the provided trailing suffix string. If str 124 /// doesn't end with suffix, str is returned unchanged. 125 std::string TrimSuffix(std::string str, const std::string& suffix);
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/snippets/ |
H A D | main.go | 89 str := fmt.Sprintf(`* [%s](%sc/%s/+/%d)`, change.Subject, gerrit.URL, change.Project, change.Number) 90 changesByProject[change.Project] = append(changesByProject[change.Project], str)
|
/third_party/spirv-tools/source/ |
H A D | diagnostic.cpp | 84 stream_ << other.stream_.str(); in DiagnosticStream() 112 consumer_(level, "input", position_, stream_.str().c_str()); in ~DiagnosticStream()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | privateNameStaticMethodCallExpression.js | 16 const str = AA.#method2`head${1}middle${2}tail`; 46 const str = __classPrivateFieldGet(AA, _a, "m", _AA_method2).bind(AA) `head${1}middle${2}tail`;
|
H A D | functionExpressionContextualTyping1.js | 10 var a0: (n: number, s: string) => number = (num, str) => { 69 var a0 = function (num, str) {
|
/third_party/skia/third_party/externals/freetype/builds/wince/ |
H A D | ftdebug.c | 58 OutputDebugStringEx( const char* str ) in OutputDebugStringEx() 62 int sz = MultiByteToWideChar( CP_ACP, 0, str, -1, buf, in OutputDebugStringEx()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | descriptor_database_test.py | 126 str(w[0].message)) 129 str(w[0].message))
|
/third_party/python/Lib/test/ |
H A D | test_spwd.py | 32 self.assertIsInstance(entry.sp_pwdp, str) 51 self.assertEqual(str(cx.exception), "'getspnam(): name not found'")
|
/third_party/python/Lib/wsgiref/ |
H A D | headers.py | 43 if type(value) is str: 46 " of type str (got {0})".format(repr(value))) 137 """str() returns the formatted headers, complete with end line, 142 return str(self).encode('iso-8859-1')
|
/third_party/qrcodegen/python/ |
H A D | qrcodegen-demo.py | 174 def to_svg_str(qr: QrCode, border: int) -> str: 179 parts: List[str] = []
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | shell.rs | 3 use std::str::FromStr; 39 fn from_str(s: &str) -> Result<Self, Self::Err> { in fmt() 73 fn file_name(&self, name: &str) -> String { in file_name()
|
/third_party/rust/crates/clap/clap_derive/src/utils/ |
H A D | doc_comments.rs | 116 fn is_blank(s: &str) -> bool { in is_blank() 120 fn merge_lines(lines: impl IntoIterator<Item = impl AsRef<str>>) -> String { in merge_lines()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | propagate_globals.rs | 23 fn get_matches(cmd: Command, argv: &'static str) -> ArgMatches { in get_matches() 39 fn top_can_access_arg<T: Into<Option<&'static str>>>(m: &ArgMatches, val: T) -> bool { in top_can_access_arg() 43 fn inner_can_access_arg<T: Into<Option<&'static str>>>(m: &ArgMatches, val: T) -> bool { in top_can_access_arg() 50 fn outer_can_access_arg<T: Into<Option<&'static str>>>(m: &ArgMatches, val: T) -> bool { in top_can_access_arg()
|