/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
dolphin.c | 41 static float N001[3] = {-0.005937 ,-0.101998 ,-0.994767}; 42 static float N002[3] = {0.936780 ,-0.200803 ,0.286569}; 43 static float N003[3] = {-0.233062 ,0.972058 ,0.028007}; 44 static float N005[3] = {0.898117 ,0.360171 ,0.252315}; 45 static float N006[3] = {-0.915437 ,0.348456 ,0.201378}; 46 static float N007[3] = {0.602263 ,-0.777527 ,0.180920}; 47 static float N008[3] = {-0.906912 ,-0.412015 ,0.088061}; 48 static float N012[3] = {0.884408 ,-0.429417 ,-0.182821}; 49 static float N013[3] = {0.921121 ,0.311084 ,-0.234016}; 50 static float N014[3] = {0.382635 ,0.877882 ,-0.287948} [all...] |
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/ |
dolphin.c | 41 static float N001[3] = {-0.005937 ,-0.101998 ,-0.994767}; 42 static float N002[3] = {0.936780 ,-0.200803 ,0.286569}; 43 static float N003[3] = {-0.233062 ,0.972058 ,0.028007}; 44 static float N005[3] = {0.898117 ,0.360171 ,0.252315}; 45 static float N006[3] = {-0.915437 ,0.348456 ,0.201378}; 46 static float N007[3] = {0.602263 ,-0.777527 ,0.180920}; 47 static float N008[3] = {-0.906912 ,-0.412015 ,0.088061}; 48 static float N012[3] = {0.884408 ,-0.429417 ,-0.182821}; 49 static float N013[3] = {0.921121 ,0.311084 ,-0.234016}; 50 static float N014[3] = {0.382635 ,0.877882 ,-0.287948} [all...] |
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/ |
dolphin.c | 41 static float N001[3] = {-0.005937 ,-0.101998 ,-0.994767}; 42 static float N002[3] = {0.936780 ,-0.200803 ,0.286569}; 43 static float N003[3] = {-0.233062 ,0.972058 ,0.028007}; 44 static float N005[3] = {0.898117 ,0.360171 ,0.252315}; 45 static float N006[3] = {-0.915437 ,0.348456 ,0.201378}; 46 static float N007[3] = {0.602263 ,-0.777527 ,0.180920}; 47 static float N008[3] = {-0.906912 ,-0.412015 ,0.088061}; 48 static float N012[3] = {0.884408 ,-0.429417 ,-0.182821}; 49 static float N013[3] = {0.921121 ,0.311084 ,-0.234016}; 50 static float N014[3] = {0.382635 ,0.877882 ,-0.287948} [all...] |
/external/v8/src/ |
d8.h | 47 static const int kMaxNameSize = 64; 70 static const unsigned kMaxCounters = 256; 112 static int Hash(const char* name); 113 static bool Match(void* key1, void* key2); 131 static LineEditor* Get(); 136 static LineEditor* first_; 181 static i::Thread::Options GetThreadOptions(); 267 static bool ExecuteString(Handle<String> source, 271 static const char* ToCString(const v8::String::Utf8Value& value); 272 static void ReportException(TryCatch* try_catch) [all...] |
/libcore/dalvik/src/main/java/dalvik/system/ |
VMDebug.java | 38 static public final String DEFAULT_METHOD_TRACE_FILE_NAME = "/sdcard/dmtrace.trace"; 44 public static final int TRACE_COUNT_ALLOCS = 1; 47 private static final int KIND_ALLOCATED_OBJECTS = 1<<0; 48 private static final int KIND_ALLOCATED_BYTES = 1<<1; 49 private static final int KIND_FREED_OBJECTS = 1<<2; 50 private static final int KIND_FREED_BYTES = 1<<3; 51 private static final int KIND_GC_INVOCATIONS = 1<<4; 52 private static final int KIND_CLASS_INIT_COUNT = 1<<5; 53 private static final int KIND_CLASS_INIT_TIME = 1<<6; 54 private static final int KIND_EXT_ALLOCATED_OBJECTS = 1<<12 [all...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
GLEncoder.h | 102 static GLenum s_glGetError(void * self); 103 static void s_glGetIntegerv(void *self, GLenum pname, GLint *ptr); 104 static void s_glGetBooleanv(void *self, GLenum pname, GLboolean *ptr); 105 static void s_glGetFloatv(void *self, GLenum pname, GLfloat *ptr); 106 static void s_glGetFixedv(void *self, GLenum pname, GLfixed *ptr); 107 static void s_glGetPointerv(void *self, GLenum pname, GLvoid **params); 109 static void s_glFlush(void * self); 110 static const GLubyte * s_glGetString(void *self, GLenum name); 111 static void s_glVertexPointer(void *self, int size, GLenum type, GLsizei stride, const void *data); 112 static void s_glNormalPointer(void *self, GLenum type, GLsizei stride, const void *data) [all...] |
/external/javassist/src/main/javassist/ |
Modifier.java | 21 * The Modifier class provides static methods and constants to decode 31 public static final int PUBLIC = AccessFlag.PUBLIC; 32 public static final int PRIVATE = AccessFlag.PRIVATE; 33 public static final int PROTECTED = AccessFlag.PROTECTED; 34 public static final int STATIC = AccessFlag.STATIC; 35 public static final int FINAL = AccessFlag.FINAL; 36 public static final int SYNCHRONIZED = AccessFlag.SYNCHRONIZED; 37 public static final int VOLATILE = AccessFlag.VOLATILE [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
HotSpotSystem.java | 30 public static final int NONE = -1; 31 public static final int GO_RIGHT = 0; 32 public static final int GO_LEFT = 1; 33 public static final int GO_UP = 2; 34 public static final int GO_DOWN = 3; 36 public static final int WAIT_SHORT = 4; 37 public static final int WAIT_MEDIUM = 5; 38 public static final int WAIT_LONG = 6; 40 public static final int ATTACK = 7; 41 public static final int TALK = 8 [all...] |
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
CharacterSets.java | 31 public static final int ANY_CHARSET = 0x00; 32 public static final int US_ASCII = 0x03; 33 public static final int ISO_8859_1 = 0x04; 34 public static final int ISO_8859_2 = 0x05; 35 public static final int ISO_8859_3 = 0x06; 36 public static final int ISO_8859_4 = 0x07; 37 public static final int ISO_8859_5 = 0x08; 38 public static final int ISO_8859_6 = 0x09; 39 public static final int ISO_8859_7 = 0x0A; 40 public static final int ISO_8859_8 = 0x0B [all...] |
/external/clang/lib/Headers/ |
emmintrin.h | 42 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 49 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 55 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 62 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 68 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 75 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 81 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 88 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 94 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 101 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__) [all...] |
/prebuilts/sdk/renderscript/clang-include/ |
emmintrin.h | 42 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 49 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 55 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 62 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 68 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 75 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 81 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 88 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 94 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__)) 101 static __inline__ __m128d __attribute__((__always_inline__, __nodebug__) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/os/ |
FileUtils.java | 22 private static final int S_IFSOCK = 0140000; 23 private static final int S_IFLNK = 0120000; 24 private static final int S_IFREG = 0100000; 25 private static final int S_IFBLK = 0060000; 26 private static final int S_IFDIR = 0040000; 27 private static final int S_IFCHR = 0020000; 28 private static final int S_IFIFO = 0010000; 30 private static final int S_ISUID = 0004000; 31 private static final int S_ISGID = 0002000; 32 private static final int S_ISVTX = 0001000 [all...] |
/external/stlport/test/eh/ |
nc_alloc.h | 36 static void ReportSuccess(int); 45 static void TrackAllocations( bool ); 46 static bool TrackingEnabled(); 50 static void BeginLeakDetection(); 53 static bool LeakDetectionEnabled(); 57 static bool ReportLeaked(); 64 static void TurnOffExceptions(); 67 static void SetFailureCountdown( long n ); 70 static void CancelFailureCountdown(); 74 static void maybe_fail(long) [all...] |
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/ |
PicasaSource.java | 35 private static final String TAG = "PicasaSource"; 37 private static final int NO_MATCH = -1; 38 private static final int IMAGE_MEDIA_ID = 1; 40 private static final int PICASA_ALBUMSET = 0; 41 private static final int MAP_BATCH_COUNT = 100; 46 public static final Path ALBUM_PATH = Path.fromString("/picasa/all"); 57 private static class EmptyAlbumSet extends MediaSet { 84 public static MediaItem getFaceItem(Context context, MediaItem item, int faceIndex) { 88 public static boolean isPicasaImage(MediaObject object) { 92 public static String getImageTitle(MediaObject image) [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/ |
AttribFlags.java | 21 public static final int SSH_FILEXFER_ATTR_SIZE = 0x00000001; 28 public static final int SSH_FILEXFER_ATTR_V3_UIDGID = 0x00000002; 33 public static final int SSH_FILEXFER_ATTR_PERMISSIONS = 0x00000004; 39 public static final int SSH_FILEXFER_ATTR_V3_ACMODTIME = 0x00000008; 44 public static final int SSH_FILEXFER_ATTR_ACCESSTIME = 0x00000008; 49 public static final int SSH_FILEXFER_ATTR_CREATETIME = 0x00000010; 54 public static final int SSH_FILEXFER_ATTR_MODIFYTIME = 0x00000020; 59 public static final int SSH_FILEXFER_ATTR_ACL = 0x00000040; 64 public static final int SSH_FILEXFER_ATTR_OWNERGROUP = 0x00000080; 72 public static final int SSH_FILEXFER_ATTR_SUBSECOND_TIMES = 0x00000100 [all...] |
/frameworks/base/core/java/android/net/wimax/ |
WimaxManagerConstants.java | 13 public static final String WIMAX_SERVICE = "WiMax"; 20 public static final String NET_4G_STATE_CHANGED_ACTION = 27 public static final String EXTRA_WIMAX_STATUS = "wimax_status"; 35 public static final String WIMAX_NETWORK_STATE_CHANGED_ACTION = 42 public static final String SIGNAL_LEVEL_CHANGED_ACTION = 50 public static final String EXTRA_WIMAX_STATE = "WimaxState"; 51 public static final String EXTRA_4G_STATE = "4g_state"; 52 public static final String EXTRA_WIMAX_STATE_INT = "WimaxStateInt"; 57 public static final String EXTRA_WIMAX_STATE_DETAIL = "WimaxStateDetail"; 62 public static final String EXTRA_NEW_SIGNAL_LEVEL = "newSignalLevel" [all...] |
/packages/apps/Phone/src/com/android/phone/ |
Profiler.java | 29 private static final String LOG_TAG = PhoneGlobals.LOG_TAG; 37 private static final boolean PROFILE = false; 39 static long sTimeCallScreenRequested; 40 static long sTimeCallScreenOnCreate; 41 static long sTimeCallScreenCreated; 46 static long sTimeIncomingCallPanelRequested; 47 static long sTimeIncomingCallPanelOnCreate; 48 static long sTimeIncomingCallPanelCreated; 54 static void profileViewCreate(Window win, String tag) { 65 static void callScreenRequested() [all...] |
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
Settings.java | 26 private static final String ANDPY_CONFS_KEYSOUND_KEY = "Sound"; 27 private static final String ANDPY_CONFS_VIBRATE_KEY = "Vibrate"; 28 private static final String ANDPY_CONFS_PREDICTION_KEY = "Prediction"; 30 private static boolean mKeySound; 31 private static boolean mVibrate; 32 private static boolean mPrediction; 34 private static Settings mInstance = null; 36 private static int mRefCount = 0; 38 private static SharedPreferences mSharedPref = null; 45 public static Settings getInstance(SharedPreferences pref) [all...] |
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/ |
FmRadioIntent.java | 30 public static final String VOLUME = "fm.rx.intent.VOLUME"; 32 public static final String MODE_MONO_STEREO = "fm.rx.intent.MODE_MONO_STEREO"; 34 public static final String TUNED_FREQUENCY = "fm.rx.intent.TUNED_FREQUENCY"; 36 public static final String SEEK_FREQUENCY = "fm.rx.intent.SEEK_FREQUENCY"; 38 public static final String RDS = "fm.rx.intent.RDS"; 40 public static final String PS = "fm.rx.intent.PS"; 42 public static final String PI = "fm.rx.intent.PI"; 44 public static final String REPERTOIRE = "fm.rx.intent.REPERTOIRE"; 46 public static final String MUTE = "fm.rx.intent.MUTE"; 48 public static final String STATUS = "fm.rx.intent.STATUS" [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
Robolectric.java | 76 public static Application application; 78 public static <T> T newInstanceOf(Class<T> clazz) { 82 public static Object newInstanceOf(String className) { 93 public static void bindShadowClass(Class<?> shadowClass) { 97 public static void bindDefaultShadowClasses() { 101 public static void bindShadowClasses(List<Class<?>> shadowClasses) { 113 public static void logMissingInvokedShadowMethods() { 117 public static List<Class<?>> getDefaultShadowClasses() { 358 public static void resetStaticState() { 376 public static <T> T directlyOn(T shadowedObject) [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JIT.h | 175 static const int patchGetByIdDefaultStructure = -1; 178 static const int patchGetByIdDefaultOffset = 256; 181 static JITCode compile(JSGlobalData* globalData, CodeBlock* codeBlock, CodePtr* functionEntryArityCheck = 0, void* offsetBase = 0) 186 static void compileGetByIdProto(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddressPtr returnAddress) 192 static void compileGetByIdSelfList(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* polymorphicStructures, int currentIndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) 197 static void compileGetByIdProtoList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) 202 static void compileGetByIdChainList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, PolymorphicAccessStructureList* prototypeStructureList, int currentIndex, Structure* structure, StructureChain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset) 208 static void compileGetByIdChain(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* structure, StructureChain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset, ReturnAddressPtr returnAddress) 214 static void compilePutByIdTransition(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo, Structure* oldStructure, Structure* newStructure, size_t cachedOffset, StructureChain* chain, ReturnAddressPtr returnAddress, bool direct) 220 static void compileCTIMachineTrampolines(JSGlobalData* globalData, RefPtr<ExecutablePool>* executablePool (…) [all...] |
/dalvik/dx/tests/066-dex-try-catch-rethrow/ |
Blort.java | 19 public static Object zorch1(String s) { 23 public static void test1() { 31 public static void zorch2(String s) { 35 public static void test2() { 43 public static int zorch3(String s) { 47 public static void test3() { 55 public static Object zorch4(int x) { 59 public static void test4() { 67 public static Object zorch5(int x) { 71 public static Object test5() [all...] |
/dalvik/dx/tests/073-dex-null-array-refs/ |
Blort.java | 19 public static Object test1() { 23 public static void test2() { 27 public static int test3() { 31 public static Object test4() { 36 public static void test5() { 41 public static int test6() { 46 public static Object test7(Object[] arr) { 54 public static void test8(Object[] arr) { 62 public static int test9(Object[] arr) { 70 public static boolean check() [all...] |
/development/tools/idegen/src/com/android/idegen/ |
Constants.java | 26 public static final Charset CHARSET = Charset.forName("UTF-8"); 28 public static final String REL_TEMPLATE_DIR = "development/tools/idegen/templates"; 29 public static final String REL_MODULES_TEMPLATE = REL_TEMPLATE_DIR + "/idea/modules.xml"; 30 public static final String REL_VCS_TEMPLATE = REL_TEMPLATE_DIR + "/idea/vcs.xml"; 31 public static final String REL_IML_TEMPLATE = REL_TEMPLATE_DIR + "/module-template.iml"; 33 public static final String REL_OUT_APP_DIR = "out/target/common/obj/APPS"; 35 public static final String FRAMEWORK_MODULE = "framework"; 36 public static final String[] AUTO_DEPENDENCIES = new String[]{ 39 public static final String[] DIRS_WITH_AUTO_DEPENDENCIES = new String[] { 45 public static final String FRAMEWORK_INTERMEDIATES = "framework-res_intermediates" [all...] |
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/ |
p1.cpp | 7 template<typename T> static void g(T) {} 10 template<> static void f<int>(int); // expected-error{{explicit specialization has extraneous, inconsistent storage class 'static'}} 11 template static void f<float>(float); // expected-error{{explicit instantiation cannot have a storage class}} 16 template<> static void g<int>(int); // expected-warning{{explicit specialization cannot have a storage class}} 17 template static void g<float>(float); // expected-error{{explicit instantiation cannot have a storage class}} 24 static int value; 30 template static int X<int>::value; // expected-error{{explicit instantiation cannot have a storage class}} 32 template<> static int X<float>::value; // expected-error{{'static' can only be specified inside the class definition} [all...] |