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

<<71727374757677787980>>

  /external/javassist/src/test/test/javassist/convert/
ArrayAccessReplaceTest.java 14 private static SimpleInterface simple;
150 public static class Echo {
151 public static Map byteMap = new HashMap();
152 public static Map charMap = new HashMap();
153 public static Map doubleMap = new HashMap();
154 public static Map floatMap = new HashMap();
155 public static Map intMap = new HashMap();
156 public static Map longMap = new HashMap();
157 public static Map objectMap = new HashMap();
158 public static Map shortMap = new HashMap()
    [all...]
  /external/kernel-headers/original/asm-x86/xen/
hypercall.h 123 static inline int
129 static inline int
136 static inline int
143 static inline int
149 static inline int
155 static inline int
166 static inline int
172 static inline int
178 static inline long
186 static inline in
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/nas/
SDL_nasaudio.c 47 static struct SDL_PrivateAudioData *this2 = NULL;
49 static void (*NAS_AuCloseServer) (AuServer *);
50 static void (*NAS_AuNextEvent) (AuServer *, AuBool, AuEvent *);
51 static AuBool(*NAS_AuDispatchEvent) (AuServer *, AuEvent *);
52 static AuFlowID(*NAS_AuCreateFlow) (AuServer *, AuStatus *);
53 static void (*NAS_AuStartFlow) (AuServer *, AuFlowID, AuStatus *);
54 static void (*NAS_AuSetElements)
56 static void (*NAS_AuWriteElement)
58 static AuServer *(*NAS_AuOpenServer)
60 static AuEventHandlerRec *(*NAS_AuRegisterEventHandler
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dc/
SDL_dcvideo.c 39 static int DC_VideoInit(_THIS, SDL_PixelFormat *vformat);
40 static SDL_Rect **DC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
41 static SDL_Surface *DC_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
42 static int DC_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors);
43 static void DC_VideoQuit(_THIS);
46 static int DC_AllocHWSurface(_THIS, SDL_Surface *surface);
47 static int DC_LockHWSurface(_THIS, SDL_Surface *surface);
48 static void DC_UnlockHWSurface(_THIS, SDL_Surface *surface);
49 static void DC_FreeHWSurface(_THIS, SDL_Surface *surface);
50 static int DC_FlipHWSurface(_THIS, SDL_Surface *surface)
    [all...]
  /external/stressapptest/src/
pattern.cc 24 // Static data patterns.
26 static unsigned int walkingOnes_data[] = {
44 static const struct PatternData walkingOnes = {
51 static unsigned int walkingInvOnes_data[] = {
85 static const struct PatternData walkingInvOnes = {
92 static unsigned int walkingZeros_data[] = {
110 static const struct PatternData walkingZeros = {
117 static unsigned int OneZero_data[] = { 0x00000000, 0xffffffff};
118 static const struct PatternData OneZero = {
125 static unsigned int JustZero_data[] = { 0x00000000, 0x00000000}
    [all...]
  /external/libvorbis/lib/books/floor/
floor_books.h 13 function: static codebooks autogenerated by huff/huffbuld
20 static const long _huff_lengthlist_line_256x7_0sub1[] = {
24 static const static_codebook _huff_book_line_256x7_0sub1 = {
32 static const long _huff_lengthlist_line_256x7_0sub2[] = {
37 static const static_codebook _huff_book_line_256x7_0sub2 = {
45 static const long _huff_lengthlist_line_256x7_0sub3[] = {
52 static const static_codebook _huff_book_line_256x7_0sub3 = {
60 static const long _huff_lengthlist_line_256x7_1sub1[] = {
64 static const static_codebook _huff_book_line_256x7_1sub1 = {
72 static const long _huff_lengthlist_line_256x7_1sub2[] =
    [all...]
  /external/chromium/base/
file_util_proxy.h 61 static bool CreateOrOpen(scoped_refptr<MessageLoopProxy> message_loop_proxy,
68 static bool CreateTemporary(
73 static bool Close(scoped_refptr<MessageLoopProxy> message_loop_proxy,
86 static bool EnsureFileExists(
93 static bool GetFileInfo(
98 static bool GetFileInfoFromPlatformFile(
103 static bool ReadDirectory(scoped_refptr<MessageLoopProxy> message_loop_proxy,
109 static bool CreateDirectory(
124 static bool Copy(scoped_refptr<MessageLoopProxy> message_loop_proxy,
131 static bool Move
    [all...]
  /external/chromium/chrome/browser/ui/views/
sad_tab_view.cc 23 static const int kSadTabOffset = -64;
24 static const int kIconTitleSpacing = 20;
25 static const int kTitleMessageSpacing = 15;
26 static const int kMessageBottomMargin = 20;
27 static const float kMessageSize = 0.65f;
28 static const SkColor kTitleColor = SK_ColorWHITE;
29 static const SkColor kMessageColor = SK_ColorWHITE;
30 static const SkColor kLinkColor = SK_ColorWHITE;
31 static const SkColor kCrashBackgroundColor = SkColorSetRGB(35, 48, 64);
32 static const SkColor kCrashBackgroundEndColor = SkColorSetRGB(35, 48, 64)
    [all...]
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_util.cc 18 static const char kKeyId[] = "id";
19 static const char kKeyTitle[] = "title";
20 static const char kKeyIcon[] = "icon";
21 static const char kKeyType[] = "type";
22 static const char kKeyHasChildren[] = "hasChildren";
24 static const char kKeyName[] = "name";
25 static const char kKeyContent[] = "content";
26 static const char kKeyDomain[] = "domain";
27 static const char kKeyPath[] = "path";
28 static const char kKeySendFor[] = "sendfor"
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
BuildResultsProperties.java 21 static final String P_ID_SMALL_VALUE = "BuildResultsProperties.small_value"; //$NON-NLS-1$
22 static final String P_ID_NO_BASELINE = "BuildResultsProperties.no_baseline"; //$NON-NLS-1$
23 static final String P_ID_SINGLE_RUN = "BuildResultsProperties.single_run"; //$NON-NLS-1$
24 static final String P_ID_BIG_ERROR = "BuildResultsProperties.big_error"; //$NON-NLS-1$
25 static final String P_ID_STUDENT_TTEST = "BuildResultsProperties.ttest"; //$NON-NLS-1$
26 static final String P_ID_NOT_STABLE = "BuildResultsProperties.not_stable"; //$NON-NLS-1$
27 static final String P_ID_NOT_RELIABLE = "BuildResultsProperties.not_reliable"; //$NON-NLS-1$
28 static final String P_ID_BIG_DELTA = "BuildResultsProperties.big_delta"; //$NON-NLS-1$
29 static final String P_STR_SMALL_VALUE = "small value"; //$NON-NLS-1$
30 static final String P_STR_NO_BASELINE = "no baseline"; //$NON-NLS-1
    [all...]
  /external/smack/src/com/kenai/jbosh/
TerminalBindingCondition.java 30 private static final Map<String, TerminalBindingCondition>
36 private static final Map<Integer, TerminalBindingCondition>
39 static final TerminalBindingCondition BAD_REQUEST =
44 static final TerminalBindingCondition HOST_GONE =
49 static final TerminalBindingCondition HOST_UNKNOWN =
54 static final TerminalBindingCondition IMPROPER_ADDRESSING =
59 static final TerminalBindingCondition INTERNAL_SERVER_ERROR =
64 static final TerminalBindingCondition ITEM_NOT_FOUND =
71 static final TerminalBindingCondition OTHER_REQUEST =
75 static final TerminalBindingCondition POLICY_VIOLATION
    [all...]
  /external/speex/libspeex/
modes.c 66 static const ltp_params ltp_params_nb = {
73 static const ltp_params ltp_params_vlbr = {
80 static const ltp_params ltp_params_lbr = {
87 static const ltp_params ltp_params_med = {
94 static const split_cb_params split_cb_nb_vlbr = {
103 static const split_cb_params split_cb_nb_ulbr = {
112 static const split_cb_params split_cb_nb_lbr = {
122 static const split_cb_params split_cb_nb = {
131 static const split_cb_params split_cb_nb_med = {
140 static const split_cb_params split_cb_sb =
    [all...]
  /external/webkit/Source/WebCore/dom/
InputElement.h 78 static const int s_maximumLength;
79 static const int s_defaultSize;
85 static String sanitizeValueForTextField(const InputElement*, const String&);
88 static void dispatchFocusEvent(InputElement*, Element*);
89 static void dispatchBlurEvent(InputElement*, Element*);
90 static void updateFocusAppearance(InputElementData&, InputElement*, Element*, bool restorePreviousSelection);
91 static void updateSelectionRange(InputElement*, Element*, int start, int end);
92 static void aboutToUnload(InputElement*, Element*);
93 static void setValueFromRenderer(InputElementData&, InputElement*, Element*, const String&);
97 static String sanitizeUserInputValue(const InputElement*, const String&, int)
    [all...]
  /external/webkit/Tools/GtkLauncher/
main.c 30 static gint windowCount = 0;
32 static GtkWidget* createWindow(WebKitWebView** outWebView);
34 static void activateUriEntryCb(GtkWidget* entry, gpointer data)
42 static void updateTitle(GtkWindow* window, WebKitWebView* webView)
54 static void linkHoverCb(WebKitWebView* page, const gchar* title, const gchar* link, GtkStatusbar* statusbar)
64 static void notifyTitleCb(WebKitWebView* webView, GParamSpec* pspec, GtkWidget* window)
69 static void notifyLoadStatusCb(WebKitWebView* webView, GParamSpec* pspec, GtkWidget* uriEntry)
79 static void notifyProgressCb(WebKitWebView* webView, GParamSpec* pspec, GtkWidget* window)
84 static void destroyCb(GtkWidget* widget, GtkWidget* window)
90 static void goBackCb(GtkWidget* widget, WebKitWebView* webView
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common.c 33 static void dispatch_data(DBusConnection *con)
51 static void dispatch_initial_dbus_messages(void *eloop_ctx, void *timeout_ctx)
58 static void process_watch(struct wpas_dbus_priv *priv,
81 static void process_watch_exception(int sock, void *eloop_ctx, void *sock_ctx)
87 static void process_watch_read(int sock, void *eloop_ctx, void *sock_ctx)
93 static void process_watch_write(int sock, void *eloop_ctx, void *sock_ctx)
99 static dbus_bool_t add_watch(DBusWatch *watch, void *data)
129 static void remove_watch(DBusWatch *watch, void *data)
148 static void watch_toggled(DBusWatch *watch, void *data)
157 static void process_timeout(void *eloop_ctx, void *sock_ctx
    [all...]
  /frameworks/base/core/java/android/provider/
UserDictionary.java 35 public static final String AUTHORITY = "user_dictionary";
40 public static final Uri CONTENT_URI =
43 private static final int FREQUENCY_MIN = 0;
44 private static final int FREQUENCY_MAX = 255;
49 public static class Words implements BaseColumns {
53 public static final Uri CONTENT_URI =
59 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/vnd.google.userword";
64 public static final String CONTENT_ITEM_TYPE = "vnd.android.cursor.item/vnd.google.userword";
66 public static final String _ID = BaseColumns._ID;
72 public static final String WORD = "word"
    [all...]
  /frameworks/base/core/java/android/view/
KeyEvent.java 85 public static final int KEYCODE_UNKNOWN = 0;
90 public static final int KEYCODE_SOFT_LEFT = 1;
95 public static final int KEYCODE_SOFT_RIGHT = 2;
98 public static final int KEYCODE_HOME = 3;
100 public static final int KEYCODE_BACK = 4;
102 public static final int KEYCODE_CALL = 5;
104 public static final int KEYCODE_ENDCALL = 6;
106 public static final int KEYCODE_0 = 7;
108 public static final int KEYCODE_1 = 8;
110 public static final int KEYCODE_2 = 9
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSetting.java 40 public static final DocumentBuilderSetting coalescing =
49 public static final DocumentBuilderSetting notCoalescing =
58 public static final DocumentBuilderSetting expandEntityReferences =
67 public static final DocumentBuilderSetting notExpandEntityReferences =
76 public static final DocumentBuilderSetting ignoringElementContentWhitespace =
85 public static final DocumentBuilderSetting
95 public static final DocumentBuilderSetting namespaceAware =
104 public static final DocumentBuilderSetting notNamespaceAware =
113 public static final DocumentBuilderSetting validating =
122 public static final DocumentBuilderSetting notValidating
    [all...]
  /libcore/luni/src/test/etc/loading-test-jar/
TestMethods.java 46 public static void assertSame(Object expected, Object actual) {
56 public static void assertSame(int expected, int actual) {
66 public static byte[] readFully(InputStream in) throws IOException {
86 public static void test_constructor() {
91 * Test calling a static method on a sibling class.
93 public static void test_callStaticMethod() {
98 * Test getting a static variable of a sibling class.
100 public static void test_getStaticVariable() {
108 public static void test_callInstanceMethod() {
116 public static void test_getInstanceVariable()
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java 40 public static final DocumentBuilderSetting coalescing =
49 public static final DocumentBuilderSetting notCoalescing =
58 public static final DocumentBuilderSetting expandEntityReferences =
67 public static final DocumentBuilderSetting notExpandEntityReferences =
76 public static final DocumentBuilderSetting ignoringElementContentWhitespace =
85 public static final DocumentBuilderSetting
95 public static final DocumentBuilderSetting namespaceAware =
104 public static final DocumentBuilderSetting notNamespaceAware =
113 public static final DocumentBuilderSetting validating =
122 public static final DocumentBuilderSetting notValidating
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
MockKeyboardSwitcher.java 27 public static final boolean NOT_SLIDING = false;
28 public static final boolean SLIDING = true;
30 public static final boolean SINGLE = true;
31 public static final boolean MULTI = false;
32 public static final int CAP_MODE_OFF = Constants.TextUtils.CAP_MODE_OFF;
33 public static final int CAP_MODE_WORDS = TextUtils.CAP_MODE_WORDS;
34 public static final int CAP_MODE_CHARACTERS = TextUtils.CAP_MODE_CHARACTERS;
36 public static final int CODE_SHIFT = Constants.CODE_SHIFT;
37 public static final int CODE_SYMBOL = Constants.CODE_SWITCH_ALPHA_SYMBOL;
38 public static final int CODE_SPACE = Constants.CODE_SPACE
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3string.c 38 static pANTLR3_STRING newRaw8 (pANTLR3_STRING_FACTORY factory);
39 static pANTLR3_STRING newRawUTF16 (pANTLR3_STRING_FACTORY factory);
40 static pANTLR3_STRING newSize8 (pANTLR3_STRING_FACTORY factory, ANTLR3_UINT32 size);
41 static pANTLR3_STRING newSizeUTF16 (pANTLR3_STRING_FACTORY factory, ANTLR3_UINT32 size);
42 static pANTLR3_STRING newPtr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
43 static pANTLR3_STRING newPtrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
44 static pANTLR3_STRING newPtrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string, ANTLR3_UINT32 size);
45 static pANTLR3_STRING newStr8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
46 static pANTLR3_STRING newStrUTF16_8 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string);
47 static pANTLR3_STRING newStrUTF16_UTF16 (pANTLR3_STRING_FACTORY factory, pANTLR3_UINT8 string)
    [all...]
  /libcore/luni/src/main/java/java/lang/
Character.java 101 private static final long serialVersionUID = 3786198910865385080L;
108 public static final char MIN_VALUE = '\u0000';
113 public static final char MAX_VALUE = '\uffff';
118 public static final int MIN_RADIX = 2;
123 public static final int MAX_RADIX = 36;
129 public static final Class<Character> TYPE
137 public static final byte UNASSIGNED = 0;
142 public static final byte UPPERCASE_LETTER = 1;
147 public static final byte LOWERCASE_LETTER = 2;
152 public static final byte TITLECASE_LETTER = 3
    [all...]
  /external/webkit/Source/WebCore/editing/
EditorCommand.cpp 81 static const bool notTextInsertion = false;
82 static const bool isTextInsertion = true;
84 static const bool allowExecutionWhenDisabled = true;
85 static const bool doNotAllowExecutionWhenDisabled = false;
90 static Frame* targetFrame(Frame* frame, Event* event)
100 static bool applyCommandToFrame(Frame* frame, EditorCommandSource source, EditAction action, CSSMutableStyleDeclaration* style)
116 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
123 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyValue)
133 static bool executeToggleStyleInList(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, CSSValue* value)
158 static bool executeToggleStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyI (…)
    [all...]
  /bionic/libc/include/
termios.h 49 static __inline__ int tcgetattr(int fd, struct termios *s)
54 static __inline__ int tcsetattr(int fd, int __opt, const struct termios *s)
59 static __inline__ int tcflow(int fd, int action)
64 static __inline__ int tcflush(int fd, int __queue)
69 static __inline__ int tcdrain(int fd)
74 static __inline__ pid_t tcgetsid(int fd)
80 static __inline__ int tcsendbreak(int fd, int __duration)
85 static __inline__ speed_t cfgetospeed(const struct termios *s)
90 static __inline__ int cfsetospeed(struct termios *s, speed_t speed)
96 static __inline__ speed_t cfgetispeed(const struct termios *s
    [all...]

Completed in 1140 milliseconds

<<71727374757677787980>>