/third_party/openssl/crypto/async/ |
D | async.c | 80 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/libxml2/example/ |
D | gjobread.c | 96 typedef struct job { struct 103 } job, *jobPtr; argument
|
/third_party/openssl/test/ |
D | asynctest.c | 49 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/ |
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/glib/gio/ |
D | gioscheduler.c | 56 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/mksh/ |
D | jobs.c | 90 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 */ argument 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 …]
|
/third_party/boost/libs/thread/example/ |
D | with_lock_guard.cpp | 24 void job() { in job() function 31 void job() { in job() function
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | pack.js | 141 const job = new PackJob(p.path, absolute, false) constant 360 [STAT] (job) { argument 365 [READDIR] (job, stat) { argument 370 [PIPE] (job) { argument
|
/third_party/toybox/toys/pending/ |
D | crond.c | 53 struct double_list *job, *var; member 423 static void do_fork(CRONFILE *cfile, JOB *job, int fd, char *prog) in do_fork() 475 static void sendmail(CRONFILE *cfile, JOB *job) in sendmail() 507 JOB *job, *jstart; in count_running_jobs() local 540 JOB *job, *jstart; in execute_jobs() local 591 JOB *job, *jstart; in schedule_jobs() local
|
/third_party/node/lib/internal/modules/esm/ |
D | module_map.js | 19 set(url, job) { argument
|
/third_party/node/test/parallel/ |
D | test-internal-module-map-asserts.js | 22 const job = undefined; constant
|
/third_party/grpc/tools/run_tests/ |
D | run_grpclb_interop_tests.py | 178 def _job_kill_handler(job): argument 421 job = build_interop_image_jobspec(l.safename) variable 431 job = build_interop_image_jobspec(_FAKE_SERVERS_SAFENAME, variable
|
/third_party/jerryscript/tools/ |
D | run-tests.py | 253 def report_skip(job): argument 264 def create_binary(job, options): argument
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | raw_decoder.c | 435 _vbi3_raw_decoder_job * job, unsigned int i, const uint8_t * raw) in slice() 465 _vbi3_raw_decoder_job *job; in decode_pattern() local 703 _vbi3_raw_decoder_job *job; in vbi3_raw_decoder_remove_services() local 929 _vbi3_raw_decoder_job *job; in vbi3_raw_decoder_add_services() local
|
/third_party/flutter/skia/tools/skqp/ |
D | find_commit_with_best_gold_results.py | 43 def gold_export_url(job, config, first_commit, last_commit): argument
|
/third_party/skia/tools/skqp/ |
D | find_commit_with_best_gold_results.py | 43 def gold_export_url(job, config, first_commit, last_commit): argument
|
/third_party/ffmpeg/libavfilter/ |
D | vsrc_sierpinski.c | 103 static int draw_triangle_slice(AVFilterContext *ctx, void *arg, int job, int nb_jobs) in draw_triangle_slice() 128 static int draw_carpet_slice(AVFilterContext *ctx, void *arg, int job, int nb_jobs) in draw_carpet_slice()
|
D | vsrc_gradients.c | 170 static int draw_gradients_slice(AVFilterContext *ctx, void *arg, int job, int nb_jobs) in draw_gradients_slice() 193 static int draw_gradients_slice16(AVFilterContext *ctx, void *arg, int job, int nb_jobs) in draw_gradients_slice16()
|
/third_party/node/src/ |
D | node_blob.cc | 278 v8::Local<v8::FunctionTemplate> job = env->NewFunctionTemplate(New); in Initialize() local 312 FixedSizeBlobCopyJob* job; in Run() local
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkcontextutil.c | 219 GstMsdkContextJobType job) in gst_msdk_context_ensure_context()
|
/third_party/boost/boost/process/detail/windows/ |
D | group_handle.hpp | 89 inline void associate_completion_port(::boost::winapi::HANDLE_ job, in associate_completion_port()
|
/third_party/uboot/u-boot-2020.01/tools/buildman/ |
D | builderthread.py | 413 def RunJob(self, job): argument
|
/third_party/boost/boost/sort/sample_sort/ |
D | sample_sort.hpp | 158 uint32_t job = 0; in execute_first() local 172 uint32_t job = 0; in execute() local
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | analysis_enc.c | 378 SegmentJob* const job = (SegmentJob*)arg1; in DoSegmentsJob() local 402 static void InitSegmentJob(VP8Encoder* const enc, SegmentJob* const job, in InitSegmentJob()
|
/third_party/gstreamer/gstplugins_bad/ext/mplex/ |
D | gstmplex.hh | 103 GstMplexJob *job; member
|