/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassMultisampleResolveTests.cpp | 194 void logImage (const std::string& name, 584 void MultisampleRenderPassTestBase::logImage (const std::string& name, const tcu::ConstPixelBufferAccess& image) const in logImage() 591 const std::string layerName (name + " Layer:" + de::toString(layerNdx)); in logImage() 1126 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() 1130 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify() 1212 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() 1216 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify() 1313 const std::string sectionName ("ResolveVerifyWithMask" + de::toString(m_sampleMask)); in verify() 1317 logImage(std::string("Attachment") + de::toString(attachmentNdx), accesses[attachmentNdx]); in verify() 2312 const std::string sectionNam in verify() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cMultiBindTests.cpp | 37 #include <string> 250 void Init(glw::GLenum stage, const std::string& source); 259 static void Source(const glw::Functions& gl, glw::GLuint id, const std::string& source); 284 void Init(const std::string& compute_shader, const std::string& fragment_shader, const std::string& geometry_shader, 285 const std::string& tesselation_control_shader, const std::string& tesselation_evaluation_shader, 286 const std::string& vertex_shader); 672 void Program::Init(const std::string 1593 replaceToken(const GLchar* token, size_t& search_position, const GLchar* text, std::string& string) replaceToken() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | UniformBufferTest.cpp | 369 EXPECT_EQ("blockName1.f1", std::string(&strUniformNameBuffer[0])); in TEST_P() 378 EXPECT_EQ("blockName2.f2", std::string(&strUniformNameBuffer[0])); in TEST_P() 447 EXPECT_EQ("s0.a", std::string(&strBuffer[0])); in TEST_P() 456 EXPECT_EQ("s0.b[0]", std::string(&strBuffer[0])); in TEST_P() 465 EXPECT_EQ("v0", std::string(&strBuffer[0])); in TEST_P() 474 EXPECT_EQ("s1[0].a", std::string(&strBuffer[0])); in TEST_P() 483 EXPECT_EQ("s1[0].b[0]", std::string(&strBuffer[0])); in TEST_P() 492 EXPECT_EQ("s1[1].a", std::string(&strBuffer[0])); in TEST_P() 501 EXPECT_EQ("s1[1].b[0]", std::string(&strBuffer[0])); in TEST_P() 510 EXPECT_EQ("u0", std::string( in TEST_P() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 36 #include <string> 94 std::string BitsRecTy::getAsString() const { in getAsString() 121 std::string StringRecTy::getAsString() const { in getAsString() 122 return "string"; in getAsString() 130 std::string ListRecTy::getAsString() const { in getAsString() 146 std::string DagRecTy::getAsString() const { in getAsString() 202 std::string RecordRecTy::getAsString() const { in getAsString() 206 std::string Str = "{"; in getAsString() 411 std::string BitsInit::getAsString() const { 412 std::string Resul [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiImageClearingTests.cpp | 270 std::string& stringResult) in comparePixelToDepthClearValue() 329 std::string& stringResult) in comparePixelToStencilClearValue() 350 std::string& stringResult, in comparePixelToColorClearValue() 476 std::string extentToString (VkExtent3D extent, VkImageType imageType) in extentToString() 483 return (std::string("_") + de::toString(extent.width) + std::string("x") + de::toString(extent.height) + (extent.depth != 1 ? (std::string("x") + de::toString(extent.depth)) : "")); in extentToString() 518 ImageClearingTestCase(tcu::TestContext& testCtx, const std::string& name, TestParams params) in ImageClearingTestCase() 570 tcu::TestStatus verifyResultImage (const std::string& successMessage, const UVec4& clearCoords = UVec4()) const; 1306 tcu::TestStatus ImageClearingTestInstance::verifyResultImage (const std::string [all...] |
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | readme.tex | 153 Several tags use a \attr{api} attribute. This is an arbitrary string, 155 specific API. The string can be, but is not necessarily, an actual API 215 \item \attr{comment} - arbitrary string (unused). 288 \item \attr{name} - group name, an arbitrary string for grouping a set 318 \item \attr{namespace} - a string for grouping many different enums 322 \item \attr{type} - a string describing the data type of the values of 323 this group of enums, currently unused. The only string used at 331 \item \attr{vendor} - string describing the vendor or purposes to whom a 333 \item \attr{comment} - arbitrary string (unused) 415 \item \attr{vendor} - string describin [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 51 #include <string> 177 std::string RealName; 190 ErrorOr<std::string> getName() override; 213 ErrorOr<std::string> RealFile::getName() { in getName() 259 llvm::ErrorOr<std::string> getCurrentWorkingDirectory() const override; 307 llvm::ErrorOr<std::string> RealFileSystem::getCurrentWorkingDirectory() const { in getCurrentWorkingDirectory() 421 llvm::ErrorOr<std::string> 457 std::string Path; 534 std::string FileName; 544 virtual std::string toStrin in getKind() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/ |
H A D | vktRobustBufferAccessWithVariablePointersTests.cpp | 190 const std::string& name, 191 const std::string& description, 212 const std::string& name, in RobustAccessWithPointersTest() 213 const std::string& description, in RobustAccessWithPointersTest() 240 const std::string& name, 241 const std::string& description, 262 const std::string& name, 263 const std::string& description, 283 const std::string& message) in NotSupportedInstance() 298 std::string m_notSupportedMessag [all...] |
/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/ |
H A D | drm_device.cpp | 17 #include <string>
35 const std::string name("hisilicon");
in Create() 90 int32_t DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const std::string &name, DrmProperty &prop)
in GetCrtcProperty() 95 int32_t DrmDevice::GetConnectorProperty(const DrmConnector &connector, const std::string &name, DrmProperty &prop)
in GetConnectorProperty() 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop)
in GetPlaneProperty() 105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop)
in GetProperty()
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 17 #include <string> 35 const std::string name("rockchip"); in Create() 92 int32_t DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const std::string &name, DrmProperty &prop) in GetCrtcProperty() 97 int32_t DrmDevice::GetConnectorProperty(const DrmConnector &connector, const std::string &name, in GetConnectorProperty() 103 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() 108 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 17 #include <string> 35 const std::string name("rockchip"); in Create() 90 int32_t DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const std::string &name, DrmProperty &prop) in GetCrtcProperty() 95 int32_t DrmDevice::GetConnectorProperty(const DrmConnector &connector, const std::string &name, DrmProperty &prop) in GetConnectorProperty() 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() 105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty()
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 17 #include <string> 35 const std::string name("rockchip"); in Create() 90 int32_t DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const std::string &name, DrmProperty &prop) in GetCrtcProperty() 95 int32_t DrmDevice::GetConnectorProperty(const DrmConnector &connector, const std::string &name, DrmProperty &prop) in GetConnectorProperty() 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() 105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 17 #include <string> 35 const std::string name("rockchip"); in Create() 90 int32_t DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const std::string &name, DrmProperty &prop) in GetCrtcProperty() 95 int32_t DrmDevice::GetConnectorProperty(const DrmConnector &connector, const std::string &name, DrmProperty &prop) in GetConnectorProperty() 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop) in GetPlaneProperty() 105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop) in GetProperty()
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | drm_device.cpp | 17 #include <string>
35 const std::string name("rockchip");
in Create() 90 int32_t DrmDevice::GetCrtcProperty(const DrmCrtc &crtc, const std::string &name, DrmProperty &prop)
in GetCrtcProperty() 95 int32_t DrmDevice::GetConnectorProperty(const DrmConnector &connector, const std::string &name, DrmProperty &prop)
in GetConnectorProperty() 100 int32_t DrmDevice::GetPlaneProperty(const DrmPlane &plane, const std::string &name, DrmProperty &prop)
in GetPlaneProperty() 105 int32_t DrmDevice::GetProperty(uint32_t objId, uint32_t objType, const std::string &name, DrmProperty &prop)
in GetProperty()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dsopcode.c | 474 * This is where we evaluate the Signature string, oem_id string, in acpi_ds_eval_table_region_operands() 475 * and oem_table_id string of the Data Table Region declaration in acpi_ds_eval_table_region_operands() 479 /* next_op points to Signature string op */ in acpi_ds_eval_table_region_operands() 484 * Evaluate/create the Signature string, oem_id string, in acpi_ds_eval_table_region_operands() 485 * and oem_table_id string operands in acpi_ds_eval_table_region_operands() 495 * Resolve the Signature string, oem_id string, in acpi_ds_eval_table_region_operands() 496 * and oem_table_id string operand in acpi_ds_eval_table_region_operands() [all...] |
H A D | nsdump.c | 307 acpi_os_printf("Len %.2X ", obj_desc->string.length); in acpi_ns_dump_one_object() 308 acpi_ut_print_string(obj_desc->string.pointer, 80); in acpi_ns_dump_one_object() 455 acpi_os_printf(" S:%p-%X\n", obj_desc->string.pointer, in acpi_ns_dump_one_object() 456 obj_desc->string.length); in acpi_ns_dump_one_object() 546 * NOTE: takes advantage of common fields between string/buffer in acpi_ns_dump_one_object() 548 bytes_to_dump = obj_desc->string.length; in acpi_ns_dump_one_object() 549 obj_desc = (void *)obj_desc->string.pointer; in acpi_ns_dump_one_object()
|
/kernel/linux/linux-5.10/samples/mei/ |
H A D | mei-amt-version.c | 69 #include <string.h> 237 char string[AMT_UNICODE_STRING_LEN]; member 337 if (code_ver->versions[i].version.string[len] != '\0' || in amt_verify_code_versions() 338 len != strlen(code_ver->versions[i].version.string)) { in amt_verify_code_versions() 466 printf("%s:\t%s\n", ver.versions[i].description.string, in main() 467 ver.versions[i].version.string); in main()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | checkkconfigsymbols.py | 75 help="print a list of max. 10 string-similar symbols") 210 def yel(string): 212 Color %string yellow. 214 return "\033[33m%s\033[0m" % string if COLOR else string 217 def red(string): 219 Color %string red. 221 return "\033[31m%s\033[0m" % string if COLOR else string 269 """Return a list of max. ten Kconfig symbols that are string [all...] |
/kernel/linux/linux-5.10/tools/scripts/ |
H A D | utilities.mak | 14 # newlines; the default is a bizarre string. 47 # the default escape is a bizarre string. 49 # NOTE: The escape is used directly as a string constant 63 # the default escape is a bizarre string. 83 # embedding in a shell string that is delimited by 113 # This function avoids the problem by producing a string
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dsopcode.c | 474 * This is where we evaluate the Signature string, oem_id string, in acpi_ds_eval_table_region_operands() 475 * and oem_table_id string of the Data Table Region declaration in acpi_ds_eval_table_region_operands() 479 /* next_op points to Signature string op */ in acpi_ds_eval_table_region_operands() 484 * Evaluate/create the Signature string, oem_id string, in acpi_ds_eval_table_region_operands() 485 * and oem_table_id string operands in acpi_ds_eval_table_region_operands() 495 * Resolve the Signature string, oem_id string, in acpi_ds_eval_table_region_operands() 496 * and oem_table_id string operand in acpi_ds_eval_table_region_operands() [all...] |
H A D | nsdump.c | 307 acpi_os_printf("Len %.2X ", obj_desc->string.length); in acpi_ns_dump_one_object() 308 acpi_ut_print_string(obj_desc->string.pointer, 80); in acpi_ns_dump_one_object() 455 acpi_os_printf(" S:%p-%X\n", obj_desc->string.pointer, in acpi_ns_dump_one_object() 456 obj_desc->string.length); in acpi_ns_dump_one_object() 546 * NOTE: takes advantage of common fields between string/buffer in acpi_ns_dump_one_object() 548 bytes_to_dump = obj_desc->string.length; in acpi_ns_dump_one_object() 549 obj_desc = (void *)obj_desc->string.pointer; in acpi_ns_dump_one_object()
|
/kernel/linux/linux-6.6/include/linux/phy/ |
H A D | phy.h | 186 * @con_id: connection ID string on device 254 struct phy *phy_get(struct device *dev, const char *string); 255 struct phy *devm_phy_get(struct device *dev, const char *string); 256 struct phy *devm_phy_optional_get(struct device *dev, const char *string); 427 static inline struct phy *phy_get(struct device *dev, const char *string) in phy_get() argument 432 static inline struct phy *devm_phy_get(struct device *dev, const char *string) in devm_phy_get() argument 438 const char *string) in devm_phy_optional_get() 437 devm_phy_optional_get(struct device *dev, const char *string) devm_phy_optional_get() argument
|
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | passwdobj-attributes.c | 248 ret = hp_convert_hexstr_to_str(password_obj[elem].string.pointer, in hp_populate_password_elements_from_package() 249 password_obj[elem].string.length, in hp_populate_password_elements_from_package() 312 ret = hp_convert_hexstr_to_str(password_obj[elem + reqs].string.pointer, in hp_populate_password_elements_from_package() 313 password_obj[elem + reqs].string.length, in hp_populate_password_elements_from_package() 357 ret = hp_convert_hexstr_to_str(password_obj[elem + pos_values].string.pointer, in hp_populate_password_elements_from_package() 358 password_obj[elem + pos_values].string.length, in hp_populate_password_elements_from_package()
|
/kernel/linux/linux-6.6/drivers/thermal/intel/int340x_thermal/ |
H A D | acpi_thermal_rel.c | 290 if (knob->string.length > ACPI_LIMIT_STR_MAX_LEN - 1) { in acpi_parse_psvt() 291 pr_info("PSVT package %d limit string len exceeds max\n", i); in acpi_parse_psvt() 292 knob->string.length = ACPI_LIMIT_STR_MAX_LEN - 1; in acpi_parse_psvt() 307 /* The limit element can be string or U64 */ in acpi_parse_psvt() 312 strncpy(psvt->limit.string, psvt_ptr->limit.str_ptr, knob->string.length); in acpi_parse_psvt() 471 strncpy(psvt_user[i].limit.string, psvts[i].limit.string, in fill_psvt()
|
/kernel/linux/linux-6.6/tools/scripts/ |
H A D | utilities.mak | 14 # newlines; the default is a bizarre string. 47 # the default escape is a bizarre string. 49 # NOTE: The escape is used directly as a string constant 63 # the default escape is a bizarre string. 83 # embedding in a shell string that is delimited by 113 # This function avoids the problem by producing a string
|