/external/toolchain-utils/automation/clients/ |
dejagnu_compiler.py | 57 job = jobs.CreateLinuxJob(label, chain, timeout=8 * 60 * 60) 59 [job],
|
/external/v8/tools/testrunner/testproc/ |
execution.py | 14 def run_job(job, process_context): 15 return job.run(process_context) 26 class Job(object): 74 self._pool.add([Job(test_id, cmd, outproc, test.keep_output)])
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
loop_optimizer_test.cc | 763 device: "/job:localhost/replica:0/task:0/device:CPU:0" 780 device: "/job:localhost/replica:0/task:0/device:CPU:0" [all...] |
/device/google/marlin/camera/QCamera2/HAL3/ |
QCamera3PostProc.cpp | 313 * DESCRIPTION: function to prepare encoding job information 406 * DESCRIPTION: function to prepare encoding job information 577 LOGD("meta queue is not empty, do next job"); 622 LOGE("No memory for jpeg job"); 660 LOGD("pp queue is not empty, do next job"); 663 LOGD("pp queue is empty, not calling do next job"); 708 qcamera_hal3_pp_data_t *job = (qcamera_hal3_pp_data_t *)m_ongoingPPQ.dequeue(); local 709 if (job == NULL || ((NULL == job->src_frame) && (NULL == job->fwk_src_frame))) 793 qcamera_hal3_jpeg_data_t * job = NULL; local [all...] |
/external/mksh/src/ |
jobs.c | 54 /* process id of this Unix process in the job */ 67 #define JP_MEDIUM 2 /* print [job-num] -/+ command */ 68 #define JP_LONG 3 /* print [job-num] -/+ pid command */ 75 /* Job.flags values */ 76 #define JF_STARTED 0x001 /* set when all processes in job are started */ 77 #define JF_WAITING 0x002 /* set if j_waitj() is waiting on job */ 89 typedef struct job Job; 90 struct job { struct 91 Job *next; /* next job in list * 98 int job; \/* job number: %n *\/ member in struct:job 1680 int job = 0; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
PhotosContentJob.java | 21 //BEGIN_INCLUDE(job) 22 import android.app.job.JobInfo; 23 import android.app.job.JobParameters; 24 import android.app.job.JobScheduler; 25 import android.app.job.JobService; 40 * Example stub job to monitor when there is a change to photos in the media provider. 61 // A pre-built JobInfo we use for scheduling our job. 76 // Fake job work. A real implementation would do some work on a separate thread. 87 // Schedule this job, replace any existing one. 91 Log.i("PhotosContentJob", "JOB SCHEDULED!") [all...] |
/external/autotest/client/profilers/lockmeter/ |
lockmeter.py | 33 self.job.require_gcc()
|
/external/autotest/client/profilers/readprofile/ |
readprofile.py | 30 self.job.require_gcc()
|
/external/autotest/client/site_tests/hardware_LightSensor/ |
hardware_LightSensor.py | 32 path = os.path.join(self.job.testdir, "hardware_LightSensor",
|
/external/autotest/client/site_tests/login_GuestAndActualSession/ |
login_GuestAndActualSession.py | 24 policy.install_protobufs(self.autodir, self.job)
|
/external/autotest/client/site_tests/login_LoginSuccess/ |
login_LoginSuccess.py | 52 self.job.set_state('client_success', True)
|
/external/autotest/client/site_tests/login_RetrieveActiveSessions/ |
login_RetrieveActiveSessions.py | 29 bus_loop, self.autodir, self.job)
|
/external/autotest/client/site_tests/platform_CryptohomeMigrateChapsTokenClient/ |
platform_CryptohomeMigrateChapsTokenClient.py | 24 bus_loop, self.autodir, self.job)
|
/external/autotest/client/site_tests/platform_GesturesRegressionTest/ |
platform_GesturesRegressionTest.py | 28 self.job.setup_dep(['touchpad-tests'])
|
/external/autotest/client/site_tests/security_AltSyscall/ |
security_AltSyscall.py | 21 self.job.require_gcc()
|
/external/autotest/client/tests/bash_shared_mapping/ |
bash_shared_mapping.py | 18 self.job.require_gcc()
|
/external/autotest/client/tests/hackbench/ |
hackbench.py | 28 self.job.require_gcc()
|
/external/autotest/client/tests/iosched_bugs/ |
iosched_bugs.py | 12 self.job.require_gcc()
|
/external/autotest/client/tests/ipv6connect/ |
ipv6connect.py | 18 self.job.require_gcc()
|
/external/autotest/client/tests/libhugetlbfs/ |
libhugetlbfs.py | 11 self.job.require_gcc()
|
/external/autotest/client/tests/monotonic_time/ |
monotonic_time.py | 16 self.job.require_gcc()
|
/external/autotest/client/tests/stress/ |
stress.py | 17 self.job.require_gcc()
|
/external/autotest/client/tests/tiobench/ |
tiobench.py | 18 self.job.require_gcc()
|
/external/autotest/client/tests/tsc/ |
tsc.py | 16 self.job.require_gcc()
|
/external/autotest/server/cros/ |
provision.py | 153 def run_task_actions(cls, job, host, labels): 160 @param job: A job object from a control file. 162 @param labels: The list of job labels to work on. 167 job.record('INFO', None, cls.name, 171 success = action_item.execute(job=job, host=host, value=value) 260 # is stable in lab (destiny). The power_RPMTest failure led to reset job 264 # This change temporarily disable the RPM check in reset job.
|