/frameworks/base/core/java/android/text/ |
Selection.java | 37 public static final int getSelectionStart(CharSequence text) { 48 public static final int getSelectionEnd(CharSequence text) { 59 // private static int pin(int value, int min, int max) { 67 public static void setSelection(Spannable text, int start, int stop) { 86 public static final void setSelection(Spannable text, int index) { 93 public static final void selectAll(Spannable text) { 100 public static final void extendSelection(Spannable text, int index) { 108 public static final void removeSelection(Spannable text) { 121 public static boolean moveUp(Spannable text, Layout layout) { 162 public static boolean moveDown(Spannable text, Layout layout) [all...] |
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
AlertUtils.java | 44 private static final String TAG = "AlertUtils"; 45 static final boolean DEBUG = true; 47 public static final long SNOOZE_DELAY = 5 * 60 * 1000L; 51 public static final int EXPIRED_GROUP_NOTIFICATION_ID = 0; 53 public static final String EVENT_ID_KEY = "eventid"; 54 public static final String SHOW_EVENT_KEY = "showevent"; 55 public static final String EVENT_START_KEY = "eventstart"; 56 public static final String EVENT_END_KEY = "eventend"; 57 public static final String NOTIFICATION_ID_KEY = "notificationid"; 58 public static final String EVENT_IDS_KEY = "eventids" [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstType.java | 28 private static final HashMap<Type, CstType> interns = 32 public static final CstType OBJECT = intern(Type.OBJECT); 35 public static final CstType BOOLEAN = intern(Type.BOOLEAN_CLASS); 38 public static final CstType BYTE = intern(Type.BYTE_CLASS); 41 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS); 44 public static final CstType DOUBLE = intern(Type.DOUBLE_CLASS); 47 public static final CstType FLOAT = intern(Type.FLOAT_CLASS); 50 public static final CstType LONG = intern(Type.LONG_CLASS); 53 public static final CstType INTEGER = intern(Type.INTEGER_CLASS); 56 public static final CstType SHORT = intern(Type.SHORT_CLASS) [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCTP.m | 58 static ANTLRBitSet *FOLLOW_declaration_in_program56; 59 static const unsigned long long FOLLOW_declaration_in_program56_data[] = { 0x0000000000000192LL}; 60 static ANTLRBitSet *FOLLOW_variable_in_declaration76; 61 static const unsigned long long FOLLOW_variable_in_declaration76_data[] = { 0x0000000000000002LL}; 62 static ANTLRBitSet *FOLLOW_FUNC_DECL_in_declaration87; 63 static const unsigned long long FOLLOW_FUNC_DECL_in_declaration87_data[] = { 0x0000000000000004LL}; 64 static ANTLRBitSet *FOLLOW_functionHeader_in_declaration89; 65 static const unsigned long long FOLLOW_functionHeader_in_declaration89_data[] = { 0x0000000000000008LL}; 66 static ANTLRBitSet *FOLLOW_FUNC_DEF_in_declaration101; 67 static const unsigned long long FOLLOW_FUNC_DEF_in_declaration101_data[] = { 0x0000000000000004LL} [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
JCEMac.java | 162 // public static class DES 174 // public static class DES64 186 // public static class RC2 201 // public static class DESCFB8 218 // public static class DES9797Alg3with7816d4 230 // public static class DES9797Alg3 242 // public static class MD2 254 // public static class MD4 267 public static class MD5 281 public static class SHA [all...] |
/external/harfbuzz_ng/test/api/ |
test-object.c | 32 static void * 35 static char data[] = "test data"; 38 static void * 44 static void * 49 static void * 55 static void * 60 static void * 66 static void * 74 static void * 80 static void [all...] |
/external/llvm/include/llvm/MC/ |
SectionKind.h | 200 static SectionKind get(Kind K) { 207 static SectionKind getMetadata() { return get(Metadata); } 208 static SectionKind getText() { return get(Text); } 209 static SectionKind getReadOnly() { return get(ReadOnly); } 210 static SectionKind getMergeable1ByteCString() { 213 static SectionKind getMergeable2ByteCString() { 216 static SectionKind getMergeable4ByteCString() { 219 static SectionKind getMergeableConst() { return get(MergeableConst); } 220 static SectionKind getMergeableConst4() { return get(MergeableConst4); } 221 static SectionKind getMergeableConst8() { return get(MergeableConst8); [all...] |
/external/openssl/crypto/x509v3/ |
v3_ocsp.c | 71 static int i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *nonce, 73 static int i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *nonce, 75 static int i2r_object(const X509V3_EXT_METHOD *method, void *obj, BIO *out, 78 static void *ocsp_nonce_new(void); 79 static int i2d_ocsp_nonce(void *a, unsigned char **pp); 80 static void *d2i_ocsp_nonce(void *a, const unsigned char **pp, long length); 81 static void ocsp_nonce_free(void *a); 82 static int i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, 85 static int i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, 87 static void *s2i_ocsp_nocheck(const X509V3_EXT_METHOD *method, X509V3_CTX *ctx [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
preauth_test.c | 41 static void _wpa_supplicant_deauthenticate(void *wpa_s, int reason_code) 47 static u8 * wpa_alloc_eapol(const struct wpa_supplicant *wpa_s, u8 type, 74 static u8 * _wpa_alloc_eapol(void *wpa_s, u8 type, 82 static void _wpa_supplicant_set_state(void *ctx, enum wpa_states state) 89 static enum wpa_states _wpa_supplicant_get_state(void *ctx) 96 static int wpa_ether_send(void *wpa_s, const u8 *dest, u16 proto, 104 static void * wpa_supplicant_get_network_ctx(void *wpa_s) 110 static void _wpa_supplicant_cancel_auth_timeout(void *wpa_s) 116 static int wpa_supplicant_get_beacon_ie(void *wpa_s) 123 static int wpa_supplicant_get_bssid(void *wpa_s, u8 *bssid [all...] |
/frameworks/base/core/java/android/content/ |
UriMatcher.java | 31 private static final int PEOPLE = 1; 32 private static final int PEOPLE_ID = 2; 33 private static final int PEOPLE_PHONES = 3; 34 private static final int PEOPLE_PHONES_ID = 4; 35 private static final int PEOPLE_CONTACTMETHODS = 7; 36 private static final int PEOPLE_CONTACTMETHODS_ID = 8; 38 private static final int DELETED_PEOPLE = 20; 40 private static final int PHONES = 9; 41 private static final int PHONES_ID = 10; 42 private static final int PHONES_FILTER = 14 [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
ArrayUtils.java | 31 private static Object[] EMPTY = new Object[0]; 32 private static final int CACHE_SIZE = 73; 33 private static Object[] sCache = new Object[CACHE_SIZE]; 37 public static int idealByteArraySize(int need) { 45 public static int idealBooleanArraySize(int need) { 49 public static int idealShortArraySize(int need) { 53 public static int idealCharArraySize(int need) { 57 public static int idealIntArraySize(int need) { 61 public static int idealFloatArraySize(int need) { 65 public static int idealObjectArraySize(int need) [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
ContactLoader.java | 75 private static final String TAG = ContactLoader.class.getSimpleName(); 77 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); 80 private static Contact sCachedResult = null; 114 private static class ContactQuery { 115 static final String[] COLUMNS = new String[] { 188 public static final int NAME_RAW_CONTACT_ID = 0; 189 public static final int DISPLAY_NAME_SOURCE = 1; 190 public static final int LOOKUP_KEY = 2; 191 public static final int DISPLAY_NAME = 3; 192 public static final int ALT_DISPLAY_NAME = 4 [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
Utilities.java | 44 private static final String TAG = "Launcher.Utilities"; 46 private static int sIconWidth = -1; 47 private static int sIconHeight = -1; 48 private static int sIconTextureWidth = -1; 49 private static int sIconTextureHeight = -1; 51 private static final Paint sBlurPaint = new Paint(); 52 private static final Paint sGlowColorPressedPaint = new Paint(); 53 private static final Paint sGlowColorFocusedPaint = new Paint(); 54 private static final Paint sDisabledPaint = new Paint(); 55 private static final Rect sOldBounds = new Rect() [all...] |
/frameworks/base/core/jni/android/graphics/ |
Matrix.cpp | 34 static void finalizer(JNIEnv* env, jobject clazz, SkMatrix* obj) { 38 static SkMatrix* create(JNIEnv* env, jobject clazz, const SkMatrix* src) { 47 static jboolean isIdentity(JNIEnv* env, jobject clazz, SkMatrix* obj) { 51 static jboolean rectStaysRect(JNIEnv* env, jobject clazz, SkMatrix* obj) { 55 static void reset(JNIEnv* env, jobject clazz, SkMatrix* obj) { 59 static void set(JNIEnv* env, jobject clazz, SkMatrix* obj, SkMatrix* other) { 63 static void setTranslate(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat dx, jfloat dy) { 69 static void setScale__FFFF(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat sx, jfloat sy, jfloat px, jfloat py) { 77 static void setScale__FF(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat sx, jfloat sy) { 83 static void setRotate__FFF(JNIEnv* env, jobject clazz, SkMatrix* obj, jfloat degrees, jfloat px, jfloat p (…) [all...] |
/frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/ |
compute_benchmark.rs | 24 static volatile int64_t bench_time; 25 static float inv_timing_runs; 28 static volatile float prefix##_f_1 = 1; \ 29 static volatile float2 prefix##_f_2 = 1; \ 30 static volatile float3 prefix##_f_3 = 1; \ 31 static volatile float4 prefix##_f_4 = 1; \ 32 static volatile char prefix##_c_1 = 1; \ 33 static volatile char2 prefix##_c_2 = 1; \ 34 static volatile char3 prefix##_c_3 = 1; \ 35 static volatile char4 prefix##_c_4 = 1; [all...] |
/packages/apps/Contacts/tests/src/com/android/contacts/ |
RawContactDeltaListTests.java | 19 import static android.content.ContentProviderOperation.TYPE_ASSERT; 20 import static android.content.ContentProviderOperation.TYPE_DELETE; 21 import static android.content.ContentProviderOperation.TYPE_INSERT; 22 import static android.content.ContentProviderOperation.TYPE_UPDATE; 56 public static final String TAG = RawContactDeltaListTests.class.getSimpleName(); 58 private static final long CONTACT_FIRST = 1; 59 private static final long CONTACT_SECOND = 2; 61 public static final long CONTACT_BOB = 10; 62 public static final long CONTACT_MARY = 11; 64 public static final long PHONE_RED = 20 [all...] |
/packages/apps/Gallery2/src/com/android/camera/ |
CameraSettings.java | 44 private static final int NOT_FOUND = -1; 46 public static final String KEY_VERSION = "pref_version_key"; 47 public static final String KEY_LOCAL_VERSION = "pref_local_version_key"; 48 public static final String KEY_RECORD_LOCATION = "pref_camera_recordlocation_key"; 49 public static final String KEY_VIDEO_QUALITY = "pref_video_quality_key"; 50 public static final String KEY_VIDEO_TIME_LAPSE_FRAME_INTERVAL = "pref_video_time_lapse_frame_interval_key"; 51 public static final String KEY_PICTURE_SIZE = "pref_camera_picturesize_key"; 52 public static final String KEY_JPEG_QUALITY = "pref_camera_jpegquality_key"; 53 public static final String KEY_FOCUS_MODE = "pref_camera_focusmode_key"; 54 public static final String KEY_FLASH_MODE = "pref_camera_flashmode_key" [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-default.h | 44 * weak symbols in their static C++ constructors. Such code crashes 86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 209 static volatile int __gthread_active = -1; 211 static void 217 static inline int 220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 252 static inline int 255 static void *const __gthread_active_ptr 287 static volatile int __gthread_active = -1 [all...] |
gthr-posix.h | 44 * weak symbols in their static C++ constructors. Such code crashes 86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 209 static volatile int __gthread_active = -1; 211 static void 217 static inline int 220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 252 static inline int 255 static void *const __gthread_active_ptr 287 static volatile int __gthread_active = -1 [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 44 * weak symbols in their static C++ constructors. Such code crashes 86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 209 static volatile int __gthread_active = -1; 211 static void 217 static inline int 220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 252 static inline int 255 static void *const __gthread_active_ptr 287 static volatile int __gthread_active = -1 [all...] |
gthr-posix.h | 44 * weak symbols in their static C++ constructors. Such code crashes 86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 209 static volatile int __gthread_active = -1; 211 static void 217 static inline int 220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 252 static inline int 255 static void *const __gthread_active_ptr 287 static volatile int __gthread_active = -1 [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-default.h | 44 * weak symbols in their static C++ constructors. Such code crashes 86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 209 static volatile int __gthread_active = -1; 211 static void 217 static inline int 220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 252 static inline int 255 static void *const __gthread_active_ptr 287 static volatile int __gthread_active = -1 [all...] |
gthr-posix.h | 44 * weak symbols in their static C++ constructors. Such code crashes 86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 209 static volatile int __gthread_active = -1; 211 static void 217 static inline int 220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 252 static inline int 255 static void *const __gthread_active_ptr 287 static volatile int __gthread_active = -1 [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 44 * weak symbols in their static C++ constructors. Such code crashes 86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 209 static volatile int __gthread_active = -1; 211 static void 217 static inline int 220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 252 static inline int 255 static void *const __gthread_active_ptr 287 static volatile int __gthread_active = -1 [all...] |
gthr-posix.h | 44 * weak symbols in their static C++ constructors. Such code crashes 86 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 209 static volatile int __gthread_active = -1; 211 static void 217 static inline int 220 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 221 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 252 static inline int 255 static void *const __gthread_active_ptr 287 static volatile int __gthread_active = -1 [all...] |