/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
H A D | FramebufferAttachmentPerfTest.cpp | 53 return strstr.str(); in story()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | shrinker.cpp | 297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str());
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | basic_block.h | 243 // Pretty-prints |block| to |str|. Returns |str|. 244 std::ostream& operator<<(std::ostream& str, const BasicBlock& block);
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | reducer.cpp | 205 consumer_(SPV_MSG_INFO, nullptr, {}, (stringstream.str().c_str())); in RunPasses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | shrinker.cpp | 297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str());
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | basic_block.h | 243 // Pretty-prints |block| to |str|. Returns |str|. 244 std::ostream& operator<<(std::ostream& str, const BasicBlock& block);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/ |
H A D | reducer.cpp | 205 consumer_(SPV_MSG_INFO, nullptr, {}, (stringstream.str().c_str())); in RunPasses()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary_test.cpp | 124 spvTextToBinary(ScopedContext().context, text.str, text.length, in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_extension_spv_khr_integer_dot_product.cpp | 157 return ss.str(); in AssemblyForCase()
|
/third_party/skia/third_party/externals/markupsafe/ |
H A D | __init__.py | 220 __repr__ = lambda s: str(s.escape(repr(s.obj)))
|
/third_party/skia/third_party/externals/oboe/src/common/ |
H A D | Utilities.cpp | 198 streamText = s.str(); in convertToText()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
H A D | TestSuite.h | 34 static bool ParseFromString(const std::string &str, TestIdentifier *idOut);
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | gen-indic-table.py | 153 cat_defs.append ((what_short[i] + '_' + s, what[i] + '_' + v.upper (), str (values[i][v]), v))
|
H A D | gen-vowel-constraints.py | 213 write (str (constraints))
|
/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | text-options.hh | 306 return !*len && feof (in_fp) ? nullptr : gs->str; in get_line()
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_searchbase.py | 103 self.assertEqual(str(type(frame)), "<class 'tkinter.ttk.Frame'>")
|
/third_party/python/Lib/ |
H A D | lzma.py | 53 filename can be either an actual file name (given as a str, 117 if isinstance(filename, (str, bytes, os.PathLike)): 127 raise TypeError("filename must be a str, bytes, file or PathLike object") 276 filename can be either an actual file name (given as a str, bytes,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyEmittingLayer.h | 53 auto GetAddress = [this, ExportedSymbolsOnly, Name = Name.str(), in find()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | FunctionImportUtils.cpp | 269 auto Name = GV.getName().str(); in processGlobalForThinLTO()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | TimeValue.h | 275 std::string str() const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
H A D | SampleProf.cpp | 224 OutputString.append(Sym.str()); in write()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Signals.cpp | 185 OS << right_justify(formatv("#{0}", frame_no++).str(), in printSymbolizedStackTrace()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrOrderFile.cpp | 112 std::string singleLine = "MD5 " + stream.str() + " " + in generateCodeSequence()
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
H A D | command_windows.cc | 185 const_cast<LPSTR>(args.str().c_str()), // Command line in Exec()
|
/third_party/skia/third_party/externals/tint/src/writer/msl/ |
H A D | generator_impl.h | 332 /// @param str the struct to generate 334 bool EmitStructType(TextBuffer* buffer, const sem::Struct* str);
|