/third_party/node/test/fixtures/wpt/dom/abort/resources/ |
H A D | abort-signal-any-tests.js | 99 }, `${desc} uses the first instance of a duplicate signal ${suffix}`);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | serv.h | 55 * generate an instance of the service. ICUServiceKeys define how 123 * identify an instance of the service in the cache. A 279 * (possibly deferred-initialized) instance. This implements 294 * service instance. If visible is true, the ID will be visible. 295 * The instance must not be nullptr. The SimpleFactory will adopt 296 * the instance, which must not be changed subsequent to this call.</p> 298 * @param instanceToAdopt the service instance to adopt. 299 * @param id the ID to assign to this service instance. 310 * <p>This implementation returns a clone of the service instance if the factory's ID is equal to 596 * @return the service instance, o [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_vX_device.c | 46 unsigned debug = dev->physical_device->instance->debug_flags; in panvk_queue_submit_batch()
|
H A D | panvk_vX_image.c | 186 return vk_error(device->instance, VK_ERROR_OUT_OF_HOST_MEMORY); in CreateBufferView()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkDefs.hpp | 196 typedef VKAPI_ATTR PFN_vkVoidFunction (VKAPI_CALL* PFN_vkGetInstanceProcAddrLUNARG) (VkInstance instance, const char pName);
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.h | 42 VkInstance instance,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/null/ |
H A D | DeviceNull.h | 171 Adapter(InstanceBase* instance);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | VulkanFunctions.h | 33 MaybeError LoadInstanceProcs(VkInstance instance, const VulkanGlobalInfo& globalInfo); 45 // before querying the instance procs in case we need to error out during initialization. 69 // Not technically an instance proc but we want to be able to use it as soon as the
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | serv.h | 55 * generate an instance of the service. ICUServiceKeys define how 123 * identify an instance of the service in the cache. A 279 * (possibly deferred-initialized) instance. This implements 294 * service instance. If visible is true, the ID will be visible. 295 * The instance must not be NULL. The SimpleFactory will adopt 296 * the instance, which must not be changed subsequent to this call.</p> 298 * @param instanceToAdopt the service instance to adopt. 299 * @param id the ID to assign to this service instance. 310 * <p>This implementation returns a clone of the service instance if the factory's ID is equal to 596 * @return the service instance, o [all...] |
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | tlbex.c | 205 static void uasm_bgezl_hazard(u32 **p, struct uasm_reloc **r, int instance) in uasm_bgezl_hazard() argument 207 switch (instance) { in uasm_bgezl_hazard() 209 uasm_il_bgezl(p, r, 0, label_tlbw_hazard_0 + instance); in uasm_bgezl_hazard() 216 static void uasm_bgezl_label(struct uasm_label **l, u32 **p, int instance) in uasm_bgezl_label() argument 218 switch (instance) { in uasm_bgezl_label() 220 uasm_build_label(l, *p, label_tlbw_hazard_0 + instance); in uasm_bgezl_label()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | tlbex.c | 204 static void uasm_bgezl_hazard(u32 **p, struct uasm_reloc **r, int instance) in uasm_bgezl_hazard() argument 206 switch (instance) { in uasm_bgezl_hazard() 208 uasm_il_bgezl(p, r, 0, label_tlbw_hazard_0 + instance); in uasm_bgezl_hazard() 215 static void uasm_bgezl_label(struct uasm_label **l, u32 **p, int instance) in uasm_bgezl_label() argument 217 switch (instance) { in uasm_bgezl_label() 219 uasm_build_label(l, *p, label_tlbw_hazard_0 + instance); in uasm_bgezl_label()
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 1327 unsigned int type, instance, size, byte_offset; in mxt_prepare_cfg_mem() local 1335 /* Read type, instance, length */ in mxt_prepare_cfg_mem() 1337 &type, &instance, &size, &offset); in mxt_prepare_cfg_mem() 1385 if (instance >= mxt_obj_instances(object)) { in mxt_prepare_cfg_mem() 1390 reg = object->start_address + mxt_obj_size(object) * instance; in mxt_prepare_cfg_mem() 1461 * The rest of the file consists of one line per object instance: 1465 * <INSTANCE> - 2-byte object instance number as hex 1718 /* Only handle messages from first T9 instance */ in mxt_parse_object_table() 2736 struct mxt_object *object, int instance, in mxt_show_instance() 2743 "Instance %u\n", instance); in mxt_show_instance() 2735 mxt_show_instance(char *buf, int count, struct mxt_object *object, int instance, const u8 *val) mxt_show_instance() argument [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 1403 unsigned int type, instance, size, byte_offset; in mxt_prepare_cfg_mem() local 1411 /* Read type, instance, length */ in mxt_prepare_cfg_mem() 1413 &type, &instance, &size, &offset); in mxt_prepare_cfg_mem() 1461 if (instance >= mxt_obj_instances(object)) { in mxt_prepare_cfg_mem() 1466 reg = object->start_address + mxt_obj_size(object) * instance; in mxt_prepare_cfg_mem() 1537 * The rest of the file consists of one line per object instance: 1541 * <INSTANCE> - 2-byte object instance number as hex 1798 /* Only handle messages from first T9 instance */ in mxt_parse_object_table() 2836 struct mxt_object *object, int instance, in mxt_show_instance() 2843 "Instance %u\n", instance); in mxt_show_instance() 2835 mxt_show_instance(char *buf, int count, struct mxt_object *object, int instance, const u8 *val) mxt_show_instance() argument [all...] |
/third_party/python/Lib/ |
H A D | inspect.py | 301 """Return true if the object is an instance method. 307 __self__ instance to which this method is bound""" 511 __self__ instance to which a method is bound, or None""" 607 instead of instance members in some cases. 1641 instance = super().__new__(cls, filename, lineno, function, code_context, index) 1642 instance.positions = positions 1643 return instance 1713 instance = super().__new__(cls, frame, filename, lineno, function, code_context, index) 1714 instance.positions = positions 1715 return instance [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageHostImageCopyTests.cpp | 1040 vk::VkInstance instance (context.getInstance()); in checkSupport() 1041 vk::InstanceDriver instanceDriver (context.getPlatformInterface(), instance); in checkSupport() 1517 vk::VkInstance instance (context.getInstance()); in checkSupport() 1518 vk::InstanceDriver instanceDriver (context.getPlatformInterface(), instance); in checkSupport() 1650 vk::VkInstance instance (m_context.getInstance()); in iterate() 1651 vk::InstanceDriver instanceDriver (m_context.getPlatformInterface(), instance); in iterate()
|
/kernel/linux/linux-5.10/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 95 /* Device instance number, incremented each time a device is probed. */ 96 static int instance; variable 825 * @instance Pointer to the driver data structure. 831 static irqreturn_t mtip_irq_handler(int irq, void *instance) in mtip_irq_handler() argument 833 struct driver_data *dd = instance; in mtip_irq_handler() 4052 dd->instance = instance; in mtip_pci_probe() 4060 snprintf(dd->workq_name, 31, "mtipq%d", dd->instance); in mtip_pci_probe() 4064 dev_warn(&pdev->dev, "Can't create wq %d\n", dd->instance); in mtip_pci_probe() 4142 * Increment the instance coun in mtip_pci_probe() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfad_bsg.c | 1314 iocmd->instance, iocmd->cfg.mode, in bfad_iocmd_port_cfg_mode() 1537 iocmd->instance, bfad_hcb_comp, &fcomp); in bfad_iocmd_flash_erase_part() 1568 iocmd->type, iocmd->instance, iocmd_bufptr, in bfad_iocmd_flash_update_part() 1600 iocmd->instance, iocmd_bufptr, iocmd->bufsz, 0, in bfad_iocmd_flash_read_part() 1882 iocmd->status = bfa_phy_get_attr(BFA_PHY(&bfad->bfa), iocmd->instance, in bfad_iocmd_phy_get_attr() 1903 iocmd->status = bfa_phy_get_stats(BFA_PHY(&bfad->bfa), iocmd->instance, in bfad_iocmd_phy_get_stats() 1933 iocmd->instance, iocmd_bufptr, iocmd->bufsz, in bfad_iocmd_phy_read() 1984 iocmd->instance, iocmd_bufptr, iocmd->bufsz, in bfad_iocmd_phy_update()
|
/kernel/linux/linux-6.6/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 94 /* Device instance number, incremented each time a device is probed. */ 95 static int instance; variable 813 * @instance Pointer to the driver data structure. 819 static irqreturn_t mtip_irq_handler(int irq, void *instance) in mtip_irq_handler() argument 821 struct driver_data *dd = instance; in mtip_irq_handler() 3744 dd->instance = instance; in mtip_pci_probe() 3749 snprintf(dd->workq_name, 31, "mtipq%d", dd->instance); in mtip_pci_probe() 3753 dev_warn(&pdev->dev, "Can't create wq %d\n", dd->instance); in mtip_pci_probe() 3831 * Increment the instance coun in mtip_pci_probe() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/bfa/ |
H A D | bfad_bsg.c | 1314 iocmd->instance, iocmd->cfg.mode, in bfad_iocmd_port_cfg_mode() 1537 iocmd->instance, bfad_hcb_comp, &fcomp); in bfad_iocmd_flash_erase_part() 1568 iocmd->type, iocmd->instance, iocmd_bufptr, in bfad_iocmd_flash_update_part() 1600 iocmd->instance, iocmd_bufptr, iocmd->bufsz, 0, in bfad_iocmd_flash_read_part() 1882 iocmd->status = bfa_phy_get_attr(BFA_PHY(&bfad->bfa), iocmd->instance, in bfad_iocmd_phy_get_attr() 1903 iocmd->status = bfa_phy_get_stats(BFA_PHY(&bfad->bfa), iocmd->instance, in bfad_iocmd_phy_get_stats() 1933 iocmd->instance, iocmd_bufptr, iocmd->bufsz, in bfad_iocmd_phy_read() 1984 iocmd->instance, iocmd_bufptr, iocmd->bufsz, in bfad_iocmd_phy_update()
|
/third_party/node/deps/v8/src/wasm/baseline/ppc/ |
H A D | liftoff-assembler-ppc.h | 35 // -2 | instance | 273 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument 278 LoadU8(dst, MemOperand(instance, offset), r0); in LoadFromInstance() 281 LoadU32(dst, MemOperand(instance, offset), r0); in LoadFromInstance() 284 LoadU64(dst, MemOperand(instance, offset), r0); in LoadFromInstance() 292 Register instance, in LoadTaggedPointerFromInstance() 294 LoadTaggedPointerField(dst, MemOperand(instance, offset), r0); in LoadTaggedPointerFromInstance() 297 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument 298 StoreU64(instance, liftoff::GetInstanceOperand(), r0); in SpillInstance() 291 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 60 // -2 | instance | 217 // The frame_size includes the frame marker and the instance slot. Both are in PatchPrepareStackFrame() 336 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument 341 Ld_b(dst, MemOperand(instance, offset)); in LoadFromInstance() 344 Ld_w(dst, MemOperand(instance, offset)); in LoadFromInstance() 347 Ld_d(dst, MemOperand(instance, offset)); in LoadFromInstance() 355 Register instance, in LoadTaggedPointerFromInstance() 358 Ld_d(dst, MemOperand(instance, offset)); in LoadTaggedPointerFromInstance() 361 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument 362 St_d(instance, liftof in SpillInstance() 354 LoadTaggedPointerFromInstance(Register dst, Register instance, int32_t offset) LoadTaggedPointerFromInstance() argument [all...] |
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 59 // -2 | instance | 312 // The frame_size includes the frame marker and the instance slot. Both are in PatchPrepareStackFrame() 432 void LiftoffAssembler::LoadFromInstance(Register dst, Register instance, in LoadFromInstance() argument 435 MemOperand src{instance, offset}; in LoadFromInstance() 452 Register instance, in LoadTaggedPointerFromInstance() 455 LoadTaggedPointerField(dst, MemOperand{instance, offset}); in LoadTaggedPointerFromInstance() 458 void LiftoffAssembler::LoadExternalPointer(Register dst, Register instance, in LoadExternalPointer() argument 461 LoadExternalPointerField(dst, FieldMemOperand(instance, offset), tag, in LoadExternalPointer() 465 void LiftoffAssembler::SpillInstance(Register instance) { in SpillInstance() argument 466 Str(instance, liftof in SpillInstance() 451 LoadTaggedPointerFromInstance(Register dst, Register instance, int offset) LoadTaggedPointerFromInstance() argument [all...] |
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_input_method_engine_setting.cpp | 269 napi_value instance = nullptr; in GetIMEInstance() local 275 if (napi_new_instance(env, cons, 0, nullptr, &instance) != napi_ok) { in GetIMEInstance() 276 IMSA_HILOGE("failed to new instance."); in GetIMEInstance() 279 return instance; in GetIMEInstance() 415 CHECK_RETURN(status == napi_ok, "jsPanel new instance failed!", napi_generic_failure); in CreatePanel() 442 CHECK_RETURN((status == napi_ok) && isPanel, "param verification failed, it's not expected panel instance!", in DestroyPanel()
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_panel.cpp | 431 auto instance = InputMethodAbility::GetInstance(); in CalculatePanelRect() local 432 if (instance != nullptr && instance->GetInputAttribute().GetSecurityFlag()) { in CalculatePanelRect()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_get_input_method_setting.cpp | 143 napi_value instance = nullptr; in GetIMSetting() local 152 if (napi_new_instance(env, cons, 0, nullptr, &instance) != napi_ok) { in GetIMSetting() 153 IMSA_HILOGE("failed to new instance!"); in GetIMSetting() 159 return instance; in GetIMSetting()
|