Searched refs:READY (Results 1 - 25 of 32) sorted by relevance

12

/external/guava/guava/src/com/google/common/base/
H A DAbstractIterator.java37 READY, NOT_READY, DONE, FAILED, enum constant in enum:AbstractIterator.State
55 case READY:
66 state = State.READY;
/external/guava/guava/src/com/google/common/collect/
H A DAbstractIterator.java72 READY, enum constant in enum:AbstractIterator.State
134 case READY:
145 state = State.READY;
/external/autotest/client/tests/tsc/src/
H A Dchecktsc.c166 #define READY 1 macro
212 set_state(&master, READY);
214 wait_for_state(&slave, READY);
246 wait_for_state(&master, READY);
262 set_state(&slave, READY);
308 set_state(&master, READY);
/external/autotest/server/site_tests/platform_USBHIDWake/
H A Dplatform_USBHIDWake.py59 "sh -c 'clear && cat %s && read -p \"READY> \" REPLY &&" +
/external/testng/src/main/java/org/testng/internal/
H A DDynamicGraph.java31 READY, RUNNING, FINISHED enum constant in enum:DynamicGraph.Status
113 case READY: m_nodesReady.add(node); break;
138 case READY: return m_nodesReady.size();
/external/autotest/scheduler/
H A Dprejob_task.py210 self.host.set_status(models.Host.Status.READY)
261 self.host.set_status(models.Host.Status.READY)
313 self.host.set_status(models.Host.Status.READY)
410 self.host.set_status(models.Host.Status.READY)
H A Dmonitor_db_functional_test.py449 self._check_statuses(queue_entry, HqeStatus.COMPLETED, HostStatus.READY)
547 self._check_statuses(queue_entry, HqeStatus.COMPLETED, HostStatus.READY)
599 self._check_host_status(host, HostStatus.READY)
611 self._check_host_status(host, HostStatus.READY)
659 self._check_statuses(queue_entry, HqeStatus.COMPLETED, HostStatus.READY)
673 self._check_host_status(host, HostStatus.READY) # ignore failure
904 HostStatus.READY)
927 self._check_host_status(queue_entry.host, HostStatus.READY)
962 self._check_host_status(queue_entry.host, HostStatus.READY)
H A Dhost_scheduler_unittests.py93 host.status == models.Host.Status.READY)
113 host.status == models.Host.Status.READY)
136 host.status == models.Host.Status.READY)
H A Dpostjob_task.py291 queue_entry.host.set_status(models.Host.Status.READY)
H A Dscheduler_models.py849 self.host.set_status(models.Host.Status.READY)
1241 child_entry.host.status = models.Host.Status.READY
/external/autotest/frontend/afe/
H A Drdb_model_extensions.py190 status = dbmodels.CharField(max_length=255, default=Status.READY,
H A Dmodels_test.py60 self.assertEquals(host.status, models.Host.Status.READY)
H A Dmodels.py643 self.status = Host.Status.READY
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLEngineImpl.java81 READY, enum constant in enum:OpenSSLEngineImpl.EngineState
261 engineState = EngineState.READY;
271 case READY:
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java186 NOT_READY, READY, DONE enum constant in enum:PhoneNumberMatcher.State
205 /** The last successful match, null unless in {@link State#READY}. */
700 state = State.READY;
703 return state == State.READY;
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_cp.c258 * but the CP will transmit from RECEIVING to READY under
266 SM_STATE(CP, READY)
268 SM_ENTRY(CP, READY);
386 SM_ENTER(CP, READY);
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_cp.c258 * but the CP will transmit from RECEIVING to READY under
266 SM_STATE(CP, READY)
268 SM_ENTRY(CP, READY);
386 SM_ENTER(CP, READY);
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_cp.c258 * but the CP will transmit from RECEIVING to READY under
266 SM_STATE(CP, READY)
268 SM_ENTRY(CP, READY);
386 SM_ENTER(CP, READY);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 276 milliseconds

12