Home
last modified time | relevance | path

Searched full:public (Results 1 – 25 of 17867) sorted by relevance

12345678910>>...715

/external/capstone/bindings/java/capstone/
DX86_const.java4 public class X86_const {
8 public static final int X86_REG_INVALID = 0;
9 public static final int X86_REG_AH = 1;
10 public static final int X86_REG_AL = 2;
11 public static final int X86_REG_AX = 3;
12 public static final int X86_REG_BH = 4;
13 public static final int X86_REG_BL = 5;
14 public static final int X86_REG_BP = 6;
15 public static final int X86_REG_BPL = 7;
16 public static final int X86_REG_BX = 8;
[all …]
DArm64_const.java4 public class Arm64_const {
8 public static final int ARM64_SFT_INVALID = 0;
9 public static final int ARM64_SFT_LSL = 1;
10 public static final int ARM64_SFT_MSL = 2;
11 public static final int ARM64_SFT_LSR = 3;
12 public static final int ARM64_SFT_ASR = 4;
13 public static final int ARM64_SFT_ROR = 5;
17 public static final int ARM64_EXT_INVALID = 0;
18 public static final int ARM64_EXT_UXTB = 1;
19 public static final int ARM64_EXT_UXTH = 2;
[all …]
DMips_const.java4 public class Mips_const {
8 public static final int MIPS_OP_INVALID = 0;
9 public static final int MIPS_OP_REG = 1;
10 public static final int MIPS_OP_IMM = 2;
11 public static final int MIPS_OP_MEM = 3;
15 public static final int MIPS_REG_INVALID = 0;
18 public static final int MIPS_REG_0 = 1;
19 public static final int MIPS_REG_1 = 2;
20 public static final int MIPS_REG_2 = 3;
21 public static final int MIPS_REG_3 = 4;
[all …]
DSysz_const.java4 public class Sysz_const {
8 public static final int SYSZ_CC_INVALID = 0;
9 public static final int SYSZ_CC_O = 1;
10 public static final int SYSZ_CC_H = 2;
11 public static final int SYSZ_CC_NLE = 3;
12 public static final int SYSZ_CC_L = 4;
13 public static final int SYSZ_CC_NHE = 5;
14 public static final int SYSZ_CC_LH = 6;
15 public static final int SYSZ_CC_NE = 7;
16 public static final int SYSZ_CC_E = 8;
[all …]
DPpc_const.java4 public class Ppc_const {
8 public static final int PPC_BC_INVALID = 0;
9 public static final int PPC_BC_LT = (0<<5)|12;
10 public static final int PPC_BC_LE = (1<<5)|4;
11 public static final int PPC_BC_EQ = (2<<5)|12;
12 public static final int PPC_BC_GE = (0<<5)|4;
13 public static final int PPC_BC_GT = (1<<5)|12;
14 public static final int PPC_BC_NE = (2<<5)|4;
15 public static final int PPC_BC_UN = (3<<5)|12;
16 public static final int PPC_BC_NU = (3<<5)|4;
[all …]
DArm_const.java4 public class Arm_const {
8 public static final int ARM_SFT_INVALID = 0;
9 public static final int ARM_SFT_ASR = 1;
10 public static final int ARM_SFT_LSL = 2;
11 public static final int ARM_SFT_LSR = 3;
12 public static final int ARM_SFT_ROR = 4;
13 public static final int ARM_SFT_RRX = 5;
14 public static final int ARM_SFT_ASR_REG = 6;
15 public static final int ARM_SFT_LSL_REG = 7;
16 public static final int ARM_SFT_LSR_REG = 8;
[all …]
DSparc_const.java4 public class Sparc_const {
8 public static final int SPARC_CC_INVALID = 0;
11 public static final int SPARC_CC_ICC_A = 8+256;
12 public static final int SPARC_CC_ICC_N = 0+256;
13 public static final int SPARC_CC_ICC_NE = 9+256;
14 public static final int SPARC_CC_ICC_E = 1+256;
15 public static final int SPARC_CC_ICC_G = 10+256;
16 public static final int SPARC_CC_ICC_LE = 2+256;
17 public static final int SPARC_CC_ICC_GE = 11+256;
18 public static final int SPARC_CC_ICC_L = 3+256;
[all …]
DXcore_const.java4 public class Xcore_const {
8 public static final int XCORE_OP_INVALID = 0;
9 public static final int XCORE_OP_REG = 1;
10 public static final int XCORE_OP_IMM = 2;
11 public static final int XCORE_OP_MEM = 3;
15 public static final int XCORE_REG_INVALID = 0;
16 public static final int XCORE_REG_CP = 1;
17 public static final int XCORE_REG_DP = 2;
18 public static final int XCORE_REG_LR = 3;
19 public static final int XCORE_REG_SP = 4;
[all …]
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDMLConstants.java12 public class LDMLConstants {
13 public static final String LDML = "ldml";
14 public static final String IDENTITY = "identity";
15 public static final String LDN = "localeDisplayNames";
16 public static final String FALLBACK = "fallback";
17 public static final String LAYOUT = "layout";
18 public static final String ORIENTATION = "orientation";
19 public static final String INTEXT = "inText";
20 public static final String INLIST = "inList";
21 public static final String CONTEXT_TRANSFORMS = "contextTransforms";
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyConstants.java19 public class TelephonyConstants {
23 public static final String WFC_MODE_WIFI_ONLY = "WIFI_ONLY";
24 public static final String WFC_MODE_CELLULAR_PREFERRED = "CELLULAR_PREFERRED";
25 public static final String WFC_MODE_WIFI_PREFERRED = "WIFI_PREFERRED";
26 public static final String WFC_MODE_DISABLED = "DISABLED";
27 public static final String WFC_MODE_UNKNOWN = "UNKNOWN";
32 public static final String VT_STATE_AUDIO_ONLY = "AUDIO_ONLY";
33 public static final String VT_STATE_TX_ENABLED = "TX_ENABLED";
34 public static final String VT_STATE_RX_ENABLED = "RX_ENABLED";
35 public static final String VT_STATE_BIDIRECTIONAL = "BIDIRECTIONAL";
[all …]
/external/proguard/src/proguard/classfile/
DClassConstants.java8 * 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
28 public class ClassConstants
30 public static final String CLASS_FILE_EXTENSION = ".class";
32 public static final int MAGIC = 0xCAFEBABE;
34 public static final int CLASS_VERSION_1_0_MAJOR = 45;
35 public static final int CLASS_VERSION_1_0_MINOR = 3;
36 public static final int CLASS_VERSION_1_2_MAJOR = 46;
37 public static final int CLASS_VERSION_1_2_MINOR = 0;
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java8 * 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
28 public interface InstructionConstants
30 public static final byte OP_NOP = 0;
31 public static final byte OP_ACONST_NULL = 1;
32 public static final byte OP_ICONST_M1 = 2;
33 public static final byte OP_ICONST_0 = 3;
34 public static final byte OP_ICONST_1 = 4;
35 public static final byte OP_ICONST_2 = 5;
[all …]
/external/proguard/src/proguard/gui/
Ddefault.pro7 -keepclasseswithmembers public class * {
8 public static void main(java.lang.String[]);
14 public static **[] values();
15 public static ** valueOf(java.lang.String);
24 public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent);
34 -assumenosideeffects public class java.lang.System {
35 public static long currentTimeMillis();
37 public static int identityHashCode(java.lang.Object);
38 public static java.lang.SecurityManager getSecurityManager();
39 public static java.util.Properties getProperties();
[all …]
Dboilerplate.pro3 -keepclasseswithmembers public class * {
4 public static void main(java.lang.String[]);
8 -keep public class * extends java.applet.Applet
11 -keep public class * extends javax.servlet.Servlet
14 -keep public class * extends javax.microedition.midlet.MIDlet
17 -keep public class * extends javax.tv.xlet.Xlet
19 # Keep - Library. Keep all public and protected classes, fields, and methods.
20 -keep public class * {
21 public protected <fields>;
22 public protected <methods>;
[all …]
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java45 public void addRowSetListener(RowSetListener theListener) { in addRowSetListener()
48 public void clearParameters() throws SQLException { in clearParameters()
51 public void execute() throws SQLException { in execute()
54 public String getCommand() { in getCommand()
58 public String getDataSourceName() { in getDataSourceName()
62 public boolean getEscapeProcessing() throws SQLException { in getEscapeProcessing()
66 public int getMaxFieldSize() throws SQLException { in getMaxFieldSize()
70 public int getMaxRows() throws SQLException { in getMaxRows()
74 public String getPassword() { in getPassword()
78 public int getQueryTimeout() throws SQLException { in getQueryTimeout()
[all …]
/external/javasqlite/src/main/java/SQLite/
DConstants.java10 …* perl -ne '$_ =~ s/#define\s+(SQLITE\S+)\s+([0-9x]+)/ public static final int $1 = $2;/ && pri…
12 public final class Constants {
14 public static final int drv_minor = 20100131;
16 public static final int SQLITE_VERSION_NUMBER = 3006022;
17 public static final int SQLITE_OK = 0; /* Successful result */
18 public static final int SQLITE_ERROR = 1; /* SQL error or missing database */
19 public static final int SQLITE_INTERNAL = 2; /* Internal logic error in SQLite */
20 public static final int SQLITE_PERM = 3; /* Access permission denied */
21 public static final int SQLITE_ABORT = 4; /* Callback routine requested an abort */
22 public static final int SQLITE_BUSY = 5; /* The database file is locked */
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DEmptyVisitor.java25 public abstract class EmptyVisitor implements Visitor {
28 public void visitStackInstruction( final StackInstruction obj ) { in visitStackInstruction()
33 public void visitLocalVariableInstruction( final LocalVariableInstruction obj ) { in visitLocalVariableInstruction()
38 public void visitBranchInstruction( final BranchInstruction obj ) { in visitBranchInstruction()
43 public void visitLoadClass( final LoadClass obj ) { in visitLoadClass()
48 public void visitFieldInstruction( final FieldInstruction obj ) { in visitFieldInstruction()
53 public void visitIfInstruction( final IfInstruction obj ) { in visitIfInstruction()
58 public void visitConversionInstruction( final ConversionInstruction obj ) { in visitConversionInstruction()
63 public void visitPopInstruction( final PopInstruction obj ) { in visitPopInstruction()
68 public void visitJsrInstruction( final JsrInstruction obj ) { in visitJsrInstruction()
[all …]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DJDWPCommands.java31 public class JDWPCommands {
36 public class VirtualMachineCommandSet {
38 public static final byte CommandSetID = 1;
40 public static final byte VersionCommand = 1;
42 public static final byte ClassesBySignatureCommand = 2;
44 public static final byte AllClassesCommand = 3;
46 public static final byte AllThreadsCommand = 4;
48 public static final byte TopLevelThreadGroupsCommand = 5;
50 public static final byte DisposeCommand = 6;
52 public static final byte IDSizesCommand = 7;
[all …]
/external/apache-http/api/
Dcurrent.txt4 public class WebAddress {
5 ctor public WebAddress(String) throws java.lang.IllegalArgumentException;
6 method public String getAuthInfo();
7 method public String getHost();
8 method public String getPath();
9 method public int getPort();
10 method public String getScheme();
11 method public void setAuthInfo(String);
12 method public void setHost(String);
13 method public void setPath(String);
[all …]
/external/icu/android_icu4j/api/intra/
Dcurrent-api.txt4 public abstract class CacheValue<V> {
5 method public static void setStrength(android.icu.impl.CacheValue.Strength);
8 public enum CacheValue.Strength {
9 enum_constant public static final android.icu.impl.CacheValue.Strength SOFT;
10 enum_constant public static final android.icu.impl.CacheValue.Strength STRONG;
13 public final class ICUData {
14 field public static final String ICU_BASE_NAME = "android/icu/impl/data/icudt66b";
17 public class ICUResourceBundle extends android.icu.util.UResourceBundle {
18 method public String getStringWithFallback(String) throws java.util.MissingResourceException;
19 …method public android.icu.impl.ICUResourceBundle getWithFallback(String) throws java.util.MissingR…
[all …]
/external/mockito/src/test/java/org/mockitousage/
DMethodsImpl.java11 public class MethodsImpl implements IMethods {
12 public boolean booleanReturningMethod() { in booleanReturningMethod()
16 public Boolean booleanObjectReturningMethod() { in booleanObjectReturningMethod()
20 public byte byteReturningMethod() { in byteReturningMethod()
24 public Byte byteObjectReturningMethod() { in byteObjectReturningMethod()
28 public short shortReturningMethod() { in shortReturningMethod()
32 public Short shortObjectReturningMethod() { in shortObjectReturningMethod()
36 public char charReturningMethod() { in charReturningMethod()
40 public Character charObjectReturningMethod() { in charObjectReturningMethod()
44 public int intReturningMethod() { in intReturningMethod()
[all …]
/external/proguard/src/proguard/
DConfigurationConstants.java8 * 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
30 public static final String OPTION_PREFIX = "-";
31 public static final String AT_DIRECTIVE = "@";
32 public static final String INCLUDE_DIRECTIVE = "-include";
33 public static final String BASE_DIRECTORY_DIRECTIVE = "-basedirectory";
35 public static final String INJARS_OPTION = "-injars";
36 public static final String OUTJARS_OPTION = "-outjars";
37 public static final String LIBRARYJARS_OPTION = "-libraryjars";
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DAnalysisAdapter.java8 public class AnalysisAdapter implements Analysis
13 public Object getIn(Node node) in getIn()
23 public void setIn(Node node, Object o) in setIn()
40 public Object getOut(Node node) in getOut()
50 public void setOut(Node node, Object o) in setOut()
67 public void caseStart(Start node) in caseStart()
72 public void caseAMultipleCommand(AMultipleCommand node) in caseAMultipleCommand()
77 public void caseACommentCommand(ACommentCommand node) in caseACommentCommand()
82 public void caseADataCommand(ADataCommand node) in caseADataCommand()
87 public void caseAVarCommand(AVarCommand node) in caseAVarCommand()
[all …]
/external/kotlinx.coroutines/binary-compatibility-validator/reference-public-api/
Dkotlinx-coroutines-core.txt1 public abstract class kotlinx/coroutines/AbstractCoroutine : kotlinx/coroutines/JobSupport, kotlin/…
3 public fun <init> (Lkotlin/coroutines/CoroutineContext;Z)V
4public synthetic fun <init> (Lkotlin/coroutines/CoroutineContext;ZILkotlin/jvm/internal/DefaultCon…
5 public final fun getContext ()Lkotlin/coroutines/CoroutineContext;
6 public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;
7 public fun isActive ()Z
12 public final fun resumeWith (Ljava/lang/Object;)V
13public final fun start (Lkotlinx/coroutines/CoroutineStart;Ljava/lang/Object;Lkotlin/jvm/functions…
14 public final fun start (Lkotlinx/coroutines/CoroutineStart;Lkotlin/jvm/functions/Function1;)V
17 public final class kotlinx/coroutines/AwaitKt {
[all …]
/external/fonttools/Tests/varLib/data/master_ufo/TestFamily4-Regular.ufo/
Dkerning.plist2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dt…
5 <key>public.kern1.A</key>
7 <key>public.kern2.O</key>
9 <key>public.kern2.T</key>
11 <key>public.kern2.V</key>
13 <key>public.kern2.W</key>
15 <key>public.kern2.Y</key>
17 <key>public.kern2.f</key>
19 <key>public.kern2.hyphen</key>
21 <key>public.kern2.quote</key>
[all …]

12345678910>>...715