/frameworks/base/core/java/android/provider/ |
BrowserContract.java | 46 public static final String AUTHORITY = "com.android.browser"; 49 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY); 59 public static final String CALLER_IS_SYNCADAPTER = "caller_is_syncadapter"; 66 public static final String PARAM_LIMIT = "limit"; 77 public static final String SYNC1 = "sync1"; 79 public static final String SYNC2 = "sync2"; 81 public static final String SYNC3 = "sync3"; 83 public static final String SYNC4 = "sync4"; 85 public static final String SYNC5 = "sync5"; 92 public static final class ChromeSyncColumns [all...] |
MediaStore.java | 49 private final static String TAG = "MediaStore"; 51 public static final String AUTHORITY = "media"; 53 private static final String CONTENT_AUTHORITY_SLASH = "content://" + AUTHORITY + "/"; 62 public static final String ACTION_MTP_SESSION_END = "android.provider.action.MTP_SESSION_END"; 70 public static final String UNHIDE_CALL = "unhide"; 82 public static final String PARAM_DELETE_DATA = "deletedata"; 92 public static final String INTENT_ACTION_MUSIC_PLAYER = "android.intent.action.MUSIC_PLAYER"; 106 public static final String INTENT_ACTION_MEDIA_SEARCH = "android.intent.action.MEDIA_SEARCH"; 121 public static final String INTENT_ACTION_MEDIA_PLAY_FROM_SEARCH = 137 public static final String INTENT_ACTION_TEXT_OPEN_FROM_SEARCH [all...] |
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardConfig.java | 27 * The class representing VCard related configurations. Useful static methods are not in this class 31 private static final String LOG_TAG = VCardConstants.LOG_TAG; 33 /* package */ static final int LOG_LEVEL_NONE = 0; 34 /* package */ static final int LOG_LEVEL_PERFORMANCE_MEASUREMENT = 0x1; 35 /* package */ static final int LOG_LEVEL_SHOW_WARNING = 0x2; 36 /* package */ static final int LOG_LEVEL_VERBOSE = 39 /* package */ static final int LOG_LEVEL = LOG_LEVEL_NONE; 62 public static final String DEFAULT_INTERMEDIATE_CHARSET = "ISO-8859-1"; 68 public static final String DEFAULT_IMPORT_CHARSET = "UTF-8"; 69 public static final String DEFAULT_EXPORT_CHARSET = "UTF-8" [all...] |
/external/blktrace/btt/ |
inlines.h | 22 static inline int remapper_dev(__u32 dev) 28 static inline void region_init(struct region_info *reg) 34 static inline void __region_exit(struct list_head *range_head) 45 static inline void region_exit(struct region_info *reg) 51 static inline void update_range(struct list_head *head_p, __u64 time) 72 static inline void update_qregion(struct region_info *reg, __u64 time) 77 static inline void update_cregion(struct region_info *reg, __u64 time) 82 static inline void avg_update(struct avg_info *ap, __u64 t) 95 static inline void avg_update_n(struct avg_info *ap, __u64 t, int n) 111 static inline void avg_unupdate(struct avg_info *ap, __u64 t [all...] |
/external/stlport/src/ |
locale_catalog.cpp | 36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code) 38 static void* _Loc_codecvt_create(const char * s, _Locale_name_hint* hint, int *__err_code) 40 static void* _Loc_numeric_create(const char * s, _Locale_name_hint* hint, int *__err_code) 42 static void* _Loc_time_create(const char * s, _Locale_name_hint* hint, int *__err_code) 44 static void* _Loc_collate_create(const char * s, _Locale_name_hint* hint, int *__err_code) 46 static void* _Loc_monetary_create(const char * s, _Locale_name_hint* hint, int *__err_code) 48 static void* _Loc_messages_create(const char * s, _Locale_name_hint* hint, int *__err_code) 51 static char const* _Loc_ctype_name(void* l, char* s) 53 static char const* _Loc_codecvt_name(void* l, char* s) 55 static char const* _Loc_numeric_name(void* l, char* s [all...] |
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
CallbackProxy.java | 31 private static final int EVENT_DOM_LOG = 1; 32 private static final int EVENT_FIRE_KBD = 2; 33 private static final int EVENT_KEY_DOWN_1 = 3; 34 private static final int EVENT_KEY_DOWN_2 = 4; 35 private static final int EVENT_LEAP = 5; 36 private static final int EVENT_MOUSE_CLICK = 6; 37 private static final int EVENT_MOUSE_DOWN = 7; 38 private static final int EVENT_MOUSE_MOVE = 8; 39 private static final int EVENT_MOUSE_UP = 9; 40 private static final int EVENT_TOUCH_START = 10 [all...] |
/ndk/sources/cxx-stl/stlport/src/ |
locale_catalog.cpp | 36 static void* _Loc_ctype_create(const char * s, _Locale_name_hint* hint, int *__err_code) 38 static void* _Loc_codecvt_create(const char * s, _Locale_name_hint* hint, int *__err_code) 40 static void* _Loc_numeric_create(const char * s, _Locale_name_hint* hint, int *__err_code) 42 static void* _Loc_time_create(const char * s, _Locale_name_hint* hint, int *__err_code) 44 static void* _Loc_collate_create(const char * s, _Locale_name_hint* hint, int *__err_code) 46 static void* _Loc_monetary_create(const char * s, _Locale_name_hint* hint, int *__err_code) 48 static void* _Loc_messages_create(const char * s, _Locale_name_hint* hint, int *__err_code) 51 static char const* _Loc_ctype_name(void* l, char* s) 53 static char const* _Loc_codecvt_name(void* l, char* s) 55 static char const* _Loc_numeric_name(void* l, char* s [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
OpenWnnEvent.java | 29 public static final int PRIVATE_EVENT_OFFSET = 0xFF000000; 32 public static final int UNDEFINED = 0; 39 public static final int TOGGLE_REVERSE_CHAR = 0xF0000001; 46 public static final int CONVERT = 0xF0000002; 53 public static final int PREDICT = 0xF0000008; 60 public static final int LIST_CANDIDATES_NORMAL = 0xF0000003; 67 public static final int LIST_CANDIDATES_FULL = 0xF0000004; 72 public static final int CLOSE_VIEW = 0xF0000005; 79 public static final int INPUT_CHAR = 0xF0000006; 87 public static final int TOGGLE_CHAR = 0xF000000C [all...] |
/external/qemu/android/ |
looper-qemu.c | 32 static void 42 static void 52 static void 59 static int 66 static void 73 static const LoopTimerClass qlooptimer_class = { 81 static void 137 static void qlooper_addIo(QLooper* looper, QLoopIo* io); 138 static void qlooper_delIo(QLooper* looper, QLoopIo* io); 140 static QLoopIo [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/arts/ |
SDL_artsaudio.c | 49 static int ARTS_OpenAudio(_THIS, SDL_AudioSpec *spec); 50 static void ARTS_WaitAudio(_THIS); 51 static void ARTS_PlayAudio(_THIS); 52 static Uint8 *ARTS_GetAudioBuf(_THIS); 53 static void ARTS_CloseAudio(_THIS); 57 static const char *arts_library = SDL_AUDIO_DRIVER_ARTS_DYNAMIC; 58 static void *arts_handle = NULL; 59 static int arts_loaded = 0; 61 static int (*SDL_NAME(arts_init))(void); 62 static void (*SDL_NAME(arts_free))(void) [all...] |
/external/skia/bench/ |
GradientBench.cpp | 24 static const SkColor gColors[] = { 27 static const SkScalar gPos0[] = { 0, SK_Scalar1 }; 28 static const SkScalar gPos1[] = { SK_Scalar1/4, SK_Scalar1*3/4 }; 29 static const SkScalar gPos2[] = { 33 static const GradData gGradData[] = { 42 static SkShader* MakeLinear(const SkPoint pts[2], const GradData& data, 49 static SkShader* MakeRadial(const SkPoint pts[2], const GradData& data, 61 static SkShader* MakeSweep(const SkPoint pts[2], const GradData& data, 72 static SkShader* Make2Radial(const SkPoint pts[2], const GradData& data, 87 static SkShader* MakeConical(const SkPoint pts[2], const GradData& data [all...] |
/external/v8/src/mips/ |
frames-mips.h | 157 static const int kNextOffset = 0 * kPointerSize; 158 static const int kCodeOffset = 1 * kPointerSize; 159 static const int kStateOffset = 2 * kPointerSize; 160 static const int kContextOffset = 3 * kPointerSize; 161 static const int kFPOffset = 4 * kPointerSize; 163 static const int kSize = kFPOffset + kPointerSize; 169 static const int kCallerFPOffset = -3 * kPointerSize; 177 static const int kStackSpaceOffset = -3 * kPointerSize; 179 static const int kCodeOffset = -2 * kPointerSize; 181 static const int kSPOffset = -1 * kPointerSize [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformBridge.h | 94 static void cacheMetadata(const KURL&, double responseTime, const Vector<char>&); 97 static bool clipboardIsFormatAvailable(PasteboardPrivate::ClipboardFormat, PasteboardPrivate::ClipboardBuffer); 99 static String clipboardReadPlainText(PasteboardPrivate::ClipboardBuffer); 100 static void clipboardReadHTML(PasteboardPrivate::ClipboardBuffer, String*, KURL*); 101 static PassRefPtr<SharedBuffer> clipboardReadImage(PasteboardPrivate::ClipboardBuffer); 106 static void clipboardWriteSelection(const String&, const KURL&, const String&, bool); 107 static void clipboardWritePlainText(const String&); 108 static void clipboardWriteURL(const KURL&, const String&); 109 static void clipboardWriteImage(NativeImagePtr, const KURL&, const String&); 110 static void clipboardWriteData(const String& type, const String& data, const String& metadata) [all...] |
/frameworks/av/include/camera/ |
CameraParameters.h | 111 static const char KEY_PREVIEW_SIZE[]; 114 static const char KEY_SUPPORTED_PREVIEW_SIZES[]; 120 static const char KEY_PREVIEW_FPS_RANGE[]; 128 static const char KEY_SUPPORTED_PREVIEW_FPS_RANGE[]; 133 static const char KEY_PREVIEW_FORMAT[]; 136 static const char KEY_SUPPORTED_PREVIEW_FORMATS[]; 140 static const char KEY_PREVIEW_FRAME_RATE[]; 143 static const char KEY_SUPPORTED_PREVIEW_FRAME_RATES[]; 146 static const char KEY_PICTURE_SIZE[]; 149 static const char KEY_SUPPORTED_PICTURE_SIZES[] [all...] |
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmSupportInfoTest.java | 25 private static final String TAG = "CtsDrmSupportInfoTest"; 27 public static void testAddInvalidMimeTypes() throws Exception { 32 public static void testAddValidMimeTypes() throws Exception { 38 public static void testAddInvalidFileSuffixes() throws Exception { 42 public static void testAddValidFileSuffixes() throws Exception { 50 public static void testSetInvalidDescriptions() throws Exception { 55 public static void testSetAndGetDescription() throws Exception { 61 public static void testEquals() throws Exception { 66 private static void checkEqualsOnDefaultInfoObjects() throws Exception { 72 private static void checkEqualsOnNondefaultInfoObjects() throws Exception [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput/d/ |
T_sput_1.java | 20 public static int st_i1; 21 protected static int st_p1; 22 private static int st_pvt1; 28 public static int getPvtField()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_boolean/d/ |
T_sput_boolean_1.java | 20 public static boolean st_i1; 21 protected static boolean st_p1; 22 private static boolean st_pvt1; 28 public static boolean getPvtField()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/ |
T_sput_byte_1.java | 20 public static byte st_i1; 21 protected static byte st_p1; 22 private static byte st_pvt1; 28 public static byte getPvtField()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_char/d/ |
T_sput_char_1.java | 20 public static char st_i1; 21 protected static char st_p1; 22 private static char st_pvt1; 28 public static char getPvtField()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_object/d/ |
T_sput_object_1.java | 20 public static Object st_i1; 21 protected static Object st_p1; 22 private static Object st_pvt1; 28 public static Object getPvtField()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_short/d/ |
T_sput_short_1.java | 20 public static short st_i1; 21 protected static short st_p1; 22 private static short st_pvt1; 28 public static short getPvtField()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_wide/d/ |
T_sput_wide_1.java | 20 public static long st_i1; 21 protected static long st_p1; 22 private static long st_pvt1; 28 public static long getPvtField()
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Exceptions.java | 27 public static final Type TYPE_ArithmeticException = 34 public static final Type TYPE_ArrayIndexOutOfBoundsException = 38 public static final Type TYPE_ArrayStoreException = 42 public static final Type TYPE_ClassCastException = 46 public static final Type TYPE_Error = Type.intern("Ljava/lang/Error;"); 52 public static final Type TYPE_IllegalMonitorStateException = 56 public static final Type TYPE_NegativeArraySizeException = 60 public static final Type TYPE_NullPointerException = 64 public static final StdTypeList LIST_Error = StdTypeList.make(TYPE_Error); 70 public static final StdTypeList LIST_Error_ArithmeticException [all...] |
/dalvik/dx/src/com/android/dx/io/ |
EncodedValueReader.java | 27 public static final int ENCODED_BYTE = 0x00; 28 public static final int ENCODED_SHORT = 0x02; 29 public static final int ENCODED_CHAR = 0x03; 30 public static final int ENCODED_INT = 0x04; 31 public static final int ENCODED_LONG = 0x06; 32 public static final int ENCODED_FLOAT = 0x10; 33 public static final int ENCODED_DOUBLE = 0x11; 34 public static final int ENCODED_STRING = 0x17; 35 public static final int ENCODED_TYPE = 0x18; 36 public static final int ENCODED_FIELD = 0x19 [all...] |
/dalvik/dx/src/com/android/dx/rop/code/ |
Exceptions.java | 27 public static final Type TYPE_ArithmeticException = 34 public static final Type TYPE_ArrayIndexOutOfBoundsException = 38 public static final Type TYPE_ArrayStoreException = 42 public static final Type TYPE_ClassCastException = 46 public static final Type TYPE_Error = Type.intern("Ljava/lang/Error;"); 52 public static final Type TYPE_IllegalMonitorStateException = 56 public static final Type TYPE_NegativeArraySizeException = 60 public static final Type TYPE_NullPointerException = 64 public static final StdTypeList LIST_Error = StdTypeList.make(TYPE_Error); 70 public static final StdTypeList LIST_Error_ArithmeticException [all...] |