| /third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/ |
| D | MigrationJobTest.java | 53 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 …]
|
| D | MigrationUtilsTest.java | 51 …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/ |
| D | v3d_job.c | 41 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 …]
|
| D | v3dx_rcl.c | 114 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() 292 v3d_rcl_emit_stores(struct v3d_job *job, struct v3d_cl *cl, int layer) in v3d_rcl_emit_stores() 431 v3d_rcl_emit_generic_per_tile_list(struct v3d_job *job, int layer) in v3d_rcl_emit_generic_per_tile_list() 488 v3d_setup_render_target(struct v3d_job *job, int cbuf, in v3d_setup_render_target() 507 v3d_emit_z_stencil_config(struct v3d_job *job, struct v3d_surface *surf, in v3d_emit_z_stencil_config() 538 supertile_in_job_scissors(struct v3d_job *job, in supertile_in_job_scissors() 568 do_double_initial_tile_clear(const struct v3d_job *job) in do_double_initial_tile_clear() 584 emit_render_layer(struct v3d_job *job, uint32_t layer) in emit_render_layer()
|
| D | v3dx_emit.c | 118 struct v3d_job *job = v3d->job; in emit_one_texture() local 262 emit_rt_blend(struct v3d_context *v3d, struct v3d_job *job, in emit_rt_blend() 300 emit_flat_shade_flags(struct v3d_job *job, in emit_flat_shade_flags() 318 emit_noperspective_flags(struct v3d_job *job, in emit_noperspective_flags() 335 emit_centroid_flags(struct v3d_job *job, in emit_centroid_flags() 353 emit_varying_flags(struct v3d_job *job, uint32_t *flags, in emit_varying_flags() 354 void (*flag_emit_callback)(struct v3d_job *job, in emit_varying_flags() 399 struct v3d_job *job = v3d->job; in v3dX() local
|
| D | v3d_uniforms.c | 125 write_texture_p0(struct v3d_job *job, in write_texture_p0() 139 write_texture_p1(struct v3d_job *job, in write_texture_p1() 167 write_tmu_p0(struct v3d_job *job, in write_tmu_p0() 197 write_image_tmu_p0(struct v3d_job *job, in write_image_tmu_p0() 219 write_tmu_p1(struct v3d_job *job, in write_tmu_p1() 250 v3d_write_uniforms(struct v3d_context *v3d, struct v3d_job *job, in v3d_write_uniforms()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_job.c | 35 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()
|
| D | vc4_uniforms.c | 32 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/ |
| D | async.c | 82 ASYNC_JOB *job = NULL; in async_job_new() local 95 static void async_job_free(ASYNC_JOB *job) in async_job_free() 105 ASYNC_JOB *job; in async_get_pool_job() local 137 static void async_release_job(ASYNC_JOB *job) { in async_release_job() 152 ASYNC_JOB *job; in async_start_func() local 177 int ASYNC_start_job(ASYNC_JOB **job, ASYNC_WAIT_CTX *wctx, int *ret, in ASYNC_start_job() 293 ASYNC_JOB *job; in ASYNC_pause_job() local 322 ASYNC_JOB *job; in async_empty_pool() local 385 ASYNC_JOB *job; in ASYNC_init_thread() local 449 ASYNC_WAIT_CTX *ASYNC_get_wait_ctx(ASYNC_JOB *job) in ASYNC_get_wait_ctx()
|
| /third_party/mesa3d/src/intel/vulkan/tests/ |
| D | block_pool_no_free.c | 33 struct job { struct 44 struct job *job = _job; in alloc_blocks() argument
|
| D | state_pool_test_helper.h | 26 struct job { struct 36 struct job *job = void_job; in alloc_states() argument
|
| D | state_pool_no_free.c | 33 struct job { struct 44 struct job *job = _job; in alloc_states() local
|
| /third_party/libdrm/tegra/ |
| D | job.c | 41 drm_tegra_job_add_command(struct drm_tegra_job *job, uint32_t type, in drm_tegra_job_add_command() 68 struct drm_tegra_job *job; in drm_tegra_job_new() local 82 drm_public int drm_tegra_job_free(struct drm_tegra_job *job) in drm_tegra_job_free() 102 drm_tegra_job_get_pushbuf(struct drm_tegra_job *job, in drm_tegra_job_get_pushbuf() 132 drm_tegra_job_submit(struct drm_tegra_job *job, struct drm_tegra_fence *fence) in drm_tegra_job_submit() 167 drm_tegra_job_wait(struct drm_tegra_job *job, unsigned long timeout) in drm_tegra_job_wait()
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| D | lima_job.c | 54 lima_get_fb_info(struct lima_job *job) in lima_get_fb_info() 140 lima_job_free(struct lima_job *job) in lima_job_free() 175 struct lima_job *job = lima_job_create(ctx, cbuf, zsbuf); in lima_job_get_with_fb() local 206 bool lima_job_add_bo(struct lima_job *job, int pipe, in lima_job_add_bo() 231 lima_job_start(struct lima_job *job, int pipe, void *frame, uint32_t size) in lima_job_start() 265 lima_job_wait(struct lima_job *job, int pipe, uint64_t timeout_ns) in lima_job_wait() 276 lima_job_has_bo(struct lima_job *job, struct lima_bo *bo, bool all) in lima_job_has_bo() 293 lima_job_create_stream_bo(struct lima_job *job, int pipe, in lima_job_create_stream_bo() 314 lima_job_get_damage(struct lima_job *job) in lima_job_get_damage() 325 lima_fb_cbuf_needs_reload(struct lima_job *job) in lima_fb_cbuf_needs_reload() [all …]
|
| /third_party/libxml2/example/ |
| D | gjobread.c | 96 typedef struct job { struct 103 } job, *jobPtr; argument
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| D | v3dvx_cmd_buffer.c | 662 struct v3dv_job *job = cmd_buffer->state.job; in cmd_buffer_render_pass_emit_per_tile_rcl() local 710 struct v3dv_job *job = cmd_buffer->state.job; in cmd_buffer_emit_render_pass_layer_rcl() local 754 set_rcl_early_z_config(struct v3dv_job *job, in set_rcl_early_z_config() 783 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local 1054 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local 1093 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local 1155 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local 1176 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local 1195 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local 1210 struct v3dv_job *job = cmd_buffer->state.job; in v3dX() local [all …]
|
| D | v3dv_queue.c | 37 struct v3dv_job *job, in v3dv_clif_dump() 127 handle_reset_query_cpu_job(struct v3dv_queue *queue, struct v3dv_job *job, in handle_reset_query_cpu_job() 169 export_perfmon_last_job_sync(struct v3dv_queue *queue, struct v3dv_job *job, int *fd) in export_perfmon_last_job_sync() 215 handle_end_query_cpu_job(struct v3dv_job *job, uint32_t counter_pass_idx) in handle_end_query_cpu_job() 266 handle_copy_query_results_cpu_job(struct v3dv_job *job) in handle_copy_query_results_cpu_job() 293 handle_set_event_cpu_job(struct v3dv_queue *queue, struct v3dv_job *job, in handle_set_event_cpu_job() 321 check_wait_events_complete(struct v3dv_job *job) in check_wait_events_complete() 334 handle_wait_events_cpu_job(struct v3dv_job *job) in handle_wait_events_cpu_job() 348 struct v3dv_job *job, in handle_copy_buffer_to_image_cpu_job() 400 handle_timestamp_query_cpu_job(struct v3dv_queue *queue, struct v3dv_job *job, in handle_timestamp_query_cpu_job() [all …]
|
| D | v3dvx_meta_common.c | 40 emit_rcl_prologue(struct v3dv_job *job, in emit_rcl_prologue() 132 emit_frame_setup(struct v3dv_job *job, in emit_frame_setup() 188 emit_supertile_coordinates(struct v3dv_job *job, in emit_supertile_coordinates() 476 emit_copy_layer_to_buffer_per_tile_list(struct v3dv_job *job, in emit_copy_layer_to_buffer_per_tile_list() 556 emit_copy_layer_to_buffer(struct v3dv_job *job, in emit_copy_layer_to_buffer() 585 emit_resolve_image_layer_per_tile_list(struct v3dv_job *job, in emit_resolve_image_layer_per_tile_list() 643 emit_resolve_image_layer(struct v3dv_job *job, in emit_resolve_image_layer() 672 emit_copy_buffer_per_tile_list(struct v3dv_job *job, in emit_copy_buffer_per_tile_list() 746 emit_copy_image_layer_per_tile_list(struct v3dv_job *job, in emit_copy_image_layer_per_tile_list() 804 emit_copy_image_layer(struct v3dv_job *job, in emit_copy_image_layer() [all …]
|
| D | v3dv_cmd_buffer.c | 29 v3dv_job_add_bo(struct v3dv_job *job, struct v3dv_bo *bo) in v3dv_job_add_bo() 45 v3dv_job_add_bo_unchecked(struct v3dv_job *job, struct v3dv_bo *bo) in v3dv_job_add_bo_unchecked() 109 job_destroy_gpu_cl_resources(struct v3dv_job *job) in job_destroy_gpu_cl_resources() 129 job_destroy_cloned_gpu_cl_resources(struct v3dv_job *job) in job_destroy_cloned_gpu_cl_resources() 150 job_destroy_gpu_csd_resources(struct v3dv_job *job) in job_destroy_gpu_csd_resources() 164 job_destroy_cpu_wait_events_resources(struct v3dv_job *job) in job_destroy_cpu_wait_events_resources() 172 v3dv_job_destroy(struct v3dv_job *job) in v3dv_job_destroy() 354 job_compute_frame_tiling(struct v3dv_job *job, in job_compute_frame_tiling() 416 v3dv_job_start_frame(struct v3dv_job *job, in v3dv_job_start_frame() 490 v3dv_X(job->device, job_emit_binning_prolog)(job, tiling, layers); in v3dv_job_start_frame() local [all …]
|
| /third_party/mksh/ |
| D | jobs.c | 90 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/skia/third_party/externals/tint/tools/src/cmd/test-runner/ |
| D | main.go | 483 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/cups-filters/filter/foomatic-rip/ |
| D | spooler.c | 41 void init_cups(list_t *arglist, dstr_t *filelist, jobparams_t *job) in init_cups() 107 int find_ppdfile(const char *user_default_path, jobparams_t *job) in find_ppdfile() 168 int find_default_printer(const char *user_default_path, jobparams_t *job) in find_default_printer() 195 void init_direct(list_t *arglist, dstr_t *filelist, jobparams_t *job) in init_direct()
|
| /third_party/openssl/test/ |
| D | asynctest.c | 82 ASYNC_JOB *job; in waitfd() local 198 ASYNC_JOB *job = NULL; in test_ASYNC_start_job() local 226 ASYNC_JOB *job = NULL; in test_ASYNC_get_current_job() local 253 ASYNC_JOB *job = NULL; in test_ASYNC_WAIT_CTX_get_all_fds() local 320 ASYNC_JOB *job = NULL; in test_ASYNC_block_pause() local 344 ASYNC_JOB *job = NULL; in test_ASYNC_start_job_ex() local
|
| /third_party/mesa3d/.gitlab-ci/lava/ |
| D | lava_job_submitter.py | 337 def find_lava_error(job) -> None: argument 350 def show_job_data(job): argument 362 def fetch_logs(job, max_idle_time, log_follower) -> None: argument 406 def follow_job_execution(job): argument 444 def print_job_final_status(job): argument
|
| /third_party/mesa3d/.gitlab-ci/bin/ |
| D | ci_run_n_monitor.py | 83 def print_job_status(job) -> None: argument 99 def print_job_status_change(job) -> None: argument 191 def enable_job(project, job, target: bool) -> None: argument 202 def cancel_job(project, job) -> None: argument
|