/cts/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/ |
DeviceInfoConstants.java | 24 public static final String BUILD_ABI = "buildAbi"; 25 public static final String BUILD_ABI2 = "buildAbi2"; 26 public static final String BUILD_BOARD = "buildBoard"; 27 public static final String BUILD_BRAND = "buildBrand"; 28 public static final String BUILD_DEVICE = "buildDevice"; 29 public static final String BUILD_FINGERPRINT = "buildFingerprint"; 30 public static final String BUILD_ID = "buildId"; 31 public static final String BUILD_MANUFACTURER = "buildManufacturer"; 32 public static final String BUILD_MODEL = "buildModel"; 33 public static final String BUILD_TAGS = "buildTags" [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
creststn.h | 38 static void TestResourceBundles(void); 42 static void TestConstruction1(void); 44 static void TestAliasConflict(void); 46 static void TestFallback(void); 48 static void TestPreventFallback(void); 50 static void TestBinaryCollationData(void); 52 static void TestNewTypes(void); 54 static void TestEmptyTypes(void); 56 static void TestAPI(void); 58 static void TestErrorConditions(void) [all...] |
/external/icu/icu4c/source/test/cintltst/ |
creststn.h | 38 static void TestResourceBundles(void); 42 static void TestConstruction1(void); 44 static void TestAliasConflict(void); 46 static void TestFallback(void); 48 static void TestPreventFallback(void); 50 static void TestBinaryCollationData(void); 52 static void TestNewTypes(void); 54 static void TestEmptyTypes(void); 56 static void TestAPI(void); 58 static void TestErrorConditions(void) [all...] |
/libcore/luni/src/main/java/android/system/ |
OsConstants.java | 29 public static boolean S_ISBLK(int mode) { return (mode & S_IFMT) == S_IFBLK; } 34 public static boolean S_ISCHR(int mode) { return (mode & S_IFMT) == S_IFCHR; } 39 public static boolean S_ISDIR(int mode) { return (mode & S_IFMT) == S_IFDIR; } 44 public static boolean S_ISFIFO(int mode) { return (mode & S_IFMT) == S_IFIFO; } 49 public static boolean S_ISREG(int mode) { return (mode & S_IFMT) == S_IFREG; } 54 public static boolean S_ISLNK(int mode) { return (mode & S_IFMT) == S_IFLNK; } 59 public static boolean S_ISSOCK(int mode) { return (mode & S_IFMT) == S_IFSOCK; } 64 public static int WEXITSTATUS(int status) { return (status & 0xff00) >> 8; } 69 public static boolean WCOREDUMP(int status) { return (status & 0x80) != 0; } 74 public static int WTERMSIG(int status) { return status & 0x7f; [all...] |
/device/asus/flo/camera/QCamera2/HAL/ |
QCameraParameters.h | 41 static const char ExifAsciiPrefix[] = { 0x41, 0x53, 0x43, 0x49, 0x49, 0x0, 0x0, 0x0 }; // "ASCII\0\0\0" 42 static const char ExifUndefinedPrefix[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; // "\0\0\0\0\0\0\0\0" 57 static const char KEY_QC_SUPPORTED_HFR_SIZES[]; 60 static const char KEY_QC_PREVIEW_FRAME_RATE_MODE[]; 61 static const char KEY_QC_SUPPORTED_PREVIEW_FRAME_RATE_MODES[]; 62 static const char KEY_QC_PREVIEW_FRAME_RATE_AUTO_MODE[]; 63 static const char KEY_QC_PREVIEW_FRAME_RATE_FIXED_MODE[]; 64 static const char KEY_QC_SUPPORTED_SKIN_TONE_ENHANCEMENT_MODES[] ; 67 static const char KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[]; 70 static const char KEY_QC_SUPPORTED_RAW_FORMATS[] [all...] |
/device/lge/hammerhead/camera/QCamera2/HAL/ |
QCameraParameters.h | 41 static const char ExifAsciiPrefix[] = { 0x41, 0x53, 0x43, 0x49, 0x49, 0x0, 0x0, 0x0 }; // "ASCII\0\0\0" 42 static const char ExifUndefinedPrefix[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; // "\0\0\0\0\0\0\0\0" 56 static const char KEY_QC_SUPPORTED_HFR_SIZES[]; 59 static const char KEY_QC_PREVIEW_FRAME_RATE_MODE[]; 60 static const char KEY_QC_SUPPORTED_PREVIEW_FRAME_RATE_MODES[]; 61 static const char KEY_QC_PREVIEW_FRAME_RATE_AUTO_MODE[]; 62 static const char KEY_QC_PREVIEW_FRAME_RATE_FIXED_MODE[]; 63 static const char KEY_QC_SUPPORTED_SKIN_TONE_ENHANCEMENT_MODES[] ; 66 static const char KEY_QC_SUPPORTED_LIVESNAPSHOT_SIZES[]; 69 static const char KEY_QC_SUPPORTED_RAW_FORMATS[] [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_device/test/android/audio_device_android_test/gen/org/webrtc/voiceengine/test/ |
R.java | 11 public static final class attr {
13 public static final class drawable {
14 public static final int icon=0x7f020000;
16 public static final class id {
17 public static final int Button01=0x7f050000;
19 public static final class layout {
20 public static final int main=0x7f030000;
22 public static final class string {
23 public static final int app_name=0x7f040000;
24 public static final int run_button=0x7f040001; [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
Messages.java | 6 private static final String BUNDLE_NAME = "org.eclipse.wb.core.controls.messages"; //$NON-NLS-1$ 7 public static String CSpinner_canNotParse; 8 public static String CSpinner_outOfRange; 9 public static String FlyoutControlComposite_dockBottom; 10 public static String FlyoutControlComposite_dockLeft; 11 public static String FlyoutControlComposite_dockManager; 12 public static String FlyoutControlComposite_dockRight; 13 public static String FlyoutControlComposite_dockTop; 14 public static String FlyoutControlComposite_title; 15 static { [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
Tags.java | 23 * The static final int's, of the form <page>_<tag> = <constant> are used in parsing incoming 32 public static final int AIRSYNC = 0x00; 33 public static final int CONTACTS = 0x01; 34 public static final int EMAIL = 0x02; 35 public static final int CALENDAR = 0x04; 36 public static final int MOVE = 0x05; 37 public static final int GIE = 0x06; 38 public static final int FOLDER = 0x07; 39 public static final int MREQ = 0x08; 40 public static final int TASK = 0x09 [all...] |
/hardware/ti/omap4xxx/camera/inc/ |
CameraProperties.h | 47 static const char INVALID[]; 48 static const char CAMERA_NAME[]; 49 static const char CAMERA_SENSOR_INDEX[]; 50 static const char ORIENTATION_INDEX[]; 51 static const char FACING_INDEX[]; 52 static const char S3D_SUPPORTED[]; 53 static const char SUPPORTED_PREVIEW_SIZES[]; 54 static const char SUPPORTED_PREVIEW_FORMATS[]; 55 static const char SUPPORTED_PREVIEW_FRAME_RATES[]; 56 static const char SUPPORTED_PICTURE_SIZES[] [all...] |
/external/chromium_org/v8/src/compiler/ |
node-properties.h | 20 static inline Node* GetValueInput(Node* node, int index); 21 static inline Node* GetContextInput(Node* node); 22 static inline Node* GetFrameStateInput(Node* node); 23 static inline Node* GetEffectInput(Node* node, int index = 0); 24 static inline Node* GetControlInput(Node* node, int index = 0); 26 static inline int GetFrameStateIndex(Node* node); 28 static inline bool IsValueEdge(Node::Edge edge); 29 static inline bool IsContextEdge(Node::Edge edge); 30 static inline bool IsEffectEdge(Node::Edge edge); 31 static inline bool IsControlEdge(Node::Edge edge) [all...] |
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
EGL14Header.java-if | 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...] |
/dalvik/dx/src/com/android/dx/io/ |
Opcodes.java | 29 public static final int SPECIAL_FORMAT = -1; 35 public static final int NO_NEXT = -1; 38 public static final int MIN_VALUE = -1; 41 public static final int MAX_VALUE = 0xffff; 44 public static final int NOP = 0x00; 45 public static final int MOVE = 0x01; 46 public static final int MOVE_FROM16 = 0x02; 47 public static final int MOVE_16 = 0x03; 48 public static final int MOVE_WIDE = 0x04; 49 public static final int MOVE_WIDE_FROM16 = 0x05 [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmValidate.h | 23 static bool blendSrc(GLenum s); 24 static bool blendDst(GLenum d); 25 static bool lightEnum(GLenum e,unsigned int maxLIghts); 26 static bool clipPlaneEnum(GLenum e,unsigned int maxClipPlanes); 27 static bool alphaFunc(GLenum f); 28 static bool vertexPointerParams(GLint size,GLsizei stride); 29 static bool colorPointerParams(GLint size,GLsizei stride); 30 static bool supportedArrays(GLenum arr); 31 static bool hintTargetMode(GLenum target,GLenum mode); 32 static bool capability(GLenum cap,int maxLights,int maxClipPlanes) [all...] |
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_utils_autogen.h | 14 static std::string GetStringAttachment(uint32_t value); 15 static std::string GetStringBackbufferAttachment(uint32_t value); 16 static std::string GetStringBlitFilter(uint32_t value); 17 static std::string GetStringBufferParameter(uint32_t value); 18 static std::string GetStringBufferTarget(uint32_t value); 19 static std::string GetStringBufferUsage(uint32_t value); 20 static std::string GetStringCapability(uint32_t value); 21 static std::string GetStringCmpFunction(uint32_t value); 22 static std::string GetStringCompressedTextureFormat(uint32_t value); 23 static std::string GetStringDrawMode(uint32_t value) [all...] |
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/gen/org/webrtc/voiceengine/test/ |
R.java | 11 public static final class attr {
13 public static final class drawable {
14 public static final int icon=0x7f020000;
16 public static final class id {
17 public static final int Button01=0x7f050002;
18 public static final int Button02=0x7f050005;
19 public static final int EditText01=0x7f050001;
20 public static final int Spinner01=0x7f050003;
21 public static final int Spinner02=0x7f050004;
22 public static final int TextView01=0x7f050000; [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
IccConstants.java | 24 static final int EF_ADN = 0x6F3A; 25 static final int EF_FDN = 0x6F3B; 26 static final int EF_GID1 = 0x6F3E; 27 static final int EF_SDN = 0x6F49; 28 static final int EF_EXT1 = 0x6F4A; 29 static final int EF_EXT2 = 0x6F4B; 30 static final int EF_EXT3 = 0x6F4C; 31 static final int EF_EXT6 = 0x6fc8; // Ext record for EF[MBDN] 32 static final int EF_MWIS = 0x6FCA; 33 static final int EF_MBDN = 0x6fc7 [all...] |
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLDispatch.h | 36 static void (GLAPIENTRY *glActiveTexture) ( GLenum texture ); 37 static void (GLAPIENTRY *glBindBuffer) (GLenum target, GLuint buffer); 38 static void (GLAPIENTRY *glBindTexture) (GLenum target, GLuint texture); 39 static void (GLAPIENTRY *glBlendFunc) (GLenum sfactor, GLenum dfactor); 40 static void (GLAPIENTRY *glBlendEquation)( GLenum mode ); 41 static void (GLAPIENTRY *glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha); 42 static void (GLAPIENTRY *glBlendFuncSeparate)(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); 43 static void (GLAPIENTRY *glBufferData) (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage); 44 static void (GLAPIENTRY *glBufferSubData) (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data); 45 static void (GLAPIENTRY *glClear) (GLbitfield mask) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
BERTags.java | 5 public static final int BOOLEAN = 0x01; 6 public static final int INTEGER = 0x02; 7 public static final int BIT_STRING = 0x03; 8 public static final int OCTET_STRING = 0x04; 9 public static final int NULL = 0x05; 10 public static final int OBJECT_IDENTIFIER = 0x06; 11 public static final int EXTERNAL = 0x08; 12 public static final int ENUMERATED = 0x0a; 13 public static final int SEQUENCE = 0x10; 14 public static final int SEQUENCE_OF = 0x10; // for completeness - used to model a SEQUENCE of the same t (…) [all...] |
/external/robolectric/src/test/java/com/xtremelabs/robolectric/util/ |
TestR.java | 9 private static int base = 1025; 11 public static final class anim { 12 public static final int test_anim_1 = ++base; 15 public static class color { 16 public static final int test_color_1 = ++base; 19 public static class drawable { 20 public static final int test_drawable_1 = ++base;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ |
limits | 185 * The @c static @c const members are usable as integral constant 196 static _GLIBCXX_USE_CONSTEXPR bool is_specialized = false; 201 static _GLIBCXX_USE_CONSTEXPR int digits = 0; 204 static _GLIBCXX_USE_CONSTEXPR int digits10 = 0; 209 static constexpr int max_digits10 = 0; 213 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false; 217 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false; 223 static _GLIBCXX_USE_CONSTEXPR bool is_exact = false; 227 static _GLIBCXX_USE_CONSTEXPR int radix = 0; 231 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0 [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
limits | 185 * The @c static @c const members are usable as integral constant 196 static _GLIBCXX_USE_CONSTEXPR bool is_specialized = false; 201 static _GLIBCXX_USE_CONSTEXPR int digits = 0; 204 static _GLIBCXX_USE_CONSTEXPR int digits10 = 0; 209 static constexpr int max_digits10 = 0; 213 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false; 217 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false; 223 static _GLIBCXX_USE_CONSTEXPR bool is_exact = false; 227 static _GLIBCXX_USE_CONSTEXPR int radix = 0; 231 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0 [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
limits | 185 * The @c static @c const members are usable as integral constant 196 static _GLIBCXX_USE_CONSTEXPR bool is_specialized = false; 201 static _GLIBCXX_USE_CONSTEXPR int digits = 0; 204 static _GLIBCXX_USE_CONSTEXPR int digits10 = 0; 209 static constexpr int max_digits10 = 0; 213 static _GLIBCXX_USE_CONSTEXPR bool is_signed = false; 217 static _GLIBCXX_USE_CONSTEXPR bool is_integer = false; 223 static _GLIBCXX_USE_CONSTEXPR bool is_exact = false; 227 static _GLIBCXX_USE_CONSTEXPR int radix = 0; 231 static _GLIBCXX_USE_CONSTEXPR int min_exponent = 0 [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
HeadsetClientHalConstants.java | 28 final static int CONNECTION_STATE_DISCONNECTED = 0; 29 final static int CONNECTION_STATE_CONNECTING = 1; 30 final static int CONNECTION_STATE_CONNECTED = 2; 31 final static int CONNECTION_STATE_SLC_CONNECTED = 3; 32 final static int CONNECTION_STATE_DISCONNECTING = 4; 35 final static int AUDIO_STATE_DISCONNECTED = 0; 36 final static int AUDIO_STATE_CONNECTING = 1; 37 final static int AUDIO_STATE_CONNECTED = 2; 38 final static int AUDIO_STATE_CONNECTED_MSBC = 3; 41 final static int VR_STATE_STOPPED = 0 [all...] |
/packages/apps/Camera2/src_pd/com/google/common/logging/ |
eventprotos.java | 23 public static final int SHARE = 10000; 24 public static final int EDIT = 10000; 25 public static final int DELETE = 10000; 26 public static final int DETAILS = 10000; 32 public static final int BUTTON = 10000; 33 public static final int SWIPE_LEFT = 10000; 34 public static final int SWIPE_UP = 10000; 35 public static final int SWIPE_DOWN = 10000; 36 public static final int SWIPE_RIGHT = 10000; 39 public static final int UNKNOWN_MODE = 10000 [all...] |