Home
last modified time | relevance | path

Searched refs:name (Results 176 - 200 of 59386) sorted by relevance

12345678910>>...2376

/kernel/linux/linux-5.10/tools/testing/selftests/openat2/
H A Dresolve_test.c110 const char *name; member
138 { .name = "[beneath] jump to /", in test_openat2_opath_tests()
141 { .name = "[beneath] absolute link to $root", in test_openat2_opath_tests()
144 { .name = "[beneath] chained absolute links to $root", in test_openat2_opath_tests()
147 { .name = "[beneath] jump outside $root", in test_openat2_opath_tests()
150 { .name = "[beneath] temporary jump outside $root", in test_openat2_opath_tests()
153 { .name = "[beneath] symlink temporary jump outside $root", in test_openat2_opath_tests()
156 { .name = "[beneath] chained symlink temporary jump outside $root", in test_openat2_opath_tests()
159 { .name = "[beneath] garbage links to $root", in test_openat2_opath_tests()
162 { .name in test_openat2_opath_tests()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/
H A Dresolve_test.c110 const char *name; member
138 { .name = "[beneath] jump to /", in test_openat2_opath_tests()
141 { .name = "[beneath] absolute link to $root", in test_openat2_opath_tests()
144 { .name = "[beneath] chained absolute links to $root", in test_openat2_opath_tests()
147 { .name = "[beneath] jump outside $root", in test_openat2_opath_tests()
150 { .name = "[beneath] temporary jump outside $root", in test_openat2_opath_tests()
153 { .name = "[beneath] symlink temporary jump outside $root", in test_openat2_opath_tests()
156 { .name = "[beneath] chained symlink temporary jump outside $root", in test_openat2_opath_tests()
159 { .name = "[beneath] garbage links to $root", in test_openat2_opath_tests()
162 { .name in test_openat2_opath_tests()
[all...]
/third_party/node/deps/v8/src/logging/
H A Dcounters.h28 // manipulated by name.
56 // Lookup the location of a counter by name. If the lookup
62 int* FindLocation(const char* name) { in FindLocation() argument
64 return lookup_function_(name); in FindLocation()
67 // Create a histogram by name. If the create is successful,
72 void* CreateHistogram(const char* name, int min, int max, size_t buckets) { in CreateHistogram() argument
74 return create_histogram_function_(name, min, max, buckets); in CreateHistogram()
99 // a name (stored in the table metadata). Since the storage location can be
126 void Init(Counters* counters, const char* name) { in Init() argument
130 DCHECK_EQ(0, memcmp(name, " in Init()
163 const char* name() const { return name_; } name() function in v8::internal::Histogram
180 Initialize(const char* name, int min, int max, int num_buckets, Counters* counters) Initialize() argument
254 Initialize(const char* name, int min, int max, TimedHistogramResolution resolution, int num_buckets, Counters* counters) Initialize() argument
269 NestedTimedHistogram(const char* name, int min, int max, TimedHistogramResolution resolution, int num_buckets, Counters* counters) NestedTimedHistogram() argument
626 FindLocation(const char* name) FindLocation() argument
630 CreateHistogram(const char* name, int min, int max, size_t buckets) CreateHistogram() argument
[all...]
H A Dcounters.cc85 Logger::CallEventLogger(isolate, name(), v8::LogEventStatus::kEnd, true); in RecordAbandon()
116 #define HR(name, caption, min, max, num_buckets) \ in Counters()
117 {&Counters::name##_, #caption, min, max, num_buckets}, in Counters()
135 #define HT(name, caption, max, res) \ in Counters()
136 {&Counters::name##_, #caption, max, TimedHistogramResolution::res}, in Counters()
152 #define HT(name, caption, max, res) \ in Counters()
153 {&Counters::name##_, #caption, max, TimedHistogramResolution::res}, in Counters()
167 #define AHT(name, caption) {&Counters::name##_, #caption}, in Counters()
181 #define HP(name, captio in Counters()
[all...]
/third_party/mesa3d/src/panfrost/lib/genxml/
H A Dgen_pack.py141 #define pan_pack(dst, T, name) \\
142 for (struct PREFIX1(T) name = { PREFIX2(T, header) }, \\
145 ({ PREFIX2(T, pack)((uint32_t *) (dst), &name); \\
148 #define pan_unpack(src, T, name) \\
149 struct PREFIX1(T) name; \\
150 PREFIX2(T, unpack)((uint8_t *)(src), &name)
164 #define pan_section_pack(dst, A, S, name) \\
165 for (PREFIX4(A, SECTION, S, TYPE) name = { PREFIX4(A, SECTION, S, header) }, \\
168 ({ PREFIX4(A, SECTION, S, pack) (pan_section_ptr(dst, A, S), &name); \\
171 #define pan_section_unpack(src, A, S, name) \\
[all...]
/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.c115 rnn_err(db, "%s:%d: unknown attribute child \"%s\" in attribute \"%s\"\n", file, line, chain->name, attr->name); in getattrib()
130 rnn_err(db, "%s:%d: invalid boolean value \"%s\" in attribute \"%s\"\n", file, line, c, attr->name); in getboolattrib()
143 rnn_err(db, "%s:%d: invalid numeric value \"%s\" in attribute \"%s\"\n", file, line, c, attr->name); in getnum()
156 if (!strcmp(node->name, "brief")) { in trydoc()
158 } else if (!strcmp(node->name, "doc")) { in trydoc()
168 if (!strcmp(node->name, "value")) { in trytypetag()
173 } else if (!strcmp(node->name, "bitfield")) { in trytypetag()
182 if (!strcmp(attr->name, "shr")) { in trytypeattr()
185 } else if (!strcmp(attr->name, "mi in trytypeattr()
290 char *name = 0; parseenum() local
395 char *name = 0; parsebitset() local
627 char *name = 0; parsegroup() local
667 char *name = 0; parsedomain() local
1030 findvidx(struct rnndb *db, struct rnnenum *en, char *name) findvidx() argument
1330 rnn_findenum(struct rnndb *db, const char *name) rnn_findenum() argument
1338 rnn_findbitset(struct rnndb *db, const char *name) rnn_findbitset() argument
1346 rnn_finddomain(struct rnndb *db, const char *name) rnn_finddomain() argument
1354 rnn_findspectype(struct rnndb *db, const char *name) rnn_findspectype() argument
[all...]
/third_party/mesa3d/src/freedreno/registers/
H A Dgen_header.py12 def __init__(self, name):
13 self.name = name
19 for (name, value) in self.values:
23 print("enum %s {" % self.name)
24 for (name, value) in self.values:
26 print("\t%s = 0x%08x," % (name, value))
28 print("\t%s = %d," % (name, value))
35 def __init__(self, name, low, high, shr, type, parser):
36 self.name
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_native/
H A Ddawn_platform.h28 inline const {{as_cType(type.name)}}* ToAPI(const {{as_cppType(type.name)}}* rhs) {
29 return reinterpret_cast<const {{as_cType(type.name)}}*>(rhs);
32 inline {{as_cType(type.name)}}* ToAPI({{as_cppType(type.name)}}* rhs) {
33 return reinterpret_cast<{{as_cType(type.name)}}*>(rhs);
36 inline const {{as_cppType(type.name)}}* FromAPI(const {{as_cType(type.name)}}* rhs) {
37 return reinterpret_cast<const {{as_cppType(type.name)}}*>(rhs);
40 inline {{as_cppType(type.name)}}* FromAP
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dsrcutree.h132 #define __SRCU_USAGE_INIT(name) \
134 .lock = __SPIN_LOCK_UNLOCKED(name.lock), \
136 .work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0), \
139 #define __SRCU_STRUCT_INIT_COMMON(name, usage_name) \
141 __SRCU_DEP_MAP_INIT(name)
143 #define __SRCU_STRUCT_INIT_MODULE(name, usage_name) \
145 __SRCU_STRUCT_INIT_COMMON(name, usage_name) \
148 #define __SRCU_STRUCT_INIT(name, usage_name, pcpu_name) \
151 __SRCU_STRUCT_INIT_COMMON(name, usage_name) \
158 * Note that although DEFINE_STATIC_SRCU() hides the name fro
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dasoc.h26 __string( name, card->name )
31 __assign_str(name, card->name);
35 TP_printk("card=%s val=%d", __get_str(name), (int)__entry->val)
61 __string( name, card->name )
65 __assign_str(name, card->name);
68 TP_printk("card=%s", __get_str(name))
[all...]
/kernel/linux/linux-6.6/include/trace/events/
H A Dasoc.h27 __string( name, card->name )
32 __assign_str(name, card->name);
36 TP_printk("card=%s val=%d", __get_str(name), (int)__entry->val)
62 __string( name, card->name )
66 __assign_str(name, card->name);
69 TP_printk("card=%s", __get_str(name))
[all...]
/third_party/mbedtls/programs/test/
H A Dmetatest.c79 void meta_test_fail(const char *name) in meta_test_fail() argument
81 (void) name; in meta_test_fail()
85 void meta_test_not_equal(const char *name) in meta_test_not_equal() argument
90 (void) name; in meta_test_not_equal()
97 void meta_test_not_le_s(const char *name) in meta_test_not_le_s() argument
102 (void) name; in meta_test_not_le_s()
109 void meta_test_not_le_u(const char *name) in meta_test_not_le_u() argument
114 (void) name; in meta_test_not_le_u()
125 void null_pointer_dereference(const char *name) in null_pointer_dereference() argument
127 (void) name; in null_pointer_dereference()
134 null_pointer_call(const char *name) null_pointer_call() argument
151 read_after_free(const char *name) read_after_free() argument
161 double_free(const char *name) double_free() argument
171 read_uninitialized_stack(const char *name) read_uninitialized_stack() argument
185 memory_leak(const char *name) memory_leak() argument
199 test_memory_poison(const char *name) test_memory_poison() argument
257 mutex_lock_not_initialized(const char *name) mutex_lock_not_initialized() argument
273 mutex_unlock_not_initialized(const char *name) mutex_unlock_not_initialized() argument
289 mutex_free_not_initialized(const char *name) mutex_free_not_initialized() argument
303 mutex_double_init(const char *name) mutex_double_init() argument
318 mutex_double_free(const char *name) mutex_double_free() argument
333 mutex_leak(const char *name) mutex_leak() argument
355 const char *name; global() member
[all...]
/kernel/linux/linux-6.6/drivers/interconnect/qcom/
H A Dsc7180.c20 .name = "qhm_a1noc_cfg",
29 .name = "qhm_qspi",
38 .name = "qhm_qup_0",
47 .name = "xm_sdc2",
56 .name = "xm_emmc",
65 .name = "xm_ufs_mem",
74 .name = "qhm_a2noc_cfg",
83 .name = "qhm_qdss_bam",
92 .name = "qhm_qup_1",
101 .name
[all...]
H A Dsdm845.c20 .name = "qhm_a1noc_cfg",
29 .name = "qhm_qup1",
38 .name = "qhm_tsif",
47 .name = "xm_sdc2",
56 .name = "xm_sdc4",
65 .name = "xm_ufs_card",
74 .name = "xm_ufs_mem",
83 .name = "xm_pcie_0",
92 .name = "qhm_a2noc_cfg",
101 .name
[all...]
/third_party/python/Parser/
H A Dasdl_c.py19 def get_c_type(name):
20 """Return a string for the C name of the type.
24 if name in asdl.builtin_types:
25 return name
27 return "%s_ty" % name
89 def asdl_of(name, obj):
94 return "{}{}".format(name, fields)
97 types = " | ".join(type.name for type in obj.types)
99 sep = "\n{}| ".format(" " * (len(name) + 1))
101 asdl_of(type.name, typ
[all...]
/kernel/linux/linux-5.10/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c41 .name = "CVG834G_E15R3921",
58 .name = "CVG834G:green:power",
71 .name = "96328avng",
85 .name = "96328avng::ppp-fail",
90 .name = "96328avng::power",
96 .name = "96328avng::power-fail",
101 .name = "96328avng::wps",
106 .name = "96328avng::ppp",
119 .name = "96338GW",
133 .name
790 char name[17]; board_prom_init() local
[all...]
/kernel/linux/linux-6.6/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c41 .name = "CVG834G_E15R3921",
58 .name = "CVG834G:green:power",
71 .name = "96328avng",
85 .name = "96328avng::ppp-fail",
90 .name = "96328avng::power",
96 .name = "96328avng::power-fail",
101 .name = "96328avng::wps",
106 .name = "96328avng::ppp",
119 .name = "96338GW",
133 .name
790 char name[17]; board_prom_init() local
[all...]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py33 # Dear Pylint, conventionally, a context manager class name is lowercase.
34 # pylint: disable=invalid-name,too-few-public-methods
49 snippet annotates the exception with the file name and line number.
108 # macro name -> list of argument names
110 # argument name -> list of values
123 def is_internal_name(self, name: str) -> bool:
126 if name.endswith('_BASE') or name.endswith('_NONE'):
128 if '_CATEGORY_' in name:
130 return name
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Dgen_framework_sc.py140 def prefixName (prefix, name):
141 name = re.sub(r'([a-z0-9])([A-Z])', r'\1_\2', name[2:])
142 name = re.sub(r'([a-zA-Z])([0-9])', r'\1_\2', name)
143 name = name.upper()
145 name = name.replace("YCB_CR_", "YCBCR_")
146 name
[all...]
/third_party/typescript/tests/baselines/reference/
H A DsourceMapValidationDestructuringForOfObjectBindingPatternDefaultValues2.js6 name: string;
11 name: string;
18 let robots: Robot[] = [{ name: "mower", skill: "mowing" }, { name: "trimmer", skill: "trimming" }];
19 let multiRobots: MultiRobot[] = [{ name: "mower", skills: { primary: "mowing", secondary: "none" } },
20 { name: "trimmer", skills: { primary: "trimming", secondary: "edging" } }];
31 let name: string, primary: string, secondary: string, skill: string;
33 for ({name: nameA = "noName" } of robots) {
36 for ({name: nameA = "noName" } of getRobots()) {
39 for ({name
181 var name, primary, secondary, skill; global() variable
[all...]
/third_party/skia/third_party/externals/dawn/generator/templates/
H A Dmock_webgpu.cpp22 {{as_cType(method.return_type.name)}} Forward{{as_MethodSuffix(type.name, method.name)}}(
23 {{-as_cType(type.name)}} self
29 return object->procs->{{as_MethodSuffix(type.name, method.name)}}(self
31 , {{as_varName(arg.name)}}
48 table->{{as_varName(type.name, method.name)}} = reinterpret_cast<{{as_cProc(type.name, metho in GetProcTableAndDevice()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dclockdomains3xxx_data.c19 * The overly-specific dep_bit names are due to a bit name collision
223 .name = "mpu_clkdm",
224 .pwrdm = { .name = "mpu_pwrdm" },
232 .name = "mpu_clkdm",
233 .pwrdm = { .name = "mpu_pwrdm" },
241 .name = "neon_clkdm",
242 .pwrdm = { .name = "neon_pwrdm" },
249 .name = "iva2_clkdm",
250 .pwrdm = { .name = "iva2_pwrdm" },
258 .name
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dclockdomains3xxx_data.c19 * The overly-specific dep_bit names are due to a bit name collision
223 .name = "mpu_clkdm",
224 .pwrdm = { .name = "mpu_pwrdm" },
232 .name = "mpu_clkdm",
233 .pwrdm = { .name = "mpu_pwrdm" },
241 .name = "neon_clkdm",
242 .pwrdm = { .name = "neon_pwrdm" },
249 .name = "iva2_clkdm",
250 .pwrdm = { .name = "iva2_pwrdm" },
258 .name
[all...]
/third_party/node/test/parallel/
H A Dtest-webcrypto-export-import-cfrg.js86 name: 'Ed25519',
91 name: 'Ed448',
96 name: 'X25519',
101 name: 'X448',
107 async function testImportSpki({ name, publicUsages }, extractable) {
110 keyData[name].spki,
111 { name },
117 assert.deepStrictEqual(key.algorithm.name, name);
124 keyData[name]
[all...]
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/
H A Daes.js24 assert_unreached("encrypt error for test " + vector.name + ": " + err.message);
26 }, vector.name);
31 assert_unreached("importKey failed for " + vector.name);
32 }, "importKey step: " + vector.name);
48 assert_unreached("encrypt error for test " + vector.name + ": " + err.message);
52 }, vector.name + " with altered plaintext");
57 assert_unreached("importKey failed for " + vector.name);
58 }, "importKey step: " + vector.name + " with altered plaintext");
73 assert_unreached("decrypt error for test " + vector.name + ": " + err.message);
75 }, vector.name
[all...]

Completed in 40 milliseconds

12345678910>>...2376