Searched defs:INVALID (Results 1 - 25 of 61) sorted by relevance

123

/external/chromium_org/base/i18n/
H A Dstreaming_utf8_validator.h26 // state changes permanently to INVALID.
30 INVALID enumerator in enum:base::StreamingUtf8Validator::State
40 // present, returns INVALID.
/external/chromium_org/extensions/browser/api/storage/
H A Dsettings_namespace.h19 INVALID enumerator in enum:extensions::settings_namespace::Namespace
23 // Namespace must not be INVALID.
26 // Converts a string representation of a namespace to its namespace, or INVALID
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/
H A DTParser.h17 INVALID, enumerator in enum:__anon307
/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_calculator.h22 INVALID, enumerator in enum:PrefHashCalculator::ValidationResult
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_database.h71 INVALID, enumerator in enum:content::DOMStorageDatabase::SchemaVersion
/external/replicaisland/src/com/replica/replicaisland/
H A DCollisionParameters.java27 public final static int INVALID = 0; // No type. field in class:CollisionParameters.HitType
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DBase64.java24 private static final byte INVALID = -1; field in class:Base64
56 ascii[idx] = INVALID;
199 else if (val == INVALID)
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DLangDumpDecl.h17 INVALID, enumerator in enum:__anon311
H A DLangParser.h17 INVALID, enumerator in enum:__anon312
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.h17 INVALID, enumerator in enum:__anon313
/external/chromium_org/sync/syncable/
H A Dsyncable_base_transaction.h21 INVALID, enumerator in enum:syncer::syncable::WriterTag
/external/elfutils/0.153/libdw/
H A Ddwarf_child.c59 #define INVALID 0xffffe444 macro
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/LL-star/
H A DSimpleCParser.h17 INVALID, enumerator in enum:__anon306
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
H A DSymbolTableParser.h17 INVALID, enumerator in enum:__anon308
/external/chromium_org/chromeos/network/onc/
H A Donc_validator.h45 // |result| to INVALID and returns NULL.
61 INVALID enumerator in enum:chromeos::onc::Validator::Result
84 // |result| to INVALID. If possible (no error encountered) a DeepCopy is
/external/chromium_org/net/http/
H A Dhttp_content_disposition.h24 INVALID = 0, enumerator in enum:net::HttpContentDisposition::ParseResultFlags
/external/chromium_org/remoting/protocol/
H A Dauthentication_method.h25 INVALID, enumerator in enum:remoting::protocol::AuthenticationMethod::MethodType
52 bool is_valid() const { return type_ != INVALID; }
/external/chromium_org/sync/android/java/src/org/chromium/sync/internal_api/pub/
H A DSyncDecryptionPassphraseType.java15 * It maps the native enum syncer::PassphraseType, but has the additional values INVALID and NONE.
18 INVALID(-2), // Used as default value and is not a valid decryption type. enum constant in enum:SyncDecryptionPassphraseType
44 // Falling back to INVALID. Should not happen if |value| was retrieved from native.
45 return INVALID;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dscreencastid.h23 enum Type { INVALID, WINDOW, DESKTOP }; enumerator in enum:cricket::ScreencastId::Type
26 ScreencastId() : type_(INVALID) {}
43 if (type_ == INVALID) {
57 if (type_ == INVALID) {
/external/chromium_org/ui/events/gesture_detection/
H A Dgesture_event_data_packet.h23 INVALID, // The source of the gesture was invalid. enumerator in enum:ui::GestureEventDataPacket::GestureSource
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.h17 INVALID, enumerator in enum:__anon310
/external/chromium_org/cc/quads/
H A Ddraw_quad.h34 INVALID, enumerator in enum:cc::DrawQuad::Material
/external/chromium_org/ppapi/proxy/
H A Dserialized_handle.h32 enum Type { INVALID, SHARED_MEMORY, SOCKET, FILE }; enumerator in enum:ppapi::proxy::SerializedHandle::Type
36 Header() : type(INVALID), size(0), open_flags(0) {}
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Ddata_socket.h72 INVALID, enumerator in enum:DataSocket::RequestMethod
80 method_(INVALID),
89 bool headers_received() const { return method_ != INVALID; }
/external/chromium_org/url/
H A Durl_canon_path.cc39 INVALID = INVALID_BIT | SPECIAL, enumerator in enum:url::__anon16437::CharacterFlags
53 INVALID, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE, ESCAPE,

Completed in 867 milliseconds

123