HomeSort by relevance Sort by last modified time
    Searched full:static (Results 251 - 275 of 78284) sorted by null

<<11121314151617181920>>

  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportMessages.java 22 private static final String BUNDLE_NAME =
25 public static String PageTitle;
26 public static String PageDescription;
27 public static String SelectProjects;
28 public static String ConfirmOverwrite;
29 public static String ConfirmOverwriteTitle;
30 public static String CyclicProjectsError;
31 public static String ExportFailedError;
32 public static String SelectAll;
33 public static String DeselectAll
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 32 public static final int EGL_DEFAULT_DISPLAY = 0;
33 public static EGLContext EGL_NO_CONTEXT = null;
34 public static EGLDisplay EGL_NO_DISPLAY = null;
35 public static EGLSurface EGL_NO_SURFACE = null;
37 public static final int EGL_FALSE = 0;
38 public static final int EGL_TRUE = 1;
39 public static final int EGL_SUCCESS = 0x3000;
40 public static final int EGL_NOT_INITIALIZED = 0x3001;
41 public static final int EGL_BAD_ACCESS = 0x3002;
42 public static final int EGL_BAD_ALLOC = 0x3003
    [all...]
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...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
TestHtmlConstants.java 23 public static final String BR_TAG_URL = "webkit/test_br_tag.html";
24 public static final String BR_TAG_TITLE = "test br tag";
26 public static final String HELLO_WORLD_URL = "webkit/test_hello_world.html";
27 public static final String HELLO_WORLD_TITLE = "test hello world";
29 public static final String TEST_FAVICON_URL = "webkit/test_favicon.html";
31 public static final String LARGE_IMG_URL = "images/robot.png";
32 public static final String SMALL_IMG_URL = "images/tomato.png";
34 public static final String EMBEDDED_IMG_URL = "webkit/embedded_image.html";
35 public static final String POPUP_URL = "webkit/popup_base.html";
36 public static final String JAVASCRIPT_URL = "webkit/javascript.html"
    [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...]
  /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...]
  /external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
MojoResult.java 11 public static final int OK = 0;
12 public static final int CANCELLED = -1;
13 public static final int UNKNOWN = -2;
14 public static final int INVALID_ARGUMENT = -3;
15 public static final int DEADLINE_EXCEEDED = -4;
16 public static final int NOT_FOUND = -5;
17 public static final int ALREADY_EXISTS = -6;
18 public static final int PERMISSION_DENIED = -7;
19 public static final int RESOURCE_EXHAUSTED = -8;
20 public static final int FAILED_PRECONDITION = -9
    [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...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
CallFailCause.java 29 static final int UNOBTAINABLE_NUMBER = 1;
31 static final int NORMAL_CLEARING = 16;
33 static final int USER_BUSY = 17;
36 static final int NUMBER_CHANGED = 22;
37 static final int STATUS_ENQUIRY = 30;
38 static final int NORMAL_UNSPECIFIED = 31;
41 static final int NO_CIRCUIT_AVAIL = 34;
42 static final int TEMPORARY_FAILURE = 41;
43 static final int SWITCHING_CONGESTION = 42;
44 static final int CHANNEL_NOT_AVAIL = 44
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeConverter.java 18 public static native int decode(long converterHandle, byte[] input, int inEnd,
21 public static native int encode(long converterHandle, char[] input, int inEnd,
24 public static native long openConverter(String charsetName);
25 public static native void closeConverter(long converterHandle);
27 public static native void resetByteToChar(long converterHandle);
28 public static native void resetCharToByte(long converterHandle);
30 public static native byte[] getSubstitutionBytes(long converterHandle);
32 public static native int getMaxBytesPerChar(long converterHandle);
33 public static native int getMinBytesPerChar(long converterHandle);
34 public static native float getAveBytesPerChar(long converterHandle)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/pt_common/
dynamic_pt_writing_utils.h 31 static const int NODE_FLAG_FIELD_SIZE;
33 static bool writeEmptyDictionary(BufferWithExtendableBuffer *const buffer, const int rootPos);
35 static bool writeForwardLinkPositionAndAdvancePosition(
39 static bool writePtNodeArraySizeAndAdvancePosition(BufferWithExtendableBuffer *const buffer,
42 static bool writeFlags(BufferWithExtendableBuffer *const buffer,
49 static bool writeFlagsAndAdvancePosition(BufferWithExtendableBuffer *const buffer,
53 static bool writeParentPosOffsetAndAdvancePosition(BufferWithExtendableBuffer *const buffer,
56 static bool writeCodePointsAndAdvancePosition(BufferWithExtendableBuffer *const buffer,
59 static bool writeChildrenPositionAndAdvancePosition(BufferWithExtendableBuffer *const buffer,
65 static const size_t MAX_PTNODE_ARRAY_SIZE_TO_USE_SMALL_SIZE_FIELD
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_idct.h 41 // printf("static const int cospi_%d_64 = %.0f;\n", i,
44 static const int cospi_1_64 = 16364;
45 static const int cospi_2_64 = 16305;
46 static const int cospi_3_64 = 16207;
47 static const int cospi_4_64 = 16069;
48 static const int cospi_5_64 = 15893;
49 static const int cospi_6_64 = 15679;
50 static const int cospi_7_64 = 15426;
51 static const int cospi_8_64 = 15137;
52 static const int cospi_9_64 = 14811
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_idct.h 41 // printf("static const int cospi_%d_64 = %.0f;\n", i,
44 static const int cospi_1_64 = 16364;
45 static const int cospi_2_64 = 16305;
46 static const int cospi_3_64 = 16207;
47 static const int cospi_4_64 = 16069;
48 static const int cospi_5_64 = 15893;
49 static const int cospi_6_64 = 15679;
50 static const int cospi_7_64 = 15426;
51 static const int cospi_8_64 = 15137;
52 static const int cospi_9_64 = 14811
    [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/base/core/java/android/bluetooth/
BluetoothAssignedNumbers.java 33 public static final int ERICSSON_TECHNOLOGY = 0x0000;
38 public static final int NOKIA_MOBILE_PHONES = 0x0001;
43 public static final int INTEL = 0x0002;
48 public static final int IBM = 0x0003;
53 public static final int TOSHIBA = 0x0004;
58 public static final int THREECOM = 0x0005;
63 public static final int MICROSOFT = 0x0006;
68 public static final int LUCENT = 0x0007;
73 public static final int MOTOROLA = 0x0008;
78 public static final int INFINEON_TECHNOLOGIES = 0x0009
    [all...]
  /art/runtime/
modifiers.h 22 static constexpr uint32_t kAccPublic = 0x0001; // class, field, method, ic
23 static constexpr uint32_t kAccPrivate = 0x0002; // field, method, ic
24 static constexpr uint32_t kAccProtected = 0x0004; // field, method, ic
25 static constexpr uint32_t kAccStatic = 0x0008; // field, method, ic
26 static constexpr uint32_t kAccFinal = 0x0010; // class, field, method, ic
27 static constexpr uint32_t kAccSynchronized = 0x0020; // method (only allowed on natives)
28 static constexpr uint32_t kAccSuper = 0x0020; // class (not used in dex)
29 static constexpr uint32_t kAccVolatile = 0x0040; // field
30 static constexpr uint32_t kAccBridge = 0x0040; // method (1.5)
31 static constexpr uint32_t kAccTransient = 0x0080; // fiel
    [all...]
  /art/test/064-field-access/src/other/
ProtectedClass.java 61 public static boolean otherProtectedClassPublicBooleanStaticField = true;
62 public static byte otherProtectedClassPublicByteStaticField = 34;
63 public static char otherProtectedClassPublicCharStaticField = 35;
64 public static short otherProtectedClassPublicShortStaticField = 36;
65 public static int otherProtectedClassPublicIntStaticField = 37;
66 public static long otherProtectedClassPublicLongStaticField = 38;
67 public static float otherProtectedClassPublicFloatStaticField = 39.0f;
68 public static double otherProtectedClassPublicDoubleStaticField = 40.0;
69 public static Object otherProtectedClassPublicObjectStaticField = "41";
71 protected static boolean otherProtectedClassProtectedBooleanStaticField = true
    [all...]
PublicClass.java 61 public static boolean otherPublicClassPublicBooleanStaticField = true;
62 public static byte otherPublicClassPublicByteStaticField = -34;
63 public static char otherPublicClassPublicCharStaticField = (char)-35;
64 public static short otherPublicClassPublicShortStaticField = -36;
65 public static int otherPublicClassPublicIntStaticField = -37;
66 public static long otherPublicClassPublicLongStaticField = -38;
67 public static float otherPublicClassPublicFloatStaticField = -39.0f;
68 public static double otherPublicClassPublicDoubleStaticField = -40.0;
69 public static Object otherPublicClassPublicObjectStaticField = "-41";
71 protected static boolean otherPublicClassProtectedBooleanStaticField = true
    [all...]
  /art/test/Transaction/
StaticFieldsTest.java 18 public static boolean booleanField;
19 public static byte byteField;
20 public static char charField;
21 public static short shortField;
22 public static int intField;
23 public static long longField;
24 public static float floatField;
25 public static double doubleField;
26 public static Object objectField;
  /external/chromium_org/gpu/command_buffer/service/
test_helper.h 25 static const GLuint kServiceBlackTexture2dId = 701;
26 static const GLuint kServiceDefaultTexture2dId = 702;
27 static const GLuint kServiceBlackTextureCubemapId = 703;
28 static const GLuint kServiceDefaultTextureCubemapId = 704;
29 static const GLuint kServiceBlackExternalTextureId = 705;
30 static const GLuint kServiceDefaultExternalTextureId = 706;
31 static const GLuint kServiceBlackRectangleTextureId = 707;
32 static const GLuint kServiceDefaultRectangleTextureId = 708;
34 static const GLint kMaxSamples = 4;
35 static const GLint kMaxRenderbufferSize = 1024
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cdattst.h 28 static void TestDateFormat(void);
29 static void TestRelativeDateFormat(void);
34 static void TestSymbols(void);
39 static void TestDateFormatCalendar(void);
44 static void VerifygetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*);
45 static void VerifysetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*);
46 static void VerifygetsetSymbols(UDateFormat*, UDateFormat*, UDateFormatSymbolType, int32_t);
51 static UChar* myNumformat(const UNumberFormat* numfor, double d);
52 static int getCurrentYear(void);
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);
  /external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
lightsymbols.h 25 static PLightSymbol lsFrames[1000];
26 static HANDLE handleFrames[1000];
27 static SZ* fileNames;
28 static bool busted;
35 static bool GetCallStack(char* sz, int len, const char* separator);
39 static LightSymbol** getThreadFrameContainer();
43 static LightSymbol* GetCurrentFrame() ;
45 static void SetCurrentFrame(LightSymbol* ls) ;
47 static const char* trim(char* sz) ;

Completed in 1060 milliseconds

<<11121314151617181920>>