Searched full:static (Results 1 – 25 of 13654) sorted by relevance
12345678910>>...547
/external/capstone/bindings/java/capstone/ |
D | X86_const.java | 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; 17 public static final int X86_REG_CH = 9; [all …]
|
D | Arm64_const.java | 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; 20 public static final int ARM64_EXT_UXTW = 3; [all …]
|
D | Ppc_const.java | 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; 17 public static final int PPC_BC_SO = (4<<5)|12; [all …]
|
D | Mips_const.java | 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; 22 public static final int MIPS_REG_4 = 5; [all …]
|
D | Sysz_const.java | 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; 17 public static final int SYSZ_CC_NLH = 9; [all …]
|
D | Arm_const.java | 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; 17 public static final int ARM_SFT_ROR_REG = 9; [all …]
|
D | Sparc_const.java | 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; 19 public static final int SPARC_CC_ICC_GU = 12+256; [all …]
|
D | Xcore_const.java | 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; 20 public static final int XCORE_REG_R0 = 5; [all …]
|
/external/swiftshader/src/D3D9/ |
D | Capabilities.hpp | 47 static bool NULL_; 48 static bool R8G8B8; 49 static bool R5G6B5; 50 static bool X1R5G5B5; 51 static bool A1R5G5B5; 52 static bool A4R4G4B4; 53 static bool R3G3B2; 54 static bool A8R3G3B2; 55 static bool X4R4G4B4; 56 static bool A8R8G8B8; [all …]
|
/external/swiftshader/src/D3D8/ |
D | Capabilities.hpp | 28 static bool R8G8B8; 29 static bool R5G6B5; 30 static bool X1R5G5B5; 31 static bool A1R5G5B5; 32 static bool A4R4G4B4; 33 static bool R3G3B2; 34 static bool A8R3G3B2; 35 static bool X4R4G4B4; 36 static bool A8R8G8B8; 37 static bool X8R8G8B8; [all …]
|
/external/cldr/tools/java/org/unicode/cldr/icu/ |
D | LDMLConstants.java | 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"; 22 public static final String CONTEXT_TRANSFORM_USAGE = "contextTransformUsage"; [all …]
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/ |
D | TelephonyConstants.java | 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"; 36 public static final String VT_STATE_TX_PAUSED = "TX_PAUSED"; [all …]
|
/external/proguard/src/proguard/classfile/ |
D | ClassConstants.java | 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; 38 public static final int CLASS_VERSION_1_3_MAJOR = 47; 39 public static final int CLASS_VERSION_1_3_MINOR = 0; 40 public static final int CLASS_VERSION_1_4_MAJOR = 48; 41 public static final int CLASS_VERSION_1_4_MINOR = 0; [all …]
|
/external/proguard/src/proguard/classfile/instruction/ |
D | InstructionConstants.java | 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; 36 public static final byte OP_ICONST_3 = 6; 37 public static final byte OP_ICONST_4 = 7; 38 public static final byte OP_ICONST_5 = 8; 39 public static final byte OP_LCONST_0 = 9; [all …]
|
/external/javasqlite/src/main/java/SQLite/ |
D | Constants.java | 10 …* perl -ne '$_ =~ s/#define\s+(SQLITE\S+)\s+([0-9x]+)/ public static final int $1 = $2;/ && pri… 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 */ 23 public static final int SQLITE_LOCKED = 6; /* A table in the database is locked */ [all …]
|
/external/libcxx/include/ |
D | limits | 24 static constexpr bool is_specialized = false; 25 static constexpr T min() noexcept; 26 static constexpr T max() noexcept; 27 static constexpr T lowest() noexcept; 29 static constexpr int digits = 0; 30 static constexpr int digits10 = 0; 31 static constexpr int max_digits10 = 0; 32 static constexpr bool is_signed = false; 33 static constexpr bool is_integer = false; 34 static constexpr bool is_exact = false; [all …]
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | JDWPCommands.java | 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; 54 public static final byte SuspendCommand = 8; 56 public static final byte ResumeCommand = 9; [all …]
|
D | JDWPConstants.java | 38 public static class ThreadStatus { 40 public static final byte ZOMBIE = 0; 42 public static final byte RUNNING = 1; 44 public static final byte SLEEPING = 2; 46 public static final byte MONITOR = 3; 48 public static final byte WAIT = 4; 57 public static String getName(int status) { in getName() 78 public static class SuspendStatus { 80 public static final byte SUSPEND_STATUS_SUSPENDED = 1; 89 public static String getName(int status) { in getName() [all …]
|
/external/proguard/src/proguard/ |
D | ConfigurationConstants.java | 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"; 39 public static final String SYSTEMJARS_OPTION = "-systemjars"; 40 public static final String RESOURCEJARS_OPTION = "-resourcejars"; 42 public static final String KEEP_OPTION = "-keep"; [all …]
|
/external/vulkan-validation-layers/layers/ |
D | core_validation_error_enums.h | 37 static const char DECORATE_UNUSED *kVUID_Core_MemTrack_FenceState = "UNASSIGNED-CoreValidation-MemT… 38 static const char DECORATE_UNUSED *kVUID_Core_MemTrack_FreedMemRef = "UNASSIGNED-CoreValidation-Mem… 39 static const char DECORATE_UNUSED *kVUID_Core_MemTrack_InvalidAliasing = "UNASSIGNED-CoreValidation… 40 static const char DECORATE_UNUSED *kVUID_Core_MemTrack_InvalidMap = "UNASSIGNED-CoreValidation-MemT… 41 static const char DECORATE_UNUSED *kVUID_Core_MemTrack_InvalidState = "UNASSIGNED-CoreValidation-Me… 42 static const char DECORATE_UNUSED *kVUID_Core_MemTrack_InvalidUsageFlag = "UNASSIGNED-CoreValidatio… 43 static const char DECORATE_UNUSED *kVUID_Core_MemTrack_RebindObject = "UNASSIGNED-CoreValidation-Me… 45 //static const char DECORATE_UNUSED *kVUID_Core_MemTrack_InternalError = "UNASSIGNED-CoreValidation… 46 //static const char DECORATE_UNUSED *kVUID_Core_MemTrack_InvalidCB = "UNASSIGNED-CoreValidation-Mem… 47 //static const char DECORATE_UNUSED *kVUID_Core_MemTrack_InvalidMemObj = "UNASSIGNED-CoreValidation… [all …]
|
/external/proguard/src/proguard/gui/ |
D | default.pro | 8 public static void main(java.lang.String[]); 11 # Also keep - Enumerations. Keep the special static methods that are required in 14 public static **[] values(); 15 public static ** valueOf(java.lang.String); 24 public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent); 35 public static long currentTimeMillis(); 36 static java.lang.Class getCallerClass(); 37 public static int identityHashCode(java.lang.Object); 38 public static java.lang.SecurityManager getSecurityManager(); 39 public static java.util.Properties getProperties(); [all …]
|
/external/skia/src/sfnt/ |
D | SkOTTable_OS_2_V4.h | 20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(4); 74 static const SK_OT_USHORT Installable = 0; 75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; 263 static const SK_OT_ULONG BasicLatinMask = SkOTSetULONGBit<0>::value; 264 static const SK_OT_ULONG Latin1SupplementMask = SkOTSetULONGBit<1>::value; 265 static const SK_OT_ULONG LatinExtendedAMask = SkOTSetULONGBit<2>::value; [all …]
|
/external/skqp/src/sfnt/ |
D | SkOTTable_OS_2_V4.h | 20 static const SK_OT_USHORT VERSION = SkTEndian_SwapBE16(4); 74 static const SK_OT_USHORT Installable = 0; 75 static const SK_OT_USHORT RestrictedMask = SkOTSetUSHORTBit<1>::value; 76 static const SK_OT_USHORT PreviewPrintMask = SkOTSetUSHORTBit<2>::value; 77 static const SK_OT_USHORT EditableMask = SkOTSetUSHORTBit<3>::value; 78 static const SK_OT_USHORT NoSubsettingMask = SkOTSetUSHORTBit<8>::value; 79 static const SK_OT_USHORT BitmapMask = SkOTSetUSHORTBit<9>::value; 263 static const SK_OT_ULONG BasicLatinMask = SkOTSetULONGBit<0>::value; 264 static const SK_OT_ULONG Latin1SupplementMask = SkOTSetULONGBit<1>::value; 265 static const SK_OT_ULONG LatinExtendedAMask = SkOTSetULONGBit<2>::value; [all …]
|
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/cycle/ |
D | LongCycle.java | 23 static class Class1 { @Inject Class1(Class2 class2) {} } in Class1() 24 static class Class2 { @Inject Class2(Class3 class3) {} } in Class2() 25 static class Class3 { @Inject Class3(Class4 class4) {} } in Class3() 26 static class Class4 { @Inject Class4(Class5 class5) {} } in Class4() 27 static class Class5 { @Inject Class5(Class6 class6) {} } in Class5() 28 static class Class6 { @Inject Class6(Class7 class7) {} } in Class6() 29 static class Class7 { @Inject Class7(Class8 class8) {} } in Class7() 30 static class Class8 { @Inject Class8(Class9 class9) {} } in Class8() 31 static class Class9 { @Inject Class9(Class10 class10) {} } in Class9() 32 static class Class10 { @Inject Class10(Class11 class11) {} } in Class10() [all …]
|
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.h | 27 static void Abs(CFXJSE_Value* pThis, 30 static void Avg(CFXJSE_Value* pThis, 33 static void Ceil(CFXJSE_Value* pThis, 36 static void Count(CFXJSE_Value* pThis, 39 static void Floor(CFXJSE_Value* pThis, 42 static void Max(CFXJSE_Value* pThis, 45 static void Min(CFXJSE_Value* pThis, 48 static void Mod(CFXJSE_Value* pThis, 51 static void Round(CFXJSE_Value* pThis, 54 static void Sum(CFXJSE_Value* pThis, [all …]
|
12345678910>>...547