HomeSort by relevance Sort by last modified time
    Searched full:state_new (Results 1 - 23 of 23) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 71 mState = STATE_NEW;
107 if (mState > STATE_NEW) {
111 mState = STATE_NEW;
406 private static final int STATE_NEW = 0;
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
dfa.h 76 State *State_new(void);
dfa.c 76 State_new(void)
240 s = State_new();
code.c 748 State *move = State_new();
823 State *n = State_new();
833 ow = accept = State_new();
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 73 static final int STATE_NEW = 0;
146 mState = STATE_NEW;
231 if (mState != STATE_NEW && mState != STATE_IN_PROGRESS && mState != STATE_W4_NEXT_TRANSFER) {
280 if (mState == STATE_NEW || mState == STATE_IN_PROGRESS ||
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLSocketImpl.java 73 private static final int STATE_NEW = 0;
105 private int state = STATE_NEW;
245 if (state == STATE_NEW) {
874 if (state != STATE_NEW) {
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
Call.java 41 public static final int STATE_NEW = 0;
640 mState = STATE_NEW;
821 return STATE_NEW;
842 return STATE_NEW;
RemoteConference.java 61 private int mState = Connection.STATE_NEW;
Connection.java 54 public static final int STATE_NEW = 1;
466 private int mState = STATE_NEW;
632 case STATE_NEW:
633 return "STATE_NEW";
734 setState(STATE_NEW);
    [all...]
Conference.java 57 private int mState = Connection.STATE_NEW;
ConnectionService.java 407 case Connection.STATE_NEW:
    [all...]
RemoteConnection.java 384 private int mState = Connection.STATE_NEW;
  /external/bison/src/
state.h 230 state *state_new (symbol_number accessing_symbol,
LR0.c 61 state *s = state_new (sym, core_size, core);
state.c 130 state_new (symbol_number accessing_symbol, function
  /packages/apps/InCallUI/src/com/android/incallui/
Call.java 235 case android.telecom.Call.STATE_NEW:
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java     [all...]
  /prebuilts/misc/linux-x86/bison/
bison 
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 352 struct state *State_new(void);
837 stp = State_new(); /* A new state structure */
    [all...]
  /external/bison/
ChangeLog-2012     [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 

Completed in 775 milliseconds