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

<<101102103104105106107108109110>>

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.h 43 static const bool value = sizeof(has_member_##member##_helper<T>(0)) == sizeof(yes_tag); \
54 static PluginTest* create(NPP, const std::string& identifier);
57 static void NP_Shutdown();
85 static void indicateTestFailure();
95 static PluginTest* create(NPP npp, const std::string& identifier)
115 static NPObject* create(PluginTest* pluginTest)
167 static NPObject* NP_Allocate(NPP npp, NPClass* aClass)
172 static void NP_Deallocate(NPObject* npObject)
177 static bool NP_HasMethod(NPObject* npObject, NPIdentifier methodName)
182 static bool NP_Invoke(NPObject* npObject, NPIdentifier methodName, const NPVariant* arguments, uint32_t a (…)
    [all...]
  /external/zlib/src/contrib/minizip/
ioapi.c 87 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size));
90 static ZPOS64_T ZCALLBACK ftell64_file_func OF((voidpf opaque, voidpf stream));
91 static long ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
92 static int ZCALLBACK fclose_file_func OF((voidpf opaque, voidpf stream));
93 static int ZCALLBACK ferror_file_func OF((voidpf opaque, voidpf stream));
95 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode)
113 static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* filename, int mode)
132 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size
    [all...]
  /frameworks/base/core/java/android/app/
StatusBarManager.java 37 public static final int DISABLE_EXPAND = View.STATUS_BAR_DISABLE_EXPAND;
38 public static final int DISABLE_NOTIFICATION_ICONS = View.STATUS_BAR_DISABLE_NOTIFICATION_ICONS;
39 public static final int DISABLE_NOTIFICATION_ALERTS
41 public static final int DISABLE_NOTIFICATION_TICKER
43 public static final int DISABLE_SYSTEM_INFO = View.STATUS_BAR_DISABLE_SYSTEM_INFO;
44 public static final int DISABLE_HOME = View.STATUS_BAR_DISABLE_HOME;
45 public static final int DISABLE_RECENT = View.STATUS_BAR_DISABLE_RECENT;
46 public static final int DISABLE_BACK = View.STATUS_BAR_DISABLE_BACK;
47 public static final int DISABLE_CLOCK = View.STATUS_BAR_DISABLE_CLOCK;
48 public static final int DISABLE_SEARCH = View.STATUS_BAR_DISABLE_SEARCH
    [all...]
  /frameworks/base/core/java/android/os/
SELinux.java 32 private static final String TAG = "SELinux";
38 public static final native boolean isSELinuxEnabled();
44 public static final native boolean isSELinuxEnforced();
51 public static final native boolean setSELinuxEnforce(boolean value);
58 public static final native boolean setFSCreateContext(String context);
66 public static final native boolean setFileContext(String path, String context);
73 public static final native String getFileContext(String path);
80 public static final native String getPeerContext(FileDescriptor fd);
86 public static final native String getContext();
95 public static final native String getPidContext(int pid)
    [all...]
  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 34 static jint DBG = false;
