/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/futex/include/ |
H A D | futextest.h | 79 # define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument 82 # define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument 101 futex_wait(futex_t *uaddr, futex_t val, struct timespec64 *timeout, int opflags) in futex_wait() 121 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec64 *timeout, in futex_wait_bitset() 144 futex_lock_pi(futex_t *uaddr, struct timespec64 *timeout, int detect, in futex_lock_pi() 192 futex_cmp_requeue(futex_t *uaddr, futex_t val, futex_t *uaddr2, int nr_wake, in futex_cmp_requeue() 208 futex_wait_requeue_pi(futex_t *uaddr, futex_t val, futex_t *uaddr2, in futex_wait_requeue_pi() 209 struct timespec64 *timeout, int opflags) in futex_wait_requeue_pi() 223 futex_cmp_requeue_pi(futex_t *uaddr, futex_t val, futex_t *uaddr2, int nr_wake, in futex_cmp_requeue_pi()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/futex/ |
H A D | futextest.h | 69 int futex_op, futex_t val, void *timeout, in futex_syscall() 87 futex_wait(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait() 88 struct tst_ts *timeout, int opflags) in futex_wait() 110 futex_wait_bitset(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait_bitset() 111 struct tst_ts *timeout, u_int32_t bitset, int opflags) in futex_wait_bitset() 134 futex_lock_pi(enum futex_fn_type fntype, futex_t *uaddr, struct tst_ts *timeout, in futex_lock_pi() 185 futex_cmp_requeue(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_cmp_requeue() 202 futex_wait_requeue_pi(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait_requeue_pi() 203 futex_t *uaddr2, struct tst_ts *timeout, int opflags) in futex_wait_requeue_pi() 217 futex_cmp_requeue_pi(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_cmp_requeue_pi()
|
/aosp_15_r20/external/strace/tests/ |
H A D | futex.c | 58 void futex_error(int *uaddr, int op, unsigned long val, unsigned long timeout, in futex_error() 66 # define CHECK_FUTEX_GENERIC(uaddr, op, val, timeout, uaddr2, val3, check, \ argument 83 # define CHECK_FUTEX_ENOSYS(uaddr, op, val, timeout, uaddr2, val3, check) \ argument 86 # define CHECK_FUTEX(uaddr, op, val, timeout, uaddr2, val3, check) \ argument 96 void invalid_op(int *val, int op, uint32_t argmask, ...) in invalid_op() 546 uint32_t val; in main() member
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | futex.c | 58 void futex_error(int *uaddr, int op, unsigned long val, unsigned long timeout, in futex_error() 66 # define CHECK_FUTEX_GENERIC(uaddr, op, val, timeout, uaddr2, val3, check, \ argument 83 # define CHECK_FUTEX_ENOSYS(uaddr, op, val, timeout, uaddr2, val3, check) \ argument 86 # define CHECK_FUTEX(uaddr, op, val, timeout, uaddr2, val3, check) \ argument 96 void invalid_op(int *val, int op, uint32_t argmask, ...) in invalid_op() 546 uint32_t val; in main() member
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | futex.c | 58 void futex_error(int *uaddr, int op, unsigned long val, unsigned long timeout, in futex_error() 66 # define CHECK_FUTEX_GENERIC(uaddr, op, val, timeout, uaddr2, val3, check, \ argument 83 # define CHECK_FUTEX_ENOSYS(uaddr, op, val, timeout, uaddr2, val3, check) \ argument 86 # define CHECK_FUTEX(uaddr, op, val, timeout, uaddr2, val3, check) \ argument 96 void invalid_op(int *val, int op, uint32_t argmask, ...) in invalid_op() 546 uint32_t val; in main() member
|
/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_semaphore.h | 24 vn_sizeof_VkExportSemaphoreCreateInfo_pnext(const void *val) in vn_sizeof_VkExportSemaphoreCreateInfo_pnext() 31 vn_sizeof_VkExportSemaphoreCreateInfo_self(const VkExportSemaphoreCreateInfo *val) in vn_sizeof_VkExportSemaphoreCreateInfo_self() 40 vn_sizeof_VkExportSemaphoreCreateInfo(const VkExportSemaphoreCreateInfo *val) in vn_sizeof_VkExportSemaphoreCreateInfo() 52 vn_encode_VkExportSemaphoreCreateInfo_pnext(struct vn_cs_encoder *enc, const void *val) in vn_encode_VkExportSemaphoreCreateInfo_pnext() 59 …VkExportSemaphoreCreateInfo_self(struct vn_cs_encoder *enc, const VkExportSemaphoreCreateInfo *val) in vn_encode_VkExportSemaphoreCreateInfo_self() 66 …code_VkExportSemaphoreCreateInfo(struct vn_cs_encoder *enc, const VkExportSemaphoreCreateInfo *val) in vn_encode_VkExportSemaphoreCreateInfo() 77 vn_sizeof_VkSemaphoreCreateInfo_pnext(const void *val) in vn_sizeof_VkSemaphoreCreateInfo_pnext() 107 vn_sizeof_VkSemaphoreCreateInfo_self(const VkSemaphoreCreateInfo *val) in vn_sizeof_VkSemaphoreCreateInfo_self() 116 vn_sizeof_VkSemaphoreCreateInfo(const VkSemaphoreCreateInfo *val) in vn_sizeof_VkSemaphoreCreateInfo() 128 vn_encode_VkSemaphoreCreateInfo_pnext(struct vn_cs_encoder *enc, const void *val) in vn_encode_VkSemaphoreCreateInfo_pnext() [all …]
|
H A D | vn_protocol_driver_fence.h | 24 vn_sizeof_VkExportFenceCreateInfo_pnext(const void *val) in vn_sizeof_VkExportFenceCreateInfo_pnext() 31 vn_sizeof_VkExportFenceCreateInfo_self(const VkExportFenceCreateInfo *val) in vn_sizeof_VkExportFenceCreateInfo_self() 40 vn_sizeof_VkExportFenceCreateInfo(const VkExportFenceCreateInfo *val) in vn_sizeof_VkExportFenceCreateInfo() 52 vn_encode_VkExportFenceCreateInfo_pnext(struct vn_cs_encoder *enc, const void *val) in vn_encode_VkExportFenceCreateInfo_pnext() 59 …_encode_VkExportFenceCreateInfo_self(struct vn_cs_encoder *enc, const VkExportFenceCreateInfo *val) in vn_encode_VkExportFenceCreateInfo_self() 66 vn_encode_VkExportFenceCreateInfo(struct vn_cs_encoder *enc, const VkExportFenceCreateInfo *val) in vn_encode_VkExportFenceCreateInfo() 77 vn_sizeof_VkFenceCreateInfo_pnext(const void *val) in vn_sizeof_VkFenceCreateInfo_pnext() 101 vn_sizeof_VkFenceCreateInfo_self(const VkFenceCreateInfo *val) in vn_sizeof_VkFenceCreateInfo_self() 110 vn_sizeof_VkFenceCreateInfo(const VkFenceCreateInfo *val) in vn_sizeof_VkFenceCreateInfo() 122 vn_encode_VkFenceCreateInfo_pnext(struct vn_cs_encoder *enc, const void *val) in vn_encode_VkFenceCreateInfo_pnext() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/drivers/se/ |
H A D | security_engine.c | 144 uint32_t val = 0; in tegra_se_operation_complete() local 146 uint32_t timeout; in tegra_se_operation_complete() local 212 uint32_t val = 0; in tegra_se_operation_prepare() local 213 uint32_t timeout; in tegra_se_operation_prepare() local 243 uint32_t val = 0; in tegra_se_context_save_atomic() local 371 uint32_t val; in tegra_se_generate_srk() local 410 uint32_t val; in tegra_se_lp_generate_random_data() local 508 uint32_t val = 0; in tegra_se_lp_sticky_bits_context_save() local 541 uint32_t val = 0; in tegra_se_aeskeytable_context_save() local 622 uint32_t val = 0; in tegra_se_lp_rsakeytable_context_save() local [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nvidia/tegra/soc/t210/drivers/se/ |
D | security_engine.c | 144 uint32_t val = 0; in tegra_se_operation_complete() local 146 uint32_t timeout; in tegra_se_operation_complete() local 212 uint32_t val = 0; in tegra_se_operation_prepare() local 213 uint32_t timeout; in tegra_se_operation_prepare() local 243 uint32_t val = 0; in tegra_se_context_save_atomic() local 371 uint32_t val; in tegra_se_generate_srk() local 410 uint32_t val; in tegra_se_lp_generate_random_data() local 508 uint32_t val = 0; in tegra_se_lp_sticky_bits_context_save() local 541 uint32_t val = 0; in tegra_se_aeskeytable_context_save() local 622 uint32_t val = 0; in tegra_se_lp_rsakeytable_context_save() local [all …]
|
/aosp_15_r20/prebuilts/sdk/23/public/ |
HD | uiautomator.jar | ... core.UiObjectNotFoundException
public boolean waitForExists (long)
long timeout
public boolean waitUntilGone (long)
long timeout
public boolean ... |
/aosp_15_r20/prebuilts/sdk/19/public/ |
HD | uiautomator.jar | ... uiautomator.core.Configurator setWaitForIdleTimeout (long)
long timeout
public long getWaitForIdleTimeout ()
public com.android. ... |
/aosp_15_r20/prebuilts/sdk/34/public/ |
HD | uiautomator.jar | ... uiautomator.core.Configurator setWaitForIdleTimeout (long)
long timeout
public long getWaitForIdleTimeout ()
public com.android. ... |
/aosp_15_r20/prebuilts/sdk/22/public/ |
HD | uiautomator.jar | ... waitForIdle ()
public void waitForIdle (long)
long timeout
public java.lang.String getCurrentActivityName ()
public ... |
/aosp_15_r20/prebuilts/sdk/33/public/ |
HD | uiautomator.jar | ... uiautomator.core.Configurator setWaitForIdleTimeout (long)
long timeout
public long getWaitForIdleTimeout ()
public com.android. ... |
/aosp_15_r20/prebuilts/sdk/28/public/ |
HD | uiautomator.jar | ... uiautomator.core.Configurator setWaitForIdleTimeout (long)
long timeout
public long getWaitForIdleTimeout ()
public com.android. ... |
/aosp_15_r20/prebuilts/sdk/31/public/ |
HD | uiautomator.jar | ... uiautomator.core.Configurator setWaitForIdleTimeout (long)
long timeout
public long getWaitForIdleTimeout ()
public com.android. ... |
/aosp_15_r20/prebuilts/sdk/32/public/ |
HD | uiautomator.jar | ... uiautomator.core.Configurator setWaitForIdleTimeout (long)
long timeout
public long getWaitForIdleTimeout ()
public com.android. ... |
/aosp_15_r20/prebuilts/sdk/26/public/ |
HD | uiautomator.jar | ... uiautomator.core.UiSelector enabled (boolean)
boolean val
public com.android.uiautomator.core.UiSelector ... |
/aosp_15_r20/prebuilts/sdk/20/public/ |
HD | uiautomator.jar | ... core.UiObjectNotFoundException
public boolean waitForExists (long)
long timeout
public boolean waitUntilGone (long)
long timeout
public boolean ... |
/aosp_15_r20/prebuilts/sdk/21/public/ |
HD | uiautomator.jar | ... waitForIdle ()
public void waitForIdle (long)
long timeout
public java.lang.String getCurrentActivityName ()
public ... |
/aosp_15_r20/prebuilts/sdk/current/public/ |
HD | uiautomator.jar | ... uiautomator.core.UiSelector checkable (boolean)
boolean val
public com.android.uiautomator.core.UiSelector ... |
/aosp_15_r20/prebuilts/sdk/29/public/ |
HD | uiautomator.jar | ... uiautomator.core.Configurator setWaitForIdleTimeout (long)
long timeout
public long getWaitForIdleTimeout ()
public com.android. ... |
/aosp_15_r20/prebuilts/sdk/27/public/ |
HD | uiautomator.jar | ... waitForIdle ()
public void waitForIdle (long)
long timeout
public java.lang.String getCurrentActivityName ()
public ... |
/aosp_15_r20/prebuilts/sdk/30/public/ |
HD | uiautomator.jar | ... uiautomator.core.Configurator setWaitForIdleTimeout (long)
long timeout
public long getWaitForIdleTimeout ()
public com.android. ... |
/aosp_15_r20/prebuilts/sdk/25/public/ |
HD | uiautomator.jar | ... waitForIdle ()
public void waitForIdle (long)
long timeout
public java.lang.String getCurrentActivityName ()
public ... |