/kernel/linux/linux-6.6/drivers/input/joystick/iforce/ |
H A D | iforce-serio.c | 115 .get_id = iforce_serio_get_id,
|
H A D | iforce-usb.c | 133 .get_id = iforce_usb_get_id,
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | trace.cpp | 191 : threadID(std::hash<std::thread::id>()(std::this_thread::get_id())) { in Event()
|
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A D | common.c | 456 id = usbhs_platform_call(priv, get_id, pdev); in usbhsc_hotplug() 642 if (!info->platform_callback.get_id) { in usbhs_probe()
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | common.c | 456 id = usbhs_platform_call(priv, get_id, pdev); in usbhsc_hotplug() 640 if (!info->platform_callback.get_id) { in usbhs_probe()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cpumap.c | 236 aggr_cpu_id_get_t get_id, in cpu_aggr_map__new() 251 struct aggr_cpu_id cpu_id = get_id(cpu, data); in cpu_aggr_map__new() 235 cpu_aggr_map__new(const struct perf_cpu_map *cpus, aggr_cpu_id_get_t get_id, void *data, bool needs_sort) cpu_aggr_map__new() argument
|
/kernel/linux/linux-6.6/tools/bpf/resolve_btfids/ |
H A D | main.c | 226 static char *get_id(const char *prefix_end) in get_id() function 281 id = get_id(name + size); in add_symbol()
|
/third_party/rust/crates/clap/tests/builder/ |
H A D | conflicts.rs | 316 assert_eq!(result[0].get_id(), "some"); in get_arg_conflicts_with_group() 317 assert_eq!(result[1].get_id(), "other"); in get_arg_conflicts_with_group()
|
H A D | tests.rs | 420 .map(|a| a.get_id().clone()) in mut_arg_all()
|
/kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
H A D | iforce-usb.c | 133 .get_id = iforce_usb_get_id,
|
/third_party/gn/src/base/ |
H A D | logging.cc | 199 stream_ << std::this_thread::get_id() << ':'; in Init()
|
/third_party/libexif/libexif/apple/ |
H A D | exif-mnote-data-apple.c | 294 md->methods.get_id = exif_mnote_data_apple_get_id; in exif_mnote_data_apple_new()
|
/third_party/python/Lib/ |
H A D | symtable.py | 77 def get_id(self): member in SymbolTable
|
/third_party/rust/crates/clap/src/builder/ |
H A D | arg.rs | 3699 pub fn get_id(&self) -> &Id { in get_id() functions 3975 /// .find(|a| a.get_id() == "port").unwrap() 4118 debug!("Arg::name_no_brackets:{}", self.get_id()); 4138 self.get_id().as_str().to_owned() 4252 self.get_id() == other.get_id() in eq() 4264 self.get_id().cmp(other.get_id()) in cmp()
|
/third_party/backends/backend/ |
H A D | gt68xx_low.c | 1034 if (dev->model->command_set->get_id) in gt68xx_device_get_id() 1035 return (*dev->model->command_set->get_id) (dev); in gt68xx_device_get_id()
|
H A D | gt68xx_low.h | 391 SANE_Status (*get_id) (GT68xx_Device * dev); member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
H A D | DisplayWGL.cpp | 675 CurrentNativeContext ¤tContext = mCurrentNativeContexts[std::this_thread::get_id()]; in makeCurrent() 904 CurrentNativeContext ¤tContext = mCurrentNativeContexts[std::this_thread::get_id()]; in createRenderer()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 345 unsigned get_id(PhysReg reg) in get_id() function in aco::__anon6956::RegisterFile 1076 reg_file.get_id(op.reg) == instr->operands[i].tempId()) { in get_reg_for_create_vector_copy() 1284 reg_file.get_id(reg_win.lo()) == reg_file.get_id(reg_win.lo().advance(-1))) in get_reg_impl() 1287 reg_file.get_id(reg_win.hi().advance(-1)) == reg_file.get_id(reg_win.hi())) in get_reg_impl() 1758 reg_file.get_id(reg_win.lo()) == reg_file.get_id(reg_win.lo().advance(-1))) in get_reg_create_vector() 1761 reg_file.get_id(reg_win.hi().advance(-1)) == reg_file.get_id(reg_wi in get_reg_create_vector() [all...] |
/kernel/linux/linux-5.10/drivers/fpga/ |
H A D | dfl.h | 177 * @get_id: get port id from hardware. 184 int (*get_id)(struct platform_device *pdev); member
|
/kernel/linux/linux-5.10/arch/sh/boards/ |
H A D | board-sh7757lcr.c | 274 .get_id = usbhs0_get_id,
|
/kernel/linux/linux-6.6/arch/sh/boards/ |
H A D | board-sh7757lcr.c | 274 .get_id = usbhs0_get_id,
|
/kernel/linux/linux-6.6/drivers/fpga/ |
H A D | dfl.h | 215 * @get_id: get port id from hardware. 222 int (*get_id)(struct platform_device *pdev); member
|
/third_party/libexif/libexif/pentax/ |
H A D | exif-mnote-data-pentax.c | 466 d->methods.get_id = exif_mnote_data_pentax_get_id; in exif_mnote_data_pentax_new()
|
/third_party/libexif/libexif/fuji/ |
H A D | exif-mnote-data-fuji.c | 366 d->methods.get_id = exif_mnote_data_fuji_get_id; in exif_mnote_data_fuji_new()
|
/third_party/libexif/libexif/canon/ |
H A D | exif-mnote-data-canon.c | 426 d->methods.get_id = exif_mnote_data_canon_get_id; in exif_mnote_data_canon_new()
|