36 static int doCommand(const char *ifname, const char *cmd, char *replybuf, int replybuflen)
52 static jint doIntCommand(const char *ifname, const char* fmt, ...)
69 static jboolean doBooleanCommand(const char *ifname, const char* expect, const char* fmt, ...)
87 static jstring doStringCommand(JNIEnv* env, const char *ifname, const char* fmt, ...) {
105 static jboolean android_net_wifi_isDriverLoaded(JNIEnv* env, jobject)
110 static jboolean android_net_wifi_loadDriver(JNIEnv* env, jobject)
115 static jboolean android_net_wifi_unloadDriver(JNIEnv* env, jobject)
120 static jboolean android_net_wifi_startSupplicant(JNIEnv* env, jobject, jboolean p2pSupported)
125 static jboolean android_net_wifi_killSupplicant(JNIEnv* env, jobject, jboolean p2pSupported
    [all...]
  /frameworks/native/include/utils/
Timers.h 36 static inline nsecs_t seconds_to_nanoseconds(nsecs_t secs)
41 static inline nsecs_t milliseconds_to_nanoseconds(nsecs_t secs)
46 static inline nsecs_t microseconds_to_nanoseconds(nsecs_t secs)
51 static inline nsecs_t nanoseconds_to_seconds(nsecs_t secs)
56 static inline nsecs_t nanoseconds_to_milliseconds(nsecs_t secs)
61 static inline nsecs_t nanoseconds_to_microseconds(nsecs_t secs)
66 static inline nsecs_t s2ns(nsecs_t v) {return seconds_to_nanoseconds(v);}
67 static inline nsecs_t ms2ns(nsecs_t v) {return milliseconds_to_nanoseconds(v);}
68 static inline nsecs_t us2ns(nsecs_t v) {return microseconds_to_nanoseconds(v);}
69 static inline nsecs_t ns2s(nsecs_t v) {return nanoseconds_to_seconds(v);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/sms/
SmsEnvelope.java 27 static public final int MESSAGE_TYPE_POINT_TO_POINT = 0x00;
28 static public final int MESSAGE_TYPE_BROADCAST = 0x01;
29 static public final int MESSAGE_TYPE_ACKNOWLEDGE = 0x02;
35 static public final int TELESERVICE_NOT_SET = 0x0000;
36 static public final int TELESERVICE_WMT = 0x1002;
37 static public final int TELESERVICE_VMN = 0x1003;
38 static public final int TELESERVICE_WAP = 0x1004;
39 static public final int TELESERVICE_WEMT = 0x1005;
40 static public final int TELESERVICE_SCPT = 0x1006;
48 static public final int TELESERVICE_MWI = 0x40000
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
KeyEventCompat.java 44 static class BaseKeyEventVersionImpl implements KeyEventVersionImpl {
45 private static final int META_MODIFIER_MASK =
51 private static final int META_ALL_MASK = META_MODIFIER_MASK;
53 private static int metaStateFilterDirectionalModifiers(int metaState,
118 static class EclairKeyEventVersionImpl extends BaseKeyEventVersionImpl {
144 static class HoneycombKeyEventVersionImpl extends EclairKeyEventVersionImpl {
164 static final KeyEventVersionImpl IMPL;
165 static {
175 public static int normalizeMetaState(int metaState) {
179 public static boolean metaStateHasModifiers(int metaState, int modifiers)
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
DOMException.java 43 public static final short INDEX_SIZE_ERR = 1;
48 public static final short DOMSTRING_SIZE_ERR = 2;
52 public static final short HIERARCHY_REQUEST_ERR = 3;
57 public static final short WRONG_DOCUMENT_ERR = 4;
61 public static final short INVALID_CHARACTER_ERR = 5;
66 public static final short NO_DATA_ALLOWED_ERR = 6;
71 public static final short NO_MODIFICATION_ALLOWED_ERR = 7;
76 public static final short NOT_FOUND_ERR = 8;
81 public static final short NOT_SUPPORTED_ERR = 9;
86 public static final short INUSE_ATTRIBUTE_ERR = 10
    [all...]
  /libcore/luni/src/main/native/
libcore_icu_AlphabeticIndex.cpp 28 static AlphabeticIndex* fromPeer(jlong peer) {
32 static jlong AlphabeticIndex_create(JNIEnv* env, jclass, jstring javaLocale) {
41 static void AlphabeticIndex_destroy(JNIEnv*, jclass, jlong peer) {
45 static jint AlphabeticIndex_getMaxLabelCount(JNIEnv*, jclass, jlong peer) {
50 static void AlphabeticIndex_setMaxLabelCount(JNIEnv* env, jclass, jlong peer, jint count) {
57 static void AlphabeticIndex_addLabels(JNIEnv* env, jclass, jlong peer, jstring javaLocale) {
64 static void AlphabeticIndex_addLabelRange(JNIEnv* env, jclass, jlong peer,
72 static jint AlphabeticIndex_getBucketCount(JNIEnv* env, jclass, jlong peer) {
82 static jint AlphabeticIndex_getBucketIndex(JNIEnv* env, jclass, jlong peer, jstring javaString) {
96 static jstring AlphabeticIndex_getBucketLabel(JNIEnv* env, jclass, jlong peer, jint index)
    [all...]
libcore_icu_NativeBreakIterator.cpp 30 static BreakIterator* toBreakIterator(jint address) {
122 static jint NativeBreakIterator_cloneImpl(JNIEnv* env, jclass, jint address) {
127 static void NativeBreakIterator_closeImpl(JNIEnv*, jclass, jint address) {
131 static jint NativeBreakIterator_currentImpl(JNIEnv* env, jclass, jint address, jstring javaInput) {
136 static jint NativeBreakIterator_firstImpl(JNIEnv* env, jclass, jint address, jstring javaInput) {
141 static jint NativeBreakIterator_followingImpl(JNIEnv* env, jclass, jint address, jstring javaInput, jint offset) {
146 static jint NativeBreakIterator_getCharacterInstanceImpl(JNIEnv* env, jclass, jstring javaLocale) {
150 static jint NativeBreakIterator_getLineInstanceImpl(JNIEnv* env, jclass, jstring javaLocale) {
154 static jint NativeBreakIterator_getSentenceInstanceImpl(JNIEnv* env, jclass, jstring javaLocale) {
158 static jint NativeBreakIterator_getWordInstanceImpl(JNIEnv* env, jclass, jstring javaLocale)
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hdp.cpp 36 static jmethodID method_onAppRegistrationState;
37 static jmethodID method_onChannelStateChanged;
39 static const bthl_interface_t *sBluetoothHdpInterface = NULL;
40 static jobject mCallbacksObj = NULL;
41 static JNIEnv *sCallbackEnv = NULL;
43 static bool checkCallbackThread() {
55 static void app_registration_state_callback(int app_id, bthl_app_reg_state_t state) {
62 static void channel_state_callback(int app_id, bt_bdaddr_t *bd_addr, int mdep_cfg_index,
92 static bthl_callbacks_t sBluetoothHdpCallbacks = {
100 static void classInitNative(JNIEnv* env, jclass clazz)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Util.java 69 private static final String TAG = "Util";
72 public static final int ORIENTATION_HYSTERESIS = 5;
74 public static final String REVIEW_ACTION = "com.android.camera.action.REVIEW";
76 public static final String ACTION_NEW_PICTURE = "android.hardware.action.NEW_PICTURE";
78 public static final String ACTION_NEW_VIDEO = "android.hardware.action.NEW_VIDEO";
81 public static final String FOCUS_MODE_CONTINUOUS_PICTURE = "continuous-picture";
82 public static final String RECORDING_HINT = "recording-hint";
83 private static final String AUTO_EXPOSURE_LOCK_SUPPORTED = "auto-exposure-lock-supported";
84 private static final String AUTO_WHITE_BALANCE_LOCK_SUPPORTED = "auto-whitebalance-lock-supported";
85 private static final String VIDEO_SNAPSHOT_SUPPORTED = "video-snapshot-supported"
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
PhotoActionPopup.java 37 public static final String TAG = "PhotoActionPopup";
42 public static final class Flags {
44 public static final int ALLOW_PRIMARY = 1;
46 public static final int REMOVE_PHOTO = 2;
48 public static final int TAKE_OR_PICK_PHOTO = 4;
53 public static final int TAKE_OR_PICK_PHOTO_REPLACE_WORDING = 8;
59 public static final class Modes {
60 public static final int NO_PHOTO =
62 public static final int READ_ONLY_ALLOW_PRIMARY =
64 public static final int PHOTO_DISALLOW_PRIMARY
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalVideo.java 36 private static final String TAG = "LocalVideo";
37 static final Path ITEM_PATH = Path.fromString("/local/video/item");
41 private static final int INDEX_ID = 0;
42 private static final int INDEX_CAPTION = 1;
43 private static final int INDEX_MIME_TYPE = 2;
44 private static final int INDEX_LATITUDE = 3;
45 private static final int INDEX_LONGITUDE = 4;
46 private static final int INDEX_DATE_TAKEN = 5;
47 private static final int INDEX_DATE_ADDED = 6;
48 private static final int INDEX_DATE_MODIFIED = 7
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
MenuHelper.java 39 private static final String TAG = "MenuHelper";
42 private static final int INCLUDE_IMAGES = (1 << 0);
43 private static final int INCLUDE_VIDEOS = (1 << 2);
45 private static final int NO_ANIMATION = 0;
46 private static final String CAMERA_CLASS = "com.android.camera.Camera";
47 private static final String PANORAMA_CLASS = "com.android.camera.panorama.PanoramaActivity";
48 private static final String VIDEO_CAMERA_CLASS = "com.android.camera.VideoCamera";
50 public static void addSwitchModeMenuItem(Menu menu, int mode,
80 private static void startCameraActivity(Activity activity, Intent intent,
99 public static void gotoMode(int mode, Activity activity)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
info.h 132 static inline void snd_info_set_text_ops(struct snd_info_entry *entry,
147 static inline int snd_iprintf(struct snd_info_buffer * buffer, char *fmt,...) { return 0; }
148 static inline int snd_info_init(void) { return 0; }
149 static inline int snd_info_done(void) { return 0; }
151 static inline int snd_info_get_line(struct snd_info_buffer * buffer, char *line, int len) { return 0; }
152 static inline char *snd_info_get_str(char *dest, char *src, int len) { return NULL; }
153 static inline struct snd_info_entry *snd_info_create_module_entry(struct module * module, const char *name, struct snd_info_entry * parent) { return NULL; }
154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; }
155 static inline void snd_info_free_entry(struct snd_info_entry * entry) { ; }
157 static inline int snd_info_card_create(struct snd_card * card) { return 0;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
info.h 132 static inline void snd_info_set_text_ops(struct snd_info_entry *entry,
147 static inline int snd_iprintf(struct snd_info_buffer * buffer, char *fmt,...) { return 0; }
148 static inline int snd_info_init(void) { return 0; }
149 static inline int snd_info_done(void) { return 0; }
151 static inline int snd_info_get_line(struct snd_info_buffer * buffer, char *line, int len) { return 0; }
152 static inline char *snd_info_get_str(char *dest, char *src, int len) { return NULL; }
153 static inline struct snd_info_entry *snd_info_create_module_entry(struct module * module, const char *name, struct snd_info_entry * parent) { return NULL; }
154 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card * card, const char *name, struct snd_info_entry * parent) { return NULL; }
155 static inline void snd_info_free_entry(struct snd_info_entry * entry) { ; }
157 static inline int snd_info_card_create(struct snd_card * card) { return 0;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java 39 public final static String ATTR_LOG_LEVEL =
42 public final static String ATTR_DEBUG_PORT_BASE =
45 public final static String ATTR_SELECTED_DEBUG_PORT =
48 public final static String ATTR_DEFAULT_THREAD_UPDATE =
51 public final static String ATTR_DEFAULT_HEAP_UPDATE =
54 public final static String ATTR_THREAD_INTERVAL =
57 public final static String ATTR_IMAGE_SAVE_DIR =
60 public final static String ATTR_LAST_IMAGE_SAVE_DIR =
63 public final static String ATTR_LOGCAT_FONT =
66 public final static String ATTR_HPROF_ACTION
    [all...]
  /cts/tests/SignatureTest/src/android/tests/sigtest/
SimpleSignatureTest.java 44 private static final String TAG_ROOT = "api";
45 private static final String TAG_PACKAGE = "package";
46 private static final String TAG_CLASS = "class";
47 private static final String TAG_INTERFACE = "interface";
48 private static final String TAG_IMPLEMENTS = "implements";
49 private static final String TAG_CONSTRUCTOR = "constructor";
50 private static final String TAG_METHOD = "method";
51 private static final String TAG_PARAM = "parameter";
52 private static final String TAG_EXCEPTION = "exception";
53 private static final String TAG_FIELD = "field"
    [all...]
  /cts/tests/src/android/app/cts/
DialogStubActivity.java 47 public static final int TEST_DIALOG_WITHOUT_THEME = 0;
48 public static final int TEST_DIALOG_WITH_THEME = 1;
49 public static final int TEST_ALERTDIALOG = 2;
50 public static final int TEST_CUSTOM_ALERTDIALOG = 3;
51 public static final int TEST_DATEPICKERDIALOG = 4;
52 public static final int TEST_DATEPICKERDIALOG_WITH_THEME = 5;
53 public static final int TEST_TIMEPICKERDIALOG = 6;
54 public static final int TEST_TIMEPICKERDIALOG_WITH_THEME = 7;
55 public static final int TEST_ONSTART_AND_ONSTOP = 8;
56 public static final int TEST_ALERTDIALOG_DEPRECATED = 9
    [all...]
  /dalvik/vm/test/
AtomicTest.cpp 51 static pthread_mutex_t waitLock = PTHREAD_MUTEX_INITIALIZER;
52 static pthread_cond_t waitCond = PTHREAD_COND_INITIALIZER;
54 static volatile int threadsStarted = 0;
57 static int incTest = 0;
58 static int decTest = 0;
59 static int addTest = 0;
60 static int andTest = 0;
61 static int orTest = 0;
62 static int casTest = 0;
63 static int failingCasTest = 0
    [all...]
  /device/generic/goldfish/camera/
EmulatedCamera.h 302 static int set_preview_window(struct camera_device* dev,
305 static void set_callbacks(struct camera_device* dev,
312 static void enable_msg_type(struct camera_device* dev, int32_t msg_type);
314 static void disable_msg_type(struct camera_device* dev, int32_t msg_type);
316 static int msg_type_enabled(struct camera_device* dev, int32_t msg_type);
318 static int start_preview(struct camera_device* dev);
320 static void stop_preview(struct camera_device* dev);
322 static int preview_enabled(struct camera_device* dev);
324 static int store_meta_data_in_buffers(struct camera_device* dev, int enable);
326 static int start_recording(struct camera_device* dev)
    [all...]
  /external/eigen/bench/btl/libs/eigen3/
eigen3_interface.hh 43 static inline std::string name( void )
48 static void free_matrix(gene_matrix & A, int N) {}
50 static void free_vector(gene_vector & B) {}
52 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
62 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){
70 static BTL_DONT_INLINE void vector_to_stl(gene_vector & B, stl_vector & B_stl){
76 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
87 static inline void matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){
91 static inline void transposed_matrix_matrix_product(const gene_matrix & A, const gene_matrix & B, gene_matrix & X, int N){
95 // static inline void ata_product(const gene_matrix & A, gene_matrix & X, int N)
    [all...]
  /external/v8/src/
dateparser.h 51 static bool Parse(Vector<Char> str, FixedArray* output, UnicodeCache* cache);
59 static inline bool Between(int x, int lo, int hi) {
64 static const int kNone = kMaxInt;
68 static const int kMaxSignificantDigits = 9;
215 static DateToken Keyword(KeywordType tag, int value, int length) {
218 static DateToken Number(int value, int length) {
221 static DateToken Symbol(char symbol) {
224 static DateToken EndOfInput() {
227 static DateToken WhiteSpace(int length) {
230 static DateToken Unknown()
    [all...]

Completed in 702 milliseconds

<<101102103104105106107108109110>>