Home
last modified time | relevance | path

Searched refs:str (Results 11176 - 11200 of 12964) sorted by relevance

1...<<441442443444445446447448449450>>...519

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp120 : RewriteDescriptor(DT), Source(Naked ? StringRef("\01" + S.str()) : S), in ExplicitRewriteDescriptor()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dbloat.py35 return str(bytes)
226 ['.L.str', '[str]'],
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceGlobalContext.h90 //#define X(str, tag)
94 #define X(str, tag) CS_##tag,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp73 std::string &Data = SOStream.str(); // with flush in patch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DBitstreamRemarkSerializer.cpp103 StringRef Blob = OS.str(); in emitMetaStrTab()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DSourceMgr.cpp221 LineAndCol.second-1, Kind, Msg.str(), in GetMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DSetTheory.cpp225 Record *Rec = Records.getDef(OS.str());
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp405 llvm_unreachable(errStr.str().c_str()); in HandleFixupError()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp357 unsigned FrameFuncStrTabOff = CVCtx.addToStringTable(FuncOS.str()).second;
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dnamer_test.cc31 std::string error() { return errors_.str(); } in error()
/third_party/skia/third_party/externals/tint/src/utils/
H A Denum_set_test.cc239 EXPECT_EQ(ss.str(), "{A, C}"); in TEST()
/third_party/spirv-tools/include/spirv-tools/
H A Dlibspirv.h446 const char* str; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DTriple.h366 const std::string &str() const { return Data; } in str() function in llvm::Triple
/third_party/vixl/tools/
H A Dtest.py281 scons_command = ['scons', '-C', dir_root, 'all', '-j', str(jobs)]
/third_party/typescript/tests/baselines/reference/
H A DinferTypes1.js122 str: "literalstring",
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DVertexBufferValidationTests.cpp66 return utils::CreateShaderModule(device, vs.str().c_str()); in MakeVertexShader()
/third_party/protobuf/src/google/protobuf/io/
H A Dio_win32.cc212 return result.str(); in normalize()
/third_party/python/Parser/
H A Dpegen.h45 char *str; member
/third_party/python/Lib/distutils/
H A Dmsvccompiler.py476 + str (runtime_library_dirs))
/third_party/python/Lib/lib2to3/pgen2/
H A Dtokenize.py46 bytes = str
/third_party/python/Lib/
H A Dposixpath.py266 name = str(name, 'ASCII')
H A Dbase64.py35 if isinstance(s, str):
/third_party/python/Include/internal/
H A Dpycore_global_strings.h390 #define _Py_DECLARE_STR(name, str)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_codecontext.py131 self.assertIn("doesn't exist", str(cm.exception))
/third_party/python/Lib/lib2to3/tests/
H A Dtest_parser.py385 self.validate("""def f(*x:str): pass""")
406 a: str,
417 a: str,
424 a: str = '',
431 *args: str,
437 self.validate("def f(a: str, b: int) -> None: call(a, b)")
438 self.validate("def f(a: str, b: int,) -> None: call(a, b,)")
441 self.validate("def f(a: str, *b: int) -> None: call(a, *b)")
442 self.validate("def f(a: str, *b: int,) -> None: call(a, *b,)")
445 self.validate("def f(a: str,
[all...]

Completed in 26 milliseconds

1...<<441442443444445446447448449450>>...519