Home
last modified time | relevance | path

Searched refs:str (Results 5676 - 5700 of 9392) sorted by relevance

1...<<221222223224225226227228229230>>...376

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DGraphWriter.cpp89 return Filename.str(); in createGraphFilename()
270 (StringRef("start ") + (wait ? "/WAIT " : "") + OutputFilename).str(); in DisplayGraph()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp141 ARMArchFeature = (ARMArchFeature + "+" + ARM::getArchName(ArchID)).str(); in ParseARMTriple()
169 ArchFS = (Twine(ArchFS) + "," + FS).str(); in createARMMCSubtargetInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
H A DTargetMachineC.cpp162 std::string StringRep = unwrap(T)->getTargetTriple().str(); in LLVMGetTargetMachineTriple()
239 StringRef Data = OStream.str(); in LLVMTargetMachineEmitToMemoryBuffer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp271 OutStreamer->EmitRawText(O.str()); in EmitInstruction()
284 OutStreamer->EmitRawText(O.str()); in EmitInstruction()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
H A Dcli.cc286 bool HasPrefix(const char* str, const char* prefix) { in HasPrefix() argument
287 return strncmp(str, prefix, strlen(prefix)) == 0; in HasPrefix()
/third_party/skia/third_party/externals/tint/src/sem/
H A Dintrinsic_type.cc339 const char* str(IntrinsicType i) { in str() function
550 out << str(i); in operator <<()
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_strided_matrix.cc76 if (auto* str = node->As<ast::Struct>()) { in GatherCustomStrideMatrixMembers()
77 auto* str_ty = program->Sem().Get(str); in GatherCustomStrideMatrixMembers()
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_sanitizer_test.cc217 auto* str = Structure("S", { in TEST_F() local
222 auto* struct_init = Construct(ty.Of(str), 1, vec3<f32>(2.f, 3.f, 4.f), 4); in TEST_F()
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_sanitizer_test.cc227 auto* str = Structure("S", { in TEST_F() local
232 auto* struct_init = Construct(ty.Of(str), 1, vec3<f32>(2.f, 3.f, 4.f), 4); in TEST_F()
/third_party/skia/tools/
H A DToolUtils.h111 SkBitmap create_string_bitmap(int w, int h, SkColor c, int x, int y, int textSize, const char* str);
112 sk_sp<SkImage> create_string_image(int w, int h, SkColor c, int x, int y, int textSize, const char* str);
/third_party/skia/tools/fiddle/
H A Dfiddle_main.cpp316 std::string textoutput = gTextOutput.str(); in main()
319 std::string glinfo = gGLDriverInfo.str(); in main()
/third_party/unity/auto/
H A Dparse_output.rb62 def xml_encode_s(str)
63 str.encode(:xml => :attr)
/third_party/python/Lib/test/
H A Dtest_symtable.py252 self.assertEqual(str(self.top), "<SymbolTable for module ?>")
253 self.assertEqual(str(self.spam), "<Function SymbolTable for spam in ?>")
/third_party/protobuf/js/experimental/runtime/kernel/
H A Dkernel_compatibility_test.js33 * @param {string} str
36 function getCharacterCodes(str) {
37 return Array.from(str, (c) => c.charCodeAt(0));
/third_party/python/Lib/test/test_importlib/
H A Dtest_main.py32 assert isinstance(dist.version, str)
49 assert "metadata" in str(ctx.exception)
/third_party/python/Lib/
H A Dtypes.py48 MethodDescriptorType = type(str.join)
299 UnionType = type(int | str)
/third_party/python/Lib/unittest/test/
H A Dtest_assertions.py68 self.assertIn("KeyError not raised", str(e))
91 self.assertIn("KeyError not raised", str(e))
/third_party/python/Lib/unittest/
H A Dsuite.py55 if isinstance(tests, str):
243 addSkip(error, str(exception))
H A Dmain.py70 if isinstance(module, str):
146 elif isinstance(self.defaultTest, str):
H A Drunner.py49 return '\n'.join((str(test), doc_first_line))
51 return str(test)
/third_party/python/Lib/wsgiref/
H A Dhandlers.py212 self.headers['Content-Length'] = str(self.bytes_sent)
255 if type(value) is str:
258 "{0} must be of type str (got {1})".format(title, repr(value))
/third_party/rust/crates/memchr/src/memmem/prefilter/
H A Dmod.rs493 std::str::from_utf8(&self.haystack).unwrap(), in run()
495 std::str::from_utf8(&self.needle).unwrap(), in run()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Djsval_layout_opaque_1_0.hpp294 JSString* str; member
343 JSString* str; member
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Diostream_state_saver_test.cc46 << ss.str() << " " // in StreamRoundTrip()
70 << ss.str() << " " // in StreamRoundTrip()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc148 [](absl::string_view str) { return str.size(); })); in TEST()

Completed in 19 milliseconds

1...<<221222223224225226227228229230>>...376