Home
last modified time | relevance | path

Searched refs:string (Results 6826 - 6850 of 28570) sorted by relevance

1...<<271272273274275276277278279280>>...1143

/third_party/spirv-tools/tools/link/
H A Dlinker.cpp33 std::string target_env_list = spvTargetEnvList(16, 80); in print_usage()
123 const std::string outFile = in main()
125 const std::vector<std::string>& inFiles = flags::positional_arguments; in main()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSSBOLayoutCase.hpp76 std::string m_name;
109 std::string m_blockName;
110 std::string m_instanceName;
/third_party/vk-gl-cts/modules/glshared/
H A DglsFboCompletenessTests.hpp51 using std::string;
94 const string& name, const string& desc) in TestBase()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksNetwork.cpp31 void StringToAddress (const string& str, string& host, int& port) in StringToAddress()
34 if (pos == string::npos) in StringToAddress()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeSha1.hpp30 #include <string>
41 static Sha1 parse (const std::string& str);
132 inline Sha1Stream& operator<< (Sha1Stream& stream, const std::string& str) in operator <<()
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgShader.hpp34 #include <string>
57 std::string m_name;
129 std::string m_source;
/third_party/vulkan-loader/openharmony/bundle_mgr_helper/
H A Dvk_bundle_mgr_helper.cpp35 std::string debugHap(debugHapName); in InitBundleInfo()
60 std::string pathStr(DEBUG_SANDBOX_DIR); in GetDebugLayerLibPath()
61 std::string appLibPath = pathStr + vkBundleMgrHelper->g_bundleInfo.applicationInfo.nativeLibraryPath + "/"; in GetDebugLayerLibPath()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp63 void ResourceInterface::initTestCase (const std::string& casePath) in initTestCase()
68 const std::string& ResourceInterface::getCasePath() const in getCasePath()
138 if (it->pipelineContents.find("VK_STRUCTURE_TYPE_GRAPHICS_PIPELINE_CREATE_INFO") != std::string::npos) in removeRedundantObjects()
149 else if (it->pipelineContents.find("VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO") != std::string::npos) in removeRedundantObjects()
302 std::map<std::string, std::vector<PipelinePoolSizeInfo>> pipelineInfoPerTest; in preparePipelinePoolSizes()
479 std::vector<std::string> extensions; in registerDeviceFeatures()
525 VkPipelineOfflineCreateInfo makeGraphicsPipelineIdentifier (const std::string& testPath, const VkGraphicsPipelineCreateInfo& gpCI, const std::map<deUint64, std::size_t>& objectHashes) in makeGraphicsPipelineIdentifier()
534 VkPipelineOfflineCreateInfo makeComputePipelineIdentifier (const std::string& testPath, const VkComputePipelineCreateInfo& cpCI, const std::map<deUint64, std::size_t>& objectHashes) in makeComputePipelineIdentifier()
957 if(!std::string(m_testCtx.getCommandLine().getPipelineCompilerPath()).empty()) in importPipelineCacheData()
960 std::string( m_testCt in importPipelineCacheData()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsSizeControlTests.cpp30 #include <string>
73 string postfix;
308 string bdyStr = "uint tempResult = gl_SubgroupSize;\n"; in initFrameBufferPrograms()
393 const string vertex = string(glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)) + "\n" in initFrameBufferPrograms()
422 string getExtHeader (const CaseDefinition&) in getExtHeader()
427 vector<string> getPerStageHeadDeclarations (const CaseDefinition& caseDef) in getPerStageHeadDeclarations()
431 vector<string> result (stageCount, string()); in getPerStageHeadDeclarations()
447 const string fragPar in getPerStageHeadDeclarations()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DProgramInterfaceTest.cpp23 std::string ProgramInterfaceTestPrint( in ProgramInterfaceTestPrint()
153 EXPECT_EQ(essl31_shaders::PositionAttrib(), std::string(name)); in TEST_P()
174 EXPECT_EQ("oColor[0]", std::string(name)); in TEST_P()
179 EXPECT_EQ("oColor[", std::string(name)); in TEST_P()
451 EXPECT_EQ("color", std::string(name)); in TEST_P()
497 EXPECT_EQ("foo", std::string(name)); in TEST_P()
559 EXPECT_EQ("blockName", std::string(name));
728 EXPECT_EQ("blockName1.f1", std::string(name));
775 EXPECT_EQ("s1[0].a", std::string(name));
844 EXPECT_EQ("blockIn.a[0]", std::string(nam
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DANGLETest.cpp393 std::string testName = std::string{testInfo->name()}; in SetupEnvironmentVarsForCaptureReplay()
396 (std::string{testInfo->test_case_name()} + "_" + testName).c_str()); in SetupEnvironmentVarsForCaptureReplay()
516 std::string windowName = windowNameStream.str(); in initOSWindow()
628 std::string fullTestName = fullTestNameStr.str(); in ANGLETestSetUp()
891 const std::string &positionAttribName, in drawQuad()
899 const std::string &positionAttribName, in drawQuad()
907 const std::string &positionAttribName, in drawQuad()
917 const std::string &positionAttribName, in drawQuadInstanced()
928 const std::string in drawPatches()
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfobjs.c60 FT_String* string = NULL; in tt_name_ascii_from_utf16() local
62 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_ascii_from_utf16()
68 if ( FT_QNEW_ARRAY( string, len + 1 ) ) in tt_name_ascii_from_utf16()
81 string[n] = (char)code; in tt_name_ascii_from_utf16()
84 string[n] = 0; in tt_name_ascii_from_utf16()
86 return string; in tt_name_ascii_from_utf16()
95 FT_String* string = NULL; in tt_name_ascii_from_other() local
97 FT_Byte* read = (FT_Byte*)entry->string; in tt_name_ascii_from_other()
103 if ( FT_QNEW_ARRAY( string, len + 1 ) ) in tt_name_ascii_from_other()
116 string[ in tt_name_ascii_from_other()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dtest-repacker.cc27 #include <string>
125 std::string large_string(50000, 'a'); in populate_serializer_with_overflow()
144 std::string large_string(70000, 'a'); in populate_serializer_with_dedup_overflow()
164 std::string large_string(70000, 'a'); in populate_serializer_with_isolation_overflow()
188 std::string large_string(70000, 'a'); in populate_serializer_with_isolation_overflow_complex()
234 std::string large_string(70000, 'a'); in populate_serializer_with_isolation_overflow_complex_expected()
296 std::string large_string(70000, 'a'); in populate_serializer_with_isolation_overflow_spaces()
322 std::string large_string(70000, 'a'); in populate_serializer_spaces()
373 std::string large_string(70000, 'a'); in populate_serializer_spaces_16bit_connection()
412 std::string large_strin in populate_serializer_spaces_16bit_connection_expected()
[all...]
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field_reflection_unittest.cc55 static std::string StrFunc(int i, int j) { return StrCat(Func(i, 4)); } in StrFunc()
92 const RepeatedPtrField<std::string>& rpf_string = in TEST()
93 refl->GetRepeatedPtrField<std::string>(message, fd_repeated_string); in TEST()
101 RepeatedPtrField<std::string>* mrpf_string = in TEST()
102 refl->MutableRepeatedPtrField<std::string>(&message, fd_repeated_string); in TEST()
200 const RepeatedFieldRef<std::string>& handle, const MessageType& message, in TestRepeatedFieldRefIteratorForString()
203 for (typename RepeatedFieldRef<std::string>::const_iterator it = in TestRepeatedFieldRefIteratorForString()
241 const RepeatedFieldRef<std::string> rf_string = in TEST()
242 refl->GetRepeatedFieldRef<std::string>(message, fd_repeated_string); in TEST()
254 const MutableRepeatedFieldRef<std::string> mrf_strin in TEST()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp46 * - For each string returned (statistic names, etc.) the tests assert
47 * that the string is NULL terminated.
99 std::string getShaderFlagStr(const VkShaderStageFlags shader, in getShaderFlagStr()
122 std::string getShaderFlagsStr (const VkShaderStageFlags flags) in getShaderFlagsStr()
160 virtual const std::string generateTestName (void) const;
161 virtual const std::string generateTestDescription (void) const;
182 const std::string ExecutablePropertiesTestParam::generateTestName (void) const in generateTestName()
184 std::string result(getShaderFlagStr(m_shaders, false)); in generateTestName()
194 const std::string ExecutablePropertiesTestParam::generateTestDescription (void) const in generateTestDescription()
196 std::string resul in generateTestDescription()
298 checkString(const char *string, size_t size) checkString() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderStructTests.cpp42 const std::string& name,
43 const std::string& description,
47 const std::string& vertShaderSource,
48 const std::string& fragShaderSource);
57 const std::string& name, in ShaderStructCase()
58 const std::string& description, in ShaderStructCase()
62 const std::string& vertShaderSource, in ShaderStructCase()
63 const std::string& fragShaderSource) in ShaderStructCase()
74 static de::MovePtr<ShaderStructCase> createStructCase (tcu::TestContext& testCtx, const std::string& name, const std::string
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsSizeControlTests.cpp30 #include <string>
62 string postfix;
311 string bdyStr = "uint tempResult = gl_SubgroupSize;\n"; in initFrameBufferPrograms()
396 const string vertex = string(glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)) + "\n" in initFrameBufferPrograms()
425 string getExtHeader (const CaseDefinition&) in getExtHeader()
430 vector<string> getPerStageHeadDeclarations (const CaseDefinition& caseDef) in getPerStageHeadDeclarations()
434 vector<string> result (stageCount, string()); in getPerStageHeadDeclarations()
450 const string fragPar in getPerStageHeadDeclarations()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp44 #include <string>
52 using std::string;
132 if (!de::contains(context.getDeviceExtensions().begin(), context.getDeviceExtensions().end(), string("VK_KHR_sampler_ycbcr_conversion"))) in checkSupport()
902 const string srcFormatName (de::toLower(std::string(getFormatName(srcFormat)).substr(10))); in initYcbcrDefaultCopyTests()
909 const string dstFormatName (de::toLower(std::string(getFormatName(dstFormat)).substr(10))); in initYcbcrDefaultCopyTests()
934 addFunctionCase(dstFormatGroup.get(), string(srcTilingName) + (srcDisjoint ? "_disjoint_" : "_") + string(dstTilingName) + (dstDisjoint ? "_disjoint" : ""), "", checkSupport, imageCopyTest, config); in initYcbcrDefaultCopyTests()
1005 const string dimensionsNam in initYcbcrDimensionsCopyTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockTests.cpp45 BlockBasicTypeCase (tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockBasicTypeCase()
83 void createBlockBasicTypeCases (tcu::TestCaseGroup& group, tcu::TestContext& testCtx, const std::string& name, const VarType& type, deUint32 layoutFlags, int numInstances = 0) in createBlockBasicTypeCases()
100 BlockSingleStructCase (tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockSingleStructCase()
123 BlockSingleStructArrayCase (tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockSingleStructArrayCase()
148 BlockSingleNestedStructCase (tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockSingleNestedStructCase()
178 BlockSingleNestedStructArrayCase (tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockSingleNestedStructArrayCase()
208 BlockMultiBasicTypesCase (tcu::TestContext& testCtx, const std::string& name, deUint32 flagsA, deUint32 flagsB, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockMultiBasicTypesCase()
237 BlockMultiNestedStructCase (tcu::TestContext& testCtx, const std::string& name, deUint32 flagsA, deUint32 flagsB, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) in BlockMultiNestedStructCase()
276 Block2LevelStructArrayCase (tcu::TestContext& testCtx, const std::string& name, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag) in Block2LevelStructArrayCase()
307 LinkByBindingCase (tcu::TestContext& testCtx, const std::string
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiSurfaceTests.cpp108 using std::string;
176 const vector<string> extraExtensions, in createInstanceWithWsi()
180 vector<string> extensions = extraExtensions; in createInstanceWithWsi()
187 vector<string> instanceExtensions; in createInstanceWithWsi()
211 vector<string>(), in InstanceHelper()
216 InstanceHelper (Context& context, Type wsiType, const vector<string>& extensions, const VkAllocationCallbacks* pAllocator = DE_NULL) in InstanceHelper()
532 const InstanceHelper instHelper (context, wsiType, vector<string>(1, string("VK_KHR_get_surface_capabilities2"))); in querySurfaceCapabilities2Test()
590 vector<string> requiredExtensions; in querySurfaceProtectedCapabilitiesTest()
732 const InstanceHelper instHelper (context, wsiType, vector<string>( in querySurfaceFormatsTestSurfaceless()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp60 #include <string>
114 std::string componentCodes (vk::VkColorComponentFlags components) in componentCodes()
116 std::string name; in componentCodes()
164 std::string topologyClassName (TopologyClass tclass) in topologyClassName()
191 virtual std::vector<std::string> getAttributeDeclarations() const = 0;
194 virtual std::vector<std::string> getVertexCoordCalc() const = 0;
197 virtual std::vector<std::string> getDescriptorDeclarations() const = 0;
200 virtual std::vector<std::string> getDescriptorCoordCalc(TopologyClass topology) const = 0;
203 virtual std::vector<std::string> getFragInputAttributes() const { return std::vector<std::string>(); } in getFragInputAttributes()
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dconnect.c23 #include <linux/string.h>
116 /* Mount options which take string value */
1248 /* extract the host portion of the UNC string */
1256 /* skip double chars at beginning of string */ in extract_hostname()
1284 char *string; in get_option_ul() local
1286 string = match_strdup(args); in get_option_ul()
1287 if (string == NULL) in get_option_ul()
1289 rc = kstrtoul(string, 0, option); in get_option_ul()
1290 kfree(string); in get_option_ul()
1360 /* now go until next delimiter or end of string */ in cifs_parse_devname()
1401 char *string = NULL; cifs_parse_mount_options() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dproc-arm720.S164 string cpu_arch_name, "armv4t"
165 string cpu_elf_name, "v4"
166 string cpu_arm710_name, "ARM710T"
167 string cpu_arm720_name, "ARM720T"
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutdebug.c72 * PARAMETERS: function_name - Ascii string containing a procedure name
317 * string - Additional string to display
329 const char *module_name, u32 component_id, const char *string) in acpi_ut_trace_str()
341 acpi_gbl_function_entry_prefix, string); in acpi_ut_trace_str()
551 * string - String to display
563 const char *module_name, u32 component_id, const char *string) in acpi_ut_str_exit()
572 acpi_gbl_function_exit_prefix, string); in acpi_ut_str_exit()
327 acpi_ut_trace_str(u32 line_number, const char *function_name, const char *module_name, u32 component_id, const char *string) acpi_ut_trace_str() argument
561 acpi_ut_str_exit(u32 line_number, const char *function_name, const char *module_name, u32 component_id, const char *string) acpi_ut_str_exit() argument
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dproc-arm720.S164 string cpu_arch_name, "armv4t"
165 string cpu_elf_name, "v4"
166 string cpu_arm710_name, "ARM710T"
167 string cpu_arm720_name, "ARM720T"

Completed in 37 milliseconds

1...<<271272273274275276277278279280>>...1143