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

1 2 3 4 5 6 78 91011>>

  /build/tools/droiddoc/test/stubs/expected/com/android/stubs/
Parent.java 5 public static interface Interface
13 public static final byte public_static_final_byte = 42;
14 public static final short public_static_final_short = 43;
15 public static final int public_static_final_int = 44;
16 public static final long public_static_final_long = 45L;
17 public static final char public_static_final_char = 4660;
18 public static final float public_static_final_float = 42.1f;
19 public static final double public_static_final_double = 42.2;
20 public static int public_static_int;
21 public static final java.lang.String public_static_final_String = "ps\u1234fS"
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 63 static GLenum s_glGetError(void * self);
66 static void s_glFlush(void * self);
69 static void s_glPixelStorei(void *self, GLenum param, GLint value);
72 static const GLubyte * s_glGetString(void *self, GLenum name);
75 static void s_glBindBuffer(void *self, GLenum target, GLuint id);
79 static void s_glBufferData(void *self, GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage);
81 static void s_glBufferSubData(void *self, GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid * data);
83 static void s_glDeleteBuffers(void *self, GLsizei n, const GLuint * buffers);
86 static void s_glDrawArrays(void *self, GLenum mode, GLint first, GLsizei count);
89 static void s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *indices)
    [all...]
  /external/icu4c/test/intltest/
