Home
last modified time | relevance | path

Searched refs:name (Results 18251 - 18275 of 59581) sorted by relevance

1...<<731732733734735736737738739740>>...2384

/kernel/linux/linux-6.6/kernel/trace/
H A Dtrace_functions.c430 .name = "function",
661 ftrace_probe_print(const char *name, struct seq_file *m, in ftrace_probe_print() argument
668 seq_printf(m, "%ps:%s", (void *)ip, name); in ftrace_probe_print()
902 .name = "traceon",
907 .name = "traceoff",
912 .name = "stacktrace",
917 .name = "dump",
922 .name = "cpudump",
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_if.c61 /* Old silly heuristics based on name */ in port_cost()
62 if (!strncmp(dev->name, "lec", 3)) in port_cost()
65 if (!strncmp(dev->name, "plip", 4)) in port_cost()
338 sysfs_remove_link(br->ifobj, p->dev->name); in del_nbp()
455 int br_add_bridge(struct net *net, const char *name) in br_add_bridge() argument
460 dev = alloc_netdev(sizeof(struct net_bridge), name, NET_NAME_UNKNOWN, in br_add_bridge()
475 int br_del_bridge(struct net *net, const char *name) in br_del_bridge() argument
480 dev = __dev_get_by_name(net, name); in br_del_bridge()
715 sysfs_remove_link(br->ifobj, p->dev->name); in br_add_if()
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dsof-priv.h304 size_t size, const char *name,
378 const char *name; member
747 const char *name, mode_t mode);
756 const char *name, enum sof_debugfs_access_type access_type);
819 int sof_client_dev_register(struct snd_sof_dev *sdev, const char *name, u32 id,
821 void sof_client_dev_unregister(struct snd_sof_dev *sdev, const char *name, u32 id);
829 static inline int sof_client_dev_register(struct snd_sof_dev *sdev, const char *name, in sof_client_dev_register() argument
836 const char *name, u32 id) in sof_client_dev_unregister()
835 sof_client_dev_unregister(struct snd_sof_dev *sdev, const char *name, u32 id) sof_client_dev_unregister() argument
/kernel/linux/linux-6.6/samples/v4l/
H A Dv4l2-pci-skeleton.c573 v4l2_print_dv_timings(skel->v4l2_dev.name, "query_dv_timings:", in skeleton_query_dv_timings()
600 strlcpy(i->name, "S-Video", sizeof(i->name)); in skeleton_enum_input()
604 strlcpy(i->name, "HDMI", sizeof(i->name)); in skeleton_enum_input()
848 strlcpy(vdev->name, KBUILD_MODNAME, sizeof(vdev->name)); in skeleton_probe()
897 .name = KBUILD_MODNAME,
/test/xts/acts/security/crypto_framework_napi_BasicTest/src/
H A Dcrypto_framework_asym_key_test.cpp174 static OH_Crypto_ErrCode GetEncode(const char *name, OH_CryptoPubKey *pubKey, Crypto_DataBlob *value) in GetEncode() argument
177 if (strcmp(name, "DH") == 0) { in GetEncode()
179 } else if (strcmp(name, "Ed25519") == 0) { in GetEncode()
181 } else if (strcmp(name, "X25519") == 0) { in GetEncode()
183 } else if (strcmp(name, "DSA") == 0) { in GetEncode()
198 * @tc.name OHCryptoFrameworkAsymKeyNapiTest/ASYMKEY_TEST.SUB_Security_CryptoFramework_NAPI_AsymKey_Test_0100/x
225 if (strcmp(AsymKeyData.name, "RSA") == 0) { in HWTEST_P()
232 } else if (strcmp(AsymKeyData.name, "ECC") == 0) { in HWTEST_P()
244 ret = GetEncode(AsymKeyData.name, pubKey1, &dataBlob); in HWTEST_P()
259 * @tc.name OHCryptoFrameworkAsymKeyNapiTes
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmovtextenc.c207 // 'f', 't', 'a', 'b', // uint8_t name[4] in encode_sample_description()
211 // 0x05, // uint8_t font-name-length in encode_sample_description()
212 // 'S', 'e', 'r', 'i', 'f',// uint8_t font[font-name-length] in encode_sample_description()
495 static uint16_t find_font_id(MovTextContext *s, const char *name) in find_font_id() argument
497 if (!name) in find_font_id()
501 if (!strcmp(name, s->fonts[i])) in find_font_id()
507 static void mov_text_font_name_set(MovTextContext *s, const char *name) in mov_text_font_name_set() argument
509 int fontID = find_font_id(s, name); in mov_text_font_name_set()
518 static void mov_text_font_name_cb(void *priv, const char *name) in mov_text_font_name_cb() argument
520 mov_text_font_name_set((MovTextContext*)priv, name); in mov_text_font_name_cb()
[all...]
/third_party/f2fs-tools/fsck/
H A Df2fs.h79 #define LIST_HEAD_INIT(name) { &(name), &(name) }
214 const u8 *name; member
655 static inline int is_dot_dotdot(const unsigned char *name, const int len) in is_dot_dotdot() argument
657 if (len == 1 && name[0] == '.') in is_dot_dotdot()
659 if (len == 2 && name[0] == '.' && name[1] == '.') in is_dot_dotdot()
/third_party/elfutils/src/
H A Dstack.c133 const char *name, Dwarf_Addr start, in module_callback()
146 if (modname == NULL || strcmp (modname, name) != 0) in module_callback()
155 width, start, width, end, basename (name)); in module_callback()
206 const char *name; in die_name() local
207 name = dwarf_formstring (dwarf_attr_integrate (die, in die_name()
213 if (name == NULL) in die_name()
214 name = dwarf_diename (die); in die_name()
216 return name; in die_name()
332 the name. This is the actual source location where it in print_inline_frames()
394 /* Find the first function-like DIE with a name i in print_frames()
132 module_callback(Dwfl_Module *mod, void **userdata __attribute__((unused)), const char *name, Dwarf_Addr start, void *arg __attribute__((unused))) module_callback() argument
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_overlay_vulkan.c103 .name = "main_img", in init_filter()
112 .name = "overlay_img", in init_filter()
121 .name = "output_img", in init_filter()
133 .name = "params", in init_filter()
466 .name = "main",
471 .name = "overlay",
479 .name = "default",
486 .name = "overlay_vulkan",
/third_party/gptfdisk/
H A Dparttypes.cc539 int PartType::AddType(uint16_t mbrType, const char * guidData, const char * name, in AddType() argument
548 tempType->name = name; in AddType()
623 typeName = theItem->name; in TypeName()
644 typeName = theItem->name.c_str(); in UTypeName()
703 found = ToLower(thisType->name).find(matchString); in ShowAllTypes()
708 cout << thisType->name.substr(0, DESC_LENGTH); in ShowAllTypes()
709 for (i = 0; i < (DESC_LENGTH - (thisType->name.substr(0, DESC_LENGTH).length())); i++) in ShowAllTypes()
/third_party/libcoap/src/oscore/
H A Doscore_context.c15 * 3. Neither the name of the Institute nor the names of its contributors
236 const char *name, in oscore_log_hex_value()
241 coap_log(level, " %-16s\n", name); in oscore_log_hex_value()
245 coap_log(level, " %-16s <>\n", name); in oscore_log_hex_value()
257 coap_log(level, " %-16s %s\n", i == 0 ? name : "", number); in oscore_log_hex_value()
263 oscore_log_int_value(coap_log_t level, const char *name, int value) { in oscore_log_int_value() argument
264 coap_log(level, " %-16s %2d\n", name, value); in oscore_log_int_value()
268 oscore_log_char_value(coap_log_t level, const char *name, const char *value) { in oscore_log_char_value() argument
269 coap_log(level, " %-16s %s\n", name, value); in oscore_log_char_value()
235 oscore_log_hex_value(coap_log_t level, const char *name, coap_bin_const_t *value) oscore_log_hex_value() argument
/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-server.c44 lwsl_notice("%s: vh %s requires client cert %d\n", __func__, vh->name, in lws_tls_server_client_cert_verify_config()
89 vh->listen_port, vhost->name); in lws_mbedtls_sni_cb()
93 __func__, vh->name); in lws_mbedtls_sni_cb()
205 vhost->name, info->ssl_ca_filepath); in lws_tls_server_vhost_backend_init()
230 lwsl_notice("%s: vh %s: mem CA OK\n", __func__, vhost->name); in lws_tls_server_vhost_backend_init()
289 if (strstr(wsi->a.vhost->name, ".invalid")) { in lws_tls_server_accept()
297 &ir, sizeof(ir.ns.name)); in lws_tls_server_accept()
300 __func__, ir.ns.name); in lws_tls_server_accept()
/third_party/node/src/crypto/
H A Dcrypto_x509.cc306 CHECK(args[0]->IsString()); // name in CheckHost()
309 Utf8Value name(env->isolate(), args[0]); in CheckHost()
315 *name, in CheckHost()
316 name.length(), in CheckHost()
330 return THROW_ERR_INVALID_ARG_VALUE(env, "Invalid name"); in CheckHost()
341 CHECK(args[0]->IsString()); // name in CheckEmail()
344 Utf8Value name(env->isolate(), args[0]); in CheckEmail()
349 *name, in CheckEmail()
350 name.length(), in CheckEmail()
357 return THROW_ERR_INVALID_ARG_VALUE(env, "Invalid name"); in CheckEmail()
[all...]
/third_party/node/src/
H A Dnode_util.cc82 Local<String> name = object->GetConstructorName(); in GetConstructorName() local
84 args.GetReturnValue().Set(name); in GetConstructorName()
417 #define V(name) \ in Initialize()
420 FIXED_ONE_BYTE_STRING(isolate, #name), \ in Initialize()
421 Integer::New(isolate, Promise::PromiseState::name)) \ in Initialize()
429 #define V(name) \ in Initialize()
432 FIXED_ONE_BYTE_STRING(isolate, #name), \ in Initialize()
433 Integer::New(isolate, PropertyFilter::name)) \ in Initialize()
/third_party/node/src/quic/
H A Dtlscontext.cc266 const v8::Local<v8::String>& name) { in SetOption()
268 if (!object->Get(env->context(), name).ToLocal(&value)) return false; in SetOption()
565 #define SET_VECTOR(Type, name) \ in From()
566 SetOption<Type, TLSContext::Options, &TLSContext::Options::name>( \ in From()
567 env, &options, params, state.name##_string()) in From()
569 #define SET(name) \ in From()
570 SetOption<TLSContext::Options, &TLSContext::Options::name>( \ in From()
571 env, &options, params, state.name##_string()) in From()
263 SetOption(Environment* env, Opt* options, const v8::Local<v8::Object>& object, const v8::Local<v8::String>& name) SetOption() argument
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetCompoundText.java294 String name = "icu-internal-compound-"; in LoadConverters()
296 name = name + "s" + i; in LoadConverters()
298 name = name + "d" + (i - 3); in LoadConverters()
300 name = name + "t"; in LoadConverters()
303 myConverterArray[i] = (CharsetMBCS)CharsetICU.forNameICU(name); in LoadConverters()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnir.c55 snprintf(node->name, sizeof(node->name), "ssa%d", ssa->index); in register_node_ssa()
93 snprintf(node->name, sizeof(node->name), "reg%d", nir_reg->reg->index); in register_node_reg()
189 gpir_error("unsupported nir_op: %s\n", nir_op_infos[instr->op].name); in gpir_emit_alu()
245 snprintf(node->name, sizeof(node->name), "ssa%d.%c", dest->ssa.index, "xyzw"[i]); in gpir_create_vector_load()
291 nir_intrinsic_infos[instr->intrinsic].name); in gpir_emit_intrinsic()
/third_party/node/deps/openssl/openssl/providers/implementations/storemgmt/
H A Dfile_store.c98 * reading the first name. To make sure we can detect the end
99 * at the right time, we read early and cache the name.
439 * Where applicable, set the outermost structure name. in file_setup_decoders()
548 * Loading a name object from a directory
552 static char *file_name_to_uri(struct file_ctx_st *ctx, const char *name) in file_name_to_uri() argument
556 assert(name != NULL); in file_name_to_uri()
560 + strlen(name) + 1 /* \0 */; in file_name_to_uri()
570 OPENSSL_strlcat(data, name, calculated_length); in file_name_to_uri()
575 static int file_name_check(struct file_ctx_st *ctx, const char *name) in file_name_check() argument
584 /* If the expected type isn't supported, no name i in file_name_check()
[all...]
/third_party/python/Lib/asyncio/
H A Dtasks.py65 def _set_task_name(task, name):
66 if name is not None:
75 set_name(name)
96 def __init__(self, coro, *, loop=None, name=None, context=None):
106 if name is None:
109 self._name = str(name)
366 def create_task(coro, *, name=None, context=None):
378 _set_task_name(task, name)
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-http.c391 html_print_field(c->line, "Host name:", t); in handle_root()
481 sink->monitor_source->name, m, t); in handle_listen()
503 source->name, m, t); in handle_listen()
796 void pa_http_protocol_add_server_string(pa_http_protocol *p, const char *name) { in pa_http_protocol_add_server_string() argument
799 pa_assert(name); in pa_http_protocol_add_server_string()
801 p->servers = pa_strlist_prepend(p->servers, name); in pa_http_protocol_add_server_string()
804 void pa_http_protocol_remove_server_string(pa_http_protocol *p, const char *name) { in pa_http_protocol_remove_server_string() argument
807 pa_assert(name); in pa_http_protocol_remove_server_string()
809 p->servers = pa_strlist_remove(p->servers, name); in pa_http_protocol_remove_server_string()
/third_party/python/Lib/idlelib/
H A Dconfig.py45 cfgFile - string, fully specified configuration file name
293 themeName - string, theme name
358 "Return the name of the currently active text color theme."
362 """Return the name of the currently active key set."""
366 """Return the currently active name for Theme or Keys section.
372 name= IDLE Classic
377 name=
382 because setting 'name' to a builtin not defined in older IDLEs
385 When default = True, 'name2' takes precedence over 'name',
386 while older IDLEs will just use name
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderInvarianceTests.cpp50 FormatArgument (const char* name, const std::string& value);
59 FormatArgument::FormatArgument (const char* name, const std::string& value) in FormatArgument() argument
60 : m_name (name) in FormatArgument()
102 InvarianceTest(tcu::TestContext& ctx, const char* name, const std::string& vertexShader1, const std::string& vertexShader2, const std::string& fragmentShader = "");
122 InvarianceTest::InvarianceTest(tcu::TestContext& ctx, const char* name, const std::string& vertexShader1, const std::string& vertexShader2, const std::string& fragmentShader) in InvarianceTest() argument
123 : vkt::TestCase(ctx, name) in InvarianceTest()
373 const char* name; in createShaderInvarianceTests() member
417 const char* const precisionName = precisions[precNdx].name; in createShaderInvarianceTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsVoteTests.cpp589 const string name = op + "_" + subgroups::getFormatNameForGLSL(format); in createSubgroupsVoteTests() local
602 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : ""); in createSubgroupsVoteTests()
623 const string testName = name + (requiredSubgroupSize ? "_requiredsubgroupsize" : "") + "_" + getShaderStageName(stage); in createSubgroupsVoteTests()
652 addFunctionCaseWithPrograms(graphicGroupPtr, name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsVoteTests()
667 const string testName = name + "_" + getShaderStageName(caseDef.shaderStage); in createSubgroupsVoteTests()
683 const string testName = name + "_" + getShaderStageName(caseDef.shaderStage); in createSubgroupsVoteTests()
710 const string name = op + "_" + subgroups::getFormatNameForGLSL(format); in createSubgroupsVoteTests() local
722 addFunctionCaseWithPrograms(raytracingGroup.get(), name, supportedCheck, initPrograms, test, caseDef); in createSubgroupsVoteTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFillBufferTests.cpp161 const std::string& name, in FillWholeBufferTestCase()
164 : vkt::TestCase(testCtx, name, description), m_params(params) in FillWholeBufferTestCase()
344 const std::string& name, in FillBufferTestCase()
347 : vkt::TestCase (testCtx, name, description) in FillBufferTestCase()
435 const std::string& name, in UpdateBufferTestCase()
438 : vkt::TestCase (testCtx, name, description) in UpdateBufferTestCase()
545 const std::string name = "fill_buffer_vk_whole_size_" + de::toString(extraBytes) + "_extra_bytes_offset_" + de::toString(params.dstOffset); in createFillAndUpdateBufferTests() local
548 currentTestsGroup->addChild(new FillWholeBufferTestCase{testCtx, name, description, params}); in createFillAndUpdateBufferTests()
160 FillWholeBufferTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams params) FillWholeBufferTestCase() argument
343 FillBufferTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams params) FillBufferTestCase() argument
434 UpdateBufferTestCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const TestParams params) UpdateBufferTestCase() argument
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp76 // name of the application (e.g. "com.google.maps"). The value is a string. If any other
236 void logListOf(const std::string prefix, const std::string name) const in logListOf()
240 VERBOSE("%sListOf%s is wildcarded to always match\n", prefix.c_str(), name.c_str()); in logListOf()
244 VERBOSE("%sListOf%s has %d item(s):\n", prefix.c_str(), name.c_str(), in logListOf()
359 Application(StringPart name, Version version = {}) in Application() argument
360 : mName(name), mVersion(version), mWildcard(false)
367 // If an application is listed, the application's name is required: in FromJson()
368 auto name = StringPart::FromJson(jObject, kJsonAppName); in FromJson() local
369 if (name.mWildcard) in FromJson()
374 *out = Application{std::move(name), st in FromJson()
[all...]

Completed in 44 milliseconds

1...<<731732733734735736737738739740>>...2384