Home
last modified time | relevance | path

Searched refs:str (Results 8676 - 8700 of 9273) sorted by relevance

1...<<341342343344345346347348349350>>...371

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp957 std::string NewName = (TheFn->getName() + "$merged").str(); in trySingleImplDevirt()
1246 return OS.str(); in getGlobalName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1035 AI->hasName() ? AI->getName().str() : "alloca." + itostr(N); in instrumentStack()
1447 ThunkName += ("." + P.first->getName()).str(); in instrumentPersonalityFunctions()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph_test.cc40 EXPECT_TRUE(result) << this->Diagnostics().str(); in Build()
43 EXPECT_EQ(expected_error, this->Diagnostics().str()); in Build()
/third_party/python/Lib/test/
H A Dtest_coroutines.py2127 self.assertIn("was never awaited", str(cm.unraisable.exc_value))
2352 self.assertEqual(msg, str(cm.warning))
H A Dtest_bigmem.py271 if isinstance(s, (str, bytes)):
343 if isinstance(s, (str, bytes)):
652 # str % (...) uses a Py_UCS4 intermediate representation
741 # correct size estimate: str.translate() uses an intermediate Py_UCS4
H A Dtest_urllib.py657 str(len(self.image)))
929 # Safe expressed as bytes rather than str
940 # Same as above, but using a bytes rather than str
1350 expect = "sequence=%s" % urllib.parse.quote_plus(str(['1', '2', '3']))
H A Dtest_embed.py187 self.assertEqual(sub.id, str(mainid + i + 1))
711 if value and isinstance(value, str):
/third_party/protobuf/src/google/protobuf/util/
H A Dmessage_differencer.cc1866 void MessageDifferencer::StreamReporter::Print(const std::string& str) { in Print() argument
1867 printer_->Print(str.c_str()); in Print()
/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc466 EXPECT_EQ("foo", message2.str()); in TEST()
573 .str()); in TEST()
/third_party/python/Lib/xml/etree/
H A DElementTree.py414 if not isinstance(tag, str) and tag is not None:
847 elif isinstance(tag, str):
/third_party/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c73 pn->str = po->str; in cil_copy_list()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_de.rs2070 test(Rc::<str>::from("s"), &[Token::Str("s")]); in test_rc_dst()
2083 test(Arc::<str>::from("s"), &[Token::Str("s")]); in test_arc_dst()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp511 consumer(SPV_MSG_INFO, nullptr, {}, ss.str().c_str()); in IsValidAndWellFormed()
519 consumer(SPV_MSG_INFO, nullptr, {}, ss.str().c_str()); in IsValidAndWellFormed()
/third_party/spirv-tools/test/val/
H A Dval_atomics_test.cpp92 return ss.str(); in GenerateShaderCodeImpl()
220 return ss.str(); in GenerateKernelCode()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboRenderTest.cpp134 return name.str(); in getName()
235 return out.str(); in join()
H A Des3fDepthStencilTests.cpp893 functionsGroup->addChild(new DepthStencilCase(m_context, name.str().c_str(), "", cases));
964 opCombinationGroup->addChild(new DepthStencilCase(m_context, name.str().c_str(), "", cases));
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp60 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<() argument
62 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp63 std::ostream& operator<< (std::ostream& str, const HexFloat& v) in operator <<() argument
65 return str << v.value << " / " << tcu::toHex(tcu::Float32(v.value).bits()); in operator <<()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmIntegerDotProductTests.cpp379 string typeDecls(typeDeclsStream.str()); in generateIntegerDotProductCode()
380 string strideDecors(strideDecorsStream.str()); in generateIntegerDotProductCode()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationCrossInstanceSharingTests.cpp1261 log << TestLog::Message << "Expected data: (" << expectedData.str() << ")" << TestLog::EndMessage; in iterate()
1262 log << TestLog::Message << "Actual data: (" << actualData.str() << ")" << TestLog::EndMessage; in iterate()
H A DvktSynchronizationWin32KeyedMutexTests.cpp1807 log << TestLog::Message << "Expected data: (" << expectedData.str() << ")" << TestLog::EndMessage; in iterate()
1808 log << TestLog::Message << "Actual data: (" << actualData.str() << ")" << TestLog::EndMessage; in iterate()
/third_party/vk-gl-cts/modules/egl/
H A DteglMultiThreadTests.cpp95 m_messages.push_back(Message(deGetMicroseconds(), m_message.str().c_str())); in operator <<()
96 m_message.str(""); in operator <<()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDepthStencilTests.cpp893 functionsGroup->addChild(new DepthStencilCase(m_context, name.str().c_str(), "", cases));
964 opCombinationGroup->addChild(new DepthStencilCase(m_context, name.str().c_str(), "", cases));
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp1248 return buf.str();
1279 return buf.str();
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.cpp1343 std::string vsSourceStr = vsSourceStream.str(); in getBlitProgram()
1515 std::string fsSourceStr = fsSourceStream.str(); in getBlitProgram()

Completed in 63 milliseconds

1...<<341342343344345346347348349350>>...371