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

<<31323334353637383940>>

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
BucketNames.java 24 public static final String CAMERA = "DCIM/Camera";
25 public static final String IMPORTED = "Imported";
26 public static final String DOWNLOAD = "download";
27 public static final String EDITED_ONLINE_PHOTOS = "EditedOnlinePhotos";
28 public static final String SCREENSHOTS = "Pictures/Screenshots";
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
Clock.java 20 private static final Clock INSTANCE = new Clock();
22 private static Clock sInstance = INSTANCE;
24 public static final Clock getInstance() {
29 static void injectInstance(Clock clock) {
34 static void resetInstance() {
  /prebuilts/sdk/renderscript/clang-include/
xmmintrin.h 43 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
50 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
56 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
63 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
69 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
76 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
82 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
89 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
95 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__))
102 static __inline__ __m128 __attribute__((__always_inline__, __nodebug__)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
MockListener.java 35 static final String TAG = "MockListener";
37 static final String SERVICE_CHECK = "android.service.notification.cts.SERVICE_CHECK";
38 static final String SERVICE_POSTED = "android.service.notification.cts.SERVICE_POSTED";
39 static final String SERVICE_PAYLOADS = "android.service.notification.cts.SERVICE_PAYLOADS";
40 static final String SERVICE_REMOVED = "android.service.notification.cts.SERVICE_REMOVED";
41 static final String SERVICE_RESET = "android.service.notification.cts.SERVICE_RESET";
42 static final String SERVICE_CLEAR_ONE = "android.service.notification.cts.SERVICE_CLEAR_ONE";
43 static final String SERVICE_CLEAR_ALL = "android.service.notification.cts.SERVICE_CLEAR_ALL";
45 static final String EXTRA_PAYLOAD = "TAGS";
46 static final String EXTRA_TAG = "TAG"
    [all...]
  /external/v8/src/ia32/
frames-ia32.h 61 static const int kNextOffset = 0 * kPointerSize;
62 static const int kCodeOffset = 1 * kPointerSize;
63 static const int kStateOffset = 2 * kPointerSize;
64 static const int kContextOffset = 3 * kPointerSize;
65 static const int kFPOffset = 4 * kPointerSize;
67 static const int kSize = kFPOffset + kPointerSize;
73 static const int kCallerFPOffset = -6 * kPointerSize;
75 static const int kFunctionArgOffset = +3 * kPointerSize;
76 static const int kReceiverArgOffset = +4 * kPointerSize;
77 static const int kArgcOffset = +5 * kPointerSize
    [all...]
  /external/webkit/Source/WebCore/platform/haiku/
CursorHaiku.cpp 65 static Cursor createCursorByID(BCursorID id)
72 static Cursor cursorSystemDefault(0);
78 static Cursor cursorMove = createCursorByID(B_CURSOR_ID_MOVE);
84 static Cursor cursorCrossHair = createCursorByID(B_CURSOR_ID_CROSS_HAIR);
90 static Cursor cursorFollowLink = createCursorByID(B_CURSOR_ID_FOLLOW_LINK);
96 static Cursor cursorIBeam = createCursorByID(B_CURSOR_ID_I_BEAM);
102 static Cursor cursorProgress = createCursorByID(B_CURSOR_ID_PROGRESS);
108 static Cursor cursorHelp = createCursorByID(B_CURSOR_ID_HELP);
114 static Cursor cursorResizeEast = createCursorByID(B_CURSOR_ID_RESIZE_EAST);
120 static Cursor cursorResizeNorth = createCursorByID(B_CURSOR_ID_RESIZE_NORTH)
    [all...]
  /external/webkit/Source/WebKit/android/plugins/
ANPPaintInterface.cpp 31 static ANPPaint* anp_newPaint() {
35 static void anp_deletePaint(ANPPaint* paint) {
39 static ANPPaintFlags anp_getFlags(const ANPPaint* paint) {
43 static void anp_setFlags(ANPPaint* paint, ANPPaintFlags flags) {
47 static ANPColor anp_getColor(const ANPPaint* paint) {
51 static void anp_setColor(ANPPaint* paint, ANPColor color) {
55 static ANPPaintStyle anp_getStyle(const ANPPaint* paint) {
59 static void anp_setStyle(ANPPaint* paint, ANPPaintStyle style) {
63 static float anp_getStrokeWidth(const ANPPaint* paint) {
67 static float anp_getStrokeMiter(const ANPPaint* paint)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
SmsCbConstants.java 34 public static final int MESSAGE_ID_PWS_FIRST_IDENTIFIER = 0x1100;
37 public static final int MESSAGE_ID_ETWS_TYPE_MASK = 0xFFF8;
40 public static final int MESSAGE_ID_ETWS_TYPE = 0x1100;
43 public static final int MESSAGE_ID_ETWS_EARTHQUAKE_WARNING = 0x1100;
46 public static final int MESSAGE_ID_ETWS_TSUNAMI_WARNING = 0x1101;
49 public static final int MESSAGE_ID_ETWS_EARTHQUAKE_AND_TSUNAMI_WARNING = 0x1102;
52 public static final int MESSAGE_ID_ETWS_TEST_MESSAGE = 0x1103;
55 public static final int MESSAGE_ID_ETWS_OTHER_EMERGENCY_TYPE = 0x1104;
58 public static final int MESSAGE_ID_CMAS_FIRST_IDENTIFIER = 0x1112;
61 public static final int MESSAGE_ID_CMAS_ALERT_PRESIDENTIAL_LEVEL = 0x1112
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinDecoderService.java 39 native static boolean nativeImOpenDecoder(byte fn_sys_dict[],
42 native static boolean nativeImOpenDecoderFd(FileDescriptor fd,
45 native static void nativeImSetMaxLens(int maxSpsLen, int maxHzsLen);
47 native static boolean nativeImCloseDecoder();
49 native static int nativeImSearch(byte pyBuf[], int pyLen);
51 native static int nativeImDelSearch(int pos, boolean is_pos_in_splid,
54 native static void nativeImResetSearch();
56 native static int nativeImAddLetter(byte ch);
58 native static String nativeImGetPyStr(boolean decoded);
60 native static int nativeImGetPyStrLen(boolean decoded)
    [all...]
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
ProtocolConstants.java 15 public static final int PACKET_SIGNATURE = 0x53444B43;
30 public static final int PACKET_HEADER_SIZE = 12;
38 public static final int MESSAGE_HEADER_SIZE = 16;
48 public static final int QUERY_HEADER_SIZE = 20;
56 public static final int QUERY_RESP_HEADER_SIZE = 16;
63 public static final int PACKET_TYPE_MESSAGE = 1;
65 public static final int PACKET_TYPE_QUERY = 2;
67 public static final int PACKET_TYPE_QUERY_RESPONSE = 3;
80 public static final int QUERY_HANDSHAKE = -1;
85 public static final int HANDSHAKE_RESP_CONNECTED = 0
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 45 private static final String TAG = "Telephony";
59 public static final String TYPE = "type";
61 public static final int MESSAGE_TYPE_ALL = 0;
62 public static final int MESSAGE_TYPE_INBOX = 1;
63 public static final int MESSAGE_TYPE_SENT = 2;
64 public static final int MESSAGE_TYPE_DRAFT = 3;
65 public static final int MESSAGE_TYPE_OUTBOX = 4;
66 public static final int MESSAGE_TYPE_FAILED = 5; // for failed outgoing messages
67 public static final int MESSAGE_TYPE_QUEUED = 6; // for messages to send later
74 public static final String THREAD_ID = "thread_id"
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c 173 static HWord (*serviceFn)(HWord,HWord) = 0;
175 static Bool my_isspace ( UChar c )
186 static char* my_strcpy ( char* dest, const char* src )
194 static void* my_memcpy ( void *dest, const void *src, int sz )
205 static void* my_memmove( void *dst, const void *src, unsigned int len )
307 static void vexxx_log_bytes ( char* p, int n )
322 static HChar vexxx_toupper ( HChar c )
330 static Int vexxx_strlen ( const HChar* str )
357 static UInt
406 static UIn
    [all...]
  /cts/tests/src/android/content/cts/
MockContextWrapperService.java 33 private static boolean mHadCalledOnBind = false;
34 private static boolean mHadCalledOnUnbind = false;
35 private static boolean mHadCalledOnStart = false;
36 private static boolean mHadCalledOnDestory = false;
37 private static final int TEST_MESSAGE_WHAT = 1;
75 public static void reset() {
82 public static boolean hadCalledOnBind() {
86 public static boolean hadCalledOnUnbind() {
90 public static boolean hadCalledOnStart() {
94 public static boolean hadCalledOnDestory()
    [all...]
  /external/clang/test/CodeGen/
ms_struct-bitfield-1.c 11 static int a1[(sizeof(t1) == 8) -1];
19 static int a2[(sizeof(t2) == 4) -1];
29 static int a3[(sizeof(t3) == 4) -1];
36 static int a4[(sizeof(t4) == 8) -1];
44 static int a5[(sizeof(t5) == 4) -1];
53 static int a6[(sizeof(t6) == 4) -1];
62 static int a7[(sizeof(t7) == 16) -1];
71 static int a8[(sizeof(t8) == 4) -1];
80 static int a9[(sizeof(t9) == 16) -1];
91 static int a10[(sizeof(t10) == 2) -1]
    [all...]
  /external/clang/test/Sema/
compound-literal.c 6 static struct foo t = (struct foo){0,0};
7 static struct foo t1 = __builtin_choose_expr(0, (struct foo){0,0}, (struct foo){0,0});
8 static struct foo t2 = {0,0};
9 static struct foo t3 = t2; // expected-error {{initializer element is not a compile-time constant}}
10 static int *p = (int []){2,4};
11 static int x = (int){1};
13 static int *p2 = (int []){2,x}; // expected-error {{initializer element is not a compile-time constant}}
14 static long *p3 = (long []){2,"x"}; // expected-warning {{incompatible pointer to integer conversion initializing 'long' with an expression of type 'char [2]'}}
17 static cache_t clo_I1_cache = ((cache_t) { } ); // expected-warning{{use of GNU empty initializer extension}}
20 static Test* ll = &(Test) {0,0}
    [all...]
  /external/dropbear/libtomcrypt/src/math/
gmp_desc.c 20 static int init(void **a)
32 static void deinit(void *a)
39 static int neg(void *a, void *b)
47 static int copy(void *a, void *b)
55 static int init_copy(void **a, void *b)
64 static int set_int(void *a, unsigned long b)
71 static unsigned long get_int(void *a)
77 static unsigned long get_digit(void *a, int n)
83 static int get_digit_count(void *a)
89 static int compare(void *a, void *b
    [all...]
  /external/libvorbis/lib/modes/
setup_8.h 21 static const int blocksize_8[2]={
25 static const int _floor_mapping_8a[]={
29 static const int *_floor_mapping_8[]={
33 static const double rate_mapping_8[3]={
37 static const double rate_mapping_8_uncoupled[3]={
41 static const double quality_mapping_8[3]={
45 static const double _psy_compand_8_mapping[3]={ 0., 1., 1.};
47 static const double _global_mapping_8[3]={ 1., 2., 3. };
49 static const ve_setup_data_template ve_setup_8_stereo={
100 static const ve_setup_data_template ve_setup_8_uncoupled=
    [all...]
  /external/objenesis/main/src/org/objenesis/strategy/
BaseInstantiatorStrategy.java 26 protected static final String JROCKIT = "BEA";
29 protected static final String GNU = "GNU libgcj";
32 protected static final String SUN = "Java HotSpot";
35 protected static final String PERC = "PERC";
38 protected static final String DALVIK = "Dalvik";
41 protected static final String VM_VERSION = System.getProperty("java.runtime.version");
44 protected static final String VM_INFO = System.getProperty("java.vm.info");
47 protected static final String VENDOR_VERSION = System.getProperty("java.vm.version");
50 protected static final String VENDOR = System.getProperty("java.vm.vendor");
53 protected static final String JVM_NAME = System.getProperty("java.vm.name");
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
InlineMethodResolver.java 34 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Static;
35 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Virtual;
36 import static org.jf.dexlib.Code.Analysis.DeodexUtil.Direct;
39 public static InlineMethodResolver createInlineMethodResolver(DeodexUtil deodexUtil, int odexVersion) {
54 private static class InlineMethodResolver_version35 extends InlineMethodResolver
60 new DeodexUtil.InlineMethod(Static, "Lorg/apache/harmony/dalvik/NativeTestTarget;", "emptyInlineMethod", "", "V"),
65 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "abs", "I", "I"),
66 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "abs", "J", "J"),
67 new DeodexUtil.InlineMethod(Static, "Ljava/lang/Math;", "abs", "F", "F")
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PlatformThemeChromiumGtk.h 50 static void setScrollbarColors(unsigned inactiveColor,
53 static unsigned thumbInactiveColor() { return s_thumbInactiveColor; }
54 static unsigned thumbActiveColor() { return s_thumbActiveColor; }
55 static unsigned trackColor() { return s_trackColor; }
57 static SkColor saturateAndBrighten(const SkScalar hsv[3], SkScalar saturateAmount, SkScalar brightenAmount);
58 static SkColor outlineColor(const SkScalar hsv1[3], const SkScalar hsv2[3]);
59 static void paintArrowButton(GraphicsContext*, const IntRect&, ArrowDirection, ControlStates);
64 static unsigned s_thumbInactiveColor;
65 static unsigned s_thumbActiveColor;
66 static unsigned s_trackColor
    [all...]
  /external/webkit/Source/WebCore/svg/properties/
SVGPropertyTraits.h 34 static bool initialValue() { return false; }
35 static String toString(bool type) { return type ? "true" : "false"; }
40 static int initialValue() { return 0; }
41 static String toString(int type) { return String::number(type); }
46 static long initialValue() { return 0; }
47 static String toString(long type) { return String::number(type); }
52 static float initialValue() { return 0; }
53 static String toString(float type) { return String::number(type); }
58 static String initialValue() { return String(); }
59 static String toString(const String& type) { return type;
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MemoryUsage.h 31 static int memoryUsageMb(bool forceFresh);
32 static int lowMemoryUsageMb() { return m_lowMemoryUsageMb; }
33 static int highMemoryUsageMb() { return m_highMemoryUsageMb; }
34 static int highUsageDeltaMb() { return m_highUsageDeltaMb; }
35 static void setHighMemoryUsageMb(int highMemoryUsageMb) { m_highMemoryUsageMb = highMemoryUsageMb; }
36 static void setLowMemoryUsageMb(int lowMemoryUsageMb) { m_lowMemoryUsageMb = lowMemoryUsageMb; }
37 static void setHighUsageDeltaMb(int highUsageDeltaMb) { m_highUsageDeltaMb = highUsageDeltaMb; }
40 static int m_lowMemoryUsageMb;
41 static int m_highMemoryUsageMb;
42 static int m_highUsageDeltaMb
    [all...]
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ImageFormat.java 29 public static final String COLORSPACE_KEY = "colorspace";
31 public static final int COLORSPACE_GRAY = 1;
32 public static final int COLORSPACE_RGB = 2;
33 public static final int COLORSPACE_RGBA = 3;
34 public static final int COLORSPACE_YUV = 4;
36 public static MutableFrameFormat create(int width,
51 public static MutableFrameFormat create(int width,
62 public static MutableFrameFormat create(int colorspace, int target) {
70 public static MutableFrameFormat create(int colorspace) {
78 public static int bytesPerSampleForColorspace(int colorspace)
    [all...]
  /frameworks/support/v4/honeycomb_mr2/android/support/v4/net/
ConnectivityManagerCompatHoneycombMR2.java 19 import static android.net.ConnectivityManager.TYPE_BLUETOOTH;
20 import static android.net.ConnectivityManager.TYPE_ETHERNET;
21 import static android.net.ConnectivityManager.TYPE_MOBILE;
22 import static android.net.ConnectivityManager.TYPE_MOBILE_DUN;
23 import static android.net.ConnectivityManager.TYPE_MOBILE_HIPRI;
24 import static android.net.ConnectivityManager.TYPE_MOBILE_MMS;
25 import static android.net.ConnectivityManager.TYPE_MOBILE_SUPL;
26 import static android.net.ConnectivityManager.TYPE_WIFI;
27 import static android.net.ConnectivityManager.TYPE_WIMAX;
36 public static boolean isActiveNetworkMetered(ConnectivityManager cm)
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativePluralRules.java 28 public static final int ZERO = 0;
29 public static final int ONE = 1;
30 public static final int TWO = 2;
31 public static final int FEW = 3;
32 public static final int MANY = 4;
33 public static final int OTHER = 5;
49 public static NativePluralRules forLocale(Locale locale) {
61 private static native void finalizeImpl(int address);
62 private static native int forLocaleImpl(String localeName);
63 private static native int quantityForIntImpl(int address, int value)
    [all...]

Completed in 916 milliseconds

<<31323334353637383940>>