Home
last modified time | relevance | path

Searched defs:Invalid (Results 1 – 25 of 137) sorted by relevance

123456

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenConstants.cs56 public const int Invalid = 0; field in Antlr.Runtime.TokenTypes
69 public static readonly IToken Invalid = new CommonToken( TokenTypes.Invalid ); field in Antlr.Runtime.Tokens
87 public static readonly T Invalid = new T() field in Antlr.Runtime.T
/external/clang/test/Misc/
Dast-dump-color.cpp28 struct Invalid { struct
30 } Invalid; variable
/external/clang/lib/AST/
DRawCommentList.cpp73 bool Invalid = false; in commentsStartOnSameColumn() local
130 bool Invalid = false; in RawComment() local
168 bool Invalid = false; in getRawTextSlow() local
234 bool Invalid = false; in onlyWhitespaceBetween() local
/external/wayland-protocols/flinger_headers/
Dhwcomposer2_arc_private.h162 Invalid = HWC2_ARC_PRIVATE_CAPABILITY_INVALID, enumerator
181 Invalid = HWC2_ARC_PRIVATE_DISPLAY_ATTRIBUTE_INVALID, enumerator
188 Invalid = HWC2_ARC_PRIVATE_HIDDEN_INVALID, enumerator
/external/clang/lib/Basic/
DSourceManager.cpp293 bool Invalid = false; in AddLineNote() local
321 bool Invalid = false; in AddLineNote() local
635 bool *Invalid) { in getMemoryBufferForFile()
779 bool Invalid = false; in getFileIDLocal() local
1030 bool Invalid = false; in isAtStartOfImmediateMacroExpansion() local
1066 bool Invalid = false; in isAtEndOfImmediateMacroExpansion() local
1164 static bool isInvalid(LocType Loc, bool *Invalid) { in isInvalid()
1202 const SourceManager &SM, bool &Invalid) { in ComputeLineNumbers()
1414 bool Invalid = false; in getFileCharacteristic() local
1463 bool Invalid = false; in getPresumedLoc() local
[all …]
/external/guice/core/test/com/google/inject/
DErrorHandlingTest.java104 static class Invalid { class in ErrorHandlingTest
105 Invalid(String s) {} in Invalid() method in ErrorHandlingTest.Invalid
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_test_interface.h26 Invalid = -1, enumerator
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenTypes.cs38 public const int Invalid = 0; field in Antlr.Runtime.TokenTypes
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDynamicLibrary.h38 static char Invalid; variable
/external/llvm/include/llvm/Support/
DDynamicLibrary.h41 static char Invalid; variable
/external/libtextclassifier/utils/i18n/
Dlocale.h36 static Locale Invalid() { in Invalid() function
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp231 bool Invalid; in detectMainFileEOL() local
357 bool Invalid = false; in HandleHasInclude() local
373 bool Invalid = false; in HandleHasInclude() local
406 bool Invalid; in Process() local
/external/perfetto/src/trace_processor/
Dftrace_utils_unittest.cc29 TEST(TaskStateUnittest, Invalid) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DHWEventListener.h38 Invalid = 0, enumerator
96 Invalid = 0, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDynamicLibrary.h41 static char Invalid; variable
/external/clang/lib/Edit/
DEditedSource.cpp162 bool Invalid = false; in commitInsertFromRange() local
173 bool Invalid = false; in commitInsertFromRange() local
327 bool Invalid = false; in adjustRemoval() local
433 bool &Invalid) { in getSourceText()
/external/llvm/include/llvm/Transforms/Utils/
DSymbolRewriter.h70 Invalid, /// invalid enumerator
/external/libtextclassifier/utils/
Dtensor-view.h38 static TensorView Invalid() { in Invalid() function
/external/pdfium/xfa/fxgraphics/
Dcxfa_gecolor.h17 enum Type { Invalid, Solid, Pattern, Shading }; enumerator
/external/clang/lib/Lex/
DMacroArgs.cpp223 bool Invalid = false; in StringifyArgument() local
237 bool Invalid = false; in StringifyArgument() local
/external/clang/include/clang/Basic/
DSourceManager.h957 bool Invalid = false; in getNumCreatedFIDsForFileID() local
968 bool Invalid = false; in setNumCreatedFIDsForFileID() local
1007 bool Invalid = false; in getLocForStartOfFile() local
1019 bool Invalid = false; in getLocForEndOfFile() local
1031 bool Invalid = false; in getIncludeLoc() local
1116 bool Invalid = false; in getDecomposedLoc() local
1130 bool Invalid = false; in getDecomposedExpansionLoc() local
1149 bool Invalid = false; in getDecomposedSpellingLoc() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DGlobPatternTest.cpp65 TEST_F(GlobPatternTest, Invalid) { in TEST_F() argument
/external/tensorflow/tensorflow/core/kernels/boosted_trees/quantiles/
Dweighted_quantiles_buffer_test.cc32 TEST_F(WeightedQuantilesBufferTest, Invalid) { in TEST_F() argument
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
Dweighted_quantiles_buffer_test.cc33 TEST_F(WeightedQuantilesBufferTest, Invalid) { in TEST_F() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DSymbolRewriter.h72 Invalid, /// invalid enumerator

123456