Home
last modified time | relevance | path

Searched defs:isProtected (Results 1 – 14 of 14) sorted by relevance

/external/doclava/src/com/google/doclava/
DScoped.java22 boolean isProtected(); in isProtected() method
DMemberInfo.java24 boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, in MemberInfo()
96 public boolean isProtected() { in isProtected() method in MemberInfo
DFieldInfo.java33 boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, in FieldInfo()
DClassInfo.java92 boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, in ClassInfo()
112 boolean isPublic, boolean isProtected, boolean isPackagePrivate, boolean isPrivate, in initialize()
240 public boolean isProtected() { in isProtected() method in ClassInfo
DMethodInfo.java279 boolean isProtected, boolean isPackagePrivate, boolean isPrivate, boolean isFinal, in MethodInfo()
DInfoBuilder.java1911 public boolean isProtected() { in isProtected() method in InfoBuilder.Modifiers
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DField.java362 public boolean isProtected() { in isProtected() method in Field
/external/guava/guava/src/com/google/common/reflect/
DElement.java98 public final boolean isProtected() { in isProtected() method in Element
/external/javassist/src/main/javassist/bytecode/
DAccessFlag.java87 public static boolean isProtected(int accflags) { in isProtected() method in AccessFlag
/external/javassist/src/main/javassist/
DModifier.java67 public static boolean isProtected(int mod) { in isProtected() method in Modifier
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexAccessFlags.java98 public boolean isProtected() { in isProtected() method in DexAccessFlags
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDebugInfo.h268 bool isProtected() const { in isProtected() function
512 bool isProtected() const { in isProtected() function
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java121 public boolean isProtected() { return getVal(VIS) == VIS_PROTECTED; } in isProtected() method in APIInfo
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h502 AST_MATCHER(Decl, isProtected) { in AST_MATCHER() argument