Home
last modified time | relevance | path

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

12345678

/external/autotest/venv/lucifer/
Djobx.py30 def is_hostless(job): argument
38 def hostnames(job): argument
47 def is_aborted(job): argument
58 def is_server_job(job): argument
66 def is_client_job(job): argument
80 def needs_ssp(job): argument
121 def prepare_control_file(job, workdir): argument
127 def prepare_keyvals_files(job, workdir): argument
140 def write_aborted_keyvals_and_status(job, workdir): argument
/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_job.c48 vc5_job_free(struct vc5_context *vc5, struct vc5_job *job) in vc5_job_free()
95 struct vc5_job *job = rzalloc(vc5, struct vc5_job); in vc5_job_create() local
115 vc5_job_add_bo(struct vc5_job *job, struct vc5_bo *bo) in vc5_job_add_bo()
139 vc5_job_add_write_resource(struct vc5_job *job, struct pipe_resource *prsc) in vc5_job_add_write_resource()
160 struct vc5_job *job = entry->data; in vc5_flush_jobs_writing_resource() local
175 struct vc5_job *job = entry->data; in vc5_flush_jobs_reading_resource() local
188 vc5_job_set_tile_buffer_size(struct vc5_job *job) in vc5_job_set_tile_buffer_size()
252 struct vc5_job *job = vc5_job_create(vc5); in vc5_get_job() local
294 struct vc5_job *job = vc5_get_job(vc5, cbufs, zsbuf); in vc5_get_job_for_fbo() local
332 struct vc5_job *job = data; in vc5_clif_dump_lookup() local
[all …]
Dvc5_uniforms.c180 write_texture_p0(struct vc5_job *job, in write_texture_p0()
194 write_texture_p1(struct vc5_job *job, in write_texture_p1()
222 write_tmu_p0(struct vc5_job *job, in write_tmu_p0()
243 write_tmu_p1(struct vc5_job *job, in write_tmu_p1()
266 struct vc5_job *job = vc5->job; in vc5_write_uniforms() local
/external/v8/src/compiler-dispatcher/
Dcompiler-dispatcher.cc25 bool DoNextStepOnMainThread(Isolate* isolate, CompilerDispatcherJob* job, in DoNextStepOnMainThread()
55 void DoNextStepOnBackgroundThread(CompilerDispatcherJob* job) { in DoNextStepOnBackgroundThread()
230 std::unique_ptr<CompilerDispatcherJob> job) { in Enqueue()
239 std::unique_ptr<CompilerDispatcherJob> job) { in EnqueueAndStep()
267 std::unique_ptr<CompilerDispatcherJob> job(new UnoptimizedCompileJob( in Enqueue() local
285 std::unique_ptr<CompilerDispatcherJob> job(new UnoptimizedCompileJob( in EnqueueAndStep() local
299 CompilerDispatcherJob* job) { in WaitForJobIfRunningOnBackground()
319 bool CompilerDispatcher::FinishNow(CompilerDispatcherJob* job) { in FinishNow()
335 JobMap::const_iterator job = GetJobFor(function); in FinishNow() local
345 CompilerDispatcherJob* job = it->second.get(); in FinishAllNow() local
[all …]
Doptimizing-compile-dispatcher.cc22 void DisposeCompilationJob(OptimizedCompilationJob* job, in DisposeCompilationJob()
100 OptimizedCompilationJob* job = input_queue_[InputQueueIndex(0)]; in NextInput() local
114 void OptimizingCompileDispatcher::CompileNext(OptimizedCompilationJob* job) { in CompileNext()
131 OptimizedCompilationJob* job = nullptr; in FlushOutputQueue() local
148 OptimizedCompilationJob* job = input_queue_[InputQueueIndex(0)]; in Flush() local
196 OptimizedCompilationJob* job = nullptr; in InstallOptimizedFunctions() local
219 OptimizedCompilationJob* job) { in QueueForOptimization()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_job.c42 vc4_job_free(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_free()
80 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
120 struct vc4_job *job = entry->data; in vc4_flush_jobs_reading_resource() local
186 struct vc4_job *job = vc4_job_create(vc4); in vc4_get_job() local
234 struct vc4_job *job = vc4_get_job(vc4, cbuf, zsbuf); in vc4_get_job_for_fbo() local
282 vc4_submit_setup_rcl_surface(struct vc4_job *job, in vc4_submit_setup_rcl_surface()
324 vc4_submit_setup_rcl_render_config_surface(struct vc4_job *job, in vc4_submit_setup_rcl_render_config_surface()
351 vc4_submit_setup_rcl_msaa_surface(struct vc4_job *job, in vc4_submit_setup_rcl_msaa_surface()
371 vc4_job_submit(struct vc4_context *vc4, struct vc4_job *job) in vc4_job_submit()
Dvc4_uniforms.c31 write_texture_p0(struct vc4_job *job, in write_texture_p0()
44 write_texture_p1(struct vc4_job *job, in write_texture_p1()
58 write_texture_p2(struct vc4_job *job, in write_texture_p2()
75 write_texture_first_level(struct vc4_job *job, in write_texture_first_level()
87 write_texture_msaa_addr(struct vc4_job *job, in write_texture_msaa_addr()
107 write_texture_border_color(struct vc4_job *job, in write_texture_border_color()
215 struct vc4_job *job = vc4->job; in vc4_write_uniforms() local
Dvc4_draw.c38 vc4_get_draw_cl_space(struct vc4_job *job, int vert_count) in vc4_get_draw_cl_space()
77 struct vc4_job *job = vc4->job; in vc4_start_draw() local
136 struct vc4_job *job = vc4->job; in vc4_emit_gl_shader_state() local
276 struct vc4_job *job = vc4_get_job_for_fbo(vc4); in vc4_hw_2116_workaround() local
318 struct vc4_job *job = vc4_get_job_for_fbo(vc4); in vc4_draw_vbo() local
551 struct vc4_job *job = vc4_get_job_for_fbo(vc4); in vc4_clear() local
/external/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.c32 struct job { struct
43 struct job *job = _job; in alloc_blocks() argument
Dstate_pool_no_free.c32 struct job { struct
43 struct job *job = _job; in alloc_states() argument
/external/libxml2/example/
Dgjobread.c96 typedef struct job { struct
103 } job, *jobPtr; argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowJobScheduler.java25 protected abstract int schedule(JobInfo job); in schedule()
41 protected abstract int enqueue(JobInfo job, JobWorkItem work); in enqueue()
52 public int schedule(JobInfo job) { in schedule()
57 scheduledJobs.put(job.getId(), job); in schedule() local
83 public int enqueue(JobInfo job, JobWorkItem work) { in enqueue()
/external/autotest/venv/lucifer/cmd/
Djob_reporter.py111 def _prepare_autotest_job_files(args, job): argument
116 def _make_handler(args, job): argument
126 def _run_lucifer_job(event_handler, args, job): argument
151 def _add_level_specific_args(command_args, args, job): argument
162 def _add_starting_args(command_args, args, job): argument
/external/mksh/src/
Djobs.c90 struct job { struct
91 Job *next; /* next job in list */ argument
94 struct timeval systime; /* system time used by job */ argument
95 struct timeval usrtime; /* user time used by job */ argument
96 pid_t pgrp; /* process group of job */ argument
97 pid_t ppid; /* pid of process that forked job */ argument
98 int job; /* job number: %n */ member
100 volatile int state; /* job state */ argument
102 int age; /* number of jobs started */ argument
105 mksh_ttyst ttystat; /* saved tty state for stopped jobs */ argument
[all …]
/external/autotest/server/cros/
Dprovision_actionables.py17 def execute(self, job, host, *args, **kwargs): argument
45 def execute(self, job, host, *args, **kwargs): argument
62 def execute(self, job, host, *args, **kwargs): argument
/external/tensorflow/tensorflow/python/tpu/
Dtopology.py27 def _tpu_device_name(job, task, device): argument
35 def _tpu_host_device_name(job, task): argument
189 def cpu_device_name_at_coordinates(self, device_coordinates, job=None): argument
194 def tpu_device_name_at_coordinates(self, device_coordinates, job=None): argument
/external/autotest/server/cros/clique_lib/
Dclique_dut_log_collector.py14 def log_collector_dut_worker(dut, job): argument
37 def collect_logs(self, dut_objects, job): argument
/external/tensorflow/tensorflow/python/framework/
Ddevice.py68 def __init__(self, job=None, replica=None, task=None, device_type=None, argument
100 def job(self): member in DeviceSpec
104 def job(self, job): member in DeviceSpec
/external/autotest/tko/
Ddb.py481 def insert_job(self, tag, job, commit=None): argument
501 def _get_common_job_data(self, tag, job): argument
518 def insert_or_update_task_reference(self, job, reference_type, commit=None): argument
553 def update_job_keyvals(self, job, commit=None): argument
570 def insert_test(self, job, test, commit = None): argument
642 def machine_info_dict(self, job): argument
662 def insert_or_update_machine(self, job, commit=None): argument
679 def _lookup_task_reference(self, job): argument
696 def _insert_machine(self, job, commit = None): argument
707 def _update_machine_information(self, job, commit = None): argument
Dparse.py156 def mailfailure(jobname, job, message): argument
307 def export_tko_job_to_file(job, jobname, filename): argument
521 def _write_job_to_db(db, jobname, job): argument
549 def _parse_status_log(parser, job, status_log_path): argument
563 def _match_existing_tests(db, job): argument
/external/python/cpython2/PC/VS8.0/
Dbuild_pgo.bat19 set job=%job1% variable
24 if "%1"=="-2" (set job=%job2%) & (set clrpath=%path2%) & shift & goto CheckOpts variable
/external/python/cpython2/PC/VS9.0/
Dbuild_pgo.bat19 set job=%job1% variable
24 if "%1"=="-2" (set job=%job2%) & (set clrpath=%path2%) & shift & goto CheckOpts variable
/external/autotest/client/bin/
Dharness.py23 def __init__(self, job): argument
31 def setup(self, job): argument
84 def select(which, job, harness_args): argument
/external/autotest/server/cros/network/
Dchaos_clique_utils.py163 def is_conn_worker_healthy(conn_worker, ap, assoc_params, job): argument
208 def filter_quarantined_and_config_failed_aps(aps, batch_locker, job, argument
247 def get_security_from_scan(ap, networks, job): argument
309 def return_available_networks(ap, capturer, job, ap_spec): argument

12345678