Home
last modified time | relevance | path

Searched refs:name (Results 2201 - 2225 of 58332) sorted by relevance

1...<<81828384858687888990>>...2334

/kernel/linux/linux-6.6/sound/soc/amd/acp/
H A Dacp-sof-mach.c114 card->name = pdev->id_entry->name; in acp_sof_probe()
130 "Failed to register card(%s)\n", card->name); in acp_sof_probe()
136 .name = "rt5682-rt1019",
140 .name = "rt5682-max",
144 .name = "rt5682s-max",
148 .name = "rt5682s-rt1019",
152 .name = "nau8825-max",
156 .name = "rt5682s-hs-rt1019",
160 .name
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dnetns-name.sh6 NS=netns-name-test
9 ALT_NAME=some-alt-name
29 ip -netns $NS link add name $DEV type dummy || fail
38 ip link add name $DEV type dummy
39 ip -netns $NS link add name $DEV type dummy || fail
41 fail "Performed a netns move with a name conflict"
49 ip link add name $DEV type dummy
50 ip -netns $NS link add name $DEV type dummy || fail
51 ip -netns $NS link set dev $DEV netns 1 name $DEV2 ||
57 # Test dup alt-name wit
[all...]
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/
H A Dusbip_device_driver.c34 const char *name; member
38 .name = "UNKNOWN",
42 .name = "low-speed",
46 .name = "full-speed",
50 .name = "high-speed",
54 .name = "wireless",
58 .name = "super-speed",
65 const char *path, *name; in read_usb_vudc_device() local
103 if (!strcmp(speed_names[i].name, speed)) { in read_usb_vudc_device()
115 name in read_usb_vudc_device()
[all...]
/kernel/linux/linux-6.6/net/ceph/
H A Dmsgpool.c20 dout("msgpool_alloc %s failed\n", pool->name); in msgpool_alloc()
22 dout("msgpool_alloc %s %p\n", pool->name, msg); in msgpool_alloc()
33 dout("msgpool_release %s %p\n", pool->name, msg); in msgpool_free()
40 const char *name) in ceph_msgpool_init()
42 dout("msgpool %s init\n", name); in ceph_msgpool_init()
49 pool->name = name; in ceph_msgpool_init()
55 dout("msgpool %s destroy\n", pool->name); in ceph_msgpool_destroy()
67 __func__, front_len, max_data_items, pool->name, in ceph_msgpool_get()
77 dout("msgpool_get %s %p\n", pool->name, ms in ceph_msgpool_get()
38 ceph_msgpool_init(struct ceph_msgpool *pool, int type, int front_len, int max_data_items, int size, const char *name) ceph_msgpool_init() argument
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_ulp.c21 static struct tcp_ulp_ops *tcp_ulp_find(const char *name) in tcp_ulp_find() argument
27 if (strcmp(e->name, name) == 0) in tcp_ulp_find()
34 static const struct tcp_ulp_ops *__tcp_ulp_find_autoload(const char *name) in __tcp_ulp_find_autoload() argument
39 ulp = tcp_ulp_find(name); in __tcp_ulp_find_autoload()
44 request_module("tcp-ulp-%s", name); in __tcp_ulp_find_autoload()
46 ulp = tcp_ulp_find(name); in __tcp_ulp_find_autoload()
64 if (tcp_ulp_find(ulp->name)) in tcp_register_ulp()
95 offs == 0 ? "" : " ", ulp_ops->name); in tcp_get_available_ulp()
157 int tcp_set_ulp(struct sock *sk, const char *name) in tcp_set_ulp() argument
[all...]
/kernel/linux/linux-6.6/tools/firewire/
H A Ddecode-fcp.c44 const char *name; member
48 const char *name; /* Short name for field. */ member
56 const char *name; member
150 const char *name; in decode_avc() local
155 if (info->name == NULL) { in decode_avc()
158 name = buffer; in decode_avc()
160 name = info->name; in decode_avc()
165 frame->subunit_id, name); in decode_avc()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmediacodec_wrapper.h49 * we still need to retrieve the codec name to work around faulty decoders
69 int ff_AMediaFormat_getInt32(FFAMediaFormat* format, const char *name, int32_t *out);
70 int ff_AMediaFormat_getInt64(FFAMediaFormat* format, const char *name, int64_t *out);
71 int ff_AMediaFormat_getFloat(FFAMediaFormat* format, const char *name, float *out);
72 int ff_AMediaFormat_getBuffer(FFAMediaFormat* format, const char *name, void** data, size_t *size);
73 int ff_AMediaFormat_getString(FFAMediaFormat* format, const char *name, const char **out);
75 void ff_AMediaFormat_setInt32(FFAMediaFormat* format, const char* name, int32_t value);
76 void ff_AMediaFormat_setInt64(FFAMediaFormat* format, const char* name, int64_t value);
77 void ff_AMediaFormat_setFloat(FFAMediaFormat* format, const char* name, float value);
78 void ff_AMediaFormat_setString(FFAMediaFormat* format, const char* name, cons
[all...]
/third_party/alsa-utils/alsamixer/
H A Dcli.c49 " -D, --device=NAME mixer device name\n" in show_help()
65 { .name = "help", .val = 'h' }, in parse_options()
66 { .name = "card", .has_arg = 1, .val = 'c' }, in parse_options()
67 { .name = "config", .has_arg = 1, .val = 'f' }, in parse_options()
68 { .name = "no-config", .val = 'F' }, in parse_options()
69 { .name = "device", .has_arg = 1, .val = 'D' }, in parse_options()
70 { .name = "mouse", .val = 'm' }, in parse_options()
71 { .name = "no-mouse", .val = 'M' }, in parse_options()
72 { .name = "view", .has_arg = 1, .val = 'V' }, in parse_options()
73 { .name in parse_options()
[all...]
/third_party/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp104 virtual UPerfFunction* runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL ){ in runIndexedTest() argument
106 case 0: name = "titlecase_letter_add"; in runIndexedTest()
108 case 1: name = "titlecase_letter_contains"; in runIndexedTest()
110 case 2: name = "titlecase_letter_iterator"; in runIndexedTest()
112 case 3: name = "unassigned_add"; in runIndexedTest()
114 case 4: name = "unassigned_contains"; in runIndexedTest()
116 case 5: name = "unassigned_iterator"; in runIndexedTest()
118 case 6: name = "pattern1"; in runIndexedTest()
120 case 7: name = "pattern2"; in runIndexedTest()
122 case 8: name in runIndexedTest()
[all...]
/third_party/libdrm/freedreno/msm/
H A Dmsm_priv.h132 #define DECLARE_ARRAY(type, name) \
133 unsigned nr_ ## name, max_ ## name; \
134 type * name;
136 #define APPEND(x, name) ({ \
137 (x)->name = grow((x)->name, (x)->nr_ ## name, &(x)->max_ ## name, sizeof((x)->name[
[all...]
/third_party/node/test/parallel/
H A Dtest-eventemitter-asyncresource.js23 function log(asyncId, name) {
25 if (entry !== undefined) entry.push({ name });
33 name: 'init',
81 name: 'init',
86 { name: 'before' },
87 { name: 'after' },
88 { name: 'destroy' },
93 // Can explicitly specify name as positional arg
105 name: 'init',
114 // Can explicitly specify name a
[all...]
/third_party/node/test/fixtures/wpt/FileAPI/support/
H A Dsend-file-form-helper.js133 // contains all the characters. Used in the test name.
135 // used for the constructed test file. Used in the test name.
137 // test file. Used in the test name.
155 name: 'formtargetframe',
167 target: formTargetFrame.name,
178 name: '_charset_',
186 name: 'filename',
190 // Same, but with name and value reversed to ensure field names
194 name: fileBaseName,
200 name
[all...]
/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/
H A Decdsa_vectors.js10 // name - a unique name for this vector
17 // algorithmName - the name of the AlgorithmIdentifier parameter to provide to encrypt
64 name: "ECDSA " + curveName + " with " + hashName,
92 vector.name = `${vector.name} - The signature was truncated by 1 byte`;
101 vector.name = `${vector.name} - The signature was made using ${vector.hashName}, however verification is being done using ${hashName}`;
109 vector.name = `${vector.name}
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_table.py39 self.name = "gl_table.py (from Mesa)"
49 f.return_type, f.name, arg_string, f.offset))
87 self.name = "gl_table.py (from Mesa)"
145 print('#define _gloffset_%s %d' % (f.name, f.offset))
154 print('#define %s_remap_index %u' % (f.name, index))
159 print('#define _gloffset_%s %s[%s_remap_index]' % (f.name, remap_table, f.name))
166 print('typedef %s (GLAPIENTRYP _glptr_%s)(%s);' % (f.return_type, f.name, arg_string))
167 print('#define CALL_{0}(disp, parameters) (* GET_{0}(disp)) parameters'.format(f.name))
168 print('#define GET_{0}(disp) ((_glptr_{0})(GET_by_offset((disp), _gloffset_{0})))'.format(f.name))
[all...]
/third_party/mesa3d/src/util/
H A Dxmlconfig.h73 char *name; /**< \brief Name */ member
155 unsigned char driCheckOption(const driOptionCache *cache, const char *name,
159 unsigned char driQueryOptionb(const driOptionCache *cache, const char *name);
161 int driQueryOptioni(const driOptionCache *cache, const char *name);
163 float driQueryOptionf(const driOptionCache *cache, const char *name);
165 char *driQueryOptionstr(const driOptionCache *cache, const char *name);
181 if (cache->info[i].name == NULL) in driComputeOptionsSha1()
188 cache->info[i].name, in driComputeOptionsSha1()
194 cache->info[i].name, in driComputeOptionsSha1()
199 cache->info[i].name, in driComputeOptionsSha1()
[all...]
/third_party/node/deps/v8/src/torque/
H A Ddeclaration-visitor.h21 Namespace* GetOrCreateNamespace(const std::string& name);
34 CurrentScope::Scope current_scope(GetOrCreateNamespace(decl->name)); in Predeclare()
39 Declarations::PredeclareTypeAlias(decl->name, decl, false); in Predeclare()
41 alias->SetIdentifierPosition(decl->name->pos); in Predeclare()
48 Declarations::PredeclareTypeAlias(decl->name, decl, false); in Predeclare()
50 alias->SetIdentifierPosition(decl->name->pos); in Predeclare()
56 Declarations::DeclareGenericType(generic_decl->declaration->name->value, in Predeclare()
60 Declarations::DeclareGenericCallable(generic_decl->declaration->name->value, in Predeclare()
73 CurrentScope::Scope current_scope(GetOrCreateNamespace(decl->name)); in Visit()
80 Declarations::LookupType(decl->name); in Visit()
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn_mstbl.c18 static int do_tcreate(const char *value, const char *name);
34 if (!do_tcreate(mval->value, mval->name)) { in stbl_module_init()
53 * Create an table entry based on a name value pair. format is oid_name =
54 * n1:v1, n2:v2,... where name is "min", "max", "mask" or "flags".
57 static int do_tcreate(const char *value, const char *name) in do_tcreate() argument
65 nid = OBJ_sn2nid(name); in do_tcreate()
67 nid = OBJ_ln2nid(name); in do_tcreate()
77 if (strcmp(cnf->name, "min") == 0) { in do_tcreate()
81 } else if (strcmp(cnf->name, "max") == 0) { in do_tcreate()
85 } else if (strcmp(cnf->name, "mas in do_tcreate()
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dec_support.c16 const char *name; member
127 return curve_list[i].name; in OSSL_EC_curve_nid2name()
132 int ossl_ec_curve_name2nid(const char *name) in ossl_ec_curve_name2nid() argument
137 if (name != NULL) { in ossl_ec_curve_name2nid()
138 if ((nid = ossl_ec_curve_nist2nid_int(name)) != NID_undef) in ossl_ec_curve_name2nid()
142 if (OPENSSL_strcasecmp(curve_list[i].name, name) == 0) in ossl_ec_curve_name2nid()
175 return nist_curves[i].name; in ossl_ec_curve_nid2nist_int()
180 int ossl_ec_curve_nist2nid_int(const char *name) in ossl_ec_curve_nist2nid_int() argument
184 if (strcmp(nist_curves[i].name, nam in ossl_ec_curve_nist2nid_int()
[all...]
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_compound_decl_body.py67 name = inline_name or anon_name('inline-')
69 yield srcinfo.resolve(kind, name=name, data=None)
75 f'{kind} {name}',
81 ident = f'{kind} {name}'
88 yield srcinfo.resolve(kind, data, name, parent=None)
97 _, name, data = parse_var_decl(f'{qualspec} {declarator}')
98 if not name:
99 name = anon_name('struct-field-')
104 # This shouldn't happen (we expect each field to have a name)
[all...]
/third_party/pcre2/pcre2/maint/
H A DGenerateUcpTables.py95 # names. We keep both the standardized name and the original, because the
103 for idx, name in enumerate(script_names):
105 utt_table.append((stdname(name), name, pt_type))
106 for abbrev in abbreviations[name]:
107 utt_table.append((stdname(abbrev), name, pt_type))
115 for name in bool_properties:
116 utt_table.append((stdname(name), name, 'PT_BOOL'))
117 if name i
[all...]
/third_party/openssl/crypto/asn1/
H A Dasn_mstbl.c18 static int do_tcreate(const char *value, const char *name);
34 if (!do_tcreate(mval->value, mval->name)) { in stbl_module_init()
53 * Create an table entry based on a name value pair. format is oid_name =
54 * n1:v1, n2:v2,... where name is "min", "max", "mask" or "flags".
57 static int do_tcreate(const char *value, const char *name) in do_tcreate() argument
65 nid = OBJ_sn2nid(name); in do_tcreate()
67 nid = OBJ_ln2nid(name); in do_tcreate()
75 if (strcmp(cnf->name, "min") == 0) { in do_tcreate()
79 } else if (strcmp(cnf->name, "max") == 0) { in do_tcreate()
83 } else if (strcmp(cnf->name, "mas in do_tcreate()
[all...]
/third_party/openssl/crypto/evp/
H A Dec_support.c16 const char *name; member
127 return curve_list[i].name; in OSSL_EC_curve_nid2name()
132 int ossl_ec_curve_name2nid(const char *name) in ossl_ec_curve_name2nid() argument
137 if (name != NULL) { in ossl_ec_curve_name2nid()
138 if ((nid = ossl_ec_curve_nist2nid_int(name)) != NID_undef) in ossl_ec_curve_name2nid()
142 if (OPENSSL_strcasecmp(curve_list[i].name, name) == 0) in ossl_ec_curve_name2nid()
175 return nist_curves[i].name; in ossl_ec_curve_nid2nist_int()
180 int ossl_ec_curve_nist2nid_int(const char *name) in ossl_ec_curve_nist2nid_int() argument
184 if (strcmp(nist_curves[i].name, nam in ossl_ec_curve_nist2nid_int()
[all...]
/third_party/openssl/ssl/
H A Dssl_mcnf.c23 static int ssl_do_config(SSL *s, SSL_CTX *ctx, const char *name, int system) in ssl_do_config() argument
39 if (name == NULL && system) in ssl_do_config()
40 name = "system_default"; in ssl_do_config()
41 if (!conf_ssl_name_find(name, &idx)) { in ssl_do_config()
44 "name=%s", name); in ssl_do_config()
47 cmds = conf_ssl_get(idx, &name, &cmd_count); in ssl_do_config()
78 "section=%s, cmd=%s, arg=%s", name, cmdstr, arg); in ssl_do_config()
89 int SSL_config(SSL *s, const char *name) in SSL_config() argument
91 return ssl_do_config(s, NULL, name, in SSL_config()
94 SSL_CTX_config(SSL_CTX *ctx, const char *name) SSL_CTX_config() argument
[all...]
/third_party/skia/src/xml/
H A DSkXMLWriter.h23 void addS32Attribute(const char name[], int32_t value);
24 void addAttribute(const char name[], const char value[]);
25 void addAttributeLen(const char name[], const char value[], size_t length);
26 void addHexAttribute(const char name[], uint32_t value, int minDigits = 0);
27 void addScalarAttribute(const char name[], SkScalar value);
38 virtual void onAddAttributeLen(const char name[], const char value[], size_t length) = 0;
43 Elem(const char name[], size_t len) in Elem()
44 : fName(name, len) in Elem()
53 bool doStart(const char name[], size_t length);
77 void onAddAttributeLen(const char name[], cons
[all...]
/third_party/typescript/tests/baselines/reference/
H A DsourceMapValidationDestructuringParameterNestedObjectBindingPatternDefaultValues.js6 name: string;
12 var robotA: Robot = { name: "mower", skills: { primary: "mowing", secondary: "none" } };
25 name: nameC = "name",
38 foo1({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
41 foo2({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
44 foo3({ name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } });
48 var robotA = { name: "mower", skills: { primary: "mowing", secondary: "none" } };
54 var _b = _a === void 0 ? robotA : _a, _c = _b.name, nameC = _c === void 0 ? "name"
[all...]

Completed in 12 milliseconds

1...<<81828384858687888990>>...2334