Home
last modified time | relevance | path

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

12345

/external/chromium-trace/catapult/dashboard/dashboard/
Dupdate_bug_with_results.py86 def _CheckJob(job, issue_tracker): argument
118 def _CheckBisectJob(job, issue_tracker): argument
127 def _CheckFYIBisectJob(job, issue_tracker): argument
139 def _SendPerfTryJobEmail(job): argument
153 def _PostResult(job, issue_tracker): argument
208 def _IsStale(job): argument
308 def _SendFYIBisectEmail(job, message): argument
318 def UpdateQuickLog(job): argument
Dbisect_fyi.py115 def VerifyBisectFYIResults(job): argument
132 def IsBugUpdated(job, issue_tracker): argument
171 def _GetBisectConfig(job): argument
Dpost_bisect_results.py84 def _UpdateTryJob(job, results_data): argument
101 def _IssueURL(job): argument
/external/libxml2/example/
Dgjobread.c96 typedef struct job { struct
103 } job, *jobPtr; argument
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
Dtask.py41 def _DispatchTracesAndWaitForResult(self, job, traces, num_instances): argument
118 def _CheckOnMapResults(self, job): argument
220 def _CheckOnReduceResults(self, job): argument
266 def _RunMappers(self, job): argument
277 def _CreateMapperJob(self, job): argument
/external/v8/src/
Doptimizing-compile-dispatcher.cc17 void DisposeOptimizedCompileJob(OptimizedCompileJob* job, in DisposeOptimizedCompileJob()
108 OptimizedCompileJob* job = input_queue_[InputQueueIndex(0)]; in NextInput() local
125 void OptimizingCompileDispatcher::CompileNext(OptimizedCompileJob* job) { in CompileNext()
144 OptimizedCompileJob* job = NULL; in FlushOutputQueue() local
217 OptimizedCompileJob* job = NULL; in InstallOptimizedFunctions() local
257 OptimizedCompileJob* job) { in QueueForOptimization()
334 void OptimizingCompileDispatcher::AddToOsrBuffer(OptimizedCompileJob* job) { in AddToOsrBuffer()
/external/mksh/src/
Djobs.c77 struct job { struct
78 Job *next; /* next job in list */ argument
81 struct timeval systime; /* system time used by job */ argument
82 struct timeval usrtime; /* user time used by job */ argument
83 pid_t pgrp; /* process group of job */ argument
84 pid_t ppid; /* pid of process that forked job */ argument
85 int job; /* job number: %n */ argument
87 volatile int state; /* job state */ argument
89 int age; /* number of jobs started */ argument
92 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/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
Dclique_runner.py75 def _collect_dut_pool_logs(dut_objects, job): argument
161 def _are_all_conn_workers_healthy(workers, aps, assoc_params_list, job): argument
201 def run(self, job, tries=10, capturer_hostname=None, argument
/external/autotest/server/cros/network/
Dchaos_clique_utils.py132 def is_conn_worker_healthy(conn_worker, ap, assoc_params, job): argument
177 def filter_quarantined_and_config_failed_aps(aps, batch_locker, job, argument
216 def get_security_from_scan(ap, networks, job): argument
265 def return_available_networks(ap, capturer, job, ap_spec): argument
/external/autotest/client/bin/
Dharness.py19 def __init__(self, job): argument
27 def setup(self, job): argument
86 def select(which, job, harness_args): argument
Dharness_standalone.py19 def __init__(self, job, harness_args): argument
Dpartition.py79 def wipe_filesystem(job, mountpoint): argument
117 def get_partition_list(job, min_blocks=0, filter_func=None, exclude_swap=True, argument
221 def get_unmounted_partition_list(root_part, job=None, min_blocks=0, argument
330 def run_test_on_partitions(job, test, partitions, mountpoint_func, argument
374 def __init__(self, job, device, loop_size=0, mountpoint=None): argument
Dkernel.py77 def __init__(self, job): argument
148 def __init__(self, job, base_tree, subdir, tmp_dir, build_dir, leave=False): argument
706 def __init__(self, job, rpm_package, subdir): argument
825 def rpm_kernel_vendor(job, rpm_package, subdir): argument
844 def auto_kernel(job, path, subdir, tmp_dir, build_dir, leave=False): argument
/external/chromium-trace/catapult/perf_insights/perf_insights/mre/
Dfailure.py10 def __init__(self, job, function_handle_string, trace_canonical_url, argument
40 def FromDict(failure_dict, job, failure_names_to_constructors=None): argument
Dreduce_map_results.py19 def ReduceMapResults(job_results, key, file_handle, job): argument
/external/v8/src/heap/
Dincremental-marking-job.h28 explicit IdleTask(Isolate* isolate, IncrementalMarkingJob* job) in IdleTask()
41 explicit DelayedTask(Isolate* isolate, IncrementalMarkingJob* job) in DelayedTask()
/external/autotest/server/
Dautoserv_utils.py24 def autoserv_run_job_command(autoserv_directory, machines, argument
133 def _autoserv_command_line(machines, extra_args, job=None, queue_entry=None, argument
Dsequence.py117 def schedule(self, job, timeout_mins, machine): argument
163 def sequence_schedule(job, machines, server_tests): argument
/external/autotest/tko/
Ddb.py374 def insert_job(self, tag, job, parent_job_id=None, commit=None): argument
412 def update_job_keyvals(self, job, commit=None): argument
424 def insert_test(self, job, test, commit = None): argument
498 def machine_info_dict(self, job): argument
512 def insert_machine(self, job, commit = None): argument
518 def update_machine_information(self, job, commit = None): argument
/external/chromium-trace/catapult/firefighter/base/
Dbigquery.py146 def IsJobDone(self, job): argument
153 def PollJob(self, job, timeout): argument
/external/clang/test/SemaObjC/
Derror-outof-scope-property-use.m16 {
/external/toybox/toys/pending/
Dcrond.c53 struct double_list *job, *var; member
422 static void do_fork(CRONFILE *cfile, JOB *job, int fd, char *prog) in do_fork()
474 static void sendmail(CRONFILE *cfile, JOB *job) in sendmail()
506 JOB *job, *jstart; in count_running_jobs() local
539 JOB *job, *jstart; in execute_jobs() local
590 JOB *job, *jstart; in schedule_jobs() local
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Dprettify.js755 var job = { variable
849 var decorate = function (job) { argument
1068 function recombineTagsAndDecorations(job) { argument
1336 function applyDecorator(job) { argument
1370 var job = { variable

12345