Searched defs:isHidden (Results 1 - 18 of 18) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DScoped.java28 boolean isHidden(); method in interface:Scoped
H A DDocInfo.java36 public boolean isHidden() { method in class:DocInfo
37 return comment().isHidden();
H A DPackageInfo.java84 public boolean isHidden() { method in class:PackageInfo
85 return comment().isHidden();
91 return !isHidden();
114 if (!cl.isHidden()) {
H A DComment.java457 public boolean isHidden() { method in class:Comment
498 isHidden();
H A DDoclava.java579 if (pkg.isHidden()) {
607 if (!cl.isHidden()) {
704 if (cl.isHidden()) {
779 if (cl.isPublic() && !cl.isHidden()) {
823 if (pkg.isHidden()) {
851 if (!cl.isHidden()) {
1000 if (!cl.isHidden()) {
1015 if (!cl.isHidden()) {
1033 if (!cl.isHidden()) {
1079 private static boolean isHidden(Do method in class:Doclava
[all...]
H A DClassInfo.java172 Doclava.checkLevel(mIsPublic, mIsProtected, mIsPackagePrivate, mIsPrivate, isHidden());
350 if (!m.isHidden()) {
462 if (!field.isHidden()) {
494 if (!f.isHidden()) {
1174 public boolean isHidden() { method in class:ClassInfo
1189 if (pkg != null && pkg.isHidden()) {
1192 if (cl.comment().isHidden()) {
/external/llvm/lib/Target/
H A DTargetMachine.cpp83 bool isHidden = GV->hasHiddenVisibility(); local
87 if (isLocal || isHidden)
92 if (!isDeclaration || isHidden)
/external/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp27 static bool isHidden(const Record &R) { function
32 return isHidden(*DI->getDef());
113 info.Hidden = isHidden(*R);
212 if (isHidden(R))
240 if (isHidden(R))
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/category/
H A DPropertyCategory.java142 public boolean isHidden() { method in class:PropertyCategory
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerChromium.h97 bool isHidden() const { return m_hidden; } function in class:WebCore::LayerChromium
/external/clang/include/clang/AST/
H A DDecl.h199 bool isHidden() const { return Hidden; } function in class:clang::NamedDecl
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp395 bool PlatformCALayer::isHidden() const function in class:PlatformCALayer
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c10017 u8 isHidden; /* True if this column is 'hidden' */ member in struct:Column
10221 # define IsHiddenColumn(X) ((X)->isHidden)
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10017 u8 isHidden; /* True if this column is 'hidden' */ member in struct:Column
10221 # define IsHiddenColumn(X) ((X)->isHidden)
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 494 milliseconds