/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | GraphWriter.cpp | 89 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 D | ARMMCTargetDesc.cpp | 141 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 D | TargetMachineC.cpp | 162 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 D | XCoreAsmPrinter.cpp | 271 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 D | cli.cc | 286 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 D | intrinsic_type.cc | 339 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 D | decompose_strided_matrix.cc | 76 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 D | generator_impl_sanitizer_test.cc | 217 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 D | generator_impl_sanitizer_test.cc | 227 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 D | ToolUtils.h | 111 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 D | fiddle_main.cpp | 316 std::string textoutput = gTextOutput.str(); in main() 319 std::string glinfo = gGLDriverInfo.str(); in main()
|
/third_party/unity/auto/ |
H A D | parse_output.rb | 62 def xml_encode_s(str) 63 str.encode(:xml => :attr)
|
/third_party/python/Lib/test/ |
H A D | test_symtable.py | 252 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 D | kernel_compatibility_test.js | 33 * @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 D | test_main.py | 32 assert isinstance(dist.version, str) 49 assert "metadata" in str(ctx.exception)
|
/third_party/python/Lib/ |
H A D | types.py | 48 MethodDescriptorType = type(str.join) 299 UnionType = type(int | str)
|
/third_party/python/Lib/unittest/test/ |
H A D | test_assertions.py | 68 self.assertIn("KeyError not raised", str(e)) 91 self.assertIn("KeyError not raised", str(e))
|
/third_party/python/Lib/unittest/ |
H A D | suite.py | 55 if isinstance(tests, str): 243 addSkip(error, str(exception))
|
H A D | main.py | 70 if isinstance(module, str): 146 elif isinstance(self.defaultTest, str):
|
H A D | runner.py | 49 return '\n'.join((str(test), doc_first_line)) 51 return str(test)
|
/third_party/python/Lib/wsgiref/ |
H A D | handlers.py | 212 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 D | mod.rs | 493 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 D | jsval_layout_opaque_1_0.hpp | 294 JSString* str; member 343 JSString* str; member
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | iostream_state_saver_test.cc | 46 << ss.str() << " " // in StreamRoundTrip() 70 << ss.str() << " " // in StreamRoundTrip()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | container_memory_test.cc | 148 [](absl::string_view str) { return str.size(); })); in TEST()
|