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

1 2

  /external/elfutils/libdw/
dwarf_child.c 23 #define INVALID 0xffffe444
81 if (attr_name == search_name && search_name != INVALID)
109 *codep = INVALID;
111 *formp = INVALID;
132 addr = __libdw_find_attr (die, INVALID, NULL, NULL);
  /frameworks/base/media/jni/soundpool/
SoundPoolThread.h 30 enum MessageType { INVALID, KILL, LOAD_SAMPLE };
31 SoundPoolMsg() : mMessageType(INVALID), mData(0) {}
SoundPool.h 44 enum MessageType { INVALID, SAMPLE_LOADED };
  /frameworks/base/wifi/java/android/net/wifi/
SupplicantState.java 142 INVALID;
152 return state != UNINITIALIZED && state != INVALID;
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 33 private static final String INVALID = "invalid-family-name";
119 typeface = Typeface.create(INVALID, Typeface.ITALIC);
  /packages/apps/Gallery3D/src/com/cooliris/media/
Shared.java 24 public static final int INVALID = -1;
  /external/chromium/googleurl/src/
url_canon_path.cc 65 INVALID = INVALID_BIT | SPECIAL,
79 INVALID, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE,
280 // Invalid escaped character, copy it and remember the error.
296 // Invalid escape sequence. IE7 rejects any URLs with such
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 432 // unicode ranges and valid/invalid characters
437 private static final char[] INVALID = { '<', '>', '"', '\'', '&' };
465 // check for invalid characters (e.g., "<", "&", etc)
466 for (int j=INVALID.length-1; j >= 0; --j )
468 if ( INVALID[j] == c) {
  /frameworks/base/media/libstagefright/rtsp/
ARTPWriter.h 98 INVALID,
  /external/v8/src/
dateparser.h 142 enum KeywordType { INVALID, MONTH_NAME, TIME_ZONE_NAME, AM_PM };
frame-element.h 42 // * Invalid: elements that are uninitialized or not actually part
75 // The default constructor creates an invalid frame element.
77 value_ = TypeField::encode(INVALID)
84 // Factory function to construct an invalid frame element.
135 bool is_valid() const { return type() != INVALID; }
190 // If either is invalid, the result is.
202 INVALID,
register-allocator.h 59 INVALID,
64 // Construct an invalid result.
102 void invalidate() { value_ = TypeField::encode(INVALID); }
112 bool is_valid() const { return type() != INVALID; }
266 // fail and return an invalid result.
270 // current frame if necessary, or else fail and return an invalid
275 // frame or fail and return an invalid result.
279 // frame or fail and return an invalid result.
platform.h 320 enum Kind { SELF, INVALID };
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
PlatformAddress.java 49 * INVALID is the canonical address with an invalid value
52 public static final PlatformAddress INVALID = new PlatformAddress(UNKNOWN, UNKNOWN);
  /external/bluetooth/bluez/audio/
manager.c 81 INVALID = 1 << 6
  /external/proguard/src/proguard/classfile/editor/
CodeAttributeComposer.java 57 private static final int INVALID = -1;
151 instructionOffsetMap[level][index] = INVALID;
644 throw new IllegalArgumentException("Invalid instruction offset ["+newInstructionOffset +"] in code with length ["+codeLength+"]");
667 if (newInstructionOffset == INVALID)
669 throw new IllegalArgumentException("Invalid instruction offset ["+oldInstructionOffset +"] in code fragment at level "+level);
683 instructionOffsetMap[level][oldInstructionOffset] > INVALID;
  /external/chromium/third_party/icu/source/i18n/
astro.cpp     [all...]
  /external/icu4c/i18n/
astro.cpp     [all...]
  /external/dbus/bus/
config-parser.c 675 "Attribute \"%s\" is invalid on <%s> element in this context",
698 "Attribute \"%s\" is invalid on <%s> element in this context",
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java 149 /** Definition for {@code EngineState.*} (invalid) */
150 public static final int INVALID = -1;
198 public int dictionarySet = INVALID;
201 public int convertType = INVALID;
204 public int temporaryMode = INVALID;
207 public int preferenceDictionary = INVALID;
210 public int keyboard = INVALID;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 632 final static int INVALID = -1;
636 int removed = INVALID;
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 

Completed in 1335 milliseconds

1 2