Home
last modified time | relevance | path

Searched refs:str (Results 11351 - 11375 of 14722) sorted by relevance

1...<<451452453454455456457458459460>>...589

/third_party/skia/third_party/externals/harfbuzz/util/
H A Dhb-subset.cc670 char *comment = strchr (gs->str, '#'); in parse_file_for()
675 line_parser ("+", gs->str, data, error); in parse_file_for()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DVirtualFileSystem.h111 return Status->getName().str(); in getName()
797 OverlayDir.assign(OverlayDirectory.str()); in setOverlayDir()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h223 /// str - Get the contents as an std::string.
225 std::string str() const { in str() function in llvm::StringRef
254 return str();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h742 : Path(path.str()) in directory_entry()
748 Path = path.str(); in assign()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp99 static_cast<raw_string_ostream *>(LocalBufStream.get())->str(); in compressAndOutput()
110 OS << CompressedStrings.str(); in compressAndOutput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp57 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
96 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str(); in promoteTypeIds()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_bit_test.cc137 EXPECT_THAT(test::ToString(p->program(), ast_body), HasSubstr(ss.str())) in TEST_P()
181 EXPECT_THAT(got, HasSubstr(ss.str())) << "got:\n" << got << assembly; in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringRef.h237 /// str - Get the contents as an std::string.
239 std::string str() const { in str() function in llvm::StringRef
268 return str();
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DDrawVertexAndIndexBufferOOBValidationTests.cpp121 fn main()" << inputStringStream.str() in CreateVertexShaderModuleWithBuffer()
126 return utils::CreateShaderModule(device, shaderStringStream.str().c_str()); in CreateVertexShaderModuleWithBuffer()
H A DMinimumBufferSizeValidationTests.cpp93 return ostream.str(); in GenerateBindingString()
109 return ostream.str(); in GenerateReferenceString()
/third_party/protobuf/js/binary/
H A Dutils_test.js499 function stringToHiLoPair(str) {
500 jspb.utils.splitDecimalString(str);
/third_party/python/Lib/test/
H A Dtest_faulthandler.py607 timeout_str = str(datetime.timedelta(seconds=TIMEOUT))
794 self.assertEqual(str(cm.exception), "sys.stderr is None")
H A Dtest_glob.py117 self.assertEqual({type(r) for r in res}, {str})
119 self.assertEqual({type(r) for r in res}, {str})
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_misc.py36 for name in str(b).split('.'):
371 self.assertTrue(str(vi).startswith(f'{vi.major}.{vi.minor}'))
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DNioByteStringTest.java635 private static ByteString forString(String str) { in forString() argument
636 return new NioByteString(ByteBuffer.wrap(str.getBytes(UTF_8))); in forString()
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Ddescriptor_test.py408 % (str(actual_proto), str(expected_proto)))
/third_party/python/Lib/distutils/
H A Dmsvc9compiler.py288 raise ValueError(str(list(result.keys())))
589 + str (runtime_library_dirs))
/third_party/protobuf/src/google/protobuf/
H A Dunknown_field_set_unittest.cc552 std::string* str = unknown_fields->AddLengthDelimited(1); in TEST_F() local
556 str->assign(sizeof(std::string) + 1, 'x'); in TEST_F()
/third_party/skia/modules/pathkit/
H A Dpathkit_wasm_bindings.cpp221 SkPathOrNull EMSCRIPTEN_KEEPALIVE FromSVGString(std::string str) { in FromSVGString() argument
223 if (SkParsePath::FromSVGString(str.c_str(), &path)) { in FromSVGString()
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dmod.rs42 pub fn pattern(&self) -> &str { in pattern()
184 fn description(&self) -> &str { in description()
804 pub fn from_name(name: &str) -> Option<ClassAsciiKind> { in from_name()
H A Dprint.rs401 fn roundtrip(given: &str) { in roundtrip()
405 fn roundtrip_with<F>(mut f: F, given: &str) in roundtrip_with()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsign.rs660 const INPUT: &str =
665 const SIGNATURE: &str =
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFormatTests.cpp418 vector<string> toStringVector (const char* const* str, int numStr) in toStringVector() argument
423 v[i] = str[i]; in toStringVector()
/third_party/vk-gl-cts/modules/gles31/stress/
H A Des31sVertexAttributeBindingTests.cpp425 return buf.str(); in genTestDescription()
509 return buf.str(); in genVertexSource()
/third_party/vk-gl-cts/modules/glshared/
H A DglsStateQueryUtil.hpp225 std::ostream& operator<< (std::ostream& str, const StateQueryMemoryWriteGuard<T>& guard) in operator <<() argument
227 return str << guard.get(); in operator <<()

Completed in 33 milliseconds

1...<<451452453454455456457458459460>>...589