Searched defs:Invalid (Results 1 - 25 of 71) sorted by path

123

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenConstants.cs56 public const int Invalid = 0; field in class:Antlr.Runtime.TokenTypes
69 public static readonly IToken Invalid = new CommonToken( TokenTypes.Invalid ); field in class:Antlr.Runtime.Tokens
76 public static readonly IToken Skip = new CommonToken( TokenTypes.Invalid );
87 public static readonly T Invalid = new T() field in class:Antlr.Runtime.T
89 Type = TokenTypes.Invalid
94 Type = TokenTypes.Invalid
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenTypes.cs38 public const int Invalid = 0; field in class:Antlr.Runtime.TokenTypes
/external/chromium_org/components/content_settings/core/common/
H A Dcontent_settings_pattern.cc101 virtual BuilderInterface* Invalid() OVERRIDE;
180 BuilderInterface* ContentSettingsPattern::Builder::Invalid() { function in class:ContentSettingsPattern::Builder
/external/chromium_org/media/base/
H A Dtest_helpers.cc123 VideoDecoderConfig TestVideoConfig::Invalid() { function in class:media::TestVideoConfig
/external/chromium_org/remoting/protocol/
H A Dauthentication_method.cc16 AuthenticationMethod AuthenticationMethod::Invalid() { function in class:remoting::protocol::AuthenticationMethod
47 return AuthenticationMethod::Invalid();
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaFragmentURIParser.h50 enum TimeFormat { None, Invalid, NormalPlayTime, SMPTETimeCode, WallClockTimeCode }; enumerator in enum:blink::FINAL::TimeFormat
/external/chromium_org/third_party/WebKit/Source/core/html/imports/
H A DHTMLImportState.h44 Invalid enumerator in enum:blink::HTMLImportState::Value
53 bool isValid() const { return m_value != Invalid; }
62 static HTMLImportState invalidState() { return HTMLImportState(Invalid); }
/external/chromium_org/third_party/WebKit/Source/platform/
H A DDateComponents.h58 , m_type(Invalid)
63 Invalid, enumerator in enum:blink::DateComponents::Type
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc103 Invalid = -1, enumerator in enum:TestType
391 TestType tType(Invalid);
411 "RunAutoTest - Invalid TestType");
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_test_interface.h26 Invalid = -1, enumerator in enum:voetest::TestType
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.h96 static inline LifetimePosition Invalid() { return LifetimePosition(); } function in class:v8::internal::compiler::LifetimePosition
137 return LifetimePosition::Invalid();
H A Dsource-position.h24 static SourcePosition Invalid() { return SourcePosition(kInvalidPosition); } function in class:v8::internal::compiler::FINAL
/external/chromium_org/v8/src/
H A Ddateparser.h210 static DateToken Invalid() { function in struct:v8::internal::DateParser::DateToken
373 // returns DateToken::Invalid(). Otherwise parsing continues in the
H A Disolate.h187 static ThreadId Invalid() { return ThreadId(kInvalidId); } function in class:v8::internal::ThreadId
H A Dlithium-allocator.h100 static inline LifetimePosition Invalid() { return LifetimePosition(); } function in class:v8::internal::LifetimePosition
141 return LifetimePosition::Invalid();
/external/clang/include/clang/Analysis/Analyses/
H A DFormatString.h236 static ArgType Invalid() { return ArgType(InvalidTy); } function in class:clang::analyze_format_string::ArgType
256 enum HowSpecified { NotSpecified, Constant, Arg, Invalid }; enumerator in enum:clang::analyze_format_string::OptionalAmount::HowSpecified
267 : start(nullptr),length(0), hs(valid ? NotSpecified : Invalid), amt(0),
271 return hs == Invalid;
/external/clang/include/clang/Basic/
H A DSourceManager.h184 /// \param Invalid If non-NULL, will be set \c true if an error occurred.
188 bool *Invalid = nullptr) const;
819 /// \param Invalid If non-NULL, will be set \c true if an error
822 bool *Invalid = nullptr);
873 bool *Invalid = nullptr) const {
877 if (Invalid)
878 *Invalid = true;
884 Invalid);
887 llvm::MemoryBuffer *getBuffer(FileID FID, bool *Invalid = nullptr) const {
891 if (Invalid)
934 bool Invalid = false; local
945 bool Invalid = false; local
984 bool Invalid = false; local
996 bool Invalid = false; local
1008 bool Invalid = false; local
1087 bool Invalid = false; local
1101 bool Invalid = false; local
1120 bool Invalid = false; local
[all...]
/external/clang/include/clang/Sema/
H A DOwnership.h147 bool Invalid; member in class:clang::ActionResult
150 ActionResult(bool Invalid = false)
151 : Val(PtrTy()), Invalid(Invalid) {}
152 ActionResult(PtrTy val) : Val(val), Invalid(false) {}
153 ActionResult(const DiagnosticBuilder &) : Val(PtrTy()), Invalid(true) {}
159 bool isInvalid() const { return Invalid; }
160 bool isUsable() const { return !Invalid && Val; }
161 bool isUnset() const { return !Invalid && !Val; }
170 Invalid
[all...]
H A DSema.h3131 bool Invalid = false);
5248 bool IsFriend, bool &IsExplicitSpecialization, bool &Invalid);
6206 llvm_unreachable("Invalid InstantiationKind!");
6399 bool isInvalid() const { return Invalid; }
6403 bool Invalid; member in struct:clang::Sema::InstantiatingTemplate
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp97 bool Invalid = false; local
100 Buf, SM, Ctx.getLangOpts(), &Invalid);
101 if (Invalid)
H A DTransforms.cpp549 bool Invalid; local
553 SM, LangOpts, &Invalid);
/external/clang/lib/AST/
H A DASTDiagnostic.cpp302 "Invalid modifier for QualType argument");
316 "Invalid modifier for DeclarationName argument");
327 "Invalid modifier for NamedDecl* argument");
439 Invalid, enumerator in enum:__anon17714::TemplateDiff::DiffTree::DiffKind
502 : Kind(Invalid), NextNode(0), ChildNode(0), ParentNode(ParentNode),
711 return GetKind() == Invalid;
1267 case DiffTree::Invalid:
H A DDeclBase.cpp86 void Decl::setInvalidDecl(bool Invalid) { argument
87 InvalidDecl = Invalid;
89 if (Invalid && !isa<ParmVarDecl>(this)) {
597 llvm_unreachable("Invalid DeclKind!");
H A DExprConstant.cpp155 bool Invalid : 1; member in struct:__anon17734::SubobjectDesignator
176 SubobjectDesignator() : Invalid(true) {}
179 : Invalid(false), IsOnePastTheEnd(false), MostDerivedPathLength(0),
183 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false),
185 if (!Invalid) {
198 Invalid = true;
214 if (Invalid)
263 if (Invalid) return;
797 if (Invalid)
930 if (Designator.Invalid)
[all...]
H A DRawCommentList.cpp109 bool Invalid = false; local
111 &Invalid).data();
112 if (Invalid)
175 bool Invalid = false;
176 const char *Buffer = SM.getBufferData(Loc1Info.first, &Invalid).data();
177 if (Invalid)

Completed in 607 milliseconds

123