Home
last modified time | relevance | path

Searched refs:str (Results 14001 - 14025 of 15494) sorted by relevance

1...<<561562563564565566567568569570>>...620

/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()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp1152 name.str().c_str(), "", in init()
1198 genMipmapGroup->addChild(new Texture2DGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", in init()
1251 genMipmapGroup->addChild(new TextureCubeGenMipmapCase(m_testCtx, m_context.getRenderContext(), name.str().c_str(), "", formats[format].format, formats[format].dataType, genHints[hint].hint, cubeMapSize)); in init()
/third_party/vulkan-loader/tests/
H A Dloader_version_tests.cpp988 std::string log_message = ss.str(); in CheckDirectDriverLoading()
1383 ASSERT_TRUE(env.debug_log.find(std::string("terminator_CreateInstance: Manifest ICD for \"") + env.get_test_icd_path().str() + in TEST()
1400 ASSERT_TRUE(env.debug_log.find(std::string("terminator_CreateInstance: Manifest ICD for \"") + env.get_test_icd_path().str() + in TEST()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp7468 __attribute__((weak)) __attribute__((visibility("default"))) char* moz_xstrdup(const char* str)
7476 __attribute__((weak)) __attribute__((visibility("default"))) char* moz_xstrndup(const char* str, size_t strsize)
[all...]
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_fw_module_test.cpp674 std::string notificationKey = stream.str(); in HWTEST_F()
730 std::string notificationKey = stream.str(); in HWTEST_F()
1003 std::string notificationKey = stream.str(); in HWTEST_F()
1098 std::string notificationKey0 = stream0.str(); in HWTEST_F()
1110 std::string notificationKey1 = stream1.str(); in HWTEST_F()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_base_impl.cpp453 GLchar* str = const_cast<GLchar*>(source.c_str()); in ShaderSource() local
454 glShaderSource(static_cast<GLuint>(shaderId), 1, &str, &length); in ShaderSource() local
1118 std::string str = const_cast<char*>(reinterpret_cast<const char*>(extensions)); in GetExtensionsParameter() local
1120 Util::SplitString(str, vec, " "); in GetExtensionsParameter()
1121 LOGD("WebGL GetExtensionsParameter %{public}s %{public}s %{public}zu", extensions, str.c_str(), vec.size()); in GetExtensionsParameter()
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c267 char *str = ""; in port_speed_string() local
273 str = "40Gbps "; in port_speed_string()
275 str = "10Gbps "; in port_speed_string()
277 str = "1Gbps "; in port_speed_string()
279 return str; in port_speed_string()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c2474 const char *str, size_t len, in iwl_fw_dbg_collect()
2508 memcpy(desc->trig_desc.data, str, len); in iwl_fw_dbg_collect()
2741 #define FSEQ_REG(x) { .addr = (x), .str = #x, }
2750 const char *str; in iwl_fw_error_print_fseq_regs() member
2774 fseq_regs[i].str); in iwl_fw_error_print_fseq_regs()
2472 iwl_fw_dbg_collect(struct iwl_fw_runtime *fwrt, enum iwl_fw_dbg_trigger trig, const char *str, size_t len, struct iwl_fw_dbg_trigger_tlv *trigger) iwl_fw_dbg_collect() argument
/kernel/linux/linux-5.10/drivers/s390/block/
H A Ddasd.c972 char *buffer, *str; in dasd_stats_write() local
983 str = skip_spaces(buffer); in dasd_stats_write()
985 if (strncmp(str, "reset", 5) == 0) { in dasd_stats_write()
987 } else if (strncmp(str, "on", 2) == 0) { in dasd_stats_write()
996 } else if (strncmp(str, "off", 3) == 0) { in dasd_stats_write()
/kernel/linux/linux-6.6/drivers/s390/block/
H A Ddasd.c906 char *buffer, *str; in dasd_stats_write() local
917 str = skip_spaces(buffer); in dasd_stats_write()
919 if (strncmp(str, "reset", 5) == 0) { in dasd_stats_write()
921 } else if (strncmp(str, "on", 2) == 0) { in dasd_stats_write()
930 } else if (strncmp(str, "off", 3) == 0) { in dasd_stats_write()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H A Docrdma_hw.c267 char *str = ""; in port_speed_string() local
273 str = "40Gbps "; in port_speed_string()
275 str = "10Gbps "; in port_speed_string()
277 str = "1Gbps "; in port_speed_string()
279 return str; in port_speed_string()
/third_party/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1393 SimpleDateFormat::processOverrideString(const Locale &locale, const UnicodeString &str, int8_t type, UErrorCode &status) { in processOverrideString() argument
1394 if (str.isBogus() || U_FAILURE(status)) { in processOverrideString()
1406 int32_t delimiterPosition = str.indexOf((UChar)ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE,start); in processOverrideString()
1409 len = str.length() - start; in processOverrideString()
1413 UnicodeString currentString(str,start,len); in processOverrideString()
/third_party/json/tools/cpplint/
H A Dcpplint.py852 # {str, set(int)}: a map from error categories to sets of linenumbers
883 basestring = unicode = str
893 # BINARY_TYPE = str
911 # {str, bool}: a map from error categories to booleans which indicate if the
968 filename: str, the name of the input file.
969 raw_line: str, the line of input text, with comments.
1023 category: str, the category of the error.
1379 testsuite.attrib['errors'] = str(num_errors)
1380 testsuite.attrib['failures'] = str(num_failures)
1384 testsuite.attrib['tests'] = str(
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c3455 append(char **str, size_t *offset, const char *fmt, ...) in append() argument
3459 ralloc_vasprintf_rewrite_tail(str, offset, fmt, args); in append()
3504 const char *str = v3d_qpu_disasm(&pipeline->device->devinfo, qpu[i]); in pipeline_collect_executable_data() local
3505 append(&qpu_str, &offset, "%s\n", str); in pipeline_collect_executable_data()
3506 ralloc_free((void *)str); in pipeline_collect_executable_data()
/third_party/node/src/
H A Dnode_http2.cc2896 nghttp2_stream* str = stream->stream(); in RefreshState() local
2899 if (str == nullptr) { in RefreshState()
2908 nghttp2_stream_get_state(str); in RefreshState()
2910 nghttp2_stream_get_weight(str); in RefreshState()
2912 nghttp2_stream_get_sum_dependency_weight(str); in RefreshState()
/third_party/node/deps/icu-small/source/i18n/
H A Dsmpdtfmt.cpp1357 SimpleDateFormat::processOverrideString(const Locale &locale, const UnicodeString &str, int8_t type, UErrorCode &status) { in processOverrideString() argument
1358 if (str.isBogus() || U_FAILURE(status)) { in processOverrideString()
1370 int32_t delimiterPosition = str.indexOf((char16_t)ULOC_KEYWORD_ITEM_SEPARATOR_UNICODE,start); in processOverrideString()
1373 len = str.length() - start; in processOverrideString()
1377 UnicodeString currentString(str,start,len); in processOverrideString()
/third_party/libinput/src/
H A Dlibinput.c3854 const char *str = NULL; in libinput_config_status_to_str() local
3858 str = "Success"; in libinput_config_status_to_str()
3861 str = "Unsupported configuration option"; in libinput_config_status_to_str()
3864 str = "Invalid argument range"; in libinput_config_status_to_str()
3868 return str; in libinput_config_status_to_str()
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc131 Operand Operand::EmbeddedStringConstant(const StringConstantBase* str) { in EmbeddedStringConstant() argument
134 result.value_.heap_object_request = HeapObjectRequest(str); in EmbeddedStringConstant()
154 const StringConstantBase* str = request.string(); in AllocateAndInstallRequestedHeapObjects() local
155 CHECK_NOT_NULL(str); in AllocateAndInstallRequestedHeapObjects()
156 object = str->AllocateStringConstant(isolate); in AllocateAndInstallRequestedHeapObjects()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc189 Operand Operand::EmbeddedStringConstant(const StringConstantBase* str) { in EmbeddedStringConstant() argument
192 result.value_.heap_object_request = HeapObjectRequest(str); in EmbeddedStringConstant()
216 const StringConstantBase* str = request.string(); in AllocateAndInstallRequestedHeapObjects() local
217 CHECK_NOT_NULL(str); in AllocateAndInstallRequestedHeapObjects()
218 object = str->AllocateStringConstant(isolate); in AllocateAndInstallRequestedHeapObjects()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp337 const char *str; in getSType() local
339 str = "float"; in getSType()
341 str = "int"; in getSType()
343 str = "uint"; in getSType()
344 ERROR("couldn't get Type for %s with bitSize %u\n", str, bitSize); in getSType()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp1043 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest()
1074 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest()
1104 log << TestLog::Message << " " << line.str() << TestLog::EndMessage; in textureConversionTest()
1228 spec.source = source.str(); in createTestShaders()
1954 addFunctionCaseWithPrograms(oneToOneGroup.get(), testName.str(), checkSupport, createTestShaders, textureConversionTest, config); in buildTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_rate/
H A DvktFragmentShadingRateBasic.cpp479 programCollection.glslSources.add("vert") << glu::VertexSource(vss.str()); in initPrograms()
546 programCollection.glslSources.add("geom") << glu::GeometrySource(gss.str()); in initPrograms()
609 programCollection.glslSources.add("mesh") << glu::MeshSource(mss.str()) << buildOptions; in initPrograms()
698 programCollection.glslSources.add("frag") << glu::FragmentSource(fss.str()); in initPrograms()
732 programCollection.glslSources.add("comp") << glu::ComputeSource(css.str()); in initPrograms()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp708 R << (" (in function: " + MF.getName() + ")").str(); in reportFastISelFailure()
801 (MF->getName() + ":" + FuncInfo->MBB->getBasicBlock()->getName()).str(); in CodeGenAndEmitDAG()
1528 R << ": " << InstStr.str(); in SelectAllBasicBlocks()
1577 R << ": " << InstStr.str(); in SelectAllBasicBlocks()
3727 report_fatal_error(Msg.str());
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderAPI.cpp947 return code_sstream.str(); in getGSCode()
1514 std::string gs_code = code_sstream.str(); in getGSCode()
1862 std::string gs_code = code_sstream.str(); in getGSCode()
2249 std::string gs_code = code_sstream.str(); in getGSCode()
2568 std::string gs_code = code_sstream.str(); in getGSCode()

Completed in 141 milliseconds

1...<<561562563564565566567568569570>>...620