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

1 2

  /external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket.h 44 INVALID = 0, // Bad handshake message received, retry
  /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 43 enum MessageType { INVALID, SAMPLE_LOADED };
  /external/chromium/chrome/common/
view_types.h 15 INVALID,
  /external/llvm/lib/Target/SystemZ/
SystemZ.h 44 INVALID = -1
  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.h 75 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 42 /** Invalid configuration */
43 public static final int INVALID = 4;
64 setup = INVALID;
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc 76 FilePath(extension_path), Extension::INVALID, input,
135 FilePath(extension_path), Extension::INVALID, input,
  /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,
  /sdk/rule_api/src/com/android/ide/common/api/
DrawingStyle.java 134 * The style used to draw illegal/error/invalid markers
136 INVALID,
144 * The style used to draw an invalid cycle
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 44 private static final String INVALID = "invalid-family-name";
130 typeface = Typeface.create(INVALID, Typeface.ITALIC);
  /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.h 164 enum KeywordType { INVALID, MONTH_NAME, TIME_ZONE_NAME, AM_PM };
frame-element.h 43 // * Invalid: elements that are uninitialized or not actually part
72 // The default constructor creates an invalid frame element.
74 value_ = TypeField::encode(INVALID)
81 // Factory function to construct an invalid frame element.
126 bool is_valid() const { return type() != INVALID; }
192 // If either is invalid, the result is.
204 INVALID,
  /packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailStatusHelperImpl.java 108 INVALID(8, Action.NONE, -1);
269 // Will reach here only if the source has set an invalid value.
270 return OverallState.INVALID;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtDrawingStyle.java 124 * The style definition corresponding to {@link DrawingStyle#INVALID}
126 INVALID(new RGB(0xFF, 0xFF, 0xFF), 255, new RGB(0xFF, 0x00, 0x00), 64, 2, SWT.LINE_SOLID),
281 case INVALID:
282 return INVALID;
  /external/chromium/chrome/browser/autocomplete/
autocomplete.h 192 INVALID, // Empty input
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h 271 INVALID = -1,
  /external/chromium/chrome/browser/sync/engine/
syncapi.h 143 // doing an ID lookup. Returns false on failure. An invalid or deleted
194 // that are invalid for whatever reason.
662 INVALID = 0,
    [all...]
  /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;
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 29 const char CameraProperties::INVALID[]="prop-invalid-key";

Completed in 643 milliseconds

1 2