/third_party/skia/third_party/externals/harfbuzz/util/ |
H A D | hb-subset.cc | 670 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 D | VirtualFileSystem.h | 111 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 D | StringRef.h | 223 /// 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 D | FileSystem.h | 742 : 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 D | SampleProfWriter.cpp | 99 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 D | ThinLTOBitcodeWriter.cpp | 57 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 D | function_bit_test.cc | 137 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 D | StringRef.h | 237 /// 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 D | DrawVertexAndIndexBufferOOBValidationTests.cpp | 121 fn main()" << inputStringStream.str() in CreateVertexShaderModuleWithBuffer() 126 return utils::CreateShaderModule(device, shaderStringStream.str().c_str()); in CreateVertexShaderModuleWithBuffer()
|
H A D | MinimumBufferSizeValidationTests.cpp | 93 return ostream.str(); in GenerateBindingString() 109 return ostream.str(); in GenerateReferenceString()
|
/third_party/protobuf/js/binary/ |
H A D | utils_test.js | 499 function stringToHiLoPair(str) { 500 jspb.utils.splitDecimalString(str);
|
/third_party/python/Lib/test/ |
H A D | test_faulthandler.py | 607 timeout_str = str(datetime.timedelta(seconds=TIMEOUT)) 794 self.assertEqual(str(cm.exception), "sys.stderr is None")
|
H A D | test_glob.py | 117 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 D | test_misc.py | 36 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 D | NioByteStringTest.java | 635 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 D | descriptor_test.py | 408 % (str(actual_proto), str(expected_proto)))
|
/third_party/python/Lib/distutils/ |
H A D | msvc9compiler.py | 288 raise ValueError(str(list(result.keys()))) 589 + str (runtime_library_dirs))
|
/third_party/protobuf/src/google/protobuf/ |
H A D | unknown_field_set_unittest.cc | 552 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 D | pathkit_wasm_bindings.cpp | 221 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 D | mod.rs | 42 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 D | print.rs | 401 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 D | sign.rs | 660 const INPUT: &str = 665 const SIGNATURE: &str =
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureFormatTests.cpp | 418 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 D | es31sVertexAttributeBindingTests.cpp | 425 return buf.str(); in genTestDescription() 509 return buf.str(); in genVertexSource()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsStateQueryUtil.hpp | 225 std::ostream& operator<< (std::ostream& str, const StateQueryMemoryWriteGuard<T>& guard) in operator <<() argument 227 return str << guard.get(); in operator <<()
|