Home
last modified time | relevance | path

Searched defs:user_context (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/runtime/
H A Derrors.cpp30 WEAK int halide_error_bad_type(void *user_context, const char *func_name, in halide_error_bad_type()
41 WEAK int halide_error_bad_dimensions(void *user_context, const char *func_name, in halide_error_bad_dimensions()
166 WEAK int halide_error_out_of_memory(void *user_context) { in halide_error_out_of_memory()
178 WEAK int halide_error_debug_to_file_failed(void *user_context, const char *func, in halide_error_debug_to_file_failed()
187 WEAK int halide_error_unaligned_host_ptr(void *user_context, const char *func, in halide_error_unaligned_host_ptr()
204 WEAK int halide_error_host_is_null(void *user_context, const char *func) { in halide_error_host_is_null()
219 WEAK int halide_error_bad_extern_fold(void *user_context, const char *func_name, in halide_error_bad_extern_fold()
259 WEAK int halide_error_no_device_interface(void *user_context) { in halide_error_no_device_interface()
264 WEAK int halide_error_device_interface_no_device(void *user_context) { in halide_error_device_interface_no_device()
269 WEAK int halide_error_host_and_device_dirty(void *user_context) { in halide_error_host_and_device_dirty()
[all …]
H A Ddevice_interface.cpp113 WEAK int halide_copy_to_host(void *user_context, struct halide_buffer_t *buf) { in halide_copy_to_host()
126 WEAK int copy_to_device_already_locked(void *user_context, in copy_to_device_already_locked()
181 WEAK int halide_copy_to_device(void *user_context, in halide_copy_to_device()
265 WEAK void halide_device_free_as_destructor(void *user_context, void *obj) { in halide_device_free_as_destructor()
443 WEAK void halide_device_host_nop_free(void *user_context, void *obj) { in halide_device_host_nop_free()
619 WEAK int halide_default_device_crop(void *user_context, in halide_default_device_crop()
626 WEAK int halide_default_device_slice(void *user_context, in halide_default_device_slice()
634 WEAK int halide_device_crop(void *user_context, in halide_device_crop()
664 WEAK int halide_device_slice(void *user_context, in halide_device_slice()
695 WEAK int halide_default_device_release_crop(void *user_context, in halide_default_device_release_crop()
[all …]
H A Dhexagon_dma.cpp79 void *desc_pool_get(void *user_context) { in desc_pool_get()
128 void desc_pool_put(void *user_context, void *desc) { in desc_pool_put()
143 void desc_pool_free(void *user_context) { in desc_pool_free()
202 int halide_hexagon_dma_wrapper(void *user_context, struct halide_buffer_t *src, in halide_hexagon_dma_wrapper()
362 WEAK int halide_hexagon_dma_device_malloc(void *user_context, halide_buffer_t *buf) { in halide_hexagon_dma_device_malloc()
391 WEAK int halide_hexagon_dma_device_free(void *user_context, halide_buffer_t *buf) { in halide_hexagon_dma_device_free()
407 WEAK int halide_hexagon_dma_allocate_engine(void *user_context, void **dma_engine) { in halide_hexagon_dma_allocate_engine()
423 WEAK int halide_hexagon_dma_deallocate_engine(void *user_context, void *dma_engine) { in halide_hexagon_dma_deallocate_engine()
555 WEAK int halide_hexagon_dma_device_crop(void *user_context, in halide_hexagon_dma_device_crop()
583 WEAK int halide_hexagon_dma_device_slice(void *user_context, in halide_hexagon_dma_device_slice()
[all …]
H A Dmsan_stubs.cpp5 WEAK int halide_msan_annotate_memory_is_initialized(void *user_context, const void *ptr, uint64_t l… in halide_msan_annotate_memory_is_initialized()
9 WEAK int halide_msan_check_memory_is_initialized(void *user_context, const void *ptr, uint64_t len,… in halide_msan_check_memory_is_initialized()
13 WEAK int halide_msan_check_buffer_is_initialized(void *user_context, halide_buffer_t *b, const char… in halide_msan_check_buffer_is_initialized()
17 WEAK int halide_msan_annotate_buffer_is_initialized(void *user_context, halide_buffer_t *b) { in halide_msan_annotate_buffer_is_initialized()
21 WEAK void halide_msan_annotate_buffer_is_initialized_as_destructor(void *user_context, void *b) { in halide_msan_annotate_buffer_is_initialized_as_destructor()
H A Dopencl.cpp52 ALWAYS_INLINE T get_cl_symbol(void *user_context, const char *name) { in get_cl_symbol()
61 WEAK void load_libopencl(void *user_context) { in load_libopencl()
228 WEAK int halide_release_cl_context(void *user_context) { in halide_release_cl_context()
242 void *user_context; member in Halide::Runtime::Internal::OpenCL::ClContext
250 ALWAYS_INLINE ClContext(void *user_context) in ClContext()
753 WEAK int halide_opencl_device_release(void *user_context) { in halide_opencl_device_release()
996 WEAK int halide_opencl_run(void *user_context, in halide_opencl_run()
1227 WEAK int opencl_device_crop_from_offset(void *user_context, in opencl_device_crop_from_offset()
1254 WEAK int halide_opencl_device_crop(void *user_context, in halide_opencl_device_crop()
1261 WEAK int halide_opencl_device_slice(void *user_context, in halide_opencl_device_slice()
[all …]
H A Dhexagon_host.cpp68 WEAK void poll_log(void *user_context) { in poll_log()
110 WEAK int init_hexagon_runtime(void *user_context) { in init_hexagon_runtime()
180 WEAK void write_shared_object(void *user_context, const char *path, in write_shared_object()
206 WEAK bool halide_is_hexagon_available(void *user_context) { in halide_is_hexagon_available()
211 WEAK int halide_hexagon_initialize_kernels(void *user_context, void **state_ptr, in halide_hexagon_initialize_kernels()
312 WEAK int map_arguments(void *user_context, int arg_count, in map_arguments()
350 WEAK int halide_hexagon_run(void *user_context, in halide_hexagon_run()
447 WEAK int halide_hexagon_device_release(void *user_context) { in halide_hexagon_device_release()
564 WEAK int halide_hexagon_device_free(void *user_context, halide_buffer_t *buf) { in halide_hexagon_device_free()
815 WEAK int halide_hexagon_power_hvx_on(void *user_context) { in halide_hexagon_power_hvx_on()
[all …]
H A Dhexagon_cache_allocator.cpp33 inline void *free_unused_buffers(void *user_context) { in free_unused_buffers()
64 inline void *hexagon_cache_pool_get(void *user_context, size_t size, bool retry) { in hexagon_cache_pool_get()
120 inline void hexagon_cache_pool_put(void *user_context, void *cache_mem) { in hexagon_cache_pool_put()
133 inline int hexagon_cache_pool_free(void *user_context) { in hexagon_cache_pool_free()
158 WEAK void *halide_locked_cache_malloc(void *user_context, size_t size) { in halide_locked_cache_malloc()
166 WEAK void halide_locked_cache_free(void *user_context, void *ptr) { in halide_locked_cache_free()
171 WEAK int halide_hexagon_allocate_l2_pool(void *user_context) { in halide_hexagon_allocate_l2_pool()
177 WEAK int halide_hexagon_free_l2_pool(void *user_context) { in halide_hexagon_free_l2_pool()
H A Dcuda.cpp30 extern "C" WEAK void *halide_cuda_get_symbol(void *user_context, const char *name) { in halide_cuda_get_symbol()
69 WEAK void load_libcuda(void *user_context) { in load_libcuda()
87 WEAK void ensure_libcuda_init(void *user_context) { in ensure_libcuda_init()
176 WEAK int halide_cuda_release_context(void *user_context) { in halide_cuda_release_context()
202 void *user_context; member in Halide::Runtime::Internal::Cuda::Context
209 ALWAYS_INLINE Context(void *user_context) in Context()
280 WEAK CUresult create_cuda_context(void *user_context, CUcontext *ctx) { in create_cuda_context()
586 WEAK int halide_cuda_release_unused_device_allocations(void *user_context) { in halide_cuda_release_unused_device_allocations()
629 WEAK int halide_cuda_device_free(void *user_context, halide_buffer_t *buf) { in halide_cuda_device_free()
702 WEAK int halide_cuda_device_release(void *user_context) { in halide_cuda_device_release()
[all …]
H A Dwindows_clock.cpp19 WEAK int halide_start_clock(void *user_context) { in halide_start_clock()
29 WEAK int64_t halide_current_time_ns(void *user_context) { in halide_current_time_ns()
37 WEAK void halide_sleep_ms(void *user_context, int ms) { in halide_sleep_ms()
H A Dfuchsia_clock.cpp17 WEAK int halide_start_clock(void *user_context) { in halide_start_clock()
26 WEAK int64_t halide_current_time_ns(void *user_context) { in halide_current_time_ns()
30 WEAK void halide_sleep_ms(void *user_context, int ms) { in halide_sleep_ms()
H A Dposix_allocator.cpp11 WEAK void *halide_default_malloc(void *user_context, size_t x) { in halide_default_malloc()
25 WEAK void halide_default_free(void *user_context, void *ptr) { in halide_default_free()
55 WEAK void *halide_malloc(void *user_context, size_t x) { in halide_malloc()
59 WEAK void halide_free(void *user_context, void *ptr) { in halide_free()
H A Dmsan.cpp11 WEAK int halide_msan_annotate_memory_is_initialized(void *user_context, const void *ptr, uint64_t l… in halide_msan_annotate_memory_is_initialized()
16 WEAK int halide_msan_check_memory_is_initialized(void *user_context, const void *ptr, uint64_t len,… in halide_msan_check_memory_is_initialized()
68 WEAK int halide_msan_annotate_buffer_is_initialized(void *user_context, halide_buffer_t *b) { in halide_msan_annotate_buffer_is_initialized()
89 WEAK void halide_msan_annotate_buffer_is_initialized_as_destructor(void *user_context, void *b) { in halide_msan_annotate_buffer_is_initialized_as_destructor()
93 WEAK int halide_msan_check_buffer_is_initialized(void *user_context, halide_buffer_t *b, const char… in halide_msan_check_buffer_is_initialized()
H A Dfake_thread_pool.cpp5 WEAK int halide_default_do_task(void *user_context, halide_task_t f, int idx, in halide_default_do_task()
10 WEAK int halide_default_do_loop_task(void *user_context, halide_loop_task_t f, in halide_default_do_loop_task()
16 WEAK int halide_default_do_par_for(void *user_context, halide_task_t f, in halide_default_do_par_for()
27 WEAK int halide_default_do_parallel_tasks(void *user_context, int num_tasks, in halide_default_do_parallel_tasks()
96 WEAK void halide_mutex_array_destroy(void *user_context, void *array) { in halide_mutex_array_destroy()
129 WEAK int halide_do_task(void *user_context, halide_task_t f, int idx, in halide_do_task()
134 WEAK int halide_do_par_for(void *user_context, halide_task_t f, in halide_do_par_for()
139 WEAK int halide_do_loop_task(void *user_context, halide_loop_task_t f, in halide_do_loop_task()
144 WEAK int halide_do_parallel_tasks(void *user_context, int num_tasks, in halide_do_parallel_tasks()
H A Dopenglcompute.cpp99 void *const user_context; member
135 WEAK bool GlobalState::CheckAndReportError(void *user_context, const char *location) { in CheckAndReportError()
154 WEAK void debug_buffer(void *user_context, halide_buffer_t *buf) { in debug_buffer()
177 WEAK int load_gl_func(void *user_context, const char *name, void **ptr, bool required) { in load_gl_func()
188 WEAK int halide_openglcompute_init(void *user_context) { in halide_openglcompute_init()
219 WEAK int halide_openglcompute_device_release(void *user_context) { in halide_openglcompute_device_release()
258 WEAK int halide_openglcompute_device_malloc(void *user_context, halide_buffer_t *buf) { in halide_openglcompute_device_malloc()
338 WEAK int halide_openglcompute_device_free(void *user_context, halide_buffer_t *buf) { in halide_openglcompute_device_free()
489 WEAK int halide_openglcompute_copy_to_host(void *user_context, halide_buffer_t *buf) { in halide_openglcompute_copy_to_host()
590 WEAK int halide_openglcompute_run(void *user_context, void *state_ptr, in halide_openglcompute_run()
[all …]
H A Dosx_clock.cpp28 WEAK int halide_start_clock(void *user_context) { in halide_start_clock()
39 WEAK int64_t halide_current_time_ns(void *user_context) { in halide_current_time_ns()
45 WEAK void halide_sleep_ms(void *user_context, int ms) { in halide_sleep_ms()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/login/auth/
H A Dstub_authenticator.cc29 const UserContext& user_context) { in CompleteLogin()
37 const UserContext& user_context) { in AuthenticateToLogin()
83 void StubAuthenticator::AuthenticateToUnlock(const UserContext& user_context) { in AuthenticateToUnlock()
98 void StubAuthenticator::LoginAsPublicSession(const UserContext& user_context) { in LoginAsPublicSession()
111 UserContext user_context(user_manager::UserType::USER_TYPE_KIOSK_APP, in LoginAsKioskAccount() local
123 UserContext user_context(user_manager::USER_TYPE_ARC_KIOSK_APP, in LoginAsArcKioskAccount() local
135 UserContext user_context(user_manager::USER_TYPE_WEB_KIOSK_APP, in LoginAsWebKioskAccount() local
148 UserContext user_context = ExpectedUserContextWithTransformedKey(); in OnAuthSuccess() local
180 const UserContext& user_context) { in SetExpectedCredentials()
187 UserContext user_context(expected_user_context_); in ExpectedUserContextWithTransformedKey() local
[all …]
H A Dlogin_performer.cc68 void LoginPerformer::OnAuthSuccess(const UserContext& user_context) { in OnAuthSuccess()
94 void LoginPerformer::OnPasswordChangeDetected(const UserContext& user_context) { in OnPasswordChangeDetected()
104 void LoginPerformer::OnOldEncryptionDetected(const UserContext& user_context, in OnOldEncryptionDetected()
125 void LoginPerformer::PerformLogin(const UserContext& user_context, in PerformLogin()
138 void LoginPerformer::DoPerformLogin(const UserContext& user_context, in DoPerformLogin()
168 void LoginPerformer::LoginAsSupervisedUser(const UserContext& user_context) { in LoginAsSupervisedUser()
175 void LoginPerformer::LoginAsPublicSession(const UserContext& user_context) { in LoginAsPublicSession()
H A Dmock_auth_status_consumer.cc19 const UserContext& user_context) { in OnRetailModeSuccessQuit()
24 const UserContext& user_context) { in OnRetailModeSuccessQuitAndFail()
38 void MockAuthStatusConsumer::OnSuccessQuit(const UserContext& user_context) { in OnSuccessQuit()
43 const UserContext& user_context) { in OnSuccessQuitAndFail()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/
H A Dlogin_manager_test.cc75 UserContext user_context(user_manager::UserType::USER_TYPE_REGULAR, in CreateUserContext() local
86 void LoginManagerTest::SetExpectedCredentials(const UserContext& user_context) { in SetExpectedCredentials()
92 bool LoginManagerTest::TryToLogin(const UserContext& user_context) { in TryToLogin()
101 bool LoginManagerTest::AddUserToSession(const UserContext& user_context) { in AddUserToSession()
122 const UserContext user_context = CreateUserContext(account_id, kPassword); in LoginUser() local
128 const UserContext user_context = CreateUserContext(account_id, kPassword); in AddUser() local
H A Dexisting_user_controller.cc304 const UserContext& user_context, in GetEncryptionMigrationMode()
735 const UserContext& user_context, in PerformLogin()
814 const UserContext& user_context) { in ContinuePerformLogin()
820 const UserContext& user_context) { in ContinuePerformLoginWithoutMigration()
937 const UserContext& user_context, in ShowEncryptionMigrationScreen()
962 const UserContext& user_context) { in ShowPasswordChangedDialog()
1187 chromeos::UserContext user_context = in OnProfilePrepared() local
1224 const UserContext& user_context) { in OnPasswordChangeDetected()
1244 const UserContext& user_context, in OnOldEncryptionDetected()
1357 const UserContext& user_context) { in LoginAsPublicSession()
[all …]
H A Dexisting_user_controller_browsertest.cc309 UserContext user_context( in IN_PROC_BROWSER_TEST_F() local
316 UserContext user_context( in IN_PROC_BROWSER_TEST_F() local
585 UserContext user_context( in IN_PROC_BROWSER_TEST_F() local
616 UserContext user_context( in IN_PROC_BROWSER_TEST_F() local
645 UserContext user_context( in IN_PROC_BROWSER_TEST_F() local
714 UserContext user_context( in IN_PROC_BROWSER_TEST_F() local
1052 UserContext user_context( in IN_PROC_BROWSER_TEST_F() local
1108 UserContext user_context( in IN_PROC_BROWSER_TEST_F() local
1128 UserContext user_context( in IN_PROC_BROWSER_TEST_F() local
1153 const UserContext user_context = in SetUpStubAuthenticatorAndAttemptLogin() local
[all …]
/dports/devel/silc-toolkit/silc-toolkit-1.1.12/lib/silcutil/
H A Dsilcutil.c252 SilcUInt32 silc_hash_string(void *key, void *user_context) in silc_hash_string()
271 SilcUInt32 silc_hash_utf8_string(void *key, void *user_context) in silc_hash_utf8_string()
290 SilcUInt32 silc_hash_uint(void *key, void *user_context) in silc_hash_uint()
297 SilcUInt32 silc_hash_ptr(void *key, void *user_context) in silc_hash_ptr()
304 SilcUInt32 silc_hash_id(void *key, void *user_context) in silc_hash_id()
353 SilcUInt32 silc_hash_client_id_hash(void *key, void *user_context) in silc_hash_client_id_hash()
372 SilcUInt32 silc_hash_data(void *key, void *user_context) in silc_hash_data()
387 SilcUInt32 silc_hash_public_key(void *key, void *user_context) in silc_hash_public_key()
416 SilcBool silc_hash_id_compare(void *key1, void *key2, void *user_context) in silc_hash_id_compare()
435 void *user_context) in silc_hash_client_id_compare()
[all …]
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/generator/
H A Dcleanup_on_error_aottest.cpp19 void *my_halide_malloc(void *user_context, size_t x) { in my_halide_malloc()
34 void my_halide_free(void *user_context, void *ptr) { in my_halide_free()
40 void my_halide_error(void *user_context, const char *msg) { in my_halide_error()
47 extern "C" int halide_device_free(void *user_context, struct halide_buffer_t *buf) { in halide_device_free()
52 extern "C" int halide_device_malloc(void *user_context, struct halide_buffer_t *buf, in halide_device_malloc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/
H A Din_session_auth_dialog_client.cc110 UserContext user_context(*user); in AuthenticateUserWithPasswordOrPin() local
141 const UserContext& user_context, in OnPinAttemptDone()
164 const UserContext& user_context) { in AuthenticateWithPassword()
177 const UserContext& user_context) { in OnPasswordAuthSuccess()
190 UserContext user_context(*user); in AuthenticateUserWithFingerprint() local
246 void InSessionAuthDialogClient::OnAuthSuccess(const UserContext& user_context) { in OnAuthSuccess()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/test/
H A Dlogin_manager_mixin.cc55 UserContext user_context(user_info.user_type, user_info.account_id); in CreateDefaultUserContext() local
146 const UserContext& user_context, in AttemptLoginUsingAuthenticator()
159 const UserContext& user_context) { in LoginAndWaitForActiveSession()
171 UserContext user_context = CreateDefaultUserContext(user_info); in LoginWithDefaultContext() local
180 UserContext user_context = CreateDefaultUserContext(test_user); in LoginAsNewRegularUser() local
190 UserContext user_context = CreateDefaultUserContext(test_child_user_); in LoginAsNewChildUser() local

12345678910>>...19