Home
last modified time | relevance | path

Searched refs:name (Results 826 - 850 of 58067) sorted by relevance

1...<<31323334353637383940>>...2323

/third_party/nghttp2/src/
H A Dhttp3.h43 // Creates nghttp3_nv using |name| and |value| and returns it. The
44 // returned value only references the data pointer to name.c_str() and
47 nghttp3_nv make_nv(const std::string &name, const std::string &value,
50 nghttp3_nv make_nv(const StringRef &name, const StringRef &value,
53 nghttp3_nv make_nv_nocopy(const std::string &name, const std::string &value,
56 nghttp3_nv make_nv_nocopy(const StringRef &name, const StringRef &value,
59 // Create nghttp3_nv from string literal |name| and |value|.
61 constexpr nghttp3_nv make_nv_ll(const char (&name)[N], const char (&value)[M]) { in make_nv_ll() argument
62 return {(uint8_t *)name, (uint8_t *)value, N - 1, M - 1, in make_nv_ll()
66 // Create nghttp3_nv from string literal |name| an
68 make_nv_lc(const char (&name)[N], const char *value) make_nv_lc() argument
74 make_nv_lc_nocopy(const char (&name)[N], const char *value) make_nv_lc_nocopy() argument
82 make_nv_ls(const char (&name)[N], const std::string &value) make_nv_ls() argument
88 make_nv_ls_nocopy(const char (&name)[N], const std::string &value) make_nv_ls_nocopy() argument
94 make_nv_ls_nocopy(const char (&name)[N], const StringRef &value) make_nv_ls_nocopy() argument
[all...]
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_enums.py41 self.name = "gl_enums.py (from Mesa)"
44 # Mapping from enum value to (name, priority) tuples.
46 # Mapping from enum name to value
74 * \param a Pointer to the desired enum name.
87 * returns the enum name. Otherwise, it returns a numeric string.
134 /* Get the name of an enum given that it is a primitive type. Avoids
168 (name, pri) = self.enum_table[enum]
170 for ch in name:
175 i += len(name) + 1
184 (name, pr
[all...]
H A DglX_proto_size.py36 self.name = func_name
81 if e.name not in self.enums[ e.value ]:
166 masked_enums[i] = '0x%04x /* %s */' % (e, enum_obj.name )
188 def PrintUsingSwitch(self, name):
207 list[ enum_obj.priority() ] = enum_obj.name
219 print(' return __gl%s_variable_size( e );' % (name))
227 def Print(self, name):
229 print('__gl%s_size( GLenum e )' % (name))
233 self.PrintUsingSwitch(name)
241 glx_enum_function.__init__(self, func.name, enum_dic
[all...]
/third_party/python/Tools/scripts/
H A Dparse_html5_entities.py28 for name, value in entities.items():
29 new_html5[name.lstrip('&')] = value['characters']
37 for name in sorted(added):
38 print(' {!r}: {!r}'.format(name, new[name]))
42 for name in sorted(removed):
43 print(' {!r}: {!r}'.format(name, old[name]))
45 for name in (old.keys() & new.keys()):
46 if old[name] !
[all...]
/third_party/openssl/test/
H A Dx509aux.c25 char *name = 0; in test_certs() local
37 for (c = 0; !err && PEM_read_bio(fp, &name, &header, &data, &len); ++c) { in test_certs()
38 const int trusted = (strcmp(name, PEM_STRING_X509_TRUSTED) == 0); in test_certs()
49 && strcmp(name, PEM_STRING_X509) != 0 in test_certs()
50 && strcmp(name, PEM_STRING_X509_OLD) != 0) { in test_certs()
51 TEST_error("unexpected PEM object: %s", name); in test_certs()
58 TEST_error("error parsing input %s", name); in test_certs()
67 enclen, name, len); in test_certs()
79 enclen, name, len); in test_certs()
85 TEST_error("unexpected buffer position after encoding %s", name); in test_certs()
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/server/
H A DServerDoers.cpp25 {% set Suffix = command.name.CamelCase() %}
32 {{as_cType(member.handle_type.name)}}* {{as_varName(member.name)}}
34 {{as_cType(member.type.name)}}* {{as_varName(member.name)}}
45 *{{as_varName(ret[0].name)}} =
50 mProcs.{{as_varName(type.name, method.name)}}(
52 {{as_varName(member.name)}}
59 ASSERT(*{{as_varName(ret[0].name)}} !
[all...]
/third_party/rust/crates/rustix/tests/process/
H A Dweak.rs39 (fn $name:ident($($t:ty),*) -> $ret:ty) => (
41 static $name: $crate::weak::Weak<unsafe extern fn($($t),*) -> $ret> =
42 $crate::weak::Weak::new(concat!(stringify!($name), '\0'));
47 name: &'static str,
53 pub(crate) const fn new(name: &'static str) -> Self {
55 name,
98 let val = fetch(self.name); in initialize()
109 unsafe fn fetch(name: &str) -> *mut c_void { in fetch()
110 let name = match CStr::from_bytes_with_nul(name in fetch()
[all...]
/third_party/rust/crates/rustix/tests/param/
H A Dweak.rs39 (fn $name:ident($($t:ty),*) -> $ret:ty) => (
41 static $name: $crate::weak::Weak<unsafe extern fn($($t),*) -> $ret> =
42 $crate::weak::Weak::new(concat!(stringify!($name), '\0'));
47 name: &'static str,
53 pub(crate) const fn new(name: &'static str) -> Self {
55 name,
98 let val = fetch(self.name); in initialize()
109 unsafe fn fetch(name: &str) -> *mut c_void { in fetch()
110 let name = match CStr::from_bytes_with_nul(name in fetch()
[all...]
/third_party/icu/tools/colprobe/
H A Dline.cpp51 memset(name, 0, 25*sizeof(UChar)); in Line()
55 Line::Line(const UChar* name, int32_t len) in Line() argument
59 u_memcpy(this->name, name, len); in Line()
62 U16_GET(name, 0, 0, len, c); in Line()
64 U16_GET(name, 0, len-1, len, c); in Line()
68 Line::Line(const UChar name) in Line() argument
72 this->name[0] = name; in Line()
73 this->name[ in Line()
181 setName(const UChar* name, int32_t len) setName() argument
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBooleanStateQueryTests.cpp53 virtual void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) = DE_NULL;
54 virtual void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) = DE_NULL;
55 virtual void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name) = DE_NULL;
82 void verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference);
83 void verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3);
84 void verifyBooleanAnything (tcu::TestContext& testCtx, GLenum name);
92 void IsEnabledVerifier::verifyBoolean (tcu::TestContext& testCtx, GLenum name, bool reference) in verifyBoolean() argument
96 const GLboolean state = glIsEnabled(name); in verifyBoolean()
107 void IsEnabledVerifier::verifyBoolean4 (tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) in verifyBoolean4() argument
110 DE_UNREF(name); in verifyBoolean4()
118 verifyBooleanAnything(tcu::TestContext& testCtx, GLenum name) verifyBooleanAnything() argument
140 verifyBoolean(tcu::TestContext& testCtx, GLenum name, bool reference) verifyBoolean() argument
160 verifyBoolean4(tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) verifyBoolean4() argument
194 verifyBooleanAnything(tcu::TestContext& testCtx, GLenum name) verifyBooleanAnything() argument
221 verifyBoolean(tcu::TestContext& testCtx, GLenum name, bool reference) verifyBoolean() argument
241 verifyBoolean4(tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) verifyBoolean4() argument
275 verifyBooleanAnything(tcu::TestContext& testCtx, GLenum name) verifyBooleanAnything() argument
301 verifyBoolean(tcu::TestContext& testCtx, GLenum name, bool reference) verifyBoolean() argument
321 verifyBoolean4(tcu::TestContext& testCtx, GLenum name, bool reference0, bool reference1, bool reference2, bool reference3) verifyBoolean4() argument
355 verifyBooleanAnything(tcu::TestContext& testCtx, GLenum name) verifyBooleanAnything() argument
375 IsEnabledStateTestCase(Context& context, StateVerifier* verifier, const char* name, const char* description, GLenum targetName, bool initial) IsEnabledStateTestCase() argument
413 DepthWriteMaskTestCase(Context& context, StateVerifier* verifier, const char* name, const char* description) DepthWriteMaskTestCase() argument
439 SampleCoverageInvertTestCase(Context& context, StateVerifier* verifier, const char* name, const char* description) SampleCoverageInvertTestCase() argument
465 ShaderCompilerTestCase(Context& context, StateVerifier* verifier, const char* name, const char* description) ShaderCompilerTestCase() argument
484 ColorMaskTestCase(Context& context, StateVerifier* verifier, const char* name, const char* description) ColorMaskTestCase() argument
570 const char* name; init() member
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/cirrus/
H A Dpinctrl-madera-core.c79 * merely an adaptation to pinctrl's view of the world - we use the same name
120 const char *name; member
125 .name = "aif1",
130 .name = "aif2",
135 .name = "aif3",
140 .name = "aif4",
145 .name = "mif1",
150 .name = "mif2",
155 .name = "mif3",
160 .name
[all...]
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dconfdata.c99 /* Remove the base name. Just return if nothing is left */ in make_parent_dir()
128 /* touch depfile for symbol 'name' */
129 static int conf_touch_dep(const char *name) in conf_touch_dep() argument
135 /* check overflow: prefix + name + ".h" + '\0' must fit in buffer. */ in conf_touch_dep()
136 if (depfile_prefix_len + strlen(name) + 3 > sizeof(depfile_path)) in conf_touch_dep()
140 s = name; in conf_touch_dep()
222 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname() local
224 return name ? name : ".config"; in conf_get_configname()
229 char *name in conf_get_autoconfig_name() local
350 conf_read_simple(const char *name, int def) conf_read_simple() argument
513 conf_read(const char *name) conf_read() argument
824 conf_write(const char *name) conf_write() argument
940 conf_write_dep(const char *name) conf_write_dep() argument
971 const char *name, *tmp; conf_touch_deps() local
1049 const char *name; conf_write_autoconf() local
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/cirrus/
H A Dpinctrl-madera-core.c82 * merely an adaptation to pinctrl's view of the world - we use the same name
123 const char *name; member
128 .name = "aif1",
133 .name = "aif2",
138 .name = "aif3",
143 .name = "aif4",
148 .name = "mif1",
153 .name = "mif2",
158 .name = "mif3",
163 .name
[all...]
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dirq.c39 char *name; member
54 {.irq = EXT_INTERRUPT, .name = "EXT"},
55 {.irq = IO_INTERRUPT, .name = "I/O"},
56 {.irq = THIN_INTERRUPT, .name = "AIO"},
65 {.irq = IRQEXT_CLK, .name = "CLK", .desc = "[EXT] Clock Comparator"},
66 {.irq = IRQEXT_EXC, .name = "EXC", .desc = "[EXT] External Call"},
67 {.irq = IRQEXT_EMS, .name = "EMS", .desc = "[EXT] Emergency Signal"},
68 {.irq = IRQEXT_TMR, .name = "TMR", .desc = "[EXT] CPU Timer"},
69 {.irq = IRQEXT_TLA, .name = "TAL", .desc = "[EXT] Timing Alert"},
70 {.irq = IRQEXT_PFL, .name
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cong.c25 struct tcp_congestion_ops *tcp_ca_find(const char *name) in tcp_ca_find() argument
30 if (strcmp(e->name, name) == 0) in tcp_ca_find()
50 const char *name) in tcp_ca_find_autoload()
52 struct tcp_congestion_ops *ca = tcp_ca_find(name); in tcp_ca_find_autoload()
57 request_module("tcp_%s", name); in tcp_ca_find_autoload()
59 ca = tcp_ca_find(name); in tcp_ca_find_autoload()
83 pr_err("%s does not implement required ops\n", ca->name); in tcp_validate_congestion_control()
101 ca->key = jhash(ca->name, sizeof(ca->name), strle in tcp_register_congestion_control()
49 tcp_ca_find_autoload(struct net *net, const char *name) tcp_ca_find_autoload() argument
185 tcp_ca_get_key_by_name(struct net *net, const char *name, bool *ecn_ca) tcp_ca_get_key_by_name() argument
283 tcp_set_default_congestion_control(struct net *net, const char *name) tcp_set_default_congestion_control() argument
339 tcp_get_default_congestion_control(struct net *net, char *name) tcp_get_default_congestion_control() argument
374 char *saved_clone, *clone, *name; tcp_set_allowed_congestion_control() local
414 tcp_set_congestion_control(struct sock *sk, const char *name, bool load, bool cap_net_admin) tcp_set_congestion_control() argument
[all...]
/third_party/node/deps/v8/src/torque/
H A Ddeclaration-visitor.cc17 Namespace* GetOrCreateNamespace(const std::string& name) { in GetOrCreateNamespace() argument
19 Declarations::TryLookupShallow(QualifiedName(name))); in GetOrCreateNamespace()
21 return Declarations::DeclareNamespace(name); in GetOrCreateNamespace()
30 #define ENUM_ITEM(name) \ in Predeclare()
31 case AstNode::Kind::k##name: \ in Predeclare()
32 return Predeclare(name::cast(decl)); in Predeclare()
51 #define ENUM_ITEM(name) \ in Visit()
52 case AstNode::Kind::k##name: \ in Visit()
53 return Visit(name::cast(decl)); in Visit()
73 Error("Rest parameters require ", decl->name, in CreateBuiltin()
[all...]
/third_party/python/Lib/
H A Dsysconfig.py101 if os.name == 'nt':
121 if os.name == "nt":
195 # unable to retrieve the real program name
205 if os.name == 'nt':
266 if os.name == 'nt':
273 if os.name in ('posix', 'nt'):
280 if os.name == 'nt':
318 A dictionary containing name/value pairs is returned. If an
363 # if the expansion uses the name without a prefix.
367 for name i
[all...]
/third_party/ffmpeg/fftools/
H A Dopt_common.c272 printf(" %s", name); \
282 printf("%s %s [%s]:\n", encoder ? "Encoder" : "Decoder", c->name, in print_codec()
367 char name[128]; in print_codec() local
368 av_channel_layout_describe(p, name, sizeof(name)); in print_codec()
369 printf(" %s", name); in print_codec()
394 static void show_help_codec(const char *name, int encoder) in show_help_codec() argument
399 if (!name) { in show_help_codec()
400 av_log(NULL, AV_LOG_ERROR, "No codec name specified.\n"); in show_help_codec()
404 codec = encoder ? avcodec_find_encoder_by_name(name) in show_help_codec()
430 show_help_demuxer(const char *name) show_help_demuxer() argument
448 show_help_protocol(const char *name) show_help_protocol() argument
466 show_help_muxer(const char *name) show_help_muxer() argument
500 show_help_filter(const char *name) show_help_filter() argument
555 show_help_bsf(const char *name) show_help_bsf() argument
861 const char *name = NULL; show_formats_devices() local
930 const char *name; show_protocols() local
944 const char *name; show_colors() local
1231 const struct { const char *name; int level; } log_levels[] = { opt_loglevel() member
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dpowerdomains43xx_data.c18 .name = "gfx_pwrdm",
19 .voltdm = { .name = "core" },
31 .name = "mpu_pwrdm",
32 .voltdm = { .name = "mpu" },
52 .name = "rtc_pwrdm",
53 .voltdm = { .name = "rtc" },
60 .name = "wkup_pwrdm",
61 .voltdm = { .name = "core" },
72 .name = "tamper_pwrdm",
73 .voltdm = { .name
[all...]
H A Dclockdomains2430_data.c21 * The overly-specific dep_bit names are due to a bit name collision
91 .name = "mpu_clkdm",
92 .pwrdm = { .name = "mpu_pwrdm" },
98 /* Another case of bit name collisions between several registers: EN_MDM */
100 .name = "mdm_clkdm",
101 .pwrdm = { .name = "mdm_pwrdm" },
109 .name = "dsp_clkdm",
110 .pwrdm = { .name = "dsp_pwrdm" },
118 .name = "gfx_clkdm",
119 .pwrdm = { .name
[all...]
H A Dclockdomains2420_data.c21 * The overly-specific dep_bit names are due to a bit name collision
80 .name = "mpu_clkdm",
81 .pwrdm = { .name = "mpu_pwrdm" },
88 .name = "iva1_clkdm",
89 .pwrdm = { .name = "dsp_pwrdm" },
97 .name = "dsp_clkdm",
98 .pwrdm = { .name = "dsp_pwrdm" },
104 .name = "gfx_clkdm",
105 .pwrdm = { .name = "gfx_pwrdm" },
112 .name
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dclockdomains2430_data.c21 * The overly-specific dep_bit names are due to a bit name collision
91 .name = "mpu_clkdm",
92 .pwrdm = { .name = "mpu_pwrdm" },
98 /* Another case of bit name collisions between several registers: EN_MDM */
100 .name = "mdm_clkdm",
101 .pwrdm = { .name = "mdm_pwrdm" },
109 .name = "dsp_clkdm",
110 .pwrdm = { .name = "dsp_pwrdm" },
118 .name = "gfx_clkdm",
119 .pwrdm = { .name
[all...]
H A Dclockdomains2420_data.c21 * The overly-specific dep_bit names are due to a bit name collision
80 .name = "mpu_clkdm",
81 .pwrdm = { .name = "mpu_pwrdm" },
88 .name = "iva1_clkdm",
89 .pwrdm = { .name = "dsp_pwrdm" },
97 .name = "dsp_clkdm",
98 .pwrdm = { .name = "dsp_pwrdm" },
104 .name = "gfx_clkdm",
105 .pwrdm = { .name = "gfx_pwrdm" },
112 .name
[all...]
H A Dpowerdomains43xx_data.c18 .name = "gfx_pwrdm",
19 .voltdm = { .name = "core" },
31 .name = "mpu_pwrdm",
32 .voltdm = { .name = "mpu" },
52 .name = "rtc_pwrdm",
53 .voltdm = { .name = "rtc" },
60 .name = "wkup_pwrdm",
61 .voltdm = { .name = "core" },
72 .name = "tamper_pwrdm",
73 .voltdm = { .name
[all...]
/third_party/elfutils/libasm/
H A Dasm_newsym.c44 asm_newsym (AsmScn_t *asmscn, const char *name, GElf_Xword size, in asm_newsym() argument
58 if (name == NULL) in asm_newsym()
60 /* If a local symbol name is created the symbol better have in asm_newsym()
71 name = tempsym; in asm_newsym()
74 size_t name_len = strlen (name) + 1; in asm_newsym()
89 memcpy (result + 1, name, name_len)); in asm_newsym()
93 /* We are only interested in the name and don't need to know whether in asm_newsym()
94 it is a local name or not. */ in asm_newsym()
97 fprintf (asmscn->ctx->out.file, "\t.globl\t%s\n", name); in asm_newsym()
99 fprintf (asmscn->ctx->out.file, "\t.weak\t%s\n", name); in asm_newsym()
[all...]

Completed in 15 milliseconds

1...<<31323334353637383940>>...2323