Home
last modified time | relevance | path

Searched refs:str (Results 4351 - 4375 of 10953) sorted by relevance

1...<<171172173174175176177178179180>>...439

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DArg.cpp84 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 DError.cpp117 : 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 DMain.cpp125 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 DLanaiMCInstLower.cpp53 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 DPPCLowerMASSVEntries.cpp94 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 DRISCVTargetMachine.cpp81 ? CPUAttr.getValueAsString().str() in getSubtargetImpl()
84 ? FSAttr.getValueAsString().str() in getSubtargetImpl()
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_ast_clone_fuzzer.cc52 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 Dcli.cc57 bool HasPrefix(const char* str, const char* prefix) { in HasPrefix() argument
58 return strncmp(str, prefix, strlen(prefix)) == 0; in HasPrefix()
H A Dfuzzer.cc53 << 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 Dstorage_texture_type.cc38 return out.str(); in type_name()
45 return out.str(); in FriendlyName()
/third_party/skia/third_party/externals/tint/src/
H A Dsource.cc23 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 Dvectorize_scalar_matrix_constructors_test.cc68 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 Dtext_generator.h107 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 Dmain.go89 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 Ddiagnostic.cpp84 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 DprivateNameStaticMethodCallExpression.js16 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 DfunctionExpressionContextualTyping1.js10 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 Dftdebug.c58 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 Ddescriptor_database_test.py126 str(w[0].message))
129 str(w[0].message))
/third_party/python/Lib/test/
H A Dtest_spwd.py32 self.assertIsInstance(entry.sp_pwdp, str)
51 self.assertEqual(str(cx.exception), "'getspnam(): name not found'")
/third_party/python/Lib/wsgiref/
H A Dheaders.py43 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 Dqrcodegen-demo.py174 def to_svg_str(qr: QrCode, border: int) -> str:
179 parts: List[str] = []
/third_party/rust/crates/clap/clap_complete/src/shells/
H A Dshell.rs3 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 Ddoc_comments.rs116 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 Dpropagate_globals.rs23 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()

Completed in 15 milliseconds

1...<<171172173174175176177178179180>>...439