HomeSort by relevance Sort by last modified time
    Searched refs:RUNNING (Results 76 - 100 of 201) sorted by null

1 2 34 5 6 7 8 9

  /external/autotest/frontend/afe/
models_test.py 62 host.status = models.Host.Status.RUNNING
67 self.assertEquals(host2.status, models.Host.Status.RUNNING)
96 self.assertEquals(task.status, 'Running')
620 serialized['hostqueueentry_set'][0]['status'] = 'Running'
rpc_interface_unittest.py 181 HqeStatus.RUNNING)
184 set_hqe_statuses(running_and_complete, HqeStatus.RUNNING,
198 self._check_job_ids(rpc_interface.get_jobs(running=True),
329 self.assertEquals(verify2['status'], 'Running')
  /external/valgrind/drd/tests/
annotate_barrier_xml.stderr.exp 30 <state>RUNNING</state>
bar_bad_xml.stderr.exp 27 <state>RUNNING</state>
thread_name_xml.stderr.exp 27 <state>RUNNING</state>
  /external/valgrind/helgrind/tests/
tc06_two_races_xml.stderr.exp 36 <state>RUNNING</state>
  /external/valgrind/memcheck/tests/
threadname_xml.stderr.exp 27 <state>RUNNING</state>
xml1.stderr.exp 27 <state>RUNNING</state>
  /frameworks/av/camera/tests/
CameraBinderTests.cpp 150 RUNNING,
192 mLastStatus = RUNNING;
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 70 /** Scheduled to update the timers while at least one is running. */
247 case RUNNING:
277 case RUNNING:
  /external/autotest/site_utils/
collect_suite_time_stats.py 17 7. Average Running time.
49 "job_time_breakdown" type in ES that have "Queued" or "Running" status.
82 _hqes.RUNNING, _hqes.GATHERING, _hqes.PARSING]
103 Get sum of durations for "Queued", "Running", "Parsing", and "Gathering"
232 ('status', 'Running'),])
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
remote_test.py 700 for state in (s for s in remote.RpcState if s > remote.RpcState.RUNNING):
705 for state in (s for s in remote.RpcState if s <= remote.RpcState.RUNNING):
721 for state in (remote.RpcState.OK, remote.RpcState.RUNNING):
remote.py 172 RUNNING: Still running, not complete.
180 RUNNING = 1
216 if state is OK or RUNNING.
    [all...]
transport_test.py 78 self.assertEquals(remote.RpcState.RUNNING, self.rpc.state)
101 'RPC must be in RUNNING state to change to OK',
110 'RPC must be in RUNNING state to change to OK',
130 'RPC must be in RUNNING state to change to OK',
146 'RPC must be in RUNNING state to change to OK',
  /external/autotest/scheduler/
postjob_task.py 171 message = ('Running processes/Max processes: %d/%d'
183 2) If _notification_on is False and the number of running processes
254 allowed_host_statuses=(models.Host.Status.RUNNING,))
scheduler_models.py 62 # For the common case of everything running on a single server you
834 if self.status in (Status.STARTING, Status.PENDING, Status.RUNNING,
    [all...]
  /external/autotest/server/
site_utils.py 471 """Determines if this instance is running as a shard.
526 return host_queue_entry_states.Status.RUNNING
539 hosts. Without the time_created stamp the logs of the tasks running
596 """Check if the process is running inside chroot.
601 @return: True if the process is running inside chroot or cros_build_lib
677 """Simple function to error out if running with uid == 0"""
autoserv 171 # --parent_job_id is only useful in autoserv running in host, not in
205 # Make sure autoserv running in container using a different pid file.
241 For tests running with server-side packaging, the results folder has the
242 owner of root. This must be changed to the user running the autoserv
266 """Try to start servod in moblab if it's not already running or running with
296 logging.debug('Servod is already running with given board and port.'
299 logging.debug('Servod is running with different board or port. '
303 # servod is not running.
573 status = task_mapping[match[0]] if match else s.RUNNING
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 237 assertEquals(State.RUNNING, state());
  /external/autotest/server/cros/dynamic_suite/
job_status.py 73 # If the host queue entry has not yet made it into or past the running
76 HqeIntStatus.get_value(HqeIntStatus.RUNNING)):
96 @param jobs: an iterable of Running frontend.Jobs
117 Abort all of the jobs in jobs if the running time has past the timeout.
120 @param jobs: an iterable of Running frontend.Jobs
165 logging.debug('Re-imaging job %d running.', job_id)
212 Gather the hosts chosen for |job| -- which must be in the Running
214 Running, lock them. Poll until all chosen hosts have gone to Running
218 @param jobs: an iterable of Running frontend.Job
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
JSR166TestCase.java 75 * <li>All assertions in code running in generated threads must use
233 "Looks like we're stuck running test: %s%n",
236 // "Looks like we're stuck running test: %s (%d/%d)%n",
    [all...]
  /packages/apps/TV/src/com/android/tv/
TimeShiftManager.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
org.eclipse.equinox.app_1.3.1.R36x_v20100803.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 

Completed in 1727 milliseconds

1 2 34 5 6 7 8 9