nmfmtrt.h 27 static UBool verbose;
28 static UBool STRING_COMPARE;
29 static UBool EXACT_NUMERIC_COMPARE;
30 static UBool DEBUG;
31 static double MAX_ERROR;
32 static double max_numeric_error;
33 static double min_numeric_error;
43 static double randomDouble(double range);
44 static double proportionalError(const Formattable& a, const Formattable& b);
45 static UnicodeString& typeOf(const Formattable& n, UnicodeString& result)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
se-selinux.in.h 11 static inline int getcon (security_context_t *con _UNUSED_PARAMETER_)
13 static inline void freecon (security_context_t con _UNUSED_PARAMETER_) {}
16 static inline int getfscreatecon (security_context_t *con _UNUSED_PARAMETER_)
18 static inline int setfscreatecon (security_context_t con _UNUSED_PARAMETER_)
20 static inline int matchpathcon (char const *s _UNUSED_PARAMETER_,
24 static inline int getfilecon (char const *s _UNUSED_PARAMETER_,
27 static inline int lgetfilecon (char const *s _UNUSED_PARAMETER_,
30 static inline int setfilecon (char const *s _UNUSED_PARAMETER_,
33 static inline int lsetfilecon (char const *s _UNUSED_PARAMETER_,
36 static inline int fsetfilecon (int fd _UNUSED_PARAMETER_
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaObject.java 23 private static final String TAG = "MediaObject";
24 public static final long INVALID_DATA_VERSION = -1;
27 public static final int SUPPORT_DELETE = 1 << 0;
28 public static final int SUPPORT_ROTATE = 1 << 1;
29 public static final int SUPPORT_SHARE = 1 << 2;
30 public static final int SUPPORT_CROP = 1 << 3;
31 public static final int SUPPORT_SHOW_ON_MAP = 1 << 4;
32 public static final int SUPPORT_SETAS = 1 << 5;
33 public static final int SUPPORT_FULL_IMAGE = 1 << 6;
34 public static final int SUPPORT_PLAY = 1 << 7
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
Packets.java 15 public static final int SSH_MSG_DISCONNECT = 1;
16 public static final int SSH_MSG_IGNORE = 2;
17 public static final int SSH_MSG_UNIMPLEMENTED = 3;
18 public static final int SSH_MSG_DEBUG = 4;
19 public static final int SSH_MSG_SERVICE_REQUEST = 5;
20 public static final int SSH_MSG_SERVICE_ACCEPT = 6;
22 public static final int SSH_MSG_KEXINIT = 20;
23 public static final int SSH_MSG_NEWKEYS = 21;
25 public static final int SSH_MSG_KEXDH_INIT = 30;
26 public static final int SSH_MSG_KEXDH_REPLY = 31
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 40 public static final String NEXT_NONCE = "nextnonce";
42 public static final String TAG = "tag";
44 public static final String USERNAME = "username";
46 public static final String URI = "uri";
48 public static final String DOMAIN = "domain";
50 public static final String CNONCE = "cnonce";
52 public static final String PASSWORD = "password";
54 public static final String RESPONSE = "response";
56 public static final String RESPONSE_AUTH = "rspauth";
58 public static final String OPAQUE = "opaque"
    [all...]
SIPHeaderNames.java 44 public static final String MIN_EXPIRES = MinExpiresHeader.NAME; //1
45 public static final String ERROR_INFO = ErrorInfoHeader.NAME; //2
46 public static final String MIME_VERSION = MimeVersionHeader.NAME; //3
47 public static final String IN_REPLY_TO = InReplyToHeader.NAME; //4
48 public static final String ALLOW = AllowHeader.NAME; //5
49 public static final String CONTENT_LANGUAGE = ContentLanguageHeader.NAME;
51 public static final String CALL_INFO = CallInfoHeader.NAME; //7
52 public static final String CSEQ = CSeqHeader.NAME; //8
53 public static final String ALERT_INFO = AlertInfoHeader.NAME; //9
54 public static final String ACCEPT_ENCODING = AcceptEncodingHeader.NAME
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 25 public static final int GL_BLEND_EQUATION_RGB_OES = 0x8009;
26 public static final int GL_BLEND_EQUATION_ALPHA_OES = 0x883D;
27 public static final int GL_BLEND_DST_RGB_OES = 0x80C8;
28 public static final int GL_BLEND_SRC_RGB_OES = 0x80C9;
29 public static final int GL_BLEND_DST_ALPHA_OES = 0x80CA;
30 public static final int GL_BLEND_SRC_ALPHA_OES = 0x80CB;
31 public static final int GL_BLEND_EQUATION_OES = 0x8009;
32 public static final int GL_FUNC_ADD_OES = 0x8006;
33 public static final int GL_FUNC_SUBTRACT_OES = 0x800A;
34 public static final int GL_FUNC_REVERSE_SUBTRACT_OES = 0x800B
    [all...]
EGL14.java 33 public static final int EGL_DEFAULT_DISPLAY = 0;
34 public static EGLContext EGL_NO_CONTEXT = null;
35 public static EGLDisplay EGL_NO_DISPLAY = null;
36 public static EGLSurface EGL_NO_SURFACE = null;
38 public static final int EGL_FALSE = 0;
39 public static final int EGL_TRUE = 1;
40 public static final int EGL_SUCCESS = 0x3000;
41 public static final int EGL_NOT_INITIALIZED = 0x3001;
42 public static final int EGL_BAD_ACCESS = 0x3002;
43 public static final int EGL_BAD_ALLOC = 0x3003
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetHalConstants.java 27 final static int CONNECTION_STATE_DISCONNECTED = 0;
28 final static int CONNECTION_STATE_CONNECTING = 1;
29 final static int CONNECTION_STATE_CONNECTED = 2;
30 final static int CONNECTION_STATE_SLC_CONNECTED = 3;
31 final static int CONNECTION_STATE_DISCONNECTING = 4;
34 final static int AUDIO_STATE_DISCONNECTED = 0;
35 final static int AUDIO_STATE_CONNECTING = 1;
36 final static int AUDIO_STATE_CONNECTED = 2;
37 final static int AUDIO_STATE_DISCONNECTING = 3;
40 final static int VR_STATE_STOPPED = 0
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
Smileys.java 25 private static final int[] sIconIds = {
45 public static int HAPPY = 0;
46 public static int SAD = 1;
47 public static int WINKING = 2;
48 public static int TONGUE_STICKING_OUT = 3;
49 public static int SURPRISED = 4;
50 public static int KISSING = 5;
51 public static int YELLING = 6;
52 public static int COOL = 7;
53 public static int MONEY_MOUTH = 8
    [all...]
  /packages/apps/Browser/src/com/android/browser/
PreferenceKeys.java 21 static final String PREF_AUTOFILL_ACTIVE_PROFILE_ID = "autofill_active_profile_id";
22 static final String PREF_DEBUG_MENU = "debug_menu";
27 static final String PREF_MIN_FONT_SIZE = "min_font_size";
28 static final String PREF_TEXT_SIZE = "text_size";
29 static final String PREF_TEXT_ZOOM = "text_zoom";
30 static final String PREF_DOUBLE_TAP_ZOOM = "double_tap_zoom";
31 static final String PREF_FORCE_USERSCALABLE = "force_userscalable";
32 static final String PREF_INVERTED = "inverted";
33 static final String PREF_INVERTED_CONTRAST = "inverted_contrast";
38 static final String PREF_AUTOFIT_PAGES = "autofit_pages"
    [all...]
  /frameworks/av/include/media/
AudioSystem.h 41 /* These are static methods to control the system-wide AudioFlinger
46 static status_t muteMicrophone(bool state);
47 static status_t isMicrophoneMuted(bool *state);
50 static status_t setMasterVolume(float value);
51 static status_t getMasterVolume(float* volume);
54 static status_t setMasterMute(bool mute);
55 static status_t getMasterMute(bool* mute);
58 static status_t setStreamVolume(audio_stream_type_t stream, float value,
60 static status_t getStreamVolume(audio_stream_type_t stream, float* volume,
64 static status_t setStreamMute(audio_stream_type_t stream, bool mute)
    [all...]
  /cts/tests/src/android/os/cts/
CpuFeatures.java 21 public static final String ARMEABI_V7 = "armeabi-v7a";
23 public static final String ARMEABI = "armeabi";
25 public static final String MIPSABI = "mips";
27 public static final String X86ABI = "x86";
29 static {
33 public static native boolean isArmCpu();
35 public static native boolean isArm7Compatible();
37 public static native boolean isMipsCpu();
39 public static native boolean isX86Cpu();
  /external/clang/test/SemaCXX/
warn-missing-variable-declarations.cpp 4 int vbad1; // expected-warning{{no previous extern declaration for non-static variable 'vbad1'}}
5 int vbad2 = 10; // expected-warning{{no previous extern declaration for non-static variable 'vbad2'}}
8 int vbad3; // expected-warning{{no previous extern declaration for non-static variable 'vbad3'}}
12 static int vgood1;
15 static struct {
23 static int lgood2;
25 static void fgood3(void) {
27 static int lgood4;
38 static int MGood1;
cxx0x-class.cpp 1 // RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 -Wno-error=static-float-init %s
12 static int si = 0; // expected-error {{non-const static data member must be initialized out of line}}
13 static const NestedC ci = 0; // expected-error {{static data member of type 'const C::NestedC' must be initialized out of line}}
14 static const int nci = vs; // expected-error {{in-class initializer for static data member is not a constant expression}}
15 static const int vi = 0;
16 static const volatile int cvi = 0; // expected-error {{static const volatile data member must be initialized out of line}
    [all...]
  /external/icu4c/test/cintltst/
ncnvfbts.h 21 static void TestConverterFallBack(void);
22 static void TestConvertFallBackWithBufferSizes(int32_t outsize, int32_t insize );
23 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen,
25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
29 static void printSeq(const unsigned char* a, int len);
30 static void printUSeq(const UChar* a, int len);
31 static void printSeqErr(const unsigned char* a, int len);
32 static void printUSeqErr(const UChar* a, int len);
33 static void setNuConvTestName(const char *codepage, const char *direction);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItemConstants.java 23 public static final int TYPE_TEXT = 0;
24 public static final int TYPE_DROP_DOWN = 1;
25 public static final int TYPE_RESOURCE_ID = 2;
26 public static final int TYPE_BITMAP = 3;
27 public static final int TYPE_INT = 4;
28 public static final int TYPE_DATETIME = 5;
29 public static final int TYPE_BOOLEAN = 6;
30 public static final int TYPE_TEXT_LINES = 7;
32 public static final int CATEGORY_MAIN = R.string.properties;
33 public static final int CATEGORY_STYLE = R.string.style
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ButtonConstants.java 20 public static final int FLY_BUTTON_REGION_X = 0;
21 public static final int FLY_BUTTON_REGION_Y = 0;
22 public static final int FLY_BUTTON_REGION_WIDTH = 90; //128 - 24;
23 public static final int FLY_BUTTON_REGION_HEIGHT = 256;
25 public static final int STOMP_BUTTON_REGION_X = 100;
26 public static final int STOMP_BUTTON_REGION_Y = 0;
27 public static final int STOMP_BUTTON_REGION_WIDTH = 70;
28 public static final int STOMP_BUTTON_REGION_HEIGHT = 80;
30 public static final int MOVEMENT_SLIDER_REGION_X = 0;
31 public static final int MOVEMENT_SLIDER_REGION_Y = 0
    [all...]
SortConstants.java 20 public static final int BACKGROUND_START = -100;
21 public static final int THE_SOURCE_START = -5;
22 public static final int FOREGROUND = 0;
23 public static final int EFFECT = 5;
24 public static final int GENERAL_OBJECT = 10;
25 public static final int GENERAL_ENEMY = 15;
26 public static final int NPC = 15;
27 public static final int PLAYER = 20;
28 public static final int FOREGROUND_EFFECT = 30;
29 public static final int PROJECTILE = 40
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaProperties.java 32 public static final int HEIGHT_144 = 144;
33 public static final int HEIGHT_288 = 288;
34 public static final int HEIGHT_360 = 360;
35 public static final int HEIGHT_480 = 480;
36 public static final int HEIGHT_720 = 720;
37 public static final int HEIGHT_1080 = 1080;
42 public static final int ASPECT_RATIO_UNDEFINED = 0;
43 public static final int ASPECT_RATIO_3_2 = 1;
44 public static final int ASPECT_RATIO_16_9 = 2;
45 public static final int ASPECT_RATIO_4_3 = 3
    [all...]
  /dalvik/dx/tests/070-dex-multianewarray/
Blort.java 19 public static Object test01() {
24 public static Object test02() {
29 public static Object test03() {
34 public static Object test04() {
39 public static Object test05() {
44 public static Object test06() {
49 public static Object test07() {
54 public static Object test08() {
59 public static boolean[][] test09() {
63 public static byte[][] test10()
    [all...]
  /dalvik/dx/tests/111-use-null-as-array/
Blort.java 18 public static boolean test_getBooleanArray() {
23 public static byte test_getByteArray() {
28 public static char test_getCharArray() {
33 public static double test_getDoubleArray() {
38 public static float test_getFloatArray() {
43 public static int test_getIntArray() {
48 public static long test_getLongArray() {
53 public static Object test_getObjectArray() {
58 public static short test_getShortArray() {
63 public static void test_setBooleanArray()
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
ReasonFlags.java 26 public static final int UNUSED = (1 << 7);
30 public static final int KEY_COMPROMISE = (1 << 6);
34 public static final int CA_COMPROMISE = (1 << 5);
38 public static final int AFFILIATION_CHANGED = (1 << 4);
42 public static final int SUPERSEDED = (1 << 3);
46 public static final int CESSATION_OF_OPERATION = (1 << 2);
50 public static final int CERTIFICATE_HOLD = (1 << 1);
54 public static final int PRIVILEGE_WITHDRAWN = (1 << 0);
58 public static final int AA_COMPROMISE = (1 << 15);
60 public static final int unused = (1 << 7)
    [all...]

Completed in 2993 milliseconds

1 2 3 4 5 6 78 91011>>