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

<<101102103104105106107108109110>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-posix.h 44 * weak symbols in their static C++ constructors. Such code crashes
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
228 static volatile int __gthread_active = -1;
230 static void
236 static inline int
239 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
240 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
271 static inline int
277 static void *const __gthread_active_ptr
280 static void *const __gthread_active_pt
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-default.h 44 * weak symbols in their static C++ constructors. Such code crashes
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
228 static volatile int __gthread_active = -1;
230 static void
236 static inline int
239 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
240 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
271 static inline int
277 static void *const __gthread_active_ptr
280 static void *const __gthread_active_pt
    [all...]
gthr-posix.h 44 * weak symbols in their static C++ constructors. Such code crashes
109 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \
228 static volatile int __gthread_active = -1;
230 static void
236 static inline int
239 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER;
240 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT;
271 static inline int
277 static void *const __gthread_active_ptr
280 static void *const __gthread_active_pt
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
NewDatabasePerformanceTests.java 36 final static int kMultiplier = 1;
38 public static class PerformanceBase extends TestCase
40 protected static final int CURRENT_DATABASE_VERSION = 42;
106 public static class Insert1000 extends PerformanceBase {
107 private static final int SIZE = 10 * kMultiplier;
138 public static class InsertIndexed1000 extends PerformanceBase {
139 private static final int SIZE = 10 * kMultiplier;
171 public static class Select100 extends PerformanceBase {
172 private static final int SIZE = 1 * kMultiplier;
173 private static final String[] COLUMNS = {"count(*)", "avg(b)"}
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 32 static inline bool
39 static inline htab_t
48 static inline tree
57 static inline void *
78 static inline bool
89 static inline void *
103 static inline tree
114 static inline tree
124 static inline bool
133 static inline tre
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 32 static inline bool
39 static inline htab_t
48 static inline tree
57 static inline void *
78 static inline bool
89 static inline void *
103 static inline tree
114 static inline tree
124 static inline bool
133 static inline tre
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 32 static inline bool
39 static inline htab_t
48 static inline tree
57 static inline void *
78 static inline bool
89 static inline void *
103 static inline tree
114 static inline tree
124 static inline bool
133 static inline tre
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 32 static inline bool
39 static inline htab_t
48 static inline tree
57 static inline void *
78 static inline bool
89 static inline void *
103 static inline tree
114 static inline tree
124 static inline bool
133 static inline tre
    [all...]
  /cts/tests/src/android/app/cts/
LaunchpadActivity.java 52 public static final Parcelable.Creator<MyBadParcelable> CREATOR =
82 public static final String LAUNCH = "android.app.cts.activity.LAUNCH";
84 public static final String FORWARD_RESULT = "android.app.cts.activity.FORWARD_RESULT";
85 public static final String RETURNED_RESULT = "android.app.cts.activity.RETURNED_RESULT";
87 public static final String BAD_PARCELABLE = "android.app.cts.activity.BAD_PARCELABLE";
89 public static final int LAUNCHED_RESULT = 1;
90 public static final int FORWARDED_RESULT = 2;
92 public static final String LIFECYCLE_BASIC = "android.app.cts.activity.LIFECYCLE_BASIC";
93 public static final String LIFECYCLE_SCREEN = "android.app.cts.activity.LIFECYCLE_SCREEN";
94 public static final String LIFECYCLE_DIALOG = "android.app.cts.activity.LIFECYCLE_DIALOG"
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 35 public static final int FUNC_CURRENT = 0;
38 public static final int FUNC_LAST = 1;
41 public static final int FUNC_POSITION = 2;
44 public static final int FUNC_COUNT = 3;
47 public static final int FUNC_ID = 4;
50 public static final int FUNC_KEY = 5;
53 public static final int FUNC_LOCAL_PART = 7;
56 public static final int FUNC_NAMESPACE = 8;
59 public static final int FUNC_QNAME = 9;
62 public static final int FUNC_GENERATE_ID = 10
    [all...]
  /external/icu4c/common/
uprops.cpp 56 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) {
61 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
65 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
69 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
73 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
78 static UBool hasFullCompositionExclusion(const BinaryProperty &, UChar32, UProperty) {
82 static UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) {
92 static UBool isNormInert(const BinaryProperty &, UChar32, UProperty) {
96 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) {
105 static UBool changesWhenCasefolded(const BinaryProperty &, UChar32, UProperty)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 119 /* Static attributes determined during input. */
138 static bool get_paragraph P_ ((void));
139 static int get_line P_ ((int c));
140 static int get_space P_ ((int c));
141 static int copy_rest P_ ((int c));
142 static bool same_para P_ ((int c));
143 static void flush_paragraph P_ ((void));
144 static void fmt_paragraph P_ ((void));
145 static void check_punctuation P_ ((WORD *w));
146 static COST base_cost P_ ((WORD *this))
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 43 private static final int NOT_FOUND = -1;
45 public static final String KEY_VERSION = "pref_version_key";
46 public static final String KEY_LOCAL_VERSION = "pref_local_version_key";
47 public static final String KEY_RECORD_LOCATION = "pref_camera_recordlocation_key";
48 public static final String KEY_VIDEO_QUALITY = "pref_video_quality_key";
49 public static final String KEY_VIDEO_TIME_LAPSE_FRAME_INTERVAL = "pref_video_time_lapse_frame_interval_key";
50 public static final String KEY_PICTURE_SIZE = "pref_camera_picturesize_key";
51 public static final String KEY_JPEG_QUALITY = "pref_camera_jpegquality_key";
52 public static final String KEY_FOCUS_MODE = "pref_camera_focusmode_key";
53 public static final String KEY_FLASH_MODE = "pref_camera_flashmode_key"
    [all...]
CameraManager.java 19 import static com.android.camera.Util.Assert;
45 private static final String TAG = "CameraManager";
46 private static CameraManager sCameraManager = new CameraManager();
54 private static final int RELEASE = 1;
55 private static final int RECONNECT = 2;
56 private static final int UNLOCK = 3;
57 private static final int LOCK = 4;
58 private static final int SET_PREVIEW_TEXTURE_ASYNC = 5;
59 private static final int START_PREVIEW_ASYNC = 6;
60 private static final int STOP_PREVIEW = 7
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCESecretKeyFactory.java 107 static public class PBEKeyFactory
164 static public class DESPBEKeyFactory
233 static public class DES
259 // static public class PBEWithMD2AndDES
271 // static public class PBEWithMD2AndRC2
284 static public class PBEWithMD5AndDES
296 static public class PBEWithMD5AndRC2
308 static public class PBEWithSHA1AndDES
320 static public class PBEWithSHA1AndRC2
332 static public class PBEWithSHAAndDES3Ke
    [all...]
  /external/kernel-headers/original/asm-x86/
io_32.h 75 static inline unsigned long virt_to_phys(volatile void * address)
93 static inline void * phys_to_virt(unsigned long address)
120 static inline void __iomem * ioremap(unsigned long offset, unsigned long size)
165 static inline unsigned char readb(const volatile void __iomem *addr)
169 static inline unsigned short readw(const volatile void __iomem *addr)
173 static inline unsigned int readl(const volatile void __iomem *addr)
184 static inline void writeb(unsigned char b, volatile void __iomem *addr)
188 static inline void writew(unsigned short b, volatile void __iomem *addr)
192 static inline void writel(unsigned int b, volatile void __iomem *addr)
202 static inline voi
    [all...]
  /external/openssl/crypto/store/
str_mem.c 110 static int mem_init(STORE *s);
111 static void mem_clean(STORE *s);
112 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
114 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
116 static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
119 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
123 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
125 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
127 static STORE_OBJECT *mem_list_next(STORE *s, void *handle);
128 static int mem_list_end(STORE *s, void *handle)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverService.java 34 static final String TAG = "HandoverService";
35 static final boolean DBG = true;
37 static final int MSG_REGISTER_CLIENT = 0;
38 static final int MSG_DEREGISTER_CLIENT = 1;
39 static final int MSG_START_INCOMING_TRANSFER = 2;
40 static final int MSG_START_OUTGOING_TRANSFER = 3;
41 static final int MSG_HEADSET_HANDOVER = 4;
43 static final String BUNDLE_TRANSFER = "transfer";
45 static final String EXTRA_HEADSET_DEVICE = "device";
46 static final String EXTRA_HEADSET_NAME = "headsetname"
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 63 public static final String CUSTOM_IM_PROTOCOL = "SampleSyncAdapter";
65 private static final String TAG = "ContactManager";
67 public static final String SAMPLE_GROUP_NAME = "Sample Group";
69 public static long ensureSampleGroupExists(Context context, Account account) {
114 public static synchronized long updateContacts(Context context, String account,
183 public static List<RawContact> getDirtyContacts(Context context, Account account) {
237 public static void updateStatusMessages(Context context, List<RawContact> rawContacts) {
256 public static void addStreamItems(Context context, List<RawContact> rawContacts,
295 public static void clearSyncFlags(Context context, List<RawContact> dirtyContacts) {
325 public static void addContact(Context context, String accountName, RawContact rawContact
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.m 30 static ANTLRBitSet *FOLLOW_declaration_in_program56;
31 static const unsigned long long FOLLOW_declaration_in_program56_data[] = { 0x00000000020000C2LL};
32 static ANTLRBitSet *FOLLOW_variable_in_declaration76;
33 static const unsigned long long FOLLOW_variable_in_declaration76_data[] = { 0x0000000000000002LL};
34 static ANTLRBitSet *FOLLOW_FUNC_DECL_in_declaration87;
35 static const unsigned long long FOLLOW_FUNC_DECL_in_declaration87_data[] = { 0x0000000000000004LL};
36 static ANTLRBitSet *FOLLOW_functionHeader_in_declaration89;
37 static const unsigned long long FOLLOW_functionHeader_in_declaration89_data[] = { 0x0000000000000008LL};
38 static ANTLRBitSet *FOLLOW_FUNC_DEF_in_declaration101;
39 static const unsigned long long FOLLOW_FUNC_DEF_in_declaration101_data[] = { 0x0000000000000004LL}
    [all...]
  /external/javassist/src/main/javassist/
CodeConverter.java 54 * is replaced with a call to the specified static method. For example,
71 * <ul><pre>public static Point createPoint(int x, int y) {
78 * <p>The static method call substituted for the original <code>new</code>
82 * parameter types, then there must be multiple static methods
85 * <p>The return type of the substituted static method must be
90 * @param calledClass the class in which the static method is
92 * @param calledMethod the name of the static method.
152 * field is replaced with a call to the specified <i>static</i> method.
153 * This static method receives the target object of the original
170 * public static int readX(Object target) { ...
    [all...]
  /external/linux-tools-perf/util/
python.c 52 static char pyrf_mmap_event__doc[] = PyDoc_STR("perf mmap event object.");
54 static PyMemberDef pyrf_mmap_event__members[] = {
66 static PyObject *pyrf_mmap_event__repr(struct pyrf_event *pevent)
85 static PyTypeObject pyrf_mmap_event__type = {
95 static char pyrf_task_event__doc[] = PyDoc_STR("perf task (fork/exit) event object.");
97 static PyMemberDef pyrf_task_event__members[] = {
108 static PyObject *pyrf_task_event__repr(struct pyrf_event *pevent)
120 static PyTypeObject pyrf_task_event__type = {
130 static char pyrf_comm_event__doc[] = PyDoc_STR("perf comm event object.");
132 static PyMemberDef pyrf_comm_event__members[] =
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 61 static bool startsWithBlankLine(const char* bytes, unsigned length)
66 static int locationAfterFirstBlankLine(const char* bytes, unsigned length)
94 static const char* findEndOfLine(const char* bytes, unsigned length)
122 static String capitalizeRFC822HeaderFieldName(const String& name)
148 static HTTPHeaderMap parseRFC822HeaderFields(const char* bytes, unsigned length)
219 static NPError parsePostBuffer(bool isFile, const char *buffer, uint32_t length, bool parseHeaders, HTTPHeaderMap& headerFields, Vector<uint8_t>& bodyData)
272 static String makeURLString(const char* url)
283 static NPError NPN_GetURL(NPP npp, const char* url, const char* target)
294 static NPError NPN_PostURL(NPP npp, const char* url, const char* target, uint32_t len, const char* buf, NPBool file)
311 static NPError NPN_RequestRead(NPStream* stream, NPByteRange* rangeList
    [all...]
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 27 private static final HashMap<Type, CstType> interns =
31 public static final CstType OBJECT = intern(Type.OBJECT);
34 public static final CstType BOOLEAN = intern(Type.BOOLEAN_CLASS);
37 public static final CstType BYTE = intern(Type.BYTE_CLASS);
40 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS);
43 public static final CstType DOUBLE = intern(Type.DOUBLE_CLASS);
46 public static final CstType FLOAT = intern(Type.FLOAT_CLASS);
49 public static final CstType LONG = intern(Type.LONG_CLASS);
52 public static final CstType INTEGER = intern(Type.INTEGER_CLASS);
55 public static final CstType SHORT = intern(Type.SHORT_CLASS)
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimeTest.java 31 static long TIME_TEST1 = 38720000; // 10:45:20 GMT
33 static long TIME_TEST2 = 80279000; // 22:17:59 GMT
35 static long TIME_TEST3 = -38720000; // 13:14:40 GMT
37 static String STRING_TEST1 = "10:45:20";
39 static String STRING_TEST2 = "22:17:59";
41 static String STRING_TEST3 = "13:14:40";
43 static String STRING_INVALID1 = "ABCDEFGHI";
45 static String STRING_INVALID2 = "233104";
47 static String STRING_INVALID3 = "21-43-48";
49 static String STRING_OUTRANGE = "35:99:66"
    [all...]

Completed in 3910 milliseconds

<<101102103104105106107108109110>>