Home
last modified time | relevance | path

Searched defs:job (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
DMigrationJobTest.java53 MigrationJob job = MigrationFactory in customRecipesMigration_expectMigrations() local
65 MigrationJob job = MigrationFactory in customRecipesMigration_noRecipesFromCountry_expectNoMigrations() local
76 MigrationJob job = MigrationFactory in customRecipes_singleMigration_unsupportedRecipeKey_expectException() local
96 MigrationJob job = MigrationFactory in customRecipes_singleMigration_validKey_expectMigration() local
110 MigrationJob job = MigrationFactory in customRecipes_invalidOldFormatValue_expectException() local
130 MigrationJob job = MigrationFactory in customRecipe_multipleMigration_nextRecipeNotFound_expectException() local
152 MigrationJob job = MigrationFactory in customRecipe_multipleMigration_expectMigration() local
171 MigrationJob job = MigrationFactory.createMigration(invalidNumber, COUNTRY_CODE); in standardMigration_invalidNumberNoRecipe_expectNoMigration() local
183 MigrationJob job = MigrationFactory.createMigration(alreadyValidNumber, vietnamCode); in standardMigration_numberAlreadyValid_expectNoMigration() local
195 MigrationJob job = MigrationFactory.createMigration(alreadyValidNumber, vietnamCode); in standardMigration_migratableNumber_expectMigration() local
[all …]
DMigrationUtilsTest.java51 …MigrationJob job = MigrationFactory.createCustomRecipeMigration(invalidTestNumber, COUNTRY_CODE, M… in getCountryMigratableNumbers_expectNoMatches() local
63 MigrationJob job = MigrationFactory in getCountryMigratableNumbers_expectMatches() local
80 …MigrationJob job = MigrationFactory.createCustomRecipeMigration(VALID_TEST_NUMBER, COUNTRY_CODE, M… in getMigratableNumbers_invalidKey_expectException() local
97 …MigrationJob job = MigrationFactory.createCustomRecipeMigration(VALID_TEST_NUMBER, COUNTRY_CODE, M… in getMigratableNumbers_validKey_expectNoExceptionAndNoMatches() local
108 …MigrationJob job = MigrationFactory.createCustomRecipeMigration(VALID_TEST_NUMBER, COUNTRY_CODE, M… in findMatchingRecipe_expectNoMatchingRecipe() local
119 …MigrationJob job = MigrationFactory.createCustomRecipeMigration(VALID_TEST_NUMBER, COUNTRY_CODE, M… in findMatchingRecipe_expectMatchingRecipe() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_job.c41 v3d_job_free(struct v3d_context *v3d, struct v3d_job *job) in v3d_job_free()
93 struct v3d_job *job = rzalloc(v3d, struct v3d_job); in v3d_job_create() local
113 v3d_job_add_bo(struct v3d_job *job, struct v3d_bo *bo) in v3d_job_add_bo()
137 v3d_job_add_write_resource(struct v3d_job *job, struct pipe_resource *prsc) in v3d_job_add_write_resource()
155 struct v3d_job *job = entry->data; in v3d_flush_jobs_using_bo() local
163 v3d_job_add_tf_write_resource(struct v3d_job *job, struct pipe_resource *prsc) in v3d_job_add_tf_write_resource()
174 v3d_job_writes_resource_from_tf(struct v3d_job *job, in v3d_job_writes_resource_from_tf()
209 struct v3d_job *job = entry->data; in v3d_flush_jobs_writing_resource() local
253 struct v3d_job *job = entry->data; in v3d_flush_jobs_reading_resource() local
313 struct v3d_job *job = v3d_job_create(v3d); in v3d_get_job() local
[all …]
Dv3dx_emit.c135 struct v3d_job *job = v3d->job; in emit_one_texture() local
279 emit_rt_blend(struct v3d_context *v3d, struct v3d_job *job, in emit_rt_blend()
319 emit_flat_shade_flags(struct v3d_job *job, in emit_flat_shade_flags()
337 emit_noperspective_flags(struct v3d_job *job, in emit_noperspective_flags()
354 emit_centroid_flags(struct v3d_job *job, in emit_centroid_flags()
372 emit_varying_flags(struct v3d_job *job, uint32_t *flags, in emit_varying_flags()
373 void (*flag_emit_callback)(struct v3d_job *job, in emit_varying_flags()
418 struct v3d_job *job = v3d->job; in v3dX() local
Dv3d_uniforms.c111 write_texture_p0(struct v3d_job *job, in write_texture_p0()
125 write_texture_p1(struct v3d_job *job, in write_texture_p1()
153 write_tmu_p0(struct v3d_job *job, in write_tmu_p0()
169 write_image_tmu_p0(struct v3d_job *job, in write_image_tmu_p0()
191 write_tmu_p1(struct v3d_job *job, in write_tmu_p1()
213 v3d_write_uniforms(struct v3d_context *v3d, struct v3d_job *job, in v3d_write_uniforms()
Dv3dx_rcl.c114 store_general(struct v3d_job *job, in store_general()
217 v3d_rcl_emit_loads(struct v3d_job *job, struct v3d_cl *cl, int layer) in v3d_rcl_emit_loads()
291 v3d_rcl_emit_stores(struct v3d_job *job, struct v3d_cl *cl, int layer) in v3d_rcl_emit_stores()
429 v3d_rcl_emit_generic_per_tile_list(struct v3d_job *job, int layer) in v3d_rcl_emit_generic_per_tile_list()
486 v3d_setup_render_target(struct v3d_job *job, int cbuf, in v3d_setup_render_target()
505 v3d_emit_z_stencil_config(struct v3d_job *job, struct v3d_surface *surf, in v3d_emit_z_stencil_config()
536 supertile_in_job_scissors(struct v3d_job *job, in supertile_in_job_scissors()
565 emit_render_layer(struct v3d_job *job, uint32_t layer) in emit_render_layer()
Dv3dx_draw.c41 v3d_start_binning(struct v3d_context *v3d, struct v3d_job *job) in v3d_start_binning()
152 struct v3d_job *job = v3d->job; in v3d_start_draw() local
313 v3d_emit_wait_for_tf(struct v3d_job *job) in v3d_emit_wait_for_tf()
334 v3d_emit_wait_for_tf_if_needed(struct v3d_context *v3d, struct v3d_job *job) in v3d_emit_wait_for_tf_if_needed()
362 v3d_emit_gs_state_record(struct v3d_job *job, in v3d_emit_gs_state_record()
408 v3d_emit_tes_gs_common_params(struct v3d_job *job, in v3d_emit_tes_gs_common_params()
448 v3d_emit_tes_gs_shader_params(struct v3d_job *job, in v3d_emit_tes_gs_shader_params()
482 struct v3d_job *job = v3d->job; in v3d_emit_gl_shader_state() local
848 v3d_update_job_ez(struct v3d_context *v3d, struct v3d_job *job) in v3d_update_job_ez()
998 struct v3d_job *job = v3d_get_job_for_fbo(v3d); in v3d_draw_vbo() local
[all …]
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_job.c35 vc4_job_free(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_free()
77 struct vc4_job *job = rzalloc(vc4, struct vc4_job); in vc4_job_create() local
105 struct vc4_job *job = entry->data; in vc4_flush_jobs_writing_resource() local
119 struct vc4_job *job = entry->data; in vc4_flush_jobs_reading_resource() local
185 struct vc4_job *job = vc4_job_create(vc4); in vc4_get_job() local
233 struct vc4_job *job = vc4_get_job(vc4, cbuf, zsbuf); in vc4_get_job_for_fbo() local
281 vc4_submit_setup_rcl_surface(struct vc4_job *job, in vc4_submit_setup_rcl_surface()
323 vc4_submit_setup_rcl_render_config_surface(struct vc4_job *job, in vc4_submit_setup_rcl_render_config_surface()
350 vc4_submit_setup_rcl_msaa_surface(struct vc4_job *job, in vc4_submit_setup_rcl_msaa_surface()
370 vc4_job_submit(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_submit()
Dvc4_uniforms.c32 write_texture_p0(struct vc4_job *job, in write_texture_p0()
45 write_texture_p1(struct vc4_job *job, in write_texture_p1()
59 write_texture_p2(struct vc4_job *job, in write_texture_p2()
76 write_texture_first_level(struct vc4_job *job, in write_texture_first_level()
88 write_texture_msaa_addr(struct vc4_job *job, in write_texture_msaa_addr()
108 write_texture_border_color(struct vc4_job *job, in write_texture_border_color()
196 struct vc4_job *job = vc4->job; in vc4_write_uniforms() local
/third_party/openssl/crypto/async/
Dasync.c80 ASYNC_JOB *job = NULL; in async_job_new() local
93 static void async_job_free(ASYNC_JOB *job) in async_job_free()
103 ASYNC_JOB *job; in async_get_pool_job() local
135 static void async_release_job(ASYNC_JOB *job) { in async_release_job()
146 ASYNC_JOB *job; in async_start_func() local
167 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, in ASYNC_start_job()
257 ASYNC_JOB *job; in ASYNC_pause_job() local
286 ASYNC_JOB *job; in async_empty_pool() local
349 ASYNC_JOB *job; in ASYNC_init_thread() local
413 ASYNC_WAIT_CTX *ASYNC_get_wait_ctx(ASYNC_JOB *job) in ASYNC_get_wait_ctx()
/third_party/mesa3d/src/intel/vulkan/tests/
Dstate_pool_test_helper.h26 struct job { struct
36 struct job *job = void_job; in alloc_states() argument
Dblock_pool_no_free.c33 struct job { struct
44 struct job *job = _job; in alloc_blocks() argument
Dstate_pool_no_free.c33 struct job { struct
44 struct job *job = _job; in alloc_states() local
/third_party/mesa3d/src/gallium/drivers/lima/
Dlima_job.c52 lima_get_fb_info(struct lima_job *job) in lima_get_fb_info()
127 lima_job_free(struct lima_job *job) in lima_job_free()
161 struct lima_job *job = lima_job_create(ctx); in _lima_job_get() local
184 bool lima_job_add_bo(struct lima_job *job, int pipe, in lima_job_add_bo()
209 lima_job_start(struct lima_job *job, int pipe, void *frame, uint32_t size) in lima_job_start()
243 lima_job_wait(struct lima_job *job, int pipe, uint64_t timeout_ns) in lima_job_wait()
254 lima_job_has_bo(struct lima_job *job, struct lima_bo *bo, bool all) in lima_job_has_bo()
271 lima_job_create_stream_bo(struct lima_job *job, int pipe, in lima_job_create_stream_bo()
292 lima_job_get_damage(struct lima_job *job) in lima_job_get_damage()
303 lima_fb_cbuf_needs_reload(struct lima_job *job) in lima_fb_cbuf_needs_reload()
[all …]
Dlima_draw.c99 struct lima_job *job = lima_job_get(ctx); in lima_update_job_wb() local
139 struct lima_job *job = lima_job_get(ctx); in lima_clear() local
279 struct lima_job *job = lima_job_get(ctx); in lima_pack_vs_cmd() local
327 struct lima_job *job = lima_job_get(ctx); in lima_pack_plbu_cmd() local
805 struct lima_job *job = lima_job_get(ctx); in lima_pack_render_state() local
821 struct lima_job *job = lima_job_get(ctx); in lima_update_gp_attribute_info() local
880 struct lima_job *job = lima_job_get(ctx); in lima_update_gp_uniform() local
922 struct lima_job *job = lima_job_get(ctx); in lima_update_pp_uniform() local
937 struct lima_job *job = lima_job_get(ctx); in lima_update_varying() local
1078 struct lima_job *job = lima_job_get(ctx); in lima_draw_vbo_indexed() local
[all …]
/third_party/libxml2/example/
Dgjobread.c96 typedef struct job { struct
103 } job, *jobPtr; argument
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_cmd_buffer.c605 struct v3dv_job *job = cmd_buffer->state.job; in cmd_buffer_render_pass_emit_per_tile_rcl() local
653 struct v3dv_job *job = cmd_buffer->state.job; in cmd_buffer_emit_render_pass_layer_rcl() local
697 set_rcl_early_z_config(struct v3dv_job *job, in set_rcl_early_z_config()
729 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local
1002 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local
1041 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local
1103 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local
1124 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local
1143 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local
1158 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local
[all …]
Dv3dv_cmd_buffer.c62 v3dv_job_add_bo(struct v3dv_job *job, struct v3dv_bo *bo) in v3dv_job_add_bo()
78 v3dv_job_add_bo_unchecked(struct v3dv_job *job, struct v3dv_bo *bo) in v3dv_job_add_bo_unchecked()
176 job_destroy_gpu_cl_resources(struct v3dv_job *job) in job_destroy_gpu_cl_resources()
196 job_destroy_cloned_gpu_cl_resources(struct v3dv_job *job) in job_destroy_cloned_gpu_cl_resources()
217 job_destroy_gpu_csd_resources(struct v3dv_job *job) in job_destroy_gpu_csd_resources()
231 job_destroy_cpu_wait_events_resources(struct v3dv_job *job) in job_destroy_cpu_wait_events_resources()
239 job_destroy_cpu_csd_indirect_resources(struct v3dv_job *job) in job_destroy_cpu_csd_indirect_resources()
247 v3dv_job_destroy(struct v3dv_job *job) in v3dv_job_destroy()
459 job_compute_frame_tiling(struct v3dv_job *job, in job_compute_frame_tiling()
530 v3dv_job_start_frame(struct v3dv_job *job, in v3dv_job_start_frame()
[all …]
Dv3dvx_meta_common.c41 emit_rcl_prologue(struct v3dv_job *job, in emit_rcl_prologue()
131 emit_frame_setup(struct v3dv_job *job, in emit_frame_setup()
183 emit_supertile_coordinates(struct v3dv_job *job, in emit_supertile_coordinates()
461 emit_copy_layer_to_buffer_per_tile_list(struct v3dv_job *job, in emit_copy_layer_to_buffer_per_tile_list()
541 emit_copy_layer_to_buffer(struct v3dv_job *job, in emit_copy_layer_to_buffer()
570 emit_resolve_image_layer_per_tile_list(struct v3dv_job *job, in emit_resolve_image_layer_per_tile_list()
628 emit_resolve_image_layer(struct v3dv_job *job, in emit_resolve_image_layer()
657 emit_copy_buffer_per_tile_list(struct v3dv_job *job, in emit_copy_buffer_per_tile_list()
731 emit_copy_image_layer_per_tile_list(struct v3dv_job *job, in emit_copy_image_layer_per_tile_list()
789 emit_copy_image_layer(struct v3dv_job *job, in emit_copy_image_layer()
[all …]
Dv3dv_queue.c34 struct v3dv_job *job, in v3dv_clif_dump()
164 handle_reset_query_cpu_job(struct v3dv_job *job) in handle_reset_query_cpu_job()
202 handle_end_query_cpu_job(struct v3dv_job *job) in handle_end_query_cpu_job()
215 handle_copy_query_results_cpu_job(struct v3dv_job *job) in handle_copy_query_results_cpu_job()
246 handle_set_event_cpu_job(struct v3dv_job *job, bool is_wait_thread) in handle_set_event_cpu_job()
282 check_wait_events_complete(struct v3dv_job *job) in check_wait_events_complete()
317 struct v3dv_job *job = (struct v3dv_job *) _job; in event_wait_thread_func() local
355 spawn_event_wait_thread(struct v3dv_job *job, pthread_t *wait_thread) in spawn_event_wait_thread()
369 handle_wait_events_cpu_job(struct v3dv_job *job, in handle_wait_events_cpu_job()
401 handle_copy_buffer_to_image_cpu_job(struct v3dv_job *job) in handle_copy_buffer_to_image_cpu_job()
[all …]
/third_party/openssl/test/
Dasynctest.c49 ASYNC_JOB *job; in waitfd() local
128 ASYNC_JOB *job = NULL; in test_ASYNC_start_job() local
156 ASYNC_JOB *job = NULL; in test_ASYNC_get_current_job() local
183 ASYNC_JOB *job = NULL; in test_ASYNC_WAIT_CTX_get_all_fds() local
250 ASYNC_JOB *job = NULL; in test_ASYNC_block_pause() local
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/
Dmain.go483 type job struct { struct
484 file string
485 flags []string
486 format outputFormat
487 result chan status
490 …ob) run(wd, exe string, fxc bool, dxcPath, xcrunPath string, generateExpected, generateSkip bool) {
/third_party/mksh/
Djobs.c90 struct job { struct
92 Job *next; /* next job in list */ argument
95 struct timeval systime; /* system time used by job */ argument
96 struct timeval usrtime; /* user time used by job */ argument
97 pid_t pgrp; /* process group of job */ argument
98 pid_t ppid; /* pid of process that forked job */ argument
99 int job; /* job number: %n */ argument
101 volatile int state; /* job state */ argument
103 int age; /* number of jobs started */ argument
106 mksh_ttyst ttystat; /* saved tty state for stopped jobs */ argument
[all …]
/third_party/glib/gio/
Dgioscheduler.c56 g_io_job_free (GIOSchedulerJob *job) in g_io_job_free()
77 GIOSchedulerJob *job = task_data; in io_job_thread() local
120 GIOSchedulerJob *job; in g_io_scheduler_push_job() local
171 GIOSchedulerJob *job = l->data; in g_io_scheduler_cancel_all_jobs() local
240 g_io_scheduler_job_send_to_mainloop (GIOSchedulerJob *job, in g_io_scheduler_job_send_to_mainloop()
299 g_io_scheduler_job_send_to_mainloop_async (GIOSchedulerJob *job, in g_io_scheduler_job_send_to_mainloop_async()
/third_party/boost/libs/thread/example/
Dwith_lock_guard.cpp24 void job() { in job() function
31 void job() { in job() function

12345