Home
last modified time | relevance | path

Searched refs:str (Results 10776 - 10800 of 12809) sorted by relevance

1...<<431432433434435436437438439440>>...513

/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_main.c4942 char *str = buf; in beiscsi_show_boot_tgt_info() local
4956 rc = sprintf(str, "%pI6\n", in beiscsi_show_boot_tgt_info()
4960 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info()
4964 rc = sprintf(str, "%.*s\n", in beiscsi_show_boot_tgt_info()
4971 rc = sprintf(str, "%.*s\n", in beiscsi_show_boot_tgt_info()
4978 rc = sprintf(str, "%.*s\n", in beiscsi_show_boot_tgt_info()
4985 rc = sprintf(str, "%.*s\n", in beiscsi_show_boot_tgt_info()
4992 rc = sprintf(str, "%d\n", BEISCSI_SYSFS_ISCSI_BOOT_FLAGS); in beiscsi_show_boot_tgt_info()
4995 rc = sprintf(str, "0\n"); in beiscsi_show_boot_tgt_info()
5004 char *str in beiscsi_show_boot_ini_info() local
5019 char *str = buf; beiscsi_show_boot_eth_info() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_main.c4933 char *str = buf; in beiscsi_show_boot_tgt_info() local
4947 rc = sprintf(str, "%pI6\n", in beiscsi_show_boot_tgt_info()
4951 rc = sprintf(str, "%d\n", boot_conn->dest_port); in beiscsi_show_boot_tgt_info()
4955 rc = sprintf(str, "%.*s\n", in beiscsi_show_boot_tgt_info()
4962 rc = sprintf(str, "%.*s\n", in beiscsi_show_boot_tgt_info()
4969 rc = sprintf(str, "%.*s\n", in beiscsi_show_boot_tgt_info()
4976 rc = sprintf(str, "%.*s\n", in beiscsi_show_boot_tgt_info()
4983 rc = sprintf(str, "%d\n", BEISCSI_SYSFS_ISCSI_BOOT_FLAGS); in beiscsi_show_boot_tgt_info()
4986 rc = sprintf(str, "0\n"); in beiscsi_show_boot_tgt_info()
4995 char *str in beiscsi_show_boot_ini_info() local
5010 char *str = buf; beiscsi_show_boot_eth_info() local
[all...]
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/
H A Dnapi_test.cpp1165 napi_value str; in NapiDefineSendableClass() local
1166 napi_create_string_utf8(env, "static str", NAPI_AUTO_LENGTH, &str); in NapiDefineSendableClass()
1168 {"staticStr", nullptr, nullptr, nullptr, nullptr, str, in NapiDefineSendableClass()
1177 {"str", nullptr, nullptr, nullptr, nullptr, str, static_cast<napi_property_attributes>(1 << 9 | napi_writable), in NapiDefineSendableClass()
1189 napi_value str; in NapiDefineSendableClass()
1190 napi_create_string_utf8(env, "instance str", NAPI_AUTO_LENGTH, &str); in NapiDefineSendableClass()
1192 {"str", nullpt in NapiDefineSendableClass()
3641 auto str = reinterpret_cast<char *>(arg); NewThreadFunc() local
3909 const char* str = "abc"; NapiSerializeString() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderStorageBufferObjectTests.cpp112 OutputNotSupported(reason.str()); in SupportedInVS()
128 OutputNotSupported(reason.str()); in SupportedInTCS()
144 OutputNotSupported(reason.str()); in SupportedInTES()
160 OutputNotSupported(reason.str()); in SupportedInGS()
1356 m_program = CreateProgramCS(ss.str()); in Run()
3175 m_program = CreateProgramCS(ss.str()); in Run()
3887 m_program = CreateProgramCS(ss.str()); in Run()
4271 m_program = CreateProgramCS(ss.str()); in Run()
4683 m_program = CreateProgramCS(ss.str()); in Run()
5566 return ss.str(); in GenSource()
[all...]
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp116 OutputNotSupported(reason.str()); in IsVSFSAvailable()
977 m_program = CreateProgramCS(ss.str()); in RunIteration()
1296 m_program = CreateProgramCS(ss.str()); in Run()
2933 m_program = CreateProgramCS(ss.str()); in Run()
3690 m_program = CreateProgramCS(ss.str()); in Run()
4084 m_program = CreateProgramCS(ss.str()); in Run()
4501 m_program = CreateProgramCS(ss.str()); in Run()
5163 return ss.str(); in GenSource()
5291 return ss.str(); in GenSource()
7275 return os.str(); in BuildShaderPT()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp114 OutputNotSupported(reason.str()); in IsVSFSAvailable()
978 m_program = CreateProgramCS(ss.str()); in RunIteration()
1296 m_program = CreateProgramCS(ss.str()); in Run()
2945 m_program = CreateProgramCS(ss.str()); in Run()
3700 m_program = CreateProgramCS(ss.str()); in Run()
4091 m_program = CreateProgramCS(ss.str()); in Run()
4503 m_program = CreateProgramCS(ss.str()); in Run()
5308 return ss.str(); in GenSource()
5437 return ss.str(); in GenSource()
7438 return os.str(); in BuildShaderPT()
[all...]
/third_party/skia/tests/
H A DPathTest.cpp1537 static void setFromString(SkPath* path, const char str[]) { in setFromString() argument
1539 while (str) { in setFromString()
1541 str = SkParse::FindScalar(str, &x); in setFromString()
1542 if (nullptr == str) { in setFromString()
1545 str = SkParse::FindScalar(str, &y); in setFromString()
1546 SkASSERT(str); in setFromString()
4320 const char* str) { in compare_dump()
4324 REPORTER_ASSERT(reporter, data->size() == strlen(str)); in compare_dump()
4319 compare_dump(skiatest::Reporter* reporter, const SkPath& path, bool dumpAsHex, const char* str) compare_dump() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c2152 char *str, *options, *this_opt; in omapfb_parse_def_modes() local
2155 str = kstrdup(def_mode, GFP_KERNEL); in omapfb_parse_def_modes()
2156 if (!str) in omapfb_parse_def_modes()
2158 options = str; in omapfb_parse_def_modes()
2194 kfree(str); in omapfb_parse_def_modes()
/kernel/linux/linux-5.10/fs/ntfs/
H A Dsuper.c165 for (_i = 0; opt_array[_i].str && *opt_array[_i].str; _i++) \ in parse_options()
166 if (!strcmp(opt_array[_i].str, v)) { \ in parse_options()
170 if (!opt_array[_i].str || !*opt_array[_i].str) \ in parse_options()
/kernel/linux/linux-5.10/mm/
H A Dhuge_memory.c448 static int __init setup_transparent_hugepage(char *str) in setup_transparent_hugepage() argument
451 if (!str) in setup_transparent_hugepage()
453 if (!strcmp(str, "always")) { in setup_transparent_hugepage()
459 } else if (!strcmp(str, "madvise")) { in setup_transparent_hugepage()
465 } else if (!strcmp(str, "never")) { in setup_transparent_hugepage()
/kernel/linux/linux-5.10/net/netfilter/ipset/
H A Dip_set_core.c347 set->ext_size -= sizeof(*c) + strlen(c->str) + 1; in ip_set_init_comment()
358 strlcpy(c->str, ext->comment, len + 1); in ip_set_init_comment()
359 set->ext_size += sizeof(*c) + strlen(c->str) + 1; in ip_set_init_comment()
372 return nla_put_string(skb, IPSET_ATTR_COMMENT, c->str); in ip_set_put_comment()
389 set->ext_size -= sizeof(*c) + strlen(c->str) + 1; in ip_set_comment_free()
/kernel/linux/linux-6.6/fs/ntfs/
H A Dsuper.c173 for (_i = 0; opt_array[_i].str && *opt_array[_i].str; _i++) \ in parse_options()
174 if (!strcmp(opt_array[_i].str, v)) { \ in parse_options()
178 if (!opt_array[_i].str || !*opt_array[_i].str) \ in parse_options()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c2150 char *str, *options, *this_opt; in omapfb_parse_def_modes() local
2153 str = kstrdup(def_mode, GFP_KERNEL); in omapfb_parse_def_modes()
2154 if (!str) in omapfb_parse_def_modes()
2156 options = str; in omapfb_parse_def_modes()
2192 kfree(str); in omapfb_parse_def_modes()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c2597 char str[NAME_MAX]; in init_path() local
2603 rtrs_addr_to_str(&path, str, sizeof(str)); in init_path()
2610 str, clt_path->hca_name, clt_path->hca_port); in init_path()
2617 err, str, clt_path->hca_name, clt_path->hca_port); in init_path()
/kernel/linux/linux-6.6/security/
H A Dsecurity.c453 static int __init choose_major_lsm(char *str) in choose_major_lsm() argument
455 chosen_major_lsm = str; in choose_major_lsm()
461 static int __init choose_lsm_order(char *str) in choose_lsm_order() argument
463 chosen_lsm_order = str; in choose_lsm_order()
469 static int __init enable_debug(char *str) in enable_debug() argument
/kernel/linux/linux-6.6/mm/
H A Dhuge_memory.c520 static int __init setup_transparent_hugepage(char *str) in setup_transparent_hugepage() argument
523 if (!str) in setup_transparent_hugepage()
525 if (!strcmp(str, "always")) { in setup_transparent_hugepage()
531 } else if (!strcmp(str, "madvise")) { in setup_transparent_hugepage()
537 } else if (!strcmp(str, "never")) { in setup_transparent_hugepage()
H A Dpercpu.c2777 static int __init percpu_alloc_setup(char *str) in percpu_alloc_setup() argument
2779 if (!str) in percpu_alloc_setup()
2785 else if (!strcmp(str, "embed")) in percpu_alloc_setup()
2789 else if (!strcmp(str, "page")) in percpu_alloc_setup()
2793 pr_warn("unknown allocator %s specified\n", str); in percpu_alloc_setup()
/kernel/linux/linux-6.6/net/netfilter/ipset/
H A Dip_set_core.c347 set->ext_size -= sizeof(*c) + strlen(c->str) + 1; in ip_set_init_comment()
358 strscpy(c->str, ext->comment, len + 1); in ip_set_init_comment()
359 set->ext_size += sizeof(*c) + strlen(c->str) + 1; in ip_set_init_comment()
372 return nla_put_string(skb, IPSET_ATTR_COMMENT, c->str); in ip_set_put_comment()
389 set->ext_size -= sizeof(*c) + strlen(c->str) + 1; in ip_set_comment_free()
/third_party/ffmpeg/libavfilter/
H A Davf_showspectrum.c124 { "size", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "640x512"}, 0, 0, FLAGS },
125 { "s", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "640x512"}, 0, 0, FLAGS },
175 { "fps", "set video rate", OFFSET(rate_str), AV_OPT_TYPE_STRING, {.str = "auto"}, 0, 0, FLAGS },
1704 { "size", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "4096x2048"}, 0, 0, FLAGS },
1705 { "s", "set video size", OFFSET(w), AV_OPT_TYPE_IMAGE_SIZE, {.str = "4096x2048"}, 0, 0, FLAGS },
/third_party/node/deps/v8/src/asmjs/
H A Dasm-parser.cc262 const std::string& str = scanner_.GetIdentifierString(); in CopyCurrentIdentifierString() local
263 char* buffer = zone()->NewArray<char>(str.size()); in CopyCurrentIdentifierString()
264 str.copy(buffer, str.size()); in CopyCurrentIdentifierString()
265 return base::Vector<const char>(buffer, static_cast<int>(str.size())); in CopyCurrentIdentifierString()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h1320 int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len);
1565 const char *str, int len);
1798 int EVP_PKEY_CTX_str2ctrl(EVP_PKEY_CTX *ctx, int cmd, const char *str);
1955 char *str, size_t max_buf_sz, size_t *out_sz);
1967 const char *str);
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.cc302 string UpperCase(string str) { in UpperCase() argument
303 for (int i = 0; i < str.size(); i++) { in UpperCase()
304 str[i] = toupper(str[i]); in UpperCase()
306 return str; in UpperCase()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendOperationAdvancedTests.cpp232 return result.str(); in generateTestName()
1519 name.str().c_str(),
1601 throw tcu::NotSupportedError(error.str().c_str());
1652 programCollection.glslSources.add("frag") << glu::FragmentSource(fragmentSource.str().c_str());
2192 name.str().c_str(),
H A DvktPipelineBlendTests.cpp493 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource.str()); in initPrograms()
594 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource.str()); in initPrograms()
1727 sourceCollections.glslSources.add("color_frag") << glu::FragmentSource(fragmentSource.str()); in initPrograms()
2049 return shortName.str(); in getBlendStateName()
2064 return name.str(); in getBlendStateSetName()
/third_party/openssl/include/openssl/
H A Devp.h1318 int EVP_PKEY_set_type_str(EVP_PKEY *pkey, const char *str, int len);
1563 const char *str, int len);
1796 int EVP_PKEY_CTX_str2ctrl(EVP_PKEY_CTX *ctx, int cmd, const char *str);
1953 char *str, size_t max_buf_sz, size_t *out_sz);
1965 const char *str);

Completed in 126 milliseconds

1...<<431432433434435436437438439440>>...513