Home
last modified time | relevance | path

Searched refs:name (Results 4726 - 4750 of 63855) sorted by relevance

1...<<181182183184185186187188189190>>...2555

/third_party/jerryscript/tests/jerry/es2015/
H A Dregression-test-issue-1995.js15 var name = ""; variable
23 name = e.name;
26 assert(name === "TypeError");
H A Dregression-test-issue-1616.js15 var name = ""; variable
23 name = e.name;
26 assert(name === "RangeError");
/third_party/typescript/tests/baselines/reference/
H A DdynamicRequire.js2 function foo(name) {
3 var s = require("t/" + name)
7 function foo(name) {
8 var s = require("t/" + name);
H A Dparserharness.js609 public addTimingFor(name: string, timing: number) {
610 this.results[name] = this.results[name] || new Dataset();
611 this.results[name].add(timing);
620 name?: string,
627 name: string = '',
634 var subBenchmark = function (name, f): void {
635 timeFunction(benchmark, description, name, f);
642 benchmark.addTimingFor(name, t.time);
992 if (entries[i].name
[all...]
/foundation/barrierfree/accessibility/interfaces/innerkits/test/fuzztest/accessibleabilityclient_fuzzer/
H A Daccessibleabilityclient_fuzzer.cpp173 char name[LEN + 1]; in GenerateAccessibilityElementInfoP2() local
174 name[LEN] = END_CHAR; in GenerateAccessibilityElementInfoP2()
176 position += GetObject<char>(name[i], &data[position], size - position); in GenerateAccessibilityElementInfoP2()
178 std::string bundleName(name); in GenerateAccessibilityElementInfoP2()
182 position += GetObject<char>(name[i], &data[position], size - position); in GenerateAccessibilityElementInfoP2()
184 std::string componentType(name); in GenerateAccessibilityElementInfoP2()
188 position += GetObject<char>(name[i], &data[position], size - position); in GenerateAccessibilityElementInfoP2()
190 std::string text(name); in GenerateAccessibilityElementInfoP2()
194 position += GetObject<char>(name[i], &data[position], size - position); in GenerateAccessibilityElementInfoP2()
196 std::string hintText(name); in GenerateAccessibilityElementInfoP2()
265 char name[LEN + 1]; GenerateAccessibilityElementInfoP3() local
335 char name[LEN + 1]; GenerateAccessibilityEventInfo() local
578 char name[LEN + 1]; DoSomethingInterestingWithGetByContent() local
634 char name[LEN + 1]; DoSomethingInterestingWithExecuteAction() local
661 char name[LEN + 1]; DoSomethingInterestingWithSetTargetBundleName() local
[all...]
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_trace.h102 __string(name_str, __d->d_name.name)
109 __assign_str(name_str, __d->d_name.name);
139 __string(name_str, dentry->d_name.name)
145 __assign_str(name_str, dentry->d_name.name);
149 TP_printk("parent_ino = %lu, name:%s, flags:%u",
161 __string(name_str, dentry->d_name.name)
167 __assign_str(name_str, dentry->d_name.name);
171 TP_printk("parent_ino = %lu, name:%s, err:%d",
217 __string(name, d->d_name.name)
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c106 printk("%s: scb_cmd timed out: %04x,%04x .. disabling i82586!!\n",dev->name,p->scb->cmd_cuc,p->scb->cus); \
114 printk("%s: scb_cmd (ruc) timed out: %04x,%04x .. disabling i82586!!\n",dev->name,p->scb->cmd_ruc,p->scb->rus); \
194 ret = request_irq(dev->irq, sun3_82586_interrupt,0,dev->name,dev); in sun3_82586_open()
274 printk("%s: Init-Problems (alloc).\n",dev->name); in alloc586()
351 printk("%s: SUN3 Intel 82586 found at %lx, ",dev->name,dev->base_addr); in sun3_82586_probe1()
362 printk("\n%s: Illegal memory size %d. Allowed is 0x2000 or 0x4000 or 0x8000 bytes.\n",dev->name,size); in sun3_82586_probe1()
432 printk("%s: switching to promisc. mode\n",dev->name); in init586()
450 printk("%s: configure command failed: %x\n",dev->name,swab16(cfg_cmd->cmd_status)); in init586()
474 printk("%s (82586): individual address setup command failed: %04x\n",dev->name,swab16(ias_cmd->cmd_status)); in init586()
497 printk("%s: Problems while running the TDR.\n",dev->name); in init586()
[all...]
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_trace.h102 __string(name_str, __d->d_name.name)
109 __assign_str(name_str, __d->d_name.name);
139 __string(name_str, dentry->d_name.name)
145 __assign_str(name_str, dentry->d_name.name);
149 TP_printk("parent_ino = %lu, name:%s, flags:%u",
161 __string(name_str, dentry->d_name.name)
167 __assign_str(name_str, dentry->d_name.name);
171 TP_printk("parent_ino = %lu, name:%s, err:%d",
217 __string(name, d->d_name.name)
[all...]
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dsuper.c282 const char *name, bool persist) in ovl_workdir_create()
292 work = ovl_lookup_upper(ofs, name, ofs->workbasedir, strlen(name)); in ovl_workdir_create()
336 * if the xattr name is too long), but the set of filesystems in ovl_workdir_create()
366 ofs->config.workdir, name, -err); in ovl_workdir_create()
372 const char *name) in ovl_check_namelen()
378 pr_err("statfs failed on '%s'\n", name); in ovl_check_namelen()
385 static int ovl_lower_dir(const char *name, struct path *path, in ovl_lower_dir() argument
391 err = ovl_check_namelen(path, ofs, name); in ovl_lower_dir()
407 name); in ovl_lower_dir()
281 ovl_workdir_create(struct ovl_fs *ofs, const char *name, bool persist) ovl_workdir_create() argument
371 ovl_check_namelen(const struct path *path, struct ovl_fs *ofs, const char *name) ovl_check_namelen() argument
440 ovl_own_xattr_get(const struct xattr_handler *handler, struct dentry *dentry, struct inode *inode, const char *name, void *buffer, size_t size) ovl_own_xattr_get() argument
447 ovl_own_xattr_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *dentry, struct inode *inode, const char *name, const void *value, size_t size, int flags) ovl_own_xattr_set() argument
456 ovl_other_xattr_get(const struct xattr_handler *handler, struct dentry *dentry, struct inode *inode, const char *name, void *buffer, size_t size) ovl_other_xattr_get() argument
463 ovl_other_xattr_set(const struct xattr_handler *handler, struct mnt_idmap *idmap, struct dentry *dentry, struct inode *inode, const char *name, const void *value, size_t size, int flags) ovl_other_xattr_set() argument
502 ovl_setup_trap(struct super_block *sb, struct dentry *dir, struct inode **ptrap, const char *name) ovl_setup_trap() argument
526 ovl_report_in_use(struct ovl_fs *ofs, const char *name) ovl_report_in_use() argument
611 struct name_snapshot name; ovl_check_rename_whiteout() local
661 ovl_lookup_or_create(struct ovl_fs *ofs, struct dentry *parent, const char *name, umode_t mode) ovl_lookup_or_create() argument
690 const char *const *name = volatile_path; ovl_create_volatile_dirty() local
1226 ovl_check_layer(struct super_block *sb, struct ovl_fs *ofs, struct dentry *dentry, const char *name, bool is_lower) ovl_check_layer() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/
H A Drtnetlink.sh67 ip link add name vrf-test type vrf table 10
91 ip link add name br1 up type bridge vlan_filtering 0
98 ip link add name d up type dummy
126 ip link add name br0 type bridge vlan_filtering 1
129 ip link add link br0 name br0.10 type vlan id 10
134 ip link add link br0 name br0.20 type vlan id 20
151 ip link add name br0 type bridge vlan_filtering 1
155 ip link add link br0 name br0.10 type vlan id 10
158 ip link add link br0 name br0.20 type vlan id 20
178 ip link add name br
[all...]
/third_party/EGL/api/
H A Dreg.py54 """Match a requested API & profile name to a api & profile attributes of an Element"""
134 # name - feature name string (e.g. 'GL_ARB_multitexture')
143 self.name = elem.get('name')
150 self.category = self.name.split('_', 2)[1]
155 # Sorts by category of the feature name string:
170 # Sorts by extension name.
172 return feature.name
182 # then by feature name withi
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c97 const char *name; in TestConstruction() local
102 name = uenum_next(e, &length, &status); in TestConstruction()
104 if(name == NULL || length <= 0) { in TestConstruction()
105 log_err("ucsdet_getAllDetectableCharsets() returned a null or empty name!\n"); in TestConstruction()
109 name = uenum_next(e, &length, &status); in TestConstruction()
110 if(name != NULL || length != 0 || U_FAILURE(status)) { in TestConstruction()
111 log_err("ucsdet_getAllDetectableCharsets(past the list) returned a non-null name!\n"); in TestConstruction()
176 const char *name; in TestUTF16() local
187 name = ucsdet_getName(match, &status); in TestUTF16()
190 if (strcmp(name, "UT in TestUTF16()
239 const char *name; TestC1Bytes() local
292 const char *lang, *name; TestInputFilter() local
483 const char *name; TestIBM424() local
561 const char *name; TestIBM420() local
[all...]
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
H A Dindex.js180 * **Important**: *always* test the path name against any test string
186 name;
311 constructor(name, type = UNKNOWN, root, roots, nocase, children, opts) {
312 this.name = name;
313 this.#matchName = nocase ? normalizeNocase(name) : normalize(name);
410 const name = this.nocase
414 if (p.#matchName === name) {
446 const name
[all...]
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js152 * **Important**: *always* test the path name against any test string
158 name;
283 constructor(name, type = UNKNOWN, root, roots, nocase, children, opts) {
284 this.name = name;
285 this.#matchName = nocase ? normalizeNocase(name) : normalize(name);
382 const name = this.nocase
386 if (p.#matchName === name) {
418 const name
[all...]
/third_party/lwip/src/netif/ppp/
H A Dpppoe.c54 * 4. Neither the name of The NetBSD Foundation nor the names of its
357 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, sc->sc_state)); in pppoe_find_softc_by_hunique()
362 sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num)); in pppoe_find_softc_by_hunique()
491 PPPDEBUG(LOG_DEBUG, ("pppoe: %c%c%"U16_F": %s: %s\n", sc->sc_ethif->name[0], sc->sc_ethif->name[1], sc->sc_ethif->num, err_msg, error_tmp)); in pppoe_disc_input()
505 * got service name, concentrator name, and/or host unique. in pppoe_disc_input()
561 PPPDEBUG(LOG_DEBUG, ("%c%c%"U16_F": received unexpected PADR\n", sc->sc_ethif->name[ in pppoe_disc_input()
[all...]
/third_party/openGLES/xml/
H A Dreg.py53 """Match a requested API & profile name to a api & profile attributes of an Element"""
133 # name - feature name string (e.g. 'GL_ARB_multitexture')
142 self.name = elem.get('name')
149 self.category = self.name.split('_', 2)[1]
154 # Sorts by category of the feature name string:
169 # Sorts by extension name.
171 return feature.name
181 # then by feature name withi
[all...]
/third_party/skia/third_party/externals/opengl-registry/xml/
H A Dreg.py64 """Match a requested API & profile name to a api & profile attributes of an Element"""
144 # name - feature name string (e.g. 'GL_ARB_multitexture')
153 self.name = elem.get('name')
160 self.category = self.name.split('_', 2)[1]
165 # Sorts by category of the feature name string:
180 # Sorts by extension name.
182 return feature.name
192 # then by feature name withi
[all...]
/third_party/skia/third_party/externals/egl-registry/api/
H A Dreg.py65 """Match a requested API & profile name to a api & profile attributes of an Element"""
145 # name - feature name string (e.g. 'GL_ARB_multitexture')
154 self.name = elem.get('name')
161 self.category = self.name.split('_', 2)[1]
166 # Sorts by category of the feature name string:
181 # Sorts by extension name.
183 return feature.name
193 # then by feature name withi
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dsunrpc.h88 #define DEFINE_RPCXDRBUF_EVENT(name) \
90 rpc_xdr_##name, \
120 #define DEFINE_RPC_CLNT_EVENT(name) \
122 rpc_clnt_##name, \
255 #define DEFINE_RPC_STATUS_EVENT(name) \
256 DEFINE_EVENT(rpc_task_status, rpc_##name##_status, \
278 __string(progname, task->tk_client->cl_program->name)
287 __assign_str(progname, task->tk_client->cl_program->name)
381 #define DEFINE_RPC_RUNNING_EVENT(name) \
382 DEFINE_EVENT(rpc_task_running, rpc_task_##name, \
[all...]
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dpngcp.c164 const char *name; /* the command line name of the value */ member
281 const char *name; /* name of the option */ member
311 # define VLNAME(name) vl_ ## name
312 # define VLSIZE(name) voidcast(png_byte,\
313 (sizeof VLNAME(name))/(sizeof VLNAME(name)[0]))
314 # define VL(oname, name, typ
[all...]
/third_party/backends/backend/
H A Dtest.c361 od->name = ""; in init_options()
376 od->name = ""; in init_options()
389 od->name = SANE_NAME_SCAN_MODE; in init_options()
405 od->name = SANE_NAME_BIT_DEPTH; in init_options()
418 od->name = "hand-scanner"; in init_options()
436 od->name = "three-pass"; in init_options()
452 od->name = "three-pass-order"; in init_options()
472 od->name = SANE_NAME_SCAN_RESOLUTION; in init_options()
485 od->name = SANE_NAME_SCAN_SOURCE; in init_options()
501 od->name in init_options()
[all...]
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptscsih.c140 ioc->name)); in mptscsih_getFreeChainBuffer()
153 ioc->name, chainBuf, ioc->ChainBuffer, offset, chain_idx)); in mptscsih_getFreeChainBuffer()
158 ioc->name)); in mptscsih_getFreeChainBuffer()
286 "Single Buffer RequestNB=%x, sgeOffset=%d\n", ioc->name, RequestNB, sgeOffset)); in mptscsih_AddSGE()
302 ioc->name, sg_done)); in mptscsih_AddSGE()
335 dsgprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Chain Buffer Needed, RequestNB=%x sgeOffset=%d\n", ioc->name, RequestNB, sgeOffset)); in mptscsih_AddSGE()
348 ioc->name, pReq->CDB[0], SCpnt)); in mptscsih_AddSGE()
369 ioc->name, psge, req_idx)); in mptscsih_AddSGE()
378 ioc->name, psge, chain_idx)); in mptscsih_AddSGE()
406 ioc->name,__func_ in mptscsih_issue_sep_command()
[all...]
/kernel/linux/linux-6.6/drivers/message/fusion/
H A Dmptscsih.c140 ioc->name)); in mptscsih_getFreeChainBuffer()
153 ioc->name, chainBuf, ioc->ChainBuffer, offset, chain_idx)); in mptscsih_getFreeChainBuffer()
158 ioc->name)); in mptscsih_getFreeChainBuffer()
286 "Single Buffer RequestNB=%x, sgeOffset=%d\n", ioc->name, RequestNB, sgeOffset)); in mptscsih_AddSGE()
302 ioc->name, sg_done)); in mptscsih_AddSGE()
335 dsgprintk(ioc, printk(MYIOC_s_DEBUG_FMT "Chain Buffer Needed, RequestNB=%x sgeOffset=%d\n", ioc->name, RequestNB, sgeOffset)); in mptscsih_AddSGE()
348 ioc->name, pReq->CDB[0], SCpnt)); in mptscsih_AddSGE()
369 ioc->name, psge, req_idx)); in mptscsih_AddSGE()
378 ioc->name, psge, chain_idx)); in mptscsih_AddSGE()
406 ioc->name,__func_ in mptscsih_issue_sep_command()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp86 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height);
87 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
139 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height) in Texture2DFilteringCase() argument
140 : TestCase (testCtx, name, desc) in Texture2DFilteringCase()
155 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames) in Texture2DFilteringCase() argument
156 : TestCase (testCtx, name, desc) in Texture2DFilteringCase()
364 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height);
365 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames);
418 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height) in TextureCubeFilteringCase() argument
419 : TestCase (testCtx, name, des in TextureCubeFilteringCase()
435 TextureCubeFilteringCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames) TextureCubeFilteringCase() argument
733 Texture2DArrayFilteringCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height, int numLayers) Texture2DArrayFilteringCase() argument
999 Texture3DFilteringCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 internalFormat, int width, int height, int depth) Texture3DFilteringCase() argument
1201 const char* name; init() member
1212 const char* name; init() member
1226 const char* name; init() member
1291 const char* name; init() member
1327 string name = string(formatName) + "_" + filterName; init() local
1354 string name = string("etc1_rgb8_") + filterName; init() local
1382 string name = de::toString(width) + "x" + de::toString(height) + "_" + filterName; init() local
1411 string name = string(minFilterModes[minFilterNdx].name) + "_" + magFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; init() local
1443 string name = string(formatName) + "_" + filterName; init() local
1475 string name = string("etc1_rgb8_") + filterName; init() local
1504 string name = de::toString(width) + "x" + de::toString(height) + "_" + filterName; init() local
1534 string name = string(minFilterModes[minFilterNdx].name) + "_" + magFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; init() local
1585 string name = string(formatName) + "_" + filterName; init() local
1618 string name = de::toString(width) + "x" + de::toString(height) + "x" + de::toString(numLayers) + "_" + filterName; init() local
1648 string name = string(minFilterModes[minFilterNdx].name) + "_" + magFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name; init() local
1680 string name = string(formatName) + "_" + filterName; init() local
1715 string name = de::toString(width) + "x" + de::toString(height) + "x" + de::toString(depth) + "_" + filterName; init() local
1748 string name = string(minFilterModes[minFilterNdx].name) + "_" + magFilterModes[magFilterNdx].name + "_" + wrapModes[wrapSNdx].name + "_" + wrapModes[wrapTNdx].name + "_" + wrapModes[wrapRNdx].name; init() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h43 #define DEFINE_SPAN_FONT_STYLE_ITEM(name, type) \
45 std::optional<type> Get##name() const \
48 return spanItem_->fontStyle->Get##name(); \
52 bool Has##name() const \
55 return spanItem_->fontStyle->Has##name(); \
59 type Get##name##Value(const type& defaultValue) const \
62 return spanItem_->fontStyle->Get##name().value_or(defaultValue); \
66 void Update##name(const type& value) \
71 if (spanItem_->fontStyle->Check##name(value)) { \
74 spanItem_->fontStyle->Update##name(valu
[all...]

Completed in 31 milliseconds

1...<<181182183184185186187188189190>>...2555