Searched defs:isProtected (Results 1 – 11 of 11) sorted by relevance
/external/doclava/src/com/google/doclava/ |
D | Scoped.java | 22 boolean isProtected(); in isProtected() method
|
D | MemberInfo.java | 24 boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, in MemberInfo() 81 public boolean isProtected() { in isProtected() method in MemberInfo
|
D | FieldInfo.java | 32 boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, in FieldInfo()
|
D | ClassInfo.java | 63 boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, in ClassInfo() 83 boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, in initialize() 195 public boolean isProtected() { in isProtected() method in ClassInfo
|
D | MethodInfo.java | 253 boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, in MethodInfo()
|
D | InfoBuilder.java | 1906 public boolean isProtected() { in isProtected() method in InfoBuilder.Modifiers
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | TextureManager.h | 65 bool isProtected; member
|
D | TextureManager.cpp | 73 bool TextureManager::isProtected(TextureToken token) in isProtected() function in WebCore::TextureManager
|
/external/javassist/src/main/javassist/bytecode/ |
D | AccessFlag.java | 87 public static boolean isProtected(int accflags) { in isProtected() method in AccessFlag
|
/external/javassist/src/main/javassist/ |
D | Modifier.java | 67 public static boolean isProtected(int mod) { in isProtected() method in Modifier
|
/external/llvm/include/llvm/Analysis/ |
D | DebugInfo.h | 256 bool isProtected() const { in isProtected() function 496 bool isProtected() const { in isProtected() function
|