Home
last modified time | relevance | path

Searched refs:name (Results 26426 - 26450 of 64739) sorted by relevance

1...<<1051105210531054105510561057105810591060>>...2590

/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/
H A Dtest_util.h27 absl::TimeZone LoadTimeZone(const std::string& name);
/third_party/rust/crates/serde/test_suite/tests/ui/rename/
H A Dvariant_unknown_rename_rule.rs7 name: u8,
H A Dcontainer_unknown_rename_rule.rs6 name: u8,
/third_party/skia/bench/
H A DSkGlyphCacheBench.h13 Benchmark* CreateDiffCanvasBench(SkString name,
/third_party/spirv-tools/source/opt/
H A Deliminate_dead_constant_pass.h28 const char* name() const override { return "eliminate-dead-const"; }
H A Dflatten_decoration_pass.h28 const char* name() const override { return "flatten-decorations"; }
H A Dfreeze_spec_constant_value_pass.h28 const char* name() const override { return "freeze-spec-const"; }
H A Dremove_unused_interface_variables_pass.h23 const char* name() const override {
H A Dstrip_debug_info_pass.h28 const char* name() const override { return "strip-debug"; }
H A Dunify_const_pass.h28 const char* name() const override { return "unify-const"; }
/foundation/ability/ability_runtime/test/unittest/ability_connect_manager_test/
H A Dability_connect_manager_test.cpp129 abilityInfo.name = abilityName; in GenerateAbilityRequest()
134 appinfo.name = appName; in GenerateAbilityRequest()
160 abilityRequest.abilityInfo.name = "MainAbility"; in InitAbilityRecord()
1443 abilityRequest.abilityInfo.name = "name"; in HWTEST_F()
1445 std::string stringUri = "id/bundle/module/name"; in HWTEST_F()
1447 abilityRequest.abilityInfo.name, abilityRequest.abilityInfo.moduleName); in HWTEST_F()
1472 abilityRequest.abilityInfo.name = AbilityConfig::LAUNCHER_ABILITY_NAME; in HWTEST_F()
1503 abilityRequest.abilityInfo.name = "name"; in HWTEST_F()
1553 std::string name = "name"; HWTEST_F() local
1579 std::string name = "name"; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H A Df_fs.c196 char name[5]; member
242 ffs_sb_create_file(struct super_block *sb, const char *name, void *data,
250 static struct ffs_dev *_ffs_find_dev(const char *name);
1420 const char *name, void *data, in ffs_sb_create_file()
1429 dentry = d_alloc_name(sb->s_root, name); in ffs_sb_create_file()
1645 .name = "functionfs",
1922 sprintf(epfile->name, "ep%02x", ffs->eps_addrmap[i]); in ffs_epfiles_create()
1924 sprintf(epfile->name, "ep%u", i); in ffs_epfiles_create()
1925 epfile->dentry = ffs_sb_create_file(ffs->sb, epfile->name, in ffs_epfiles_create()
2002 __func__, ep->ep->name, re in ffs_func_eps_enable()
1419 ffs_sb_create_file(struct super_block *sb, const char *name, void *data, const struct file_operations *fops) ffs_sb_create_file() argument
3474 _ffs_do_find_dev(const char *name) _ffs_do_find_dev() argument
3508 _ffs_find_dev(const char *name) _ffs_find_dev() argument
3558 ffs_set_inst_name(struct usb_function_instance *fi, const char *name) ffs_set_inst_name() argument
3696 ffs_name_dev(struct ffs_dev *dev, const char *name) ffs_name_dev() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Df_fs.c194 char name[5]; member
243 ffs_sb_create_file(struct super_block *sb, const char *name, void *data,
251 static struct ffs_dev *_ffs_find_dev(const char *name);
1400 const char *name, void *data, in ffs_sb_create_file()
1407 dentry = d_alloc_name(sb->s_root, name); in ffs_sb_create_file()
1614 .name = "functionfs",
1867 sprintf(epfile->name, "ep%02x", ffs->eps_addrmap[i]); in ffs_epfiles_create()
1869 sprintf(epfile->name, "ep%u", i); in ffs_epfiles_create()
1870 epfile->dentry = ffs_sb_create_file(ffs->sb, epfile->name, in ffs_epfiles_create()
1945 __func__, ep->ep->name, re in ffs_func_eps_enable()
1399 ffs_sb_create_file(struct super_block *sb, const char *name, void *data, const struct file_operations *fops) ffs_sb_create_file() argument
3396 _ffs_do_find_dev(const char *name) _ffs_do_find_dev() argument
3430 _ffs_find_dev(const char *name) _ffs_find_dev() argument
3480 ffs_set_inst_name(struct usb_function_instance *fi, const char *name) ffs_set_inst_name() argument
3615 ffs_name_dev(struct ffs_dev *dev, const char *name) ffs_name_dev() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DMeasureUnitTest.java2277 // Locale jp does NOT put a space between the number and the currency long name: in testCurrencies()
2710 String name = toCamelCase(unit); in generateCXXHConstants()
2712 checkForDup(seen, name, unit); in generateCXXHConstants()
2719 System.out.printf(" * Also see {@link #get%s()}.\n", name); in generateCXXHConstants()
2727 System.out.printf(" static MeasureUnit *create%s(UErrorCode &status);\n", name); in generateCXXHConstants()
2731 System.out.printf(" * Also see {@link #create%s()}.\n", name); in generateCXXHConstants()
2740 System.out.printf(" static MeasureUnit get%s();\n", name); in generateCXXHConstants()
2750 Map<String, MeasureUnit> seen, String name, MeasureUnit unit) { in checkForDup()
2751 if (seen.containsKey(name)) { in checkForDup()
2752 throw new RuntimeException("\nCollision!!" + unit + ", " + seen.get(name)); in checkForDup()
2749 checkForDup( Map<String, MeasureUnit> seen, String name, MeasureUnit unit) checkForDup() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dspeed.c196 static int opt_found(const char *name, unsigned int *result, in opt_found() argument
202 if (strcmp(name, pairs->name) == 0) { in opt_found()
274 /* name of algorithms to test. MUST BE KEEP IN SYNC with above enum ! */
508 static int have_md(const char *name) in have_md() argument
513 if (opt_md_silent(name, &md)) { in have_md()
524 static int have_cipher(const char *name) in have_cipher() argument
529 if (opt_cipher_silent(name, &cipher)) { in have_cipher()
1275 const char *name; member
1414 const char *name; in speed_main() member
[all...]
/third_party/openssl/apps/
H A Dspeed.c196 static int opt_found(const char *name, unsigned int *result, in opt_found() argument
202 if (strcmp(name, pairs->name) == 0) { in opt_found()
274 /* name of algorithms to test. MUST BE KEEP IN SYNC with above enum ! */
508 static int have_md(const char *name) in have_md() argument
513 if (opt_md_silent(name, &md)) { in have_md()
524 static int have_cipher(const char *name) in have_cipher() argument
529 if (opt_cipher_silent(name, &cipher)) { in have_cipher()
1261 const char *name; member
1400 const char *name; in speed_main() member
[all...]
/kernel/linux/linux-5.10/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c111 .name = "cfi_cmdset_0001",
519 mtd->name = map->name; in cfi_cmdset_0001()
758 map->name, mtd->writesize, in cfi_intelext_partition_fixup()
811 map->name, cfi->numchips, cfi->interleave, in cfi_intelext_partition_fixup()
901 "suspended: status = 0x%lx\n", map->name, status.x[0]); in chip_ready()
1104 printk(KERN_ERR "%s: put_chip() called with oldstate %d!!\n", map->name, chip->oldstate); in put_chip()
1483 printk(KERN_ERR "%s: Error: unpoint called on non pointed region\n", map->name); in cfi_intelext_unpoint()
1607 printk(KERN_ERR "%s: word write error (status timeout)\n", map->name); in do_write_oneword()
1624 printk(KERN_ERR "%s: word write error (bad VPP)\n", map->name); in do_write_oneword()
[all...]
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dasus-wmi.c392 asus->inputdev->name = asus->driver->input_name; in asus_wmi_input_init()
585 if (strcmp(battery->desc->name, "BAT0") != 0 && in asus_wmi_battery_add()
586 strcmp(battery->desc->name, "BAT1") != 0 && in asus_wmi_battery_add()
587 strcmp(battery->desc->name, "BATC") != 0 && in asus_wmi_battery_add()
588 strcmp(battery->desc->name, "BATT") != 0) in asus_wmi_battery_add()
615 .name = "ASUS Battery Extension",
853 asus->tpd_led.name = "asus::touchpad"; in asus_wmi_led_init()
866 asus->kbd_led.name = "asus::kbd_backlight"; in asus_wmi_led_init()
882 asus->wlan_led.name = "asus::wlan"; in asus_wmi_led_init()
899 asus->lightbar_led.name in asus_wmi_led_init()
1172 asus_new_rfkill(struct asus_wmi *asus, struct asus_rfkill *arfkill, const char *name, enum rfkill_type type, int dev_id) asus_new_rfkill() argument
2560 char *name; global() member
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dfs.h1486 char s_id[32]; /* Informational name */
2297 const char *name; member
2582 const char *name; /* pointer to actual string */ member
2602 const char *name, int flags, umode_t mode) in file_open_root_mnt()
2605 name, flags, mode); in file_open_root_mnt()
2619 extern void putname(struct filename *name);
2632 #define __putname(name) kmem_cache_free(names_cachep, (void *)(name))
2656 unsigned int count, const char *name,
2659 unsigned int count, const char *name);
2601 file_open_root_mnt(struct vfsmount *mnt, const char *name, int flags, umode_t mode) file_open_root_mnt() argument
2663 register_chrdev(unsigned int major, const char *name, const struct file_operations *fops) register_chrdev() argument
2669 unregister_chrdev(unsigned int major, const char *name) unregister_chrdev() argument
3206 vfs_lstat(const char __user *name, struct kstat *stat) vfs_lstat() argument
3266 struct tree_descr { const char *name; const struct file_operations *ops; int mode; }; global() member
3494 dir_emit(struct dir_context *ctx, const char *name, int namelen, u64 ino, unsigned type) dir_emit() argument
[all...]
/kernel/linux/linux-6.6/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c113 .name = "cfi_cmdset_0001",
521 mtd->name = map->name; in cfi_cmdset_0001()
760 map->name, mtd->writesize, in cfi_intelext_partition_fixup()
813 map->name, cfi->numchips, cfi->interleave, in cfi_intelext_partition_fixup()
903 "suspended: status = 0x%lx\n", map->name, status.x[0]); in chip_ready()
1106 printk(KERN_ERR "%s: put_chip() called with oldstate %d!!\n", map->name, chip->oldstate); in put_chip()
1485 printk(KERN_ERR "%s: Error: unpoint called on non pointed region\n", map->name); in cfi_intelext_unpoint()
1609 printk(KERN_ERR "%s: word write error (status timeout)\n", map->name); in do_write_oneword()
1626 printk(KERN_ERR "%s: word write error (bad VPP)\n", map->name); in do_write_oneword()
[all...]
/kernel/linux/linux-6.6/drivers/virtio/
H A Dvirtio_ring.c23 "%s:"fmt, (_vq)->vq.name, ##args); \
31 (_vq)->vq.name, (_vq)->in_use); \
60 "%s:"fmt, (_vq)->vq.name, ##args); \
233 const char *name,
1151 const char *name, in vring_create_virtqueue_split()
1164 context, notify, callback, name, dma_dev); in vring_create_virtqueue_split()
2063 const char *name, in vring_create_virtqueue_packed()
2079 vq->vq.name = name; in vring_create_virtqueue_packed()
2609 const char *name, in __vring_new_virtqueue()
1141 vring_create_virtqueue_split( unsigned int index, unsigned int num, unsigned int vring_align, struct virtio_device *vdev, bool weak_barriers, bool may_reduce_num, bool context, bool (*notify)(struct virtqueue *), void (*callback)(struct virtqueue *), const char *name, struct device *dma_dev) vring_create_virtqueue_split() argument
2053 vring_create_virtqueue_packed( unsigned int index, unsigned int num, unsigned int vring_align, struct virtio_device *vdev, bool weak_barriers, bool may_reduce_num, bool context, bool (*notify)(struct virtqueue *), void (*callback)(struct virtqueue *), const char *name, struct device *dma_dev) vring_create_virtqueue_packed() argument
2602 __vring_new_virtqueue(unsigned int index, struct vring_virtqueue_split *vring_split, struct virtio_device *vdev, bool weak_barriers, bool context, bool (*notify)(struct virtqueue *), void (*callback)(struct virtqueue *), const char *name, struct device *dma_dev) __vring_new_virtqueue() argument
2665 vring_create_virtqueue( unsigned int index, unsigned int num, unsigned int vring_align, struct virtio_device *vdev, bool weak_barriers, bool may_reduce_num, bool context, bool (*notify)(struct virtqueue *), void (*callback)(struct virtqueue *), const char *name) vring_create_virtqueue() argument
2689 vring_create_virtqueue_dma( unsigned int index, unsigned int num, unsigned int vring_align, struct virtio_device *vdev, bool weak_barriers, bool may_reduce_num, bool context, bool (*notify)(struct virtqueue *), void (*callback)(struct virtqueue *), const char *name, struct device *dma_dev) vring_create_virtqueue_dma() argument
2849 vring_new_virtqueue(unsigned int index, unsigned int num, unsigned int vring_align, struct virtio_device *vdev, bool weak_barriers, bool context, void *pages, bool (*notify)(struct virtqueue *vq), void (*callback)(struct virtqueue *vq), const char *name) vring_new_virtqueue() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dpci.h523 * Driver name to force a match. Do not set directly, because core
671 char name[48]; member
865 * @name: Driver name.
920 const char *name; member
1015 * @vend: the vendor name
1029 * @vend: the vendor name (without PCI_VENDOR_ID_ prefix)
1030 * @dev: the device name (without PCI_DEVICE_ID_<vend>_ prefix)
1128 const char *name,
1451 unsigned int len, const char *name) in pci_request_config_region_exclusive()
1450 pci_request_config_region_exclusive(struct pci_dev *pdev, unsigned int offset, unsigned int len, const char *name) pci_request_config_region_exclusive() argument
1891 pci_request_io_regions(struct pci_dev *pdev, const char *name) pci_request_io_regions() argument
1905 pci_request_mem_regions(struct pci_dev *pdev, const char *name) pci_request_mem_regions() argument
[all...]
/kernel/linux/linux-6.6/kernel/cgroup/
H A Dcpuset.c3068 .name = "cpus",
3076 .name = "mems",
3084 .name = "effective_cpus",
3090 .name = "effective_mems",
3096 .name = "cpu_exclusive",
3103 .name = "mem_exclusive",
3110 .name = "mem_hardwall",
3117 .name = "sched_load_balance",
3124 .name = "sched_relax_domain_level",
3131 .name
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmarvell.c3274 .name = "Marvell 88E1101",
3292 .name = "Marvell 88E1112",
3312 .name = "Marvell 88E1111",
3333 .name = "Marvell 88E1111 (Finisar)",
3354 .name = "Marvell 88E1118",
3372 .name = "Marvell 88E1121R",
3394 .name = "Marvell 88E1318S",
3420 .name = "Marvell 88E1145",
3440 .name = "Marvell 88E1149R",
3458 .name
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-ocelot.c391 .name = "GPIO_"#n, \
473 .name = "GPIO_"#n, \
545 .name = "GPIO_"#n, \
649 .name = "GPIO_"#n, \
768 .name = "GPIO_"#n, \
887 .name = "GPIO_"#n, \
1054 .name = "GPIO_"#n, \
1317 return info->desc->pins[group].name; in ocelot_pctl_get_group_name()
1598 .name = "luton-pinctrl",
1609 .name
[all...]

Completed in 79 milliseconds

1...<<1051105210531054105510561057105810591060>>...2590