HomeSort by relevance Sort by last modified time
    Searched refs:INVALID (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/replicaisland/src/com/replica/replicaisland/
CollisionParameters.java 27 public final static int INVALID = 0; // No type.
HitReactionComponent.java 89 mGameEventHitType = CollisionParameters.HitType.INVALID;
93 mSpawnOnDealHitObjectType = GameObjectType.INVALID;
94 mSpawnOnDealHitHitType = CollisionParameters.HitType.INVALID;
95 mDealHitSoundHitType = CollisionParameters.HitType.INVALID;
119 mDealHitSoundHitType == CollisionParameters.HitType.INVALID)) {
126 if (mSpawnOnDealHitObjectType != GameObjectType.INVALID &&
154 mGameEventHitType != CollisionParameters.HitType.INVALID ) {
162 hitType = CollisionParameters.HitType.INVALID;
168 case CollisionParameters.HitType.INVALID:
196 hitType = CollisionParameters.HitType.INVALID;
    [all...]
ChangeComponentsComponent.java 75 mSwapOnAction = GameObject.ActionType.INVALID;
76 mLastAction = GameObject.ActionType.INVALID;
83 if (mSwapOnAction != GameObject.ActionType.INVALID) {
GameObject.java 59 INVALID,
107 mCurrentAction = ActionType.INVALID;
116 lastReceivedHitType = HitType.INVALID;
CollisionVolume.java 33 // (invalid = all types).
38 mHitType = HitType.INVALID;
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 160 INVALID;
170 return state != UNINITIALIZED && state != INVALID;
190 case INVALID:
212 case INVALID:
234 case INVALID:
WpsInfo.java 39 /** Invalid configuration */
40 public static final int INVALID = 4;
52 setup = INVALID;
  /external/openssh/openbsd-compat/
strtonum.c 29 #define INVALID 1
45 { "invalid", EINVAL },
53 error = INVALID;
57 error = INVALID;
  /external/chromium/chrome/common/
view_types.h 15 INVALID,
  /frameworks/av/media/libmedia/
SoundPoolThread.h 30 enum MessageType { INVALID, KILL, LOAD_SAMPLE };
31 SoundPoolMsg() : mMessageType(INVALID), mData(0) {}
  /external/chromium/chrome/browser/extensions/
pending_extension_info.cc 30 install_source_(Extension::INVALID) {}
external_extension_provider_impl.cc 112 if (crx_location_ == Extension::INVALID) {
141 << extension_id.c_str() << ". Invalid version string \""
149 if (download_location_ == Extension::INVALID) {
196 Extension::Location loc = Extension::INVALID;
253 Extension::INVALID)));
260 Extension::INVALID,
  /sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java 137 * The style used to draw illegal/error/invalid markers
139 INVALID,
147 * The style used to draw an invalid cycle
  /external/elfutils/libdw/
dwarf_child.c 59 #define INVALID 0xffffe444
115 if (attr_name == search_name && search_name != INVALID)
143 *codep = INVALID;
145 *formp = INVALID;
166 addr = __libdw_find_attr (die, INVALID, NULL, NULL);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
TParser.h 17 INVALID,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
Label.java 41 public static final int INVALID = -7;
81 public static final int NUM_FAUX_LABELS = -INVALID;
132 this.labelSet = IntervalSet.of(INVALID);
136 if ( singleAtom!=INVALID ) {
209 /** return the single atom label or INVALID if not a single atom */
214 return INVALID;
  /cts/tests/tests/net/src/android/net/wifi/cts/
SupplicantStateTest.java 39 assertFalse(SupplicantState.isValidState(SupplicantState.INVALID));
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangDumpDecl.h 17 INVALID,
  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.h 44 INVALID = 0, // Bad handshake message received, retry
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
AssignTokenTypesBehavior.java 82 grammar.getTokenType(t.getText())== Label.INVALID )
97 grammar.getTokenType(t.getText())==Label.INVALID )
108 if ( grammar.getTokenType(t.getText())==Label.INVALID &&
135 if ( existing==Label.INVALID ) {
187 if ( existingLiteralType !=Label.INVALID ) {
  /external/icu4c/i18n/
astro.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.h 17 INVALID,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableParser.h 17 INVALID,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.h 17 INVALID,
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.h 17 INVALID,

Completed in 436 milliseconds

1 2 3 4 5 6