HomeSort by relevance Sort by last modified time
    Searched defs:Hidden (Results 1 - 17 of 17) 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/chromium_org/third_party/WebKit/Source/core/editing/
Caret.h 45 enum CaretVisibility { Visible, Hidden };
46 explicit CaretBase(CaretVisibility = Hidden);
  /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/llvm/lib/Target/ARM/
ARMSubtarget.cpp 40 ReserveR9("arm-reserve-r9", cl::Hidden,
44 ArmUseMOVT("arm-use-movt", cl::init(true), cl::Hidden);
48 cl::init(true), cl::Hidden);
58 cl::Hidden, cl::init(DefaultAlign),
76 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT),
389 // Unless we have a symbol with hidden visibility, we have to go through a
391 if (!GV->hasHiddenVisibility()) // Non-hidden $non_lazy_ptr reference.
394 // If symbol visibility is hidden, we have a stub for common symbol
397 // Hidden $non_lazy_ptr reference.
407 // Unless we have a symbol with hidden visibility, we have to go through
    [all...]
  /external/clang/include/clang/Basic/
Module.h 180 /// \brief All of the names in this module are hidden.
182 Hidden,
  /external/clang/lib/AST/
CXXInheritance.cpp 270 // declarations that are so hidden are eliminated from
312 // When virtual base classes are used, a hidden declaration can be
323 bool Hidden = false;
326 PE != PEEnd && !Hidden; ++PE) {
337 // declaration in this path are hidden by that patch.
350 Hidden = true;
357 if (Hidden)
631 // subobjects that were hidden by other subobjects along any path.
659 bool Hidden = false;
662 OP != OPEnd && !Hidden;
    [all...]
DeclCXX.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
Spectrum.js 337 Hidden: "Hidden"
406 this.dispatchEventToListeners(WebInspector.SpectrumPopupHelper.Events.Hidden, !!commitEdit);
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 86 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
238 enum OptionHidden Hidden)
240 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0),
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 65 | Hidden
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 48 cl::Hidden, cl::init(NoStrictAlign),
58 EnableAArch64ExtrGeneration("aarch64-extr-generation", cl::Hidden,
63 EnableAArch64SlrGeneration("aarch64-shift-insert-generation", cl::Hidden,
    [all...]

Completed in 482 milliseconds