Searched defs:Hidden (Results 1 - 23 of 23) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenChannels.cs50 public const int Hidden = 99; field in class:Antlr.Runtime.TokenChannels
H A DBaseRecognizer.cs65 public const int Hidden = TokenChannels.Hidden; field in class:Antlr.Runtime.BaseRecognizer
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
H A DPrivateTestModule.java28 static class Hidden implements Exposed {} class in class:PrivateTestModule
31 bind(Exposed.class).to(Hidden.class);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DTokenConstants.cs50 public const int Hidden = 99; field in class:Antlr.Runtime.TokenChannels
H A DBaseRecognizer.cs63 public const int Hidden = TokenChannels.Hidden; field in class:Antlr.Runtime.BaseRecognizer
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue116/
H A DNoFieldsTest.java35 Hidden hidden = new Hidden();
42 "No JavaBean properties found in org.yaml.snakeyaml.issues.issue116.Hidden");
44 Object hiddenParsed = yaml.load("!!org.yaml.snakeyaml.issues.issue116.Hidden {}\n");
45 assertTrue(hiddenParsed instanceof Hidden);
67 class Hidden { class
/external/guice/core/test/com/googlecode/guice/
H A DBytecodeGenTest.java293 static class Hidden { class in class:BytecodeGenTest
297 public Hidden method() {
298 return new Hidden();
303 public void method(Hidden h) {
315 Class hiddenClass = testClassLoader.loadClass(Hidden.class.getName());
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp45 cl::init(true), cl::Hidden);
54 IT(cl::desc("IT block support"), cl::Hidden, cl::init(DefaultIT), member in class:cl
68 cl::init(false), cl::Hidden);
/external/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp29 if (R.getValueAsBit("Hidden"))
76 bool Hidden; member in struct:__anon3370::GroupInfo
79 GroupInfo() : Hidden(false) { }
114 info.Hidden = isHidden(*R);
144 info.Hidden = R->getValueAsBit("Hidden");
213 // Hidden bit
241 // Hidden bit
316 OS << (I->second.Hidden ? "true" : "false");
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
H A DFactoryModuleBuilderTest.java491 .implement(Hidden.class, HiddenImpl.class)
497 + Hidden.class.getName() + ". Due to limitations with java.lang.reflect.Proxy, this is not allowed. "
503 interface Hidden {} interface in class:FactoryModuleBuilderTest
504 public static class HiddenImpl implements Hidden {}
506 Hidden create();
/external/clang/include/clang/Basic/
H A DModule.h208 Hidden, enumerator in enum:clang::Module::NameVisibilityKind
/external/llvm/lib/CodeGen/GlobalISel/
H A DRegBankSelect.cpp30 cl::desc("Mode of the RegBankSelect pass"), cl::Hidden, cl::Optional, member in class:cl
/external/llvm/include/llvm/Support/
H A DCommandLine.h122 Hidden = 0x01, // -help doesn't, but -help-hidden does enumerator in enum:llvm::cl::OptionHidden
303 enum OptionHidden Hidden)
305 HiddenFlag(Hidden), Formatting(NormalFormatting), Misc(0), Position(0),
1672 : Option(Optional, Hidden), AliasFor(nullptr) {
1701 /// \param Hidden if true will print hidden options
1703 void PrintHelpMessage(bool Hidden = false, bool Categorized = false);
302 Option(enum NumOccurrencesFlag OccurrencesFlag, enum OptionHidden Hidden) argument
/external/llvm/lib/Support/
H A DCommandLine.cpp1693 if (I->second->getOptionHiddenFlag() == Hidden && !ShowHidden)
1951 cl::location(UncategorizedNormalPrinter), cl::Hidden, cl::ValueDisallowed,
1956 cl::location(UncategorizedHiddenPrinter), cl::Hidden,
1970 cl::location(WrappedHiddenPrinter), cl::Hidden, cl::ValueDisallowed,
1976 cl::Hidden, cl::init(false), cl::cat(GenericCategory),
1981 cl::desc("Print all option values after command line parsing"), cl::Hidden,
2088 void cl::PrintHelpMessage(bool Hidden, bool Categorized) { argument
2096 if (!Hidden && !Categorized)
2098 else if (!Hidden && Categorized)
2100 else if (Hidden
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h112 Hidden = 0x40, // -help doesn't, but -help-hidden does enumerator in enum:llvm::cl::OptionHidden
1635 explicit alias(const M0t &M0) : Option(Optional | Hidden), AliasFor(0) {
1641 alias(const M0t &M0, const M1t &M1) : Option(Optional | Hidden), AliasFor(0) {
1648 : Option(Optional | Hidden), AliasFor(0) {
1655 : Option(Optional | Hidden), AliasFor(0) {
/external/syslinux/core/
H A Disolinux.asm74 global Hidden
75 Hidden resq 1 ; Used in hybrid mode label
244 mov [Hidden],eax
245 mov [Hidden+4],ebx
781 add eax,[Hidden]
782 adc edx,[Hidden+4]
854 add eax,[Hidden]
1159 mov ecx,[Hidden]
1160 mov ebx,[Hidden+4]
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml65 | Hidden Constructor in type:Visibility/t
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml60 | Hidden Constructor in type:Visibility/t
/external/clang/lib/Sema/
H A DSemaTemplate.cpp1048 NamedDecl *Hidden = nullptr; local
1049 if (SkipBody && !hasVisibleDefinition(Def, &Hidden)) {
1051 auto *Tmpl = cast<CXXRecordDecl>(Hidden)->getDescribedClassTemplate();
1054 makeMergedDefinitionVisible(Hidden, KWLoc);
6501 NamedDecl *Hidden = nullptr; local
6502 if (Def && SkipBody && !hasVisibleDefinition(Def, &Hidden)) {
6504 makeMergedDefinitionVisible(Hidden, KWLoc);
H A DSemaDecl.cpp2004 NamedDecl *Hidden = nullptr; local
2007 !hasVisibleDefinition(OldTag, &Hidden)) {
2018 makeMergedDefinitionVisible(Hidden, NewTag->getLocation());
3664 NamedDecl *Hidden = nullptr; local
3665 if (!hasVisibleDefinition(Def, &Hidden) &&
9616 NamedDecl *Hidden = nullptr; local
9617 if (!hasVisibleDefinition(Def, &Hidden) &&
12767 NamedDecl *Hidden = nullptr; local
12769 !hasVisibleDefinition(Def, &Hidden)) {
12776 makeMergedDefinitionVisible(Hidden, KWLo
14495 NamedDecl *Hidden; local
[all...]
/external/clang/lib/Serialization/
H A DASTReader.cpp3348 assert(Owner->NameVisibility != Module::Hidden && "nothing to make visible?");
3350 bool wasHidden = D->Hidden;
3351 D->Hidden = false;
3386 HiddenNamesMapType::iterator Hidden = HiddenNamesMap.find(Mod); local
3387 if (Hidden != HiddenNamesMap.end()) {
3388 auto HiddenNames = std::move(*Hidden);
3389 HiddenNamesMap.erase(Hidden);
/external/clang/include/clang/Sema/
H A DSema.h1428 NamedDecl *Hidden; local
1429 return hasVisibleDefinition(const_cast<NamedDecl*>(D), &Hidden);
/external/guice/extensions/struts2/lib/
H A Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/struts2/ org/apache/struts2/dispatcher/ ...

Completed in 1686 milliseconds