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

<<21222324252627282930>>

  /external/replicaisland/src/com/replica/replicaisland/
AdultsDifficultyConstants.java 21 private static final float FUEL_AIR_REFILL_SPEED = 0.15f;
22 private static final float FUEL_GROUND_REFILL_SPEED = 2.0f;
23 public static final int MAX_PLAYER_LIFE = 2;
24 private static final int COINS_PER_POWERUP = 30;
26 public static final float GLOW_DURATION = 10.0f;
29 private static final int DDA_STAGE_1_ATTEMPTS = 4;
30 private static final int DDA_STAGE_2_ATTEMPTS = 8;
31 private static final int DDA_STAGE_1_LIFE_BOOST = 1;
32 private static final int DDA_STAGE_2_LIFE_BOOST = 2;
33 private static final float DDA_STAGE_1_FUEL_AIR_REFILL_SPEED = 0.15f
    [all...]
BabyDifficultyConstants.java 21 private static final float FUEL_AIR_REFILL_SPEED = 0.22f;
22 private static final float FUEL_GROUND_REFILL_SPEED = 4.0f;
23 public static final int MAX_PLAYER_LIFE = 5;
24 private static final int COINS_PER_POWERUP = 15;
26 public static final float GLOW_DURATION = 20.0f;
29 private static final int DDA_STAGE_1_ATTEMPTS = 3;
30 private static final int DDA_STAGE_2_ATTEMPTS = 5;
31 private static final int DDA_STAGE_1_LIFE_BOOST = 1;
32 private static final int DDA_STAGE_2_LIFE_BOOST = 3;
33 private static final float DDA_STAGE_1_FUEL_AIR_REFILL_SPEED = 0.30f
    [all...]
KidsDifficultyConstants.java 21 private static final float FUEL_AIR_REFILL_SPEED = 0.15f;
22 private static final float FUEL_GROUND_REFILL_SPEED = 2.0f;
23 public static final int MAX_PLAYER_LIFE = 3;
24 private static final int COINS_PER_POWERUP = 20;
26 public static final float GLOW_DURATION = 15.0f;
29 private static final int DDA_STAGE_1_ATTEMPTS = 3;
30 private static final int DDA_STAGE_2_ATTEMPTS = 8;
31 private static final int DDA_STAGE_1_LIFE_BOOST = 1;
32 private static final int DDA_STAGE_2_LIFE_BOOST = 2;
33 private static final float DDA_STAGE_1_FUEL_AIR_REFILL_SPEED = 0.22f
    [all...]
  /external/valgrind/main/none/tests/
tls.c 11 static int race;
12 static __thread int local;
18 static int *test_race(void)
23 static int *test_local(void)
28 static int *test_global(void)
33 static int *test_static_extern(void)
38 static int *test_so_extern(void)
43 static const struct timespec awhile = { 0, 200000000 };
51 static void *tls_ptr(void *p)
74 static const struct testcase tests[] =
    [all...]
  /frameworks/base/core/java/android/webkit/
WebTextView.java 27 private static final String LOGTAG = "WebTextView";
30 static final int NORMAL_TEXT_FIELD = 0;
31 static final int TEXT_AREA = 1;
32 static final int PASSWORD = 2;
33 static final int SEARCH = 3;
34 static final int EMAIL = 4;
35 static final int NUMBER = 5;
36 static final int TELEPHONE = 6;
37 static final int URL = 7;
39 static final int FORM_NOT_AUTOFILLABLE = -1
    [all...]
  /frameworks/base/core/jni/android/graphics/
MaskFilter.cpp 8 static void ThrowIAE_IfNull(JNIEnv* env, void* ptr) {
16 static void destructor(JNIEnv* env, jobject, SkMaskFilter* filter) {
20 static SkMaskFilter* createBlur(JNIEnv* env, jobject, float radius, int blurStyle) {
27 static SkMaskFilter* createEmboss(JNIEnv* env, jobject, jfloatArray dirArray, float ambient, float specular, float radius) {
44 static SkMaskFilter* createTable(JNIEnv* env, jobject, jbyteArray jtable) {
49 static SkMaskFilter* createClipTable(JNIEnv* env, jobject, int min, int max) {
53 static SkMaskFilter* createGammaTable(JNIEnv* env, jobject, float gamma) {
58 static JNINativeMethod gMaskFilterMethods[] = {
62 static JNINativeMethod gBlurMaskFilterMethods[] = {
66 static JNINativeMethod gEmbossMaskFilterMethods[] =
    [all...]
  /frameworks/support/v4/jellybean/android/support/v4/view/
ViewCompatJB.java 28 public static boolean hasTransientState(View view) {
32 public static void setHasTransientState(View view, boolean hasTransientState) {
36 public static void postInvalidateOnAnimation(View view) {
40 public static void postInvalidateOnAnimation(View view, int left, int top,
45 public static void postOnAnimation(View view, Runnable action) {
49 public static void postOnAnimationDelayed(View view, Runnable action, long delayMillis) {
53 public static int getImportantForAccessibility(View view) {
57 public static void setImportantForAccessibility(View view, int mode) {
61 public static boolean performAccessibilityAction(View view, int action, Bundle arguments) {
65 public static Object getAccessibilityNodeProvider(View view)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Log.java 20 public static int v(String tag, String msg) {
23 public static int v(String tag, String msg, Throwable tr) {
26 public static int d(String tag, String msg) {
29 public static int d(String tag, String msg, Throwable tr) {
32 public static int i(String tag, String msg) {
35 public static int i(String tag, String msg, Throwable tr) {
38 public static int w(String tag, String msg) {
41 public static int w(String tag, String msg, Throwable tr) {
44 public static int w(String tag, Throwable tr) {
47 public static int e(String tag, String msg)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
Log.java 20 public static int v(String tag, String msg) {
23 public static int v(String tag, String msg, Throwable tr) {
26 public static int d(String tag, String msg) {
29 public static int d(String tag, String msg, Throwable tr) {
32 public static int i(String tag, String msg) {
35 public static int i(String tag, String msg, Throwable tr) {
38 public static int w(String tag, String msg) {
41 public static int w(String tag, String msg, Throwable tr) {
44 public static int w(String tag, Throwable tr) {
47 public static int e(String tag, String msg)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
Log.java 21 public static int v(String tag, String msg) {
24 public static int v(String tag, String msg, Throwable tr) {
27 public static int d(String tag, String msg) {
30 public static int d(String tag, String msg, Throwable tr) {
33 public static int i(String tag, String msg) {
36 public static int i(String tag, String msg, Throwable tr) {
39 public static int w(String tag, String msg) {
42 public static int w(String tag, String msg, Throwable tr) {
45 public static int w(String tag, Throwable tr) {
48 public static int e(String tag, String msg)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Log.java 20 public static int v(String tag, String msg) {
23 public static int v(String tag, String msg, Throwable tr) {
26 public static int d(String tag, String msg) {
29 public static int d(String tag, String msg, Throwable tr) {
32 public static int i(String tag, String msg) {
35 public static int i(String tag, String msg, Throwable tr) {
38 public static int w(String tag, String msg) {
41 public static int w(String tag, String msg, Throwable tr) {
44 public static int w(String tag, Throwable tr) {
47 public static int e(String tag, String msg)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchSettings.java 24 public static final String PREF_RESEARCH_LOGGER_UUID = "pref_research_logger_uuid";
25 public static final String PREF_RESEARCH_LOGGER_ENABLED_FLAG =
27 public static final String PREF_RESEARCH_LOGGER_HAS_SEEN_SPLASH =
29 public static final String PREF_RESEARCH_LAST_DIR_CLEANUP_TIME =
36 public static String readResearchLoggerUuid(final SharedPreferences prefs) {
46 public static boolean readResearchLoggerEnabledFlag(final SharedPreferences prefs) {
50 public static void writeResearchLoggerEnabledFlag(final SharedPreferences prefs,
55 public static boolean readHasSeenSplash(final SharedPreferences prefs) {
59 public static void writeHasSeenSplash(final SharedPreferences prefs,
64 public static long readResearchLastDirCleanupTime(final SharedPreferences prefs)
    [all...]
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
shark.c 41 static float N002[3] = {0.000077 ,-0.020611 ,0.999788};
42 static float N003[3] = {0.961425 ,0.258729 ,-0.093390};
43 static float N004[3] = {0.510811 ,-0.769633 ,-0.383063};
44 static float N005[3] = {0.400123 ,0.855734 ,-0.328055};
45 static float N006[3] = {-0.770715 ,0.610204 ,-0.183440};
46 static float N007[3] = {-0.915597 ,-0.373345 ,-0.149316};
47 static float N008[3] = {-0.972788 ,0.208921 ,-0.100179};
48 static float N009[3] = {-0.939713 ,-0.312268 ,-0.139383};
49 static float N010[3] = {-0.624138 ,-0.741047 ,-0.247589};
50 static float N011[3] = {0.591434 ,-0.768401 ,-0.244471}
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
shark.c 41 static float N002[3] = {0.000077 ,-0.020611 ,0.999788};
42 static float N003[3] = {0.961425 ,0.258729 ,-0.093390};
43 static float N004[3] = {0.510811 ,-0.769633 ,-0.383063};
44 static float N005[3] = {0.400123 ,0.855734 ,-0.328055};
45 static float N006[3] = {-0.770715 ,0.610204 ,-0.183440};
46 static float N007[3] = {-0.915597 ,-0.373345 ,-0.149316};
47 static float N008[3] = {-0.972788 ,0.208921 ,-0.100179};
48 static float N009[3] = {-0.939713 ,-0.312268 ,-0.139383};
49 static float N010[3] = {-0.624138 ,-0.741047 ,-0.247589};
50 static float N011[3] = {0.591434 ,-0.768401 ,-0.244471}
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
shark.c 41 static float N002[3] = {0.000077 ,-0.020611 ,0.999788};
42 static float N003[3] = {0.961425 ,0.258729 ,-0.093390};
43 static float N004[3] = {0.510811 ,-0.769633 ,-0.383063};
44 static float N005[3] = {0.400123 ,0.855734 ,-0.328055};
45 static float N006[3] = {-0.770715 ,0.610204 ,-0.183440};
46 static float N007[3] = {-0.915597 ,-0.373345 ,-0.149316};
47 static float N008[3] = {-0.972788 ,0.208921 ,-0.100179};
48 static float N009[3] = {-0.939713 ,-0.312268 ,-0.139383};
49 static float N010[3] = {-0.624138 ,-0.741047 ,-0.247589};
50 static float N011[3] = {0.591434 ,-0.768401 ,-0.244471}
    [all...]
  /external/v8/src/
liveobjectlist.h 77 inline static void GCEpilogue();
78 inline static void GCPrologue();
79 inline static void IterateElements(ObjectVisitor* v);
80 inline static void ProcessNonLive(HeapObject* obj);
81 inline static void UpdateReferencesForScavengeGC();
90 static MaybeObject* Capture();
91 static bool Delete(int id);
92 static MaybeObject* Dump(int id1,
97 static MaybeObject* Info(int start_idx, int dump_limit);
98 static MaybeObject* Summarize(int id1, int id2, Handle<JSObject> filter_obj)
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 50 static void *GDMIndex() { static int Index; return &Index; } \
66 static inline data_type MakeData(void *const* p) {
69 static inline void *MakeVoidPtr(data_type B) {
72 static lookup_type Lookup(data_type B, key_type K) {
75 static data_type Set(data_type B, key_type K, value_type E,context_type F){
79 static data_type Remove(data_type B, key_type K, context_type F) {
83 static inline context_type MakeContext(void *p) {
87 static void *CreateContext(llvm::BumpPtrAllocator& Alloc) {
91 static void DeleteContext(void *Ctx)
    [all...]
  /external/clang/test/SemaCXX/
class.cpp 8 static void sm() {
10 this->x = 0; // expected-error {{invalid use of 'this' outside of a non-static member function}}
11 x = 0; // expected-error {{invalid use of member 'x' in static member function}}
19 x = 0; // expected-error {{use of non-static data member 'x' of 'C' from nested type 'NestedC'}}
21 m(); // expected-error {{call to non-static member function 'm' of 'C' from nested type 'NestedC'}}
28 static int sb : 1; // expected-error {{static member 'sb' cannot be a bit-field}}
29 static int vs;
39 int i = 0; // expected-warning {{in-class initialization of non-static data member is a C++11 extension}}
40 static int si = 0; // expected-error {{non-const static data member must be initialized out of line}
    [all...]
  /external/smack/src/org/xbill/DNS/
WKSRecord.java 17 private static final long serialVersionUID = -9104259763909119805L;
19 public static class Protocol {
27 public static final int ICMP = 1;
30 public static final int IGMP = 2;
33 public static final int GGP = 3;
36 public static final int ST = 5;
39 public static final int TCP = 6;
42 public static final int UCL = 7;
45 public static final int EGP = 8;
48 public static final int IGP = 9
    [all...]
  /external/webkit/Source/WebCore/dom/
SelectElement.h 73 static void selectAll(SelectElementData&, Element*);
74 static void saveLastSelection(SelectElementData&, Element*);
75 static void setActiveSelectionAnchorIndex(SelectElementData&, Element*, int index);
76 static void setActiveSelectionEndIndex(SelectElementData&, int index);
77 static void updateListBoxSelection(SelectElementData&, Element*, bool deselectOtherOptions);
78 static void listBoxOnChange(SelectElementData&, Element*);
79 static void menuListOnChange(SelectElementData&, Element*);
80 static void scrollToSelection(SelectElementData&, Element*);
81 static void setRecalcListItems(SelectElementData&, Element*);
82 static void recalcListItems(SelectElementData&, const Element*, bool updateSelectedStates = true)
    [all...]
  /frameworks/base/core/java/android/hardware/usb/
UsbConstants.java 33 public static final int USB_ENDPOINT_DIR_MASK = 0x80;
38 public static final int USB_DIR_OUT = 0;
43 public static final int USB_DIR_IN = 0x80;
50 public static final int USB_ENDPOINT_NUMBER_MASK = 0x0f;
61 public static final int USB_ENDPOINT_XFERTYPE_MASK = 0x03;
66 public static final int USB_ENDPOINT_XFER_CONTROL = 0;
71 public static final int USB_ENDPOINT_XFER_ISOC = 1;
76 public static final int USB_ENDPOINT_XFER_BULK = 2;
81 public static final int USB_ENDPOINT_XFER_INT = 3;
87 public static final int USB_TYPE_MASK = (0x03 << 5)
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
ErrorManager.java 94 public static final int MSG_CANNOT_WRITE_FILE = 1;
95 public static final int MSG_CANNOT_CLOSE_FILE = 2;
96 public static final int MSG_CANNOT_FIND_TOKENS_FILE = 3;
97 public static final int MSG_ERROR_READING_TOKENS_FILE = 4;
98 public static final int MSG_DIR_NOT_FOUND = 5;
99 public static final int MSG_OUTPUT_DIR_IS_FILE = 6;
100 public static final int MSG_CANNOT_OPEN_FILE = 7;
101 public static final int MSG_FILE_AND_GRAMMAR_NAME_DIFFER = 8;
102 public static final int MSG_FILENAME_EXTENSION_ERROR = 9;
104 public static final int MSG_INTERNAL_ERROR = 10
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuth.java 36 public static final String VERSION_1_0 = "1.0";
39 public static final String ENCODING = "UTF-8";
42 public static final String FORM_ENCODED = "application/x-www-form-urlencoded";
44 public static final String OAUTH_CONSUMER_KEY = "oauth_consumer_key";
45 public static final String OAUTH_TOKEN = "oauth_token";
46 public static final String OAUTH_TOKEN_SECRET = "oauth_token_secret";
47 public static final String OAUTH_SIGNATURE_METHOD = "oauth_signature_method";
48 public static final String OAUTH_SIGNATURE = "oauth_signature";
49 public static final String OAUTH_TIMESTAMP = "oauth_timestamp";
50 public static final String OAUTH_NONCE = "oauth_nonce"
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
CursorChromium.cpp 65 static const Cursor c(PlatformCursor::TypePointer);
71 static const Cursor c(PlatformCursor::TypeCross);
77 static const Cursor c(PlatformCursor::TypeHand);
83 static const Cursor c(PlatformCursor::TypeIBeam);
89 static const Cursor c(PlatformCursor::TypeWait);
95 static const Cursor c(PlatformCursor::TypeHelp);
101 static const Cursor c(PlatformCursor::TypeEastResize);
107 static const Cursor c(PlatformCursor::TypeNorthResize);
113 static const Cursor c(PlatformCursor::TypeNorthEastResize);
119 static const Cursor c(PlatformCursor::TypeNorthWestResize)
    [all...]

Completed in 749 milliseconds

<<21222324252627282930>>