HomeSort by relevance Sort by last modified time
    Searched refs:INVALID (Results 51 - 75 of 329) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewriteParser.h 17 INVALID,
  /external/eigen/lapack/
eigenvalues.cpp 21 else if(UPLO(*uplo)==INVALID) *info = -2;
  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 33 // (invalid = all types).
38 mHitType = HitType.INVALID;
GenericAnimationComponent.java 63 case INVALID:
HitPlayerComponent.java 42 mHitType = CollisionParameters.HitType.INVALID;
GameObjectCollisionSystem.java 145 if (hit != HitType.INVALID) {
165 if (hit2 != HitType.INVALID) {
196 * or HitType.INVALID if no intersections are found.
205 int intersectionType = HitType.INVALID;
208 for (int x = 0; x < attackCount && intersectionType == HitType.INVALID; x++) {
211 if (hitType != HitType.INVALID) {
216 if (vulnerableType == HitType.INVALID || vulnerableType == hitType) {
LauncherComponent.java 55 mLaunchEffect = GameObjectFactory.GameObjectType.INVALID;
120 if (mLaunchEffect != GameObjectFactory.GameObjectType.INVALID) {
LifetimeComponent.java 49 mSpawnOnDeathType = GameObjectFactory.GameObjectType.INVALID;
144 if (mSpawnOnDeathType != GameObjectFactory.GameObjectType.INVALID) {
SleeperComponent.java 61 if (parentObject.getCurrentAction() == ActionType.INVALID) {
LaunchProjectileComponent.java 63 mRequiredAction = ActionType.INVALID;
64 mObjectTypeToSpawn = GameObjectFactory.GameObjectType.INVALID;
95 || mRequiredAction == ActionType.INVALID) {
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUtInterface.java 95 * Invalid result value.
97 public static final int INVALID = (-1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
BinaryXMLDescriber.java 54 int status = INVALID;
  /external/eigen/blas/
level2_real_impl.h 38 if(UPLO(*uplo)==INVALID) info = 1;
108 if(UPLO(*uplo)==INVALID) info = 1;
169 if(UPLO(*uplo)==INVALID) info = 1;
256 if(UPLO(*uplo)==INVALID) info = 1;
308 if(UPLO(*uplo)==INVALID) info = 1;
level3_impl.h 42 if(OP(*opa)==INVALID) info = 1;
43 else if(OP(*opb)==INVALID) info = 2;
119 if(SIDE(*side)==INVALID) info = 1;
120 else if(UPLO(*uplo)==INVALID) info = 2;
121 else if(OP(*opa)==INVALID) info = 3;
122 else if(DIAG(*diag)==INVALID) info = 4;
203 if(SIDE(*side)==INVALID) info = 1;
204 else if(UPLO(*uplo)==INVALID) info = 2;
205 else if(OP(*opa)==INVALID) info = 3;
206 else if(DIAG(*diag)==INVALID) info = 4
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 308 private static final int INVALID = -1;
317 private int mExecMsgId = INVALID;
381 if (mExecMsgId != INVALID) {
423 while (mExecMsgId == INVALID) {
431 mExecMsgId = INVALID;
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 308 private static final int INVALID = -1;
317 private int mExecMsgId = INVALID;
381 if (mExecMsgId != INVALID) {
423 while (mExecMsgId == INVALID) {
431 mExecMsgId = INVALID;
  /external/dbus/bus/
config-parser-trivial.c 340 INVALID,
380 _dbus_warn ("User was invalid; '%s'!\n", user);
395 _dbus_warn ("Type was invalid; '%s'!\n", user);
461 if (validity == INVALID)
463 _dbus_warn ("Accepted invalid file\n");
528 else if (validity == INVALID)
529 printf ("Testing invalid files:\n");
560 (validity == INVALID ? "invalid" :
653 else if (validity == INVALID)
    [all...]
  /external/v8/src/
dateparser.cc 148 {'\0', '\0', '\0', DateParser::INVALID, 0},
155 for (i = 0; array[i][kTypeOffset] != INVALID; i++) {
type-feedback-vector-inl.h 23 derived->append(FeedbackVectorSlotKind::INVALID);
51 DCHECK_NE(FeedbackVectorSlotKind::INVALID, kind);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
LangParser.h 17 INVALID,
  /external/gptfdisk/
mbrpart.h 33 #define INVALID 8 /* sector number is too large for disk */
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.h 98 INVALID,
  /frameworks/base/telephony/java/com/android/internal/telephony/
DctConstants.java 123 public static final int INVALID = -1;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
CursorPhotoSource.java 27 // An invalid cursor position to represent the uninitialized state.
29 // An invalid cursor position to represent the error state.
30 protected static final int INVALID = -2;
LocalSource.java 47 mLastPosition = INVALID;
153 data.position = INVALID;
212 if (cursor.getCount() > howMany && mLastPosition == INVALID) {
230 mLastPosition = INVALID;

Completed in 1672 milliseconds

1 23 4 5 6 7 8 91011>>