/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOCornerCase.cpp | 35 #include <string> 41 using std::string; 59 string m_computeShaderSrc; 63 string useCornerCaseShader (int loopCount) in useCornerCaseShader()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsMultipleDispatchesUniformSubgroupSizeTests.cpp | 232 const std::string& name, 233 const std::string& description); 242 const std::string& name, in MultipleDispatchesUniformSubgroupSize() 243 const std::string& description) in MultipleDispatchesUniformSubgroupSize()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deCommandLine.hpp | 29 #include <string> 61 const char* defaultValue; //!< Default value (parsed from string), or null if should not be set 68 //! Construct generic option (string, int, boolean). 142 using std::string; 403 const vector<string>& getArgs (void) const { return m_args; } in getArgs() 416 vector<string> m_args;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/ |
H A D | vktRayQueryAccelerationStructuresTests.cpp | 274 const std::string& externalNamePart, in registerShaderModule() 275 const std::string& internalNamePart) in registerShaderModule() 279 std::string fsn = fullShaderName; in registerShaderModule() 304 const std::string& externalNamePart, in registerShaderModule() 305 const std::string& internalNamePart, in registerShaderModule() 310 std::string fsn = fullShaderName; in registerShaderModule() 388 std::vector<std::string> rayQueryTestName; in initConfiguration() 392 const std::map<ShaderSourceType,std::vector<std::string>> shaderNames = in initConfiguration() 818 std::vector<std::string> rayQueryTestName; in initConfiguration() 980 const std::map<ShaderSourceType,std::vector<std::string>> shaderName in initConfiguration() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDebugTests.cpp | 79 using std::string; 201 const string msg = string("Application generated message with type ") + glu::getDebugMessageTypeName(type) in emitMessages() 307 string message; 310 MessageData (const MessageID& id_, GLenum severity_, const string& message_) : id(id_) , severity(severity_) , message(message_) {} in MessageData() 333 const string resultMessage; 334 const string logMessage; 336 VerificationResult (qpTestResult result_, const string& resultMessage_, const string& logMessage_) in VerificationResult() 341 virtual void callback (GLenum source, GLenum type, GLuint id, GLenum severity, const std::string [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | main.c | 217 char *string; in mlx5_set_driver_version() local 222 string = MLX5_ADDR_OF(set_driver_version_in, in, driver_version); in mlx5_set_driver_version() 224 strncpy(string, "Linux", remaining_size); in mlx5_set_driver_version() 226 remaining_size = max_t(int, 0, driver_ver_sz - strlen(string)); in mlx5_set_driver_version() 227 strncat(string, ",", remaining_size); in mlx5_set_driver_version() 229 remaining_size = max_t(int, 0, driver_ver_sz - strlen(string)); in mlx5_set_driver_version() 230 strncat(string, KBUILD_MODNAME, remaining_size); in mlx5_set_driver_version() 232 remaining_size = max_t(int, 0, driver_ver_sz - strlen(string)); in mlx5_set_driver_version() 233 strncat(string, ",", remaining_size); in mlx5_set_driver_version() 235 remaining_size = max_t(int, 0, driver_ver_sz - strlen(string)); in mlx5_set_driver_version() [all...] |
/kernel/linux/linux-5.10/fs/hugetlbfs/ |
H A D | inode.c | 24 #include <linux/string.h> 1264 if (!param->string || !isdigit(param->string[0])) in hugetlbfs_parse_param() 1266 ctx->max_size_opt = memparse(param->string, &rest); in hugetlbfs_parse_param() 1274 if (!param->string || !isdigit(param->string[0])) in hugetlbfs_parse_param() 1276 ctx->nr_inodes = memparse(param->string, &rest); in hugetlbfs_parse_param() 1280 ps = memparse(param->string, &rest); in hugetlbfs_parse_param() 1290 if (!param->string || !isdigit(param->string[ in hugetlbfs_parse_param() [all...] |
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.c | 29 #include <string.h> 118 *** If `slen' < 0, source string is null-terminated. in convert() 286 curl_easy_escape_ccsid(CURL *handle, const char *string, int length, in curl_easy_escape_ccsid() argument 292 if(!string) { in curl_easy_escape_ccsid() 297 s = dynconvert(ASCII_CCSID, string, length? length: -1, sccsid); in curl_easy_escape_ccsid() 315 curl_easy_unescape_ccsid(CURL *handle, const char *string, int length, in curl_easy_unescape_ccsid() argument 322 if(!string) { in curl_easy_unescape_ccsid() 327 s = dynconvert(ASCII_CCSID, string, length? length: -1, sccsid); in curl_easy_unescape_ccsid() 394 /* Helper for curl_version_info_ccsid(): convert a string if defined. in convert_version_info_string() 445 compiler seems to compare string value in curl_version_info_ccsid() 1367 mime_string_call(curl_mimepart *part, const char *string, unsigned int ccsid, CURLcode (*mimefunc)(curl_mimepart *part, const char *string)) mime_string_call() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/ |
H A D | vktRobustnessIndexAccessTests.cpp | 340 const std::string& name, 359 const std::string& name, in DrawIndexedTestCase() 446 std::string vertexSource( in initPrograms() 456 std::string fragmentSource( in initPrograms() 518 const std::string& name, 532 const std::string& name, in BindIndexBuffer2TestCase() 554 const std::string vertexSource( in initPrograms() 563 const std::string fragmentSource( in initPrograms() 833 return (*(verdict ? &tcu::TestStatus::pass : &tcu::TestStatus::fail))(std::string()); in iterate() 846 const std::pair<std::string, OOType in createCmdBindIndexBuffer2Tests() [all...] |
H A D | vktRobustnessVertexAccessTests.cpp | 56 const std::string& name, 82 const std::string& name, 110 const std::string& name, 252 const std::string& name, in VertexAccessTest() 333 std::string outType = ""; in initPrograms() 343 std::string extensions = ""; in initPrograms() 344 std::string version = "#version 310 es\n"; in initPrograms() 383 const std::string& name, in DrawAccessTest() 436 const std::string& name, in DrawIndexedAccessTest() 1170 std::string nam [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 237 std::string m_writeFragShaderName; 249 std::string m_readFragShaderName; 1161 const std::string& name, 1173 NoneStageTestCase::NoneStageTestCase(tcu::TestContext& testContext, const std::string& name, const TestParams& testParams) in NoneStageTestCase() 1256 const std::map<std::string, std::string> specializations in initPrograms() 1262 std::string source = in initPrograms() 1389 std::string error = std::string("Format (") + in checkSupport() 1406 std::string nam in createNoneStageTests() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UniformTest.cpp | 241 std::string locationName = "ufloats[" + std::to_string(i) + "]"; in TEST_P() 272 std::string locationName = "umatarray[" + std::to_string(i) + "]"; in TEST_P() 302 std::string locationName = "uints[" + std::to_string(i) + "]"; in TEST_P() 737 std::string name = nameStr.str(); in TEST_P() 796 std::string name = nameStr.str(); in TEST_P() 991 const std::string &name, in CheckOneElement() 1024 UniformArrayInfo(std::string type, std::string name, int components) in TEST_P() 1027 std::string type; in TEST_P() 1028 std::string nam in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ModuleSummaryIndex.h | 41 #include <string> 138 /// Summary string representation. This StringRef points to BC module 139 /// string table and is valid until module data is stored in memory. 347 /// module path string table. 837 std::string SingleImplName; 889 /// Map of a type GUID to type id string and summary (multimap used 892 std::multimap<GlobalValue::GUID, std::pair<std::string, TypeIdSummary>>; 917 /// Class to hold module path string table and global value map, 936 std::map<std::string, TypeIdCompatibleVtableInfo> TypeIdCompatibleVtableMap; 975 std::set<std::string> CfiFunctionDef [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | GCOVProfiling.cpp | 46 #include <string> 52 static cl::opt<std::string> 68 llvm::report_fatal_error(std::string("Invalid -default-gcov-version: ") + in getDefault() 123 std::string mangleName(const DICompileUnit *CU, GCovFileType FileType); 220 // represent this string in a GCOV file 222 // A GCOV string is a length, followed by a NUL, then between 0 and 3 NULs 224 // words including padding, not bytes of actual string. 260 // Here 2 = 1 for string length + 1 for '0' id#. 277 std::string Filename; 361 std::string FunctionNameAndLin [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | coded_stream.h | 49 // // to identify the file type, then write a length-delimited string. The 50 // // string is composed of a varint giving the length followed by the raw 119 #include <string> 223 // Like ReadRaw, but reads into a string. 224 bool ReadString(std::string* buffer, int size); 633 bool ReadStringFallback(std::string* buffer, int size); 715 uint8* WriteStringMaybeAliased(uint32 num, const std::string& s, uint8* ptr) { in WriteStringMaybeAliased() 726 uint8* WriteBytesMaybeAliased(uint32 num, const std::string& s, uint8* ptr) { in WriteBytesMaybeAliased() 872 uint8* WriteStringMaybeAliasedOutline(uint32 num, const std::string& s, 874 uint8* WriteStringOutline(uint32 num, const std::string [all...] |
/third_party/python/Modules/ |
H A D | sha512module.c | 528 Return the digest value as a string of hexadecimal digits. 551 Update this hash object's state with the provided string. 649 string: object(c_default="NULL") = b'' 653 Return a new SHA-512 hash object; optionally initialized with a string. 657 _sha512_sha512_impl(PyObject *module, PyObject *string, int usedforsecurity) in _sha512_sha512_impl() argument 665 if (string) in _sha512_sha512_impl() 666 GET_BUFFER_VIEW_OR_ERROUT(string, &buf); in _sha512_sha512_impl() 669 if (string) in _sha512_sha512_impl() 678 if (string) in _sha512_sha512_impl() 682 if (string) { in _sha512_sha512_impl() 701 _sha512_sha384_impl(PyObject *module, PyObject *string, int usedforsecurity) _sha512_sha384_impl() argument [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing.h | 126 // and is capable of generating a string that describes the given. 128 std::string outputDeclaration(std::size_t width) const { in outputDeclaration() 130 std::string result = absl::StrCat(" ", name); in outputDeclaration() 143 std::string name; 144 std::string expression; 147 // Produce a string that contains all of the givens of an error report. 149 std::string PrepareGivenContext(const Decls&... decls) { in PrepareGivenContext() 308 std::string("std::move(") + in operator ()() 332 std::string("static_cast<const _T&>(") + in operator ()() 401 std::string("static_cas in operator ()() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | exception_safety_testing.h | 29 #include <string> 68 std::string GetSpecString(TypeSpec); 69 std::string GetSpecString(AllocSpec); 83 std::string msg_; 112 std::string description; 139 static void ObjectConstructed(void* address, std::string description) { in ObjectConstructed() 175 static std::string ErrorMessage(void* address, in ErrorMessage() 176 const std::string& address_description, in ErrorMessage() 178 const std::string& error_description) { in ErrorMessage() 199 explicit TrackedObject(std::string descriptio [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
H A D | span_test.cc | 21 #include <string> 131 std::string empty = ""; in TEST() 135 std::string abc = "abc"; in TEST() 142 EXPECT_FALSE((std::is_constructible<absl::Span<int>, std::string>::value)); in TEST() 144 (std::is_constructible<absl::Span<const int>, std::string>::value)); in TEST() 146 (std::is_convertible<std::string, absl::Span<const char>>::value)); in TEST() 386 std::string empty = ""; in TEST() 390 std::string str = "abc"; in TEST() 424 std::string s = ""; in TEST() 425 const std::string c in TEST() [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsTextureBufferCase.cpp | 58 #include <string> 64 using std::string; 294 string generateVertexShaderTemplate (RenderBits renderBits) in generateVertexShaderTemplate() 331 string generateFragmentShaderTemplate (RenderBits renderBits) in generateFragmentShaderTemplate() 365 string specializeShader (const string& shaderTemplateString, glu::GLSLVersion glslVersion) in specializeShader() 368 map<string, string> parameters; in specializeShader() 384 const string vertexShaderTemplate = generateVertexShaderTemplate(renderBits); in createRenderProgram() 385 const string fragmentShaderTemplat in createRenderProgram() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryOpacityMicromapTests.cpp | 78 std::vector<std::string> testFlagBitNames = 95 std::vector<std::string> copyTypeNames 120 OpacityMicromapCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params); 143 OpacityMicromapCase::OpacityMicromapCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams& params) in OpacityMicromapCase() 217 std::string flagsString = (m_params.testFlagMask & TEST_FLAG_BIT_FORCE_OPAQUE_RAY_FLAG) ? "gl_RayFlagsOpaqueEXT" : "gl_RayFlagsNoneEXT"; in initPrograms() 1006 std::string name; in addBasicTests() 1017 std::string name; in addBasicTests() 1032 std::string maskNam in addBasicTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktRenderPassUnusedClearAttachmentTests.cpp | 37 #include <string> 64 std::string getFormatBriefName (VkFormat format) in getFormatBriefName() 77 std::string depthStencilTypeName (DepthStencilType type, VkFormat format) in depthStencilTypeName() 81 const std::string formatName = getFormatBriefName(format); in depthStencilTypeName() 228 const std::string& name, in UnusedClearAttachmentTest() 229 const std::string& description, in UnusedClearAttachmentTest() 1224 std::string getUsed(deBool value) 1229 std::string getCombName(const std::vector<deBool>& array) 1272 const std::string dsCase = depthStencilTypeName(dsType, dsFormat); 1285 std::string nam [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktAtomicOperationTests.cpp | 47 #include <string> 202 std::string atomicOp2Str (AtomicOperation op) in atomicOp2Str() 236 std::string dataType2Str(DataType type) in dataType2Str() 1439 std::map<std::string, std::string> specializations; in createShaderSpec() 1563 const std::string description = std::string("Tests atomic operation ") + atomicOp2Str(atomicOp[opNdx].value) + std::string("."); in addAtomicOperationTests() 1564 const std::string name = std::string(atomicO in addAtomicOperationTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
H A D | vktSparseResourcesImageMemoryAliasing.cpp | 52 #include <string> 66 const std::string getCoordStr (const ImageType imageType, in getCoordStr() 67 const std::string& x, in getCoordStr() 68 const std::string& y, in getCoordStr() 69 const std::string& z) in getCoordStr() 97 const std::string& name, 98 const std::string& description, 119 const std::string& name, in ImageSparseMemoryAliasingCase() 120 const std::string& description, in ImageSparseMemoryAliasingCase() 830 const std::string imageTypeSt in initPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationNoneStageTests.cpp | 237 std::string m_writeFragShaderName; 249 std::string m_readFragShaderName; 1159 const std::string& name, 1171 NoneStageTestCase::NoneStageTestCase(tcu::TestContext& testContext, const std::string& name, const TestParams& testParams) in NoneStageTestCase() 1254 const std::map<std::string, std::string> specializations in initPrograms() 1260 std::string source = in initPrograms() 1384 std::string error = std::string("Format (") + in checkSupport() 1401 std::string nam in createNoneStageTests() [all...] |