HomeSort by relevance Sort by last modified time
    Searched full:static (Results 451 - 475 of 47082) sorted by null

<<11121314151617181920>>

  /system/vold/
Volume.h 30 static const int State_Init = -1;
31 static const int State_NoMedia = 0;
32 static const int State_Idle = 1;
33 static const int State_Pending = 2;
34 static const int State_Checking = 3;
35 static const int State_Mounted = 4;
36 static const int State_Unmounting = 5;
37 static const int State_Formatting = 6;
38 static const int State_Shared = 7;
39 static const int State_SharedMnt = 8
    [all...]
  /frameworks/base/core/java/android/util/
MathUtils.java 27 private static final Random sRandom = new Random();
28 private static final float DEG_TO_RAD = 3.1415926f / 180.0f;
29 private static final float RAD_TO_DEG = 180.0f / 3.1415926f;
34 public static float abs(float v) {
38 public static int constrain(int amount, int low, int high) {
42 public static long constrain(long amount, long low, long high) {
46 public static float constrain(float amount, float low, float high) {
50 public static float log(float a) {
54 public static float exp(float a) {
58 public static float pow(float a, float b)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneConstants.java 53 public static final String STATE_KEY = "state";
56 public static final int PHONE_TYPE_NONE = RILConstants.NO_PHONE;
57 public static final int PHONE_TYPE_GSM = RILConstants.GSM_PHONE;
58 public static final int PHONE_TYPE_CDMA = RILConstants.CDMA_PHONE;
59 public static final int PHONE_TYPE_SIP = RILConstants.SIP_PHONE;
62 public static final int LTE_ON_CDMA_UNKNOWN = RILConstants.LTE_ON_CDMA_UNKNOWN;
63 public static final int LTE_ON_CDMA_FALSE = RILConstants.LTE_ON_CDMA_FALSE;
64 public static final int LTE_ON_CDMA_TRUE = RILConstants.LTE_ON_CDMA_TRUE;
67 public static int PRESENTATION_ALLOWED = 1; // normal
68 public static int PRESENTATION_RESTRICTED = 2; // block by use
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JSInterfaceJIT.h 54 static const RegisterID returnValueRegister = X86Registers::eax;
55 static const RegisterID cachedResultRegister = X86Registers::eax;
56 static const RegisterID firstArgumentRegister = X86Registers::edi;
58 static const RegisterID timeoutCheckRegister = X86Registers::r12;
59 static const RegisterID callFrameRegister = X86Registers::r13;
60 static const RegisterID tagTypeNumberRegister = X86Registers::r14;
61 static const RegisterID tagMaskRegister = X86Registers::r15;
63 static const RegisterID regT0 = X86Registers::eax;
64 static const RegisterID regT1 = X86Registers::edx;
65 static const RegisterID regT2 = X86Registers::ecx
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java 49 public static final int ENDOP = -1;
55 public static final int EMPTY = -2;
63 public static final int ELEMWILDCARD = -3;
79 public static final int OP_XPATH = 1;
91 public static final int OP_OR = 2;
103 public static final int OP_AND = 3;
115 public static final int OP_NOTEQUALS = 4;
127 public static final int OP_EQUALS = 5;
139 public static final int OP_LTE = 6;
151 public static final int OP_LT = 7
    [all...]
  /external/clang/lib/Headers/
mmintrin.h 37 static __inline__ void __attribute__((__always_inline__, __nodebug__))
43 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
49 static __inline__ int __attribute__((__always_inline__, __nodebug__))
55 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
61 static __inline__ long long __attribute__((__always_inline__, __nodebug__))
67 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
73 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
79 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
85 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
91 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__)
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
mmintrin.h 37 static __inline__ void __attribute__((__always_inline__, __nodebug__))
43 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
49 static __inline__ int __attribute__((__always_inline__, __nodebug__))
55 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
61 static __inline__ long long __attribute__((__always_inline__, __nodebug__))
67 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
73 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
79 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
85 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__))
91 static __inline__ __m64 __attribute__((__always_inline__, __nodebug__)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ntt/
NTTObjectIdentifiers.java 10 public static final ASN1ObjectIdentifier id_camellia128_cbc = new ASN1ObjectIdentifier("1.2.392.200011.61.1.1.1.2");
11 public static final ASN1ObjectIdentifier id_camellia192_cbc = new ASN1ObjectIdentifier("1.2.392.200011.61.1.1.1.3");
12 public static final ASN1ObjectIdentifier id_camellia256_cbc = new ASN1ObjectIdentifier("1.2.392.200011.61.1.1.1.4");
14 public static final ASN1ObjectIdentifier id_camellia128_wrap = new ASN1ObjectIdentifier("1.2.392.200011.61.1.1.3.2");
15 public static final ASN1ObjectIdentifier id_camellia192_wrap = new ASN1ObjectIdentifier("1.2.392.200011.61.1.1.3.3");
16 public static final ASN1ObjectIdentifier id_camellia256_wrap = new ASN1ObjectIdentifier("1.2.392.200011.61.1.1.3.4");
  /external/chromium/chrome/browser/debugger/
devtools_remote_service.h 19 static const char kPing[];
20 static const char kVersion[];
21 static const char kListTabs[];
33 static const char kToolName[];
38 static const int kOk = 0;
39 static const int kUnknownCommand = 1;
  /external/chromium/chrome/common/
common_param_traits.h 21 static void Write(Message* m, const param_type& p);
22 static bool Read(const Message* m, void** iter, param_type* p);
23 static void Log(const param_type& p, std::string* l);
29 static void Write(Message* m, const param_type& p);
30 static bool Read(const Message* m, void** iter, param_type* p);
31 static void Log(const param_type& p, std::string* l);
view_types.h 28 static const char* kTabContents;
29 static const char* kBackgroundPage;
30 static const char* kPopup;
31 static const char* kInfobar;
32 static const char* kNotification;
33 static const char* kAll;
  /external/clang/test/CodeGen/
globalinit.c 23 static char buf[10];
24 static char *bufptr = buf;
32 static _Bool booltest3 = 4;
36 static int a = { 1 };
49 static int array[];
50 static int array[4];
  /external/clang/test/SemaCXX/
warn-exit-time-destructors.cpp 18 static A a; // expected-warning {{declaration requires an exit-time destructor}}
19 static A b[10]; // expected-warning {{declaration requires an exit-time destructor}}
20 static A c[10][10]; // expected-warning {{declaration requires an exit-time destructor}}
22 static A &d = a;
23 static A &e = b[5];
24 static A &f = c[5][7];
  /external/icu4c/test/cintltst/
cjaptst.h 38 static void TestTertiary(void);
41 static void TestBase(void);
44 static void TestPlainDakutenHandakuten(void);
49 static void TestSmallLarge(void);
54 static void TestKatakanaHiragana(void);
59 static void TestChooonKigoo(void);
  /external/qemu/
gen-icount.h 5 static TCGArg *icount_arg;
6 static int icount_label;
8 static inline void gen_icount_start(void)
27 static void gen_icount_end(TranslationBlock *tb, int num_insns)
36 static inline void gen_io_start(void)
43 static inline void gen_io_end(void)
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowEnvironment.java 12 private static final String MEDIA_REMOVED = "removed";
14 private static String externalStorageState = MEDIA_REMOVED;
17 public static String getExternalStorageState() {
21 public static void setExternalStorageState(String externalStorageState) {
26 public static File getExternalStorageDirectory() {
32 public static File getExternalStoragePublicDirectory(String type) {
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
Base64Test.java 8 import static org.hamcrest.CoreMatchers.equalTo;
9 import static org.hamcrest.CoreMatchers.not;
10 import static org.junit.Assert.assertEquals;
11 import static org.junit.Assert.assertArrayEquals;
16 private static final String base64Encoded = "YmFzZTY0IGVuY29kZWQgc3RyaW5n";
17 private static final String base64Decoded = "base64 encoded string";
  /external/skia/src/sfnt/
SkOTTable_glyf.h 24 static const SK_OT_CHAR TAG0 = 'g';
25 static const SK_OT_CHAR TAG1 = 'l';
26 static const SK_OT_CHAR TAG2 = 'y';
27 static const SK_OT_CHAR TAG3 = 'f';
28 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableGlyph>::value;
95 static const SK_OT_USHORT OnCurveMask = SkTEndian_SwapBE16(1 << 0);
96 static const SK_OT_USHORT xShortVectorMask = SkTEndian_SwapBE16(1 << 1);
97 static const SK_OT_USHORT yShortVectorMask = SkTEndian_SwapBE16(1 << 2);
98 static const SK_OT_USHORT RepeatMask = SkTEndian_SwapBE16(1 << 3);
99 static const SK_OT_USHORT xIsSame_xShortVectorPositiveMask = SkTEndian_SwapBE16(1 << 4)
    [all...]
SkOTTable_hhea.h 18 static const SK_OT_CHAR TAG0 = 'h';
19 static const SK_OT_CHAR TAG1 = 'h';
20 static const SK_OT_CHAR TAG2 = 'e';
21 static const SK_OT_CHAR TAG3 = 'a';
22 static const SK_OT_ULONG TAG = SkOTTableTAG<SkOTTableHorizontalHeader>::value;
25 static const SK_OT_Fixed version1 = SkTEndian_SwapBE32(0x00010000);
  /external/webkit/Source/JavaScriptCore/wtf/
VectorTraits.h 40 static const bool needsDestruction = true;
41 static const bool needsInitialization = true;
42 static const bool canInitializeWithMemset = false;
43 static const bool canMoveWithMemcpy = false;
44 static const bool canCopyWithMemcpy = false;
45 static const bool canFillWithMemset = false;
46 static const bool canCompareWithMemcmp = false;
52 static const bool needsDestruction = false;
53 static const bool needsInitialization = false;
54 static const bool canInitializeWithMemset = false
    [all...]
  /frameworks/base/core/java/com/android/internal/view/
WindowManagerPolicyThread.java 22 * Static storage of the thread running the window manager policy, to
26 static Thread mThread;
27 static Looper mLooper;
29 public static void set(Thread thread, Looper looper) {
34 public static Thread getThread() {
38 public static Looper getLooper() {
  /frameworks/native/opengl/tools/glgen/stubs/egl/
EGLExtHeader.java-if 27 public static final int EGL_CONTEXT_MAJOR_VERSION_KHR = 0x3098;
28 public static final int EGL_CONTEXT_MINOR_VERSION_KHR = 0x30FB;
29 public static final int EGL_CONTEXT_FLAGS_KHR = 0x30FC;
30 public static final int EGL_OPENGL_ES3_BIT_KHR = 0x0040;
32 native private static void _nativeClassInit();
33 static {
  /libcore/luni/src/main/java/libcore/io/
SizeOf.java 20 public static final int CHAR = 2;
21 public static final int DOUBLE = 8;
22 public static final int FLOAT = 4;
23 public static final int INT = 4;
24 public static final int LONG = 8;
25 public static final int SHORT = 2;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
Dops.java 56 private static final Dop[] DOPS;
64 public static final Dop SPECIAL_FORMAT =
69 public static final Dop NOP =
73 public static final Dop MOVE =
77 public static final Dop MOVE_FROM16 =
81 public static final Dop MOVE_16 =
85 public static final Dop MOVE_WIDE =
89 public static final Dop MOVE_WIDE_FROM16 =
93 public static final Dop MOVE_WIDE_16 =
97 public static final Dop MOVE_OBJECT
    [all...]
  /external/valgrind/main/none/tests/ppc64/
tw_td.c 8 static jmp_buf env_sigtrap;
9 static void handler_sigtrap ( int x ) { longjmp(env_sigtrap,1); }
33 static void tw_0 ( long n, long m ) {
37 static void tw_1 ( long n, long m ) {
41 static void tw_2 ( long n, long m ) {
45 static void tw_3 ( long n, long m ) {
49 static void tw_4 ( long n, long m ) {
53 static void tw_5 ( long n, long m ) {
57 static void tw_6 ( long n, long m ) {
61 static void tw_7 ( long n, long m )
    [all...]

Completed in 556 milliseconds

<<11121314151617181920>>