/libcore/support/src/test/java/org/apache/harmony/security/tests/support/ |
MySignature2.java | 37 public static boolean runEngineInitVerify = false; 38 public static boolean runEngineInitSign = false; 39 public static boolean runEngineUpdate1 = false; 40 public static boolean runEngineUpdate2 = false; 41 public static boolean runEngineSign = false; 42 public static boolean runEngineVerify = false; 43 public static boolean runEngineSetParameter = false; 44 public static boolean runEngineGetParameter = false;
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
init7.cpp | 5 // The initialization of a static local variable must be retried if a 15 static foo baz;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
init7.cpp | 5 // The initialization of a static local variable must be retried if a 15 static foo baz;
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/ |
LightCycleHelper.java | 29 public static class PanoramaMetadata { 41 public static class PanoramaViewHelper { 64 public static final PanoramaMetadata NOT_PANORAMA = new PanoramaMetadata(false, false); 66 public static void setupCaptureIntent(Context context, Intent it, String outputDir) { 70 public static boolean hasLightCycleCapture(Context context) { 74 public static PanoramaMetadata getPanoramaMetadata(Context context, Uri uri) { 78 public static CameraModule createPanoramaModule() { 82 public static StitchingProgressManager createStitchingManagerInstance(GalleryApp app) {
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ProfileDatabaseHelper.java | 30 private static final String TAG = "ProfileDatabaseHelper"; 32 private static final String DATABASE_NAME = "profile.db"; 35 private static final String SEQUENCE_TABLE = "sqlite_sequence"; 36 private static final String SEQUENCE_NAME = "name"; 37 private static final String SEQUENCE_SEQ = "seq"; 39 private static ProfileDatabaseHelper sSingleton = null; 45 public static ProfileDatabaseHelper getNewInstanceForTest(Context context) { 54 public static synchronized ProfileDatabaseHelper getInstance(Context context) {
|
/sdk/emulator/opengl/host/libs/GLESv2_dec/ |
GL2Decoder.h | 40 static void *s_getProc(const char *name, void *userData); 41 static void gl2_APIENTRY s_glGetCompressedTextureFormats(void *self, int count, GLint *formats); 42 static void gl2_APIENTRY s_glVertexAttribPointerData(void *self, GLuint indx, GLint size, GLenum type, 44 static void gl2_APIENTRY s_glVertexAttribPointerOffset(void *self, GLuint indx, GLint size, GLenum type, 47 static void gl2_APIENTRY s_glDrawElementsOffset(void *self, GLenum mode, GLsizei count, GLenum type, GLuint offset); 48 static void gl2_APIENTRY s_glDrawElementsData(void *self, GLenum mode, GLsizei count, GLenum type, void * data, GLuint datalen); 49 static void gl2_APIENTRY s_glShaderString(void *self, GLuint shader, const GLchar* string, GLsizei len); 50 static int gl2_APIENTRY s_glFinishRoundTrip(void *self);
|
/sdk/emulator/qtools/ |
decoder.h | 18 static const int kBufSize = 4096; 19 static const int kDecodingSpace = 9;
|
/system/extras/tests/bionic/libc/bionic/ |
test_pthread_create.c | 5 static void * 12 static void *
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Mailbox.java | 35 public static final String TABLE_NAME = "Mailbox"; 37 public static final Uri CONTENT_URI = Uri.parse(EmailContent.CONTENT_URI + "/mailbox"); 38 public static final Uri ADD_TO_FIELD_URI = 40 public static final Uri FROM_ACCOUNT_AND_TYPE_URI = 66 public static final int CONTENT_ID_COLUMN = 0; 67 public static final int CONTENT_DISPLAY_NAME_COLUMN = 1; 68 public static final int CONTENT_SERVER_ID_COLUMN = 2; 69 public static final int CONTENT_PARENT_SERVER_ID_COLUMN = 3; 70 public static final int CONTENT_ACCOUNT_KEY_COLUMN = 4; 71 public static final int CONTENT_TYPE_COLUMN = 5 [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/ |
gthr-default.h | 73 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 196 static volatile int __gthread_active = -1; 198 static void 204 static inline int 207 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 208 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 239 static inline int 242 static void *const __gthread_active_ptr 278 static volatile int __gthread_active = -1; 280 static inline in [all...] |
gthr-posix.h | 73 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 196 static volatile int __gthread_active = -1; 198 static void 204 static inline int 207 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 208 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 239 static inline int 242 static void *const __gthread_active_ptr 278 static volatile int __gthread_active = -1; 280 static inline in [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/ |
gthr-default.h | 73 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 196 static volatile int __gthread_active = -1; 198 static void 204 static inline int 207 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 208 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 239 static inline int 242 static void *const __gthread_active_ptr 278 static volatile int __gthread_active = -1; 280 static inline in [all...] |
gthr-posix.h | 73 static __typeof(type) name __attribute__ ((__weakref__(#name2))); \ 196 static volatile int __gthread_active = -1; 198 static void 204 static inline int 207 static pthread_mutex_t __gthread_active_mutex = PTHREAD_MUTEX_INITIALIZER; 208 static pthread_once_t __gthread_active_once = PTHREAD_ONCE_INIT; 239 static inline int 242 static void *const __gthread_active_ptr 278 static volatile int __gthread_active = -1; 280 static inline in [all...] |
/external/skia/bench/ |
MathBench.cpp | 8 static float sk_fsel(float pred, float result_ge, float result_lt) { 12 static float fast_floor(float x) { 111 static inline float SkFastInvSqrt(float x) { 136 static inline uint32_t QMul64(uint32_t value, U8CPU alpha) { 178 static bool isFinite_int(float x) { 184 static bool isFinite_float(float x) { 188 static bool isFinite_mulzero(float x) { 193 static bool isfinite_and_int(const float data[4]) { 197 static bool isfinite_and_float(const float data[4]) { 201 static bool isfinite_and_mulzero(const float data[4]) [all...] |
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGJITCompiler.h | 125 static const RegisterID timeoutCheckRegister = X86Registers::r12; 126 static const RegisterID callFrameRegister = X86Registers::r13; 127 static const RegisterID tagTypeNumberRegister = X86Registers::r14; 128 static const RegisterID tagMaskRegister = X86Registers::r15; 134 static const RegisterID regT0 = X86Registers::eax; 135 static const RegisterID regT1 = X86Registers::edx; 136 static const RegisterID regT2 = X86Registers::ecx; 137 static const RegisterID regT3 = X86Registers::ebx; 138 static const RegisterID regT4 = X86Registers::edi; 139 static const RegisterID regT5 = X86Registers::esi [all...] |
/frameworks/base/core/java/android/provider/ |
VoicemailContract.java | 71 public static final String AUTHORITY = "com.android.voicemail"; 76 public static final String PARAM_KEY_SOURCE_PACKAGE = "source_package"; 80 public static final String ACTION_NEW_VOICEMAIL = "android.intent.action.NEW_VOICEMAIL"; 91 public static final String ACTION_FETCH_VOICEMAIL = "android.intent.action.FETCH_VOICEMAIL"; 97 public static final String EXTRA_SELF_CHANGE = "com.android.voicemail.extra.SELF_CHANGE"; 104 public static final String SOURCE_PACKAGE_FIELD = "source_package"; 107 public static final class Voicemails implements BaseColumns, OpenableColumns { 113 public static final Uri CONTENT_URI = 117 public static final String DIR_TYPE = "vnd.android.cursor.dir/voicemails"; 120 public static final String ITEM_TYPE = "vnd.android.cursor.item/voicemail" [all...] |
/external/llvm/test/CodeGen/X86/ |
abi-isel.ll | 1 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=i686-unknown-linux-gnu -march=x86 -relocation-model=static -code-model=small | FileCheck %s -check-prefix=LINUX-32-STATIC 2 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=i686-unknown-linux-gnu -march=x86 -relocation-model=static -code-model=small | FileCheck %s -check-prefix=LINUX-32-PIC 4 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=x86_64-unknown-linux-gnu -march=x86-64 -relocation-model=static -code-model=small | FileCheck %s -check-prefix=LINUX-64-STATIC 7 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=i686-apple-darwin -march=x86 -relocation-model=static -code-model=small | FileCheck %s -check-prefix=DARWIN-32-STATIC 11 ; RUN: llc < %s -asm-verbose=0 -mcpu=generic -mtriple=x86_64-apple-darwin -march=x86-64 -relocation-model=static -code-model=small | FileCheck %s -check-prefix=DARWIN-64-STATIC 40 ; LINUX-64-STATIC: foo00 [all...] |
/dalvik/dx/tests/061-dex-try-catch/ |
Blort.java | 19 public static void caught() { 23 public static void zorch(int x) { 27 public static void test1(int x) { 36 public static void test2(String[] sa) { 46 public static void test3() { 56 public static void test4(String[] sa) {
|
/dalvik/dx/tests/068-dex-infinite-loop/ |
expected.txt | 6 0000: invoke-static {}, Blort.zorch:()Z 12 0000: invoke-static {}, Blort.zorch:()Z 15 0006: invoke-static {}, Blort.zorch:()Z 20 0000: invoke-static {}, Blort.zorch:()Z 24 0007: invoke-static {}, Blort.zorch:()Z 27 000d: invoke-static {}, Blort.zorch:()Z
|
/dalvik/tests/085-old-style-inner-class/src/ |
Main.java | 23 private static Runnable theRunnable = new Runnable() { 27 private static Runnable create() { 33 private static String nameOf(Class clazz) { 37 private static String nameOf(Method meth) { 41 private static void infoFor(Class clazz) { 51 public static void main(String args[]) {
|
/dalvik/tests/090-loop-formation/src/ |
Main.java | 23 static int counter1; 24 static int counter2; 25 static int counter3; 26 static int counter4; 27 static int counter5; 29 public static void main(String[] args) {
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
ServerConnection.h | 33 static gl_client_context_t *s_getGlContext(); 34 static ServerConnection *s_getServerConnection(); 35 static gl2_client_context_t *s_getGl2Context(); 44 static pthread_key_t s_glKey; 45 static pthread_key_t s_connectionKey; 46 static void s_initKeys();
|
/external/chromium/android/jni/ |
mime_utils.cc | 12 static jclass get_class(JNIEnv* env) { 13 static jclass clazz = env->FindClass("libcore/net/MimeUtils"); 17 static jmethodID guess_mime_type_from_extension(JNIEnv* env) { 18 static jmethodID method = env->GetStaticMethodID(get_class(env), 23 static jmethodID guess_extension_from_mime_type(JNIEnv* env) { 24 static jmethodID method = env->GetStaticMethodID(get_class(env),
|
/external/chromium/chrome/browser/autofill/ |
name_field.h | 17 static NameField* Parse(std::vector<AutofillField*>::const_iterator* iter, 32 static FullNameField* Parse( 45 static FirstLastNameField* Parse1( 47 static FirstLastNameField* Parse2( 49 static FirstLastNameField* ParseEcmlName( 51 static FirstLastNameField* Parse(
|
/external/chromium/chrome/browser/extensions/ |
extension_devtools_events.cc | 16 static const char kDevToolsEventPrefix[] = "devtools."; 17 static const char kOnPageEventName[] = "onPageEvent"; 18 static const char kOnTabCloseEventName[] = "onTabClose"; 20 // static 40 // static 48 // static
|