HomeSort by relevance Sort by last modified time
    Searched refs:PUBLIC (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /cts/tools/signature-tools/src/signature/converter/
Visibility.java 23 * <li><code>PUBLIC</code> only the public classes and members are included.
24 * <li><code>PROTECTED</code> the public and protected classes members are
26 * <li><code>PACKAGE</code> the public, protected and package visible classes
34 public enum Visibility {
35 PUBLIC, PROTECTED, PACKAGE, PRIVATE;
  /external/dbus/test/data/equiv-config-files/basic/
basic-2.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/dbus/test/data/equiv-config-files/entities/
entities-2.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/dbus/test/data/invalid-config-files/
circular-1.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
circular-2.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
circular-3.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
not-well-formed.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
truncated-file.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
badselinux-1.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
badselinux-2.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /libcore/luni/src/main/java/java/lang/reflect/
Member.java 27 public interface Member {
30 * Designates all public members of a class or interface (including
33 public static final int PUBLIC = 0;
39 public static final int DECLARED = 1;
Modifier.java 26 public class Modifier {
29 * The {@code int} value representing the {@code public}
32 public static final int PUBLIC = 0x1;
38 public static final int PRIVATE = 0x2;
44 public static final int PROTECTED = 0x4;
49 public static final int STATIC = 0x8;
54 public static final int FINAL = 0x10;
60 public static final int SYNCHRONIZED = 0x20;
66 public static final int VOLATILE = 0x40
    [all...]
  /external/javassist/src/main/javassist/bytecode/
AccessFlag.java 5 * The contents of this file are subject to the Mozilla Public License Version
8 * the terms of the GNU Lesser General Public License Version 2.1 or later.
20 * for access modifiers such as public, rivate, ...
22 public class AccessFlag {
23 public static final int PUBLIC = 0x0001;
24 public static final int PRIVATE = 0x0002;
25 public static final int PROTECTED = 0x0004;
26 public static final int STATIC = 0x0008;
27 public static final int FINAL = 0x0010
    [all...]
  /external/dnsmasq/dbus/
dnsmasq.conf 1 <!DOCTYPE busconfig PUBLIC
  /external/javassist/src/main/javassist/
Modifier.java 5 * The contents of this file are subject to the Mozilla Public License Version
8 * the terms of the GNU Lesser General Public License Version 2.1 or later.
30 public class Modifier {
31 public static final int PUBLIC = AccessFlag.PUBLIC;
32 public static final int PRIVATE = AccessFlag.PRIVATE;
33 public static final int PROTECTED = AccessFlag.PROTECTED;
34 public static final int STATIC = AccessFlag.STATIC;
35 public static final int FINAL = AccessFlag.FINAL
    [all...]
  /external/proguard/src/proguard/classfile/util/
AccessUtil.java 8 * under the terms of the GNU General Public License as published by the Free
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
17 * You should have received a copy of the GNU General Public License along
29 * <code>PACKAGE_VISIBLE</code>, <code>PROTECTED</code>, and <code>PUBLIC</code>.
33 public class AccessUtil
35 public static final int PRIVATE = 0;
36 public static final int PACKAGE_VISIBLE = 1;
37 public static final int PROTECTED = 2;
38 public static final int PUBLIC = 3
    [all...]
  /external/wpa_supplicant/
dbus-wpa_supplicant.conf 1 <!DOCTYPE busconfig PUBLIC
  /external/wpa_supplicant_6/wpa_supplicant/
dbus-wpa_supplicant.conf 1 <!DOCTYPE busconfig PUBLIC
  /cts/tests/SignatureTest/tests/src/android/tests/sigtest/tests/
JDiffClassDescriptionTest.java 29 public class JDiffClassDescriptionTest extends InstrumentationTestCase {
31 public void notifyFailure(SignatureTestActivity.FAILURE_TYPE type, String name, String errmsg) {
40 public ExpectFailure(SignatureTestActivity.FAILURE_TYPE expectedType) {
44 public void notifyFailure(SignatureTestActivity.FAILURE_TYPE type, String name, String errMsg) {
57 public void validate() {
79 clz.setModifier(Modifier.PUBLIC);
83 public void testNormalClassCompliance() {
87 "public class NormalClass");
90 public void testMissingClass() {
100 public void testSimpleConstructor()
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ModifierTest.java 22 public class ModifierTest extends junit.framework.TestCase {
29 public void test_Constructor() {
37 public void test_isAbstractI() {
49 public void test_isFinalI() {
60 public void test_isInterfaceI() {
72 public void test_isNativeI() {
83 public void test_isPrivateI() {
95 public void test_isProtectedI() {
107 public void test_isPublicI() {
109 assertTrue("PUBLIC returned false", Modifier.isPublic(ALL_FLAGS))
    [all...]
  /external/dbus/test/data/equiv-config-files/basic/basic.d/
basic.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/dbus/test/data/equiv-config-files/entities/basic.d/
basic.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
  /system/core/rootdir/etc/
dbus.conf 1 <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyRepTypeTest.java 24 public class KeyRepTypeTest extends TestCase {
37 public void testValueOf() {
52 assertEquals(KeyRep.Type.PUBLIC, KeyRep.Type.valueOf(KeyRep.Type.PUBLIC
61 public void testValues() {
63 KeyRep.Type.PUBLIC, KeyRep.Type.PRIVATE };

Completed in 408 milliseconds

1 2 3 4 5 6