HomeSort by relevance Sort by last modified time
    Searched defs:STATE_INIT (Results 1 - 14 of 14) sorted by null

  /cts/hostsidetests/devicepolicy/app/PrintingApp/src/com/android/cts/devicepolicy/printingapp/
PrintActivity.java 35 private static final int STATE_INIT = 0;
43 final int[] state = new int[]{STATE_INIT};
47 if (state[0] != STATE_INIT) {
  /external/deqp/framework/common/
tcuTestHierarchyIterator.hpp 134 STATE_INIT = 0,
152 , m_state (STATE_INIT)
  /external/python/cpython3/Parser/
tokenizer.h 16 STATE_INIT,
  /external/webrtc/webrtc/base/
task.h 58 // STATE_INIT - the task isn't running yet
126 STATE_INIT = 0,
  /external/webrtc/webrtc/p2p/base/
transportchannel.h 41 STATE_INIT,
faketransportcontroller.h 75 : TransportChannelState::STATE_INIT;
118 if (state_ == STATE_INIT) {
135 if (state_ != STATE_INIT) {
136 state_ = STATE_INIT;
138 dest_->state_ = STATE_INIT;
315 enum State { STATE_INIT, STATE_CONNECTING, STATE_CONNECTED };
318 State state_ = STATE_INIT;
  /external/grpc-grpc/src/core/lib/security/transport/
server_auth_filter.cc 33 STATE_INIT = 0,
130 if (gpr_atm_full_cas(&calld->state, static_cast<gpr_atm>(STATE_INIT),
158 gpr_atm_full_cas(&calld->state, static_cast<gpr_atm>(STATE_INIT),
  /device/google/contexthub/firmware/os/core/
appSec.c 42 #define STATE_INIT 0 // nothing gotten yet
118 if (curState != state->curState || curState == STATE_INIT) {
153 appSecSetCurState(state, STATE_INIT);
452 if (appSecGetCurState(state) == STATE_INIT)
  /external/webrtc/webrtc/p2p/client/
basicportallocator.h 127 PortData() : port_(NULL), sequence_(NULL), state_(STATE_INIT) {}
129 : port_(port), sequence_(seq), state_(STATE_INIT) {
140 void set_ready() { ASSERT(state_ == STATE_INIT); state_ = STATE_READY; }
145 ASSERT(state_ == STATE_INIT || state_ == STATE_READY);
151 STATE_INIT, // No candidates allocated yet.
  /external/webrtc/talk/app/webrtc/
webrtcsession.h 139 STATE_INIT = 0,
474 State state_ = STATE_INIT;
  /external/autotest/server/cros/chaos_lib/
chaos_capture_analyzer.py 149 STATE_INIT = "INIT"
335 STATE_INFO_MAP = {STATE_INIT: STATE_INFO_INIT,
397 self._current_state = self._get_state(self.STATE_INIT)
  /external/toybox/toys/pending/
dhcp.c 74 #define STATE_INIT 0
    [all...]
  /external/u-boot/include/
usbdevice.h 381 STATE_INIT, /* just initialized */
  /external/grpc-grpc-java/netty/shaded/
grpc-netty-shaded-1.14.0.jar 

Completed in 660 milliseconds