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

<<61626364656667686970>>

  /external/webkit/Source/WebCore/platform/wx/
CursorWx.cpp 65 static Cursor c = new wxCursor(wxCURSOR_ARROW);
71 static Cursor c = new wxCursor(wxCURSOR_CROSS);
77 static Cursor c = new wxCursor(wxCURSOR_HAND);
83 static Cursor c = new wxCursor(wxCURSOR_IBEAM);
89 static Cursor c = new wxCursor(wxCURSOR_WAIT);
95 static Cursor c = new wxCursor(wxCURSOR_QUESTION_ARROW);
101 static Cursor c = new wxCursor(wxCURSOR_SIZEWE);
107 static Cursor c = new wxCursor(wxCURSOR_SIZENS);
113 static Cursor c = new wxCursor(wxCURSOR_SIZENESW);
119 static Cursor c = new wxCursor(wxCURSOR_SIZENWSE)
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiMonitor.java 47 private static final String TAG = "WifiMonitor";
51 private static final int CONNECTED = 1;
52 private static final int DISCONNECTED = 2;
53 private static final int STATE_CHANGE = 3;
54 private static final int SCAN_RESULTS = 4;
55 private static final int LINK_SPEED = 5;
56 private static final int TERMINATING = 6;
57 private static final int DRIVER_STATE = 7;
58 private static final int EAP_FAILURE = 8;
59 private static final int UNKNOWN = 9
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeBreakIterator.java 25 private static final int BI_CHAR_INSTANCE = 1;
26 private static final int BI_WORD_INSTANCE = 2;
27 private static final int BI_LINE_INSTANCE = 3;
28 private static final int BI_SENT_INSTANCE = 4;
144 public static NativeBreakIterator getCharacterInstance(Locale where) {
148 public static NativeBreakIterator getLineInstance(Locale where) {
152 public static NativeBreakIterator getSentenceInstance(Locale where) {
156 public static NativeBreakIterator getWordInstance(Locale where) {
160 private static native int getCharacterInstanceImpl(String locale);
161 private static native int getWordInstanceImpl(String locale)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserHistoryForgettingCurveUtils.java 23 private static final String TAG = UserHistoryForgettingCurveUtils.class.getSimpleName();
24 private static final boolean DEBUG = false;
25 private static final int FC_FREQ_MAX = 127;
26 /* package */ static final int COUNT_MAX = 3;
27 private static final int FC_LEVEL_MAX = 3;
28 /* package */ static final int ELAPSED_TIME_MAX = 15;
29 private static final int ELAPSED_TIME_INTERVAL_HOURS = 6;
30 private static final long ELAPSED_TIME_INTERVAL_MILLIS = ELAPSED_TIME_INTERVAL_HOURS
32 private static final int HALF_LIFE_HOURS = 48;
33 private static final int MAX_PUSH_ELAPSED = (FC_LEVEL_MAX + 1) * (ELAPSED_TIME_MAX + 1)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
alloc_traits.h 54 { static const bool value = false; };
61 { static const bool value = true; };
70 { static const bool value = true; };
80 { static const bool value = true; };
89 { static const bool value = true; };
98 { static const bool value = true; };
140 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type
149 static typename std::enable_if<__is_custom_pointer<_Ptr>::value>::type
153 static _Alloc _S_select_on_copy(const _Alloc& __a)
156 static void _S_on_swap(_Alloc& __a, _Alloc& __b
    [all...]
  /libcore/luni/src/main/java/java/util/jar/
Pack200.java 31 private static final String SYSTEM_PROPERTY_PACKER = "java.util.jar.Pack200.Packer";
33 private static final String SYSTEM_PROPERTY_UNPACKER = "java.util.jar.Pack200.Unpacker";
52 public static Pack200.Packer newPacker() {
73 public static Pack200.Unpacker newUnpacker() {
86 public static interface Packer {
91 static final String CLASS_ATTRIBUTE_PFX = "pack.class.attribute.";
96 static final String CODE_ATTRIBUTE_PFX = "pack.code.attribute.";
101 static final String DEFLATE_HINT = "pack.deflate.hint";
106 static final String EFFORT = "pack.effort";
111 static final String ERROR = "error"
    [all...]
  /frameworks/base/core/java/android/provider/
Settings.java 75 public static final String ACTION_SETTINGS = "android.settings.SETTINGS";
85 public static final String ACTION_APN_SETTINGS = "android.settings.APN_SETTINGS";
99 public static final String ACTION_LOCATION_SOURCE_SETTINGS =
114 public static final String ACTION_WIRELESS_SETTINGS =
128 public static final String ACTION_AIRPLANE_MODE_SETTINGS =
142 public static final String ACTION_ACCESSIBILITY_SETTINGS =
157 public static final String ACTION_SECURITY_SETTINGS =
171 public static final String ACTION_PRIVACY_SETTINGS =
187 public static final String ACTION_WIFI_SETTINGS =
191 * Activity Action: Show settings to allow configuration of a static I
    [all...]
  /cts/tools/signature-tools/src/signature/converter/dex/
DexUtil.java 46 private static final String PACKAGE_INFO = "package-info";
47 private static final String THROWS_ANNOTATION =
49 private static final String SIGNATURE_ANNOTATION =
51 private static final String ANNOTATION_DEFAULT_ANNOTATION =
53 private static final String ENCLOSING_CLASS_ANNOTATION =
55 private static final String ENCLOSING_METHOD_ANNOTATION =
57 private static final String INNER_CLASS_ANNOTATION =
59 private static final String MEMBER_CLASS_ANNOTATION =
61 private static final String JAVA_LANG_OBJECT = "Ljava/lang/Object;";
63 private static final Set<String> INTERNAL_ANNOTATION_NAMES
    [all...]
  /external/stlport/stlport/stl/
concept_checks.h 53 static int __##__type_var##_##__concept
57 static int __##__type_x##__type_y##_require_same_type
60 static int __##__func##__ret##_generator_check
63 static int __##__func##__ret##__arg##_unary_function_check
67 static int __##__func##__ret##__first##__second##_binary_function_check
71 static int __##__opname##__ret##__first##__second##_require_binary_op
169 static __dummy_struct_##__type_var##__concept< \
180 static __dummy_struct_##__type_x##__type_y##_same_type< \
189 static __dummy_struct_##__func##__ret##_generator< \
200 static __dummy_struct_##__func##__ret##__arg##_unary_check<
    [all...]
  /frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
MediaRouterJellybean.java 30 private static final String TAG = "MediaRouterJellybean";
32 public static final int ROUTE_TYPE_LIVE_AUDIO = 0x1;
33 public static final int ROUTE_TYPE_LIVE_VIDEO = 0x2;
34 public static final int ROUTE_TYPE_USER = 0x00800000;
36 public static final int ALL_ROUTE_TYPES =
41 public static Object getMediaRouter(Context context) {
46 public static List getRoutes(Object routerObj) {
57 public static List getCategories(Object routerObj) {
67 public static Object getSelectedRoute(Object routerObj, int type) {
71 public static void selectRoute(Object routerObj, int types, Object routeObj)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 53 static int __##__type_var##_##__concept
57 static int __##__type_x##__type_y##_require_same_type
60 static int __##__func##__ret##_generator_check
63 static int __##__func##__ret##__arg##_unary_function_check
67 static int __##__func##__ret##__first##__second##_binary_function_check
71 static int __##__opname##__ret##__first##__second##_require_binary_op
169 static __dummy_struct_##__type_var##__concept< \
180 static __dummy_struct_##__type_x##__type_y##_same_type< \
189 static __dummy_struct_##__func##__ret##_generator< \
200 static __dummy_struct_##__func##__ret##__arg##_unary_check<
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 53 static int __##__type_var##_##__concept
57 static int __##__type_x##__type_y##_require_same_type
60 static int __##__func##__ret##_generator_check
63 static int __##__func##__ret##__arg##_unary_function_check
67 static int __##__func##__ret##__first##__second##_binary_function_check
71 static int __##__opname##__ret##__first##__second##_require_binary_op
169 static __dummy_struct_##__type_var##__concept< \
180 static __dummy_struct_##__type_x##__type_y##_same_type< \
189 static __dummy_struct_##__func##__ret##_generator< \
200 static __dummy_struct_##__func##__ret##__arg##_unary_check<
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 53 static int __##__type_var##_##__concept
57 static int __##__type_x##__type_y##_require_same_type
60 static int __##__func##__ret##_generator_check
63 static int __##__func##__ret##__arg##_unary_function_check
67 static int __##__func##__ret##__first##__second##_binary_function_check
71 static int __##__opname##__ret##__first##__second##_require_binary_op
169 static __dummy_struct_##__type_var##__concept< \
180 static __dummy_struct_##__type_x##__type_y##_same_type< \
189 static __dummy_struct_##__func##__ret##_generator< \
200 static __dummy_struct_##__func##__ret##__arg##_unary_check<
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 53 static int __##__type_var##_##__concept
57 static int __##__type_x##__type_y##_require_same_type
60 static int __##__func##__ret##_generator_check
63 static int __##__func##__ret##__arg##_unary_function_check
67 static int __##__func##__ret##__first##__second##_binary_function_check
71 static int __##__opname##__ret##__first##__second##_require_binary_op
169 static __dummy_struct_##__type_var##__concept< \
180 static __dummy_struct_##__type_x##__type_y##_same_type< \
189 static __dummy_struct_##__func##__ret##_generator< \
200 static __dummy_struct_##__func##__ret##__arg##_unary_check<
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
concept_checks.h 53 static int __##__type_var##_##__concept
57 static int __##__type_x##__type_y##_require_same_type
60 static int __##__func##__ret##_generator_check
63 static int __##__func##__ret##__arg##_unary_function_check
67 static int __##__func##__ret##__first##__second##_binary_function_check
71 static int __##__opname##__ret##__first##__second##_require_binary_op
169 static __dummy_struct_##__type_var##__concept< \
180 static __dummy_struct_##__type_x##__type_y##_same_type< \
189 static __dummy_struct_##__func##__ret##_generator< \
200 static __dummy_struct_##__func##__ret##__arg##_unary_check<
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
io_32.h 30 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins (…)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
DataUtil.java 19 import static android.provider.ContactsContract.CommonDataKinds;
33 private static final Uri URI = ContactsContract.Data.CONTENT_URI;
35 public static String[] queryById(ContentResolver resolver, long dataId, String[] projection) {
41 public static void insertName(ContentResolver resolver, long rawContactId, String name) {
49 public static long insertPhoneNumber(ContentResolver resolver, long rawContactId,
57 public static long insertEmail(ContentResolver resolver, long rawContactId, String email) {
64 public static void insertAutoGeneratedName(ContentResolver resolver, long rawContactId) {
68 public static long insertData(ContentResolver resolver, long rawContactId,
78 public static void delete(ContentResolver resolver, long dataId) {
83 public static void update(ContentResolver resolver, long dataId, ContentValues values)
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/
DxAbstractMain.java 21 static public void assertEquals(int expected, int actual) {
25 static public void assertEquals(String message, int expected, int actual) {
30 static public void assertEquals(long expected, long actual) {
34 static public void assertEquals(double expected, double actual, double delta) {
38 static public void assertEquals(Object expected, Object actual) {
46 static public void assertTrue(boolean condition) {
50 static public void assertFalse(boolean condition) {
54 static public void assertNotNull(Object object) {
58 static public void assertNull(Object object) {
62 static public void fail(String message)
    [all...]
  /dalvik/dx/src/com/android/dx/dex/
DexFormat.java 30 public static final int API_CURRENT = 14;
33 public static final int API_NO_EXTENDED_OPCODES = 13;
39 public static final String DEX_IN_JAR_NAME = "classes.dex";
42 public static final String MAGIC_PREFIX = "dex\n";
45 public static final String MAGIC_SUFFIX = "\0";
48 public static final String VERSION_CURRENT = "036";
51 public static final String VERSION_FOR_API_13 = "035";
56 public static final int ENDIAN_TAG = 0x12345678;
63 public static int magicToApi(byte[] magic) {
87 public static String apiToMagic(int targetApiLevel)
    [all...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
io_32.h 30 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
31 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value = in##bwl##_local(port); slow_down_io(); return value; } __BUILDIO(bwl,bw,type) static inline void out##bwl##_p(unsigned type value, int port) { out##bwl(value, port); slow_down_io(); } static inline unsigned type in##bwl##_p(int port) { unsigned type value = in##bwl(port); slow_down_io(); return value; } static inline void outs##bwl(int port, const void *addr, unsigned long count) { __asm__ __volatile__("rep; outs" #bwl : "+S"(addr), "+c"(count) : "d"(port)); } static inline void ins##bwl(int port, void *addr, unsigned long count) { __asm__ __volatile__("rep; ins (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
TypeExtensions.cs 40 public static class TypeExtensions
43 public static object get( this FieldInfo field, object obj )
49 public static Type getComponentType( this Type type )
55 public static ConstructorInfo getConstructor( this Type type, Type[] argumentTypes )
61 public static FieldInfo getField( this Type type, string name )
71 public static string getName( this Type type )
77 public static object invoke( this MethodInfo method, object obj, params object[] parameters )
83 public static bool isArray( this Type type )
89 public static bool isPrimitive( this Type type )
95 public static object newInstance( this Type type
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/
ProviderConfigurationPermission.java 30 private static final int THREAD_LOCAL_EC_IMPLICITLY_CA = 0x01;
31 private static final int EC_IMPLICITLY_CA = 0x02;
32 private static final int THREAD_LOCAL_DH_DEFAULT_PARAMS = 0x04;
33 private static final int DH_DEFAULT_PARAMS = 0x08;
35 private static final int ALL = THREAD_LOCAL_EC_IMPLICITLY_CA | EC_IMPLICITLY_CA | THREAD_LOCAL_DH_DEFAULT_PARAMS | DH_DEFAULT_PARAMS;
37 private static final String THREAD_LOCAL_EC_IMPLICITLY_CA_STR = "threadlocalecimplicitlyca";
38 private static final String EC_IMPLICITLY_CA_STR = "ecimplicitlyca";
39 private static final String THREAD_LOCAL_DH_DEFAULT_PARAMS_STR = "threadlocaldhdefaultparams";
40 private static final String DH_DEFAULT_PARAMS_STR = "dhdefaultparams";
42 private static final String ALL_STR = "all"
    [all...]
  /external/chromium/base/
sys_info_win.cc 17 // static
22 // static
37 // static
49 // static
54 // static
73 // static
79 // static
88 // static
93 // static
98 // static
    [all...]
  /external/chromium/chrome/common/
profiling.cc 16 static const char kDefaultProfileName[] = "chrome-profile-{pid}";
17 static std::string profile_name;
35 static const int kProfilingFlushSeconds = 10;
41 static int flush_seconds = 0;
60 // static
74 // static
86 // static
91 // static
96 // static
104 // static
    [all...]
  /external/clang/include/clang/AST/
StmtGraphTraits.h 32 static NodeType* getEntryNode(clang::Stmt* S) { return S; }
34 static inline ChildIteratorType child_begin(NodeType* N) {
39 static inline ChildIteratorType child_end(NodeType* N) {
44 static nodes_iterator nodes_begin(clang::Stmt* S) {
48 static nodes_iterator nodes_end(clang::Stmt* S) {
59 static NodeType* getEntryNode(const clang::Stmt* S) { return S; }
61 static inline ChildIteratorType child_begin(NodeType* N) {
66 static inline ChildIteratorType child_end(NodeType* N) {
71 static nodes_iterator nodes_begin(const clang::Stmt* S) {
75 static nodes_iterator nodes_end(const clang::Stmt* S)
    [all...]

Completed in 2188 milliseconds

<<61626364656667686970>>