Home
last modified time | relevance | path

Searched refs:str (Results 11501 - 11525 of 12790) sorted by relevance

1...<<461462463464465466467468469470>>...512

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/
H A DvktFragmentShadingBarycentricTests.cpp332 static inline std::string replace(const std::string& str, const std::string& from, const std::string& to) in replace() argument
334 std::string result(str); in replace()
629 log << tcu::TestLog::Message << s.str() << tcu::TestLog::EndMessage; in verify()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
H A DLTO.cpp1182 StringRef ParentPath = llvm::sys::path::parent_path(NewPath.str());
1189 return NewPath.str();
1390 .str();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCDwarf.cpp319 MCOS->EmitBinaryData(Data.str()); in emitSection()
650 MCOS->EmitBytes(OS.str()); in Emit()
1897 Streamer.EmitBytes(OS.str()); in EmitAdvanceLoc()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcCompressedFormatTests.cpp473 TCU_FAIL(msg.str().c_str()); in loadImage()
479 TCU_FAIL(msg.str().c_str()); in loadImage()
1463 TCU_FAIL(msg.str().c_str()); in iterate()
H A DglcTextureRepeatModeTests.cpp1372 std::string names[] = { testBaseName.str() + "clamp_to_edge", testBaseName.str() + "repeat", in init()
1373 testBaseName.str() + "mirrored_repeat" }; in init()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp193 instanceCount.str() + in TEST_P()
243 vertexInstanceCount.str() + in TEST_P()
253 fragmentInstanceCount.str() + in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DVertexRoutine.cpp768 UInt str = *Pointer<UInt>(data + OFFSET(DrawData, vs.str[i])); in transformFeedback()
770 Pointer<Byte> t = *Pointer<Pointer<Byte>>(data + OFFSET(DrawData, vs.t[i])) + (tOffset * str * sizeof(float)); in transformFeedback()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h998 int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len);
1149 const char *str, int len);
1350 int EVP_PKEY_CTX_str2ctrl(EVP_PKEY_CTX *ctx, int cmd, const char *str);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatabuilder.cpp132 int32_t fetchCEs(const UnicodeString &str, int32_t start, int64_t ces[], int32_t cesLength);
171 DataBuilderCollationIterator::fetchCEs(const UnicodeString &str, int32_t start, in fetchCEs() argument
179 s = &str; in fetchCEs()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DTests.cpp203 std::wstring str(json); in TestVirtualBlocks()
204 CHECK_BOOL( str.find(L"\"UserData\": 1") != std::wstring::npos ); in TestVirtualBlocks()
205 CHECK_BOOL( str.find(L"\"UserData\": 2") != std::wstring::npos ); in TestVirtualBlocks()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DBindGroupTests.cpp95 return utils::CreateShaderModule(device, fs.str().c_str()); in MakeFSModule()
1546 std::string shader = interface.str() + "[[stage(compute), workgroup_size(1)]] fn main() {\n" + in TEST_P()
1547 body.str() + "}\n"; in TEST_P()
/third_party/python/Lib/test/
H A Dtest_ftplib.py630 self.assertEqual(self.server.handler_instance.rest, str(r))
664 self.assertIsInstance(name, str)
784 self.assertEqual(str(err), '550 error on quit')
H A Dtest_deque.py863 self.assertEqual(str(p), str(d))
866 self.assertRaises(ReferenceError, str, p)
H A Dtest_smtplib.py348 self.assertIn("prohibited newline characters", str(exc.exception))
443 str(exc.exception),
464 msg = str(exc.exception)
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py548 ((str(v),) for v in range(4)))
820 self.assertEqual(str(cm.exception), 'parameters are of unsupported type')
1893 proc.stdin.write(str(exc))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h615 std::string getAsString() const override { return "\"" + Value.str() + "\""; }
649 return "[{" + Value.str() + "}]";
1295 return Rec->getAsString() + "." + FieldName->getValue().str();
/third_party/python/Parser/
H A Dasdl_c.py91 fields = ", ".join(map(str, obj.fields))
293 type = str(field.type)
327 type = str(field.type)
1044 PyErr_SetString(PyExc_TypeError, "AST identifier must be of type str");
1053 PyErr_SetString(PyExc_TypeError, "AST string must be of type str");
/third_party/python/Python/
H A Dpylifecycle.c62 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str))
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc78 PyObject* PyString_FromCppString(const std::string& str) { in PyString_FromCppString() argument
79 return PyString_FromStringAndSize(str.c_str(), str.size()); in PyString_FromCppString()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ditem.rs749 fn func_name(&self) -> Option<&str> { in func_name()
1081 fn c_naming_prefix(&self) -> Option<&str> { in c_naming_prefix()
1818 spelling: &str, in is_template_with_spelling()
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128_stream_test.cc76 return msg.str(); in StreamFormatToString()
86 EXPECT_EQ(test_case.expected, os.str()); in CheckUint128Case()
164 EXPECT_EQ(test_case.expected, os.str()); in CheckInt128Case()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs1388 const CIPHER: &str = "PSK-AES256-CBC-SHA"; in psk_ciphers()
1505 let cert_str: &str = include_str!("../../../test/cert.pem"); in set_ssl_certificate_key_related_api()
1506 let key_str: &str = include_str!("../../../test/key.pem"); in set_ssl_certificate_key_related_api()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp237 return new glu::ShaderProgram(context, glu::makeVtxFragSources(vtx.str(), frag.str())); in createProgram()
499 return stream.str(); in valueRangeToString()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fVertexAttributeBindingTests.cpp431 return buf.str(); in genTestDescription()
515 return buf.str(); in genVertexSource()
705 return buf.str(); in genTestDescription()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthTests.cpp113 return tcu::TestStatus::pass(std::string("Supported depth/stencil formats: ") + supportedFormatsMsg.str()); in testSupportsAtLeastOneDepthStencilFormat()
1147 return name.str(); in getCompareOpsName()
1162 return desc.str(); in getCompareOpsDescription()

Completed in 62 milliseconds

1...<<461462463464465466467468469470>>...512