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

  /build/tools/droiddoc/test/stubs/src/com/android/stubs/hidden/
Hidden.java 20 public class Hidden {
  /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 25 /// \brief True if it is specified hidden or a parent package is specified
26 /// as hidden, otherwise false.
28 if (R.getValueAsBit("Hidden"))
30 // Not declared as hidden, check the parent package if it is hidden.
76 bool Hidden;
79 GroupInfo() : Hidden(false) { }
113 info.Hidden = isHidden(*R);
142 info.Hidden = R->getValueAsBit("Hidden");
    [all...]
  /external/clang/lib/AST/
CXXInheritance.cpp 259 // declarations that are so hidden are eliminated from
301 // When virtual base classes are used, a hidden declaration can be
312 bool Hidden = false;
315 PE != PEEnd && !Hidden; ++PE) {
326 // declaration in this path are hidden by that patch.
339 Hidden = true;
346 if (Hidden)
616 // subobjects that were hidden by other subobjects along any path.
644 bool Hidden = false;
647 OP != OPEnd && !Hidden;
    [all...]
DeclCXX.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 111 NotHidden = 0x20, // Option included in -help & -help-hidden
112 Hidden = 0x40, // -help doesn't, but -help-hidden does
113 ReallyHidden = 0x60, // Neither -help nor -help-hidden show this arg
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 60 | Hidden
    [all...]

Completed in 143 milliseconds