HomeSort by relevance Sort by last modified time
    Searched defs:Hidden (Results 1 - 14 of 14) sorted by null

  /build/tools/droiddoc/test/stubs/src/com/android/stubs/hidden/
Hidden.java 20 public class Hidden {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
TokenChannels.cs 40 * so that whitespace etc... can go to the parser on a "hidden" channel.
50 public const int Hidden = 99;
BaseRecognizer.cs 65 public const int Hidden = TokenChannels.Hidden;
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
TokenConstants.cs 40 * so that whitespace etc... can go to the parser on a "hidden" channel.
50 public const int Hidden = 99;
BaseRecognizer.cs 63 public const int Hidden = TokenChannels.Hidden;
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Drawer.js 35 this.state = WebInspector.Drawer.State.Hidden;
195 this.state = WebInspector.Drawer.State.Hidden;
203 if (this.state === WebInspector.Drawer.State.Hidden)
236 // so that the new animation can't do an immediate transition between Hidden/Full states.
301 // Immediate if going between Hidden and Full in full panel mode
302 if (this.fullPanel && (this.state === WebInspector.Drawer.State.Hidden || this.state === WebInspector.Drawer.State.Full))
359 Hidden: 0,
  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 26 /// \brief True if it is specified hidden or a parent package is specified
27 /// as hidden, otherwise false.
29 if (R.getValueAsBit("Hidden"))
31 // Not declared as hidden, check the parent package if it is hidden.
76 bool Hidden;
79 GroupInfo() : Hidden(false) { }
114 info.Hidden = isHidden(*R);
144 info.Hidden = R->getValueAsBit("Hidden");
    [all...]
  /external/clang/include/clang/Basic/
Module.h 126 /// \brief All of the names in this module are hidden.
128 Hidden,
200 InferExportWildcard(false), NameVisibility(Hidden) { }
  /external/clang/lib/AST/
CXXInheritance.cpp 278 // declarations that are so hidden are eliminated from
320 // When virtual base classes are used, a hidden declaration can be
331 bool Hidden = false;
334 PE != PEEnd && !Hidden; ++PE) {
345 // declaration in this path are hidden by that patch.
358 Hidden = true;
365 if (Hidden)
643 // subobjects that were hidden by other subobjects along any path.
671 bool Hidden = false;
674 OP != OPEnd && !Hidden;
    [all...]
DeclCXX.cpp     [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 88 Hidden = 2,
  /external/llvm/include/llvm/Support/
CommandLine.h 107 NotHidden = 0x00, // Option included in -help & -help-hidden
108 Hidden = 0x01, // -help doesn't, but -help-hidden does
109 ReallyHidden = 0x02 // Neither -help nor -help-hidden show this arg
219 enum OptionHidden Hidden)
221 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 61 | Hidden
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 553 milliseconds