/external/autotest/client/tests/ebizzy/ |
ebizzy.py | 9 self.job.require_gcc()
|
/external/autotest/client/tests/fsstress/ |
fsstress.py | 9 self.job.require_gcc()
|
/external/autotest/client/tests/fsx/ |
fsx.py | 15 self.job.require_gcc()
|
/external/autotest/client/tests/perfmon/ |
perfmon.py | 17 self.job.require_gcc()
|
/external/autotest/client/tests/profiler_test/ |
profiler_test.py | 35 profilers = self.job.profilers
|
/external/autotest/client/tests/xmtest/ |
xmtest.py | 14 self.job.require_gcc()
|
/external/libcups/cups/ |
ppd-private.h | 176 ipp_t *job, 185 extern const char *_ppdCacheGetInputSlot(_ppd_cache_t *pc, ipp_t *job, 187 extern const char *_ppdCacheGetMediaType(_ppd_cache_t *pc, ipp_t *job, 191 extern const char *_ppdCacheGetPageSize(_ppd_cache_t *pc, ipp_t *job,
|
pwg.h | 77 extern int pwgInitSize(pwg_size_t *size, ipp_t *job,
|
testpwg.c | 94 int fd; /* Job file descriptor */ 96 ipp_t *job; /* Job attributes */ local 101 job = ippNew(); 102 ippReadFile(fd, job); 105 if ((media = ippFindAttribute(job, "media", IPP_TAG_ZERO)) != NULL && 118 if ((pagesize = _ppdCacheGetPageSize(pc, job, NULL, NULL)) == NULL) 132 ippDelete(job); 356 ipp_t *job; /* Job attributes * local [all...] |
/external/mesa3d/src/mesa/main/ |
glthread.c | 44 glthread_unmarshal_batch(void *job, int thread_index) 46 struct glthread_batch *batch = (struct glthread_batch*)job; 60 glthread_thread_initialization(void *job, int thread_index) 62 struct gl_context *ctx = (struct gl_context*)job;
|
/external/tensorflow/tensorflow/core/common_runtime/ |
device.cc | 30 rmgr_ = new ResourceMgr(parsed_name_.job);
|
/external/autotest/scheduler/ |
host_scheduler.py | 14 id of a leased host matching the dependencies of the job. 21 apparent when viewed in the context of the job-scheduler (monitor_db), which 27 dropping a 'suite_min_duts' job keyval which defaults to 0. 33 scheduler will allocate the rest of duts based on job priority and suite job id. 102 by a job. 106 latest completed job that has run on a host is slow. Therefore, we go with 107 an alternative: keeping a <host id, suite job id> map 130 parent_id = queue_entry.job.parent_job_id 169 for each suite in its job keyvals, and how many duts a suite i [all...] |
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
grpc_server_lib.cc | 126 for (const auto& job : server_def_.cluster().job()) { 127 if (job.name() == server_def_.job_name()) { 128 auto iter = job.tasks().find(server_def_.task_index()); 129 if (iter == job.tasks().end()) { 131 " was not defined in job \"", 145 return errors::Internal("Job \"", server_def_.job_name(), 155 strings::StrCat("/job:", server_def_.job_name(), "/replica:0", 284 for (const auto& job : options.cluster_def->job()) { [all...] |
/cts/tests/JobScheduler/JobTestApp/src/android/jobscheduler/cts/jobtestapp/ |
TestJobSchedulerReceiver.java | 19 import android.app.job.JobInfo; 20 import android.app.job.JobScheduler; 65 Log.e(TAG, "Could not schedule job " + jobId); 67 Log.d(TAG, "Successfully scheduled job with id " + jobId);
|
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/ |
SharedUidTest.java | 19 import android.app.job.JobInfo; 20 import android.app.job.JobScheduler; 59 // The job should be scheduled. 60 assertNotNull("Job should be registered", js.getPendingJob(JOBID)); 94 // Make sure the job hasn't been canceled. 95 assertNotNull("Job shouldn't be canceled", js.getPendingJob(JOBID));
|
/developers/build/prebuilts/gradle/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/ |
MyJobService.java | 19 import android.app.job.JobParameters; 20 import android.app.job.JobService; 72 // the job (on another thread). 87 Log.i(TAG, "on start job: " + params.getJobId()); 89 // Return true as there's more work to be done with this job. 95 // Stop tracking these job parameters, as we've 'finished' executing. 97 Log.i(TAG, "on stop job: " + params.getJobId()); 99 // Return false to drop the job.
|
/developers/samples/android/background/JobScheduler/Application/src/main/java/com/example/android/jobscheduler/service/ |
MyJobService.java | 19 import android.app.job.JobParameters; 20 import android.app.job.JobService; 72 // the job (on another thread). 87 Log.i(TAG, "on start job: " + params.getJobId()); 89 // Return true as there's more work to be done with this job. 95 // Stop tracking these job parameters, as we've 'finished' executing. 97 Log.i(TAG, "on stop job: " + params.getJobId()); 99 // Return false to drop the job.
|
/developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/ |
SyncChannelJobService.java | 16 import android.app.job.JobParameters; 17 import android.app.job.JobService; 42 Log.d(TAG, "Starting channel creation job"); 92 // Kick off a job to update default programs. 93 // The program job should verify if the channel is visible before updating programs.
|
/development/samples/browseable/JobScheduler/src/com.example.android.jobscheduler/service/ |
MyJobService.java | 19 import android.app.job.JobParameters; 20 import android.app.job.JobService; 72 // the job (on another thread). 87 Log.i(TAG, "on start job: " + params.getJobId()); 89 // Return true as there's more work to be done with this job. 95 // Stop tracking these job parameters, as we've 'finished' executing. 97 Log.i(TAG, "on stop job: " + params.getJobId()); 99 // Return false to drop the job.
|
/external/autotest/client/site_tests/network_WiFiCaps/ |
network_WiFiCaps.py | 14 self.job.setup_dep(['iwcap']) 62 self.job.install_pkg(dep, 'dep', dep_dir)
|
/external/autotest/client/tests/aiostress/ |
aiostress.py | 11 self.job.require_gcc() 12 self.job.setup_dep(['libaio'])
|
/external/autotest/client/tests/dbt2/ |
dbt2.py | 12 self.job.require_gcc() 19 self.job.setup_dep(['pgsql', 'pgpool', 'mysql'])
|
/external/autotest/frontend/afe/feeds/ |
feed.py | 58 # bits[0] should be a job status 67 return '%s/%s-%s' % (self.full_link, obj.job.id, obj.job.owner)
|
/external/autotest/server/ |
afe_utils.py | 33 This check ensures that autoserv and the host's current job is running 42 if not host.job or not host.job.in_lab:
|
/external/autotest/server/control_segments/ |
get_network_stats | 57 job.parallel_simple(get_network_stats, machines)
|