| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| H A D | ftsynth.h | 69 FT_GlyphSlot_Embolden( FT_GlyphSlot slot ); variable 73 FT_GlyphSlot_Oblique( FT_GlyphSlot slot ); variable
|
| H A D | ftbitmap.h | 291 FT_GlyphSlot_Own_Bitmap( FT_GlyphSlot slot ); variable
|
| /third_party/skia/third_party/externals/freetype/src/cff/ |
| H A D | cffobjs.h | 47 cff_slot_done( FT_GlyphSlot slot ); variable 50 cff_slot_init( FT_GlyphSlot slot ); variable
|
| /third_party/elfutils/libdwfl/ |
| H A D | dwfl_module_dwarf_cfi.c | 38 __libdwfl_set_cfi (Dwfl_Module *mod, Dwarf_CFI **slot, Dwarf_CFI *cfi) in __libdwfl_set_cfi() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
| H A D | ir3_gallium.h | 70 gl_varying_slot slot = fs->inputs[i].slot; in ir3_point_sprite() local
|
| /base/notification/distributed_notification_service/test/fuzztest/getnotificationslotsforbundle_fuzzer/ |
| H A D | getnotificationslotsforbundle_fuzzer.cpp | 28 sptr<Notification::NotificationSlot> slot = nullptr;
in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
| H A D | mock_notification_preferences.cpp | 31 GetNotificationSlot(const sptr<NotificationBundleOption> &bundleOption, const NotificationConstant::SlotType &type, sptr<NotificationSlot> &slot) GetNotificationSlot() argument
|
| /third_party/libinput/test/ |
| H A D | litest-device-xen-virtual-pointer.c | 31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() argument 43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() argument 55 touch_up(struct litest_device *d, unsigned int slot) in touch_up() argument
|
| H A D | litest-device-qemu-usb-tablet.c | 31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() argument 43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() argument 55 touch_up(struct litest_device *d, unsigned int slot) in touch_up() argument
|
| H A D | litest-device-vmware-virtual-usb-mouse.c | 31 touch_down(struct litest_device *d, unsigned int slot, double x, double y) in touch_down() argument 43 touch_move(struct litest_device *d, unsigned int slot, double x, double y) in touch_move() argument 55 touch_up(struct litest_device *d, unsigned int slot) in touch_up() argument
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-conversion-gen.cc | 26 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); in TF_BUILTIN() local 40 auto slot = UncheckedParameter<UintPtrT>(Descriptor::kSlot); in TF_BUILTIN() local
|
| /third_party/skia/src/gpu/d3d/ |
| H A D | GrD3DCommandSignature.cpp | 12 Make(GrD3DGpu* gpu, ForIndexed forIndexed, unsigned int slot) Make() argument
|
| /base/notification/distributed_notification_service/services/ans/include/ |
| H A D | notification_record.h | 34 sptr<NotificationSlot> slot; member
|
| /base/notification/distributed_notification_service/test/fuzztest/getnotificationslot_fuzzer/ |
| H A D | getnotificationslot_fuzzer.cpp | 28 sptr<Notification::NotificationSlot> slot = nullptr; in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/test/fuzztest/notificationsorting_fuzzer/ |
| H A D | notificationsorting_fuzzer.cpp | 31 sptr<Notification::NotificationSlot> slot = nullptr;
in DoSomethingInterestingWithMyAPI() local
|
| /base/notification/distributed_notification_service/services/ans/src/ |
| H A D | permission_filter.cpp | 47 sptr<NotificationSlot> slot; in OnPublish() local
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/ |
| H A D | permission_filter_test.cpp | 59 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() local 85 sptr<NotificationSlot> slot = new NotificationSlot(NotificationConstant::OTHER); in HWTEST_F() local
|
| /test/xts/hats/startup/partitionslot_additional/src/ |
| H A D | partitionslot_test.cpp | 198 int slot = 2147483647; in HWTEST_F() local 213 int slot = -2147483648; in HWTEST_F() local 228 int slot = 2; in HWTEST_F() local [all...] |
| /test/xts/hats/startup/partitionslot/src/ |
| H A D | partitionslot_test.cpp | 130 int slot = -1; in HWTEST_F() local 144 int slot = 0; in HWTEST_F() local 158 int slot = 1; in HWTEST_F() local 171 int slot = 2; in HWTEST_F() local 185 int slot = 3; in HWTEST_F() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_slot_management.h | 146 psa_key_slot_state_transition( psa_key_slot_t *slot, psa_key_slot_state_t expected_state, psa_key_slot_state_t new_state) psa_key_slot_state_transition() argument 171 psa_register_read(psa_key_slot_t *slot) psa_register_read() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_interpolation_map.c | 45 unsigned slot = vue_map->varying_to_slot[location + k]; in gfx4_frag_prog_set_interp_modes() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | jump-table-assembler.cc | 46 void JumpTableAssembler::PatchFarJumpSlot(Address slot, Address target) { in PatchFarJumpSlot() argument [all...] |
| /third_party/mesa3d/src/mapi/ |
| H A D | table.h | 64 table_set_func(struct _glapi_table *tbl, int slot, mapi_func func) in table_set_func() argument 74 table_get_func(const struct _glapi_table *tbl, int slot) in table_get_func() argument
|
| H A D | entry_ppc64le_tls.h | 83 entry_get_public(int slot) in entry_get_public() argument 127 entry_patch(mapi_func entry, int slot) in entry_patch() argument 135 entry_generate(int slot) in entry_generate() argument [all...] |
| H A D | entry_x86_tls.h | 104 int slot = 0; in entry_patch_public() local 112 entry_get_public(int slot) in entry_get_public() argument 118 entry_patch(mapi_func entry, int slot) in entry_patch() argument 125 entry_generate_or_patch(int slot, cha argument 151 entry_generate(int slot) entry_generate() argument [all...] |