/frameworks/base/services/core/jni/ |
onload.cpp | 23 int register_android_server_ActivityManagerService(JNIEnv* env); 24 int register_android_server_AlarmManagerService(JNIEnv* env); 25 int register_android_server_AssetAtlasService(JNIEnv* env); 26 int register_android_server_BatteryStatsService(JNIEnv* env); 27 int register_android_server_ConsumerIrService(JNIEnv *env); 28 int register_android_server_InputApplicationHandle(JNIEnv* env); 29 int register_android_server_InputWindowHandle(JNIEnv* env); 30 int register_android_server_InputManager(JNIEnv* env); 31 int register_android_server_LightsService(JNIEnv* env); 32 int register_android_server_PowerManagerService(JNIEnv* env); 55 JNIEnv* env = NULL; local [all...] |
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
SConscript | 6 env = env.Clone() 8 env.PkgUseModules(['DRM']) 10 env.Append(CPPPATH = [ 24 st_dri = env.ConvenienceLibrary(
|
/external/mesa3d/src/gallium/winsys/sw/dri/ |
SConscript | 7 if env['platform'] in ('linux', 'sunos'): 9 env = env.Clone() 11 env.Append(CPPPATH = [ 17 ws_dri = env.ConvenienceLibrary(
|
/external/mesa3d/src/gallium/winsys/sw/fbdev/ |
SConscript | 7 if env['platform'] == 'linux': 9 env = env.Clone() 11 env.Append(CPPPATH = [ 17 ws_fbdev = env.ConvenienceLibrary(
|
/external/mesa3d/src/gallium/winsys/sw/gdi/ |
SConscript | 7 if env['platform'] == 'windows': 9 env = env.Clone() 11 env.Append(CPPPATH = [ 17 ws_gdi = env.ConvenienceLibrary(
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
SConscript | 7 if env['platform'] in ('cygwin', 'freebsd', 'linux', 'sunos'): 9 env = env.Clone() 11 env.Append(CPPPATH = [ 17 ws_xlib = env.ConvenienceLibrary(
|
/external/mesa3d/scons/ |
x11.py | 31 def generate(env): 32 env.Append(CPPPATH = ['/usr/X11R6/include']) 33 env.Append(LIBPATH = ['/usr/X11R6/lib']) 35 env.Append(LIBS = [ 44 def exists(env): 46 if env['platform'] in ('linux', 'freebsd', 'darwin'):
|
/external/mesa3d/src/gallium/drivers/noop/ |
SConscript | 6 env = env.Clone() 8 noop = env.ConvenienceLibrary(
|
/external/mesa3d/src/egl/main/ |
SConscript | 7 env = env.Clone() 9 env.Append(CPPDEFINES = [ 14 if env['platform'] == 'windows': 15 env.Append(CPPDEFINES = [ 22 env.Append(CPPDEFINES = [ 27 env.Append(CPPPATH = [ 51 egl = env.ConvenienceLibrary(
|
/libcore/ojluni/src/main/native/ |
jni_util_md.c | 29 jstring nativeNewStringPlatform(JNIEnv *env, const char *str) { 30 return (*env)->NewStringUTF(env, str); 33 const char* nativeGetStringPlatformChars(JNIEnv *env, jstring jstr, jboolean *isCopy) { 34 return (*env)->GetStringUTFChars(env, jstr, isCopy); 37 void nativeReleaseStringPlatformChars(JNIEnv* env, jstring jstr, const char* chars) { 38 (*env)->ReleaseStringUTFChars(env, jstr, chars);
|
ObjectStreamClass.c | 36 static void ObjectStreamClass_initNative(JNIEnv *env) 38 jclass cl = (*env)->FindClass(env, "java/lang/NoSuchMethodError"); 42 noSuchMethodErrCl = (*env)->NewGlobalRef(env, cl); 54 ObjectStreamClass_hasStaticInitializer(JNIEnv *env, jclass this, 61 (*env)->GetStaticMethodID(env, clazz, "<clinit>", "()V"); 63 jthrowable th = (*env)->ExceptionOccurred(env); [all...] |
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
SConscript | 6 env = env.Clone() 8 env.Append(CPPPATH = [ 15 env.Append(CPPDEFINES = ['USE_XSHM']) 17 env.Prepend(LIBS = env['X11_LIBS']) 21 if env['gles']: 22 env.Prepend(LIBPATH = [shared_glapi.dir]) 25 env.Prepend(LIBS = [ 39 env.Depends(sources, glapi_headers [all...] |
/external/mesa3d/src/gallium/targets/egl-static/ |
SConscript | 6 env = env.Clone() 8 env.Append(CPPPATH = [ 20 env.Append(CPPDEFINES = [ 28 env.Prepend(LIBS = [ 38 if env['llvm']: 39 env.Append(CPPDEFINES = ['GALLIUM_LLVMPIPE']) 40 env.Prepend(LIBS = [llvmpipe]) 48 if env['platform'] == 'windows': 51 env.Append(LIBS = [all...] |
/external/mesa3d/src/gallium/state_trackers/egl/ |
SConscript | 6 env = env.Clone() 8 env.Append(CPPPATH = [ 23 if env['platform'] == 'windows': 24 env.Append(CPPDEFINES = ['HAVE_GDI_BACKEND']) 27 if env['drm']: 28 env.PkgUseModules('DRM') 29 if env['x11']: 30 env.Append(CPPDEFINES = ['HAVE_X11_BACKEND']) 31 env.Prepend(CPPPATH = [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
SConscript | 6 env = env.Clone() 8 env.Append(CPPPATH = [ 22 st_xlib = env.ConvenienceLibrary(
|
/external/mesa3d/src/gallium/winsys/sw/null/ |
SConscript | 7 env = env.Clone() 9 env.Append(CPPPATH = [ 15 ws_null = env.ConvenienceLibrary(
|
/external/mesa3d/src/gallium/winsys/sw/wrapper/ |
SConscript | 7 env = env.Clone() 9 env.Append(CPPPATH = [ 15 ws_wrapper = env.ConvenienceLibrary(
|
/external/compiler-rt/test/tsan/ |
longjmp.cc | 10 int foo(jmp_buf env) { 11 longjmp(env, 42); 15 jmp_buf env; local 16 if (setjmp(env) == 42) { 20 foo(env);
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
SConscript | 6 env = env.Clone() 8 env.Append(CPPPATH = [ 12 env.PkgUseModules(['DRM', 'XORG']) 14 if env['HAVE_KMS']: 15 env.Append(CPPDEFINES = ['HAVE_LIBKMS']) 16 env.PkgUseModules(['KMS']) 18 conf = env.Configure() 21 env.Append(CPPDEFINES = [('HAVE_XEXTPROTO_71', '1')]) 38 st_xorg = env.ConvenienceLibrary [all...] |
/external/mesa3d/src/gallium/targets/graw-null/ |
SConscript | 6 env = env.Clone() 8 graw_util = env.SharedObject( 12 env = env.Clone() 19 env.Prepend(LIBS = [gallium]) 22 graw = env.SharedLibrary( 27 if env['platform'] == 'windows': 28 graw = env.FindIxes(graw, 'LIBPREFIX', 'LIBSUFFIX') 30 graw = env.FindIxes(graw, 'SHLIBPREFIX', 'SHLIBSUFFIX' [all...] |
/external/curl/lib/ |
getenv.c | 37 char env[MAX_PATH]; /* MAX_PATH is from windef.h */ 39 env[0] = '\0'; 41 ExpandEnvironmentStringsA(temp, env, sizeof(env)); 42 return (env[0] != '\0')?strdup(env):NULL; 44 char *env = getenv(variable); 45 return (env && env[0])?strdup(env):NULL [all...] |
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
SConscript | 6 env = env.Clone() 8 env.Append(CPPPATH = [ 15 env.Append(CPPDEFINES = [('__NOT_HAVE_DRM_H', '1')]) 24 st_drisw = env.ConvenienceLibrary(
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
SConscript | 6 env = env.Clone() 8 env.Append(CPPPATH = [ 12 env.Prepend(LIBS = [ 25 env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE']) 26 env.Prepend(LIBS = [trace, rbug, galahad, softpipe]) 28 if env['llvm']: 29 env.Append(CPPDEFINES = 'GALLIUM_LLVMPIPE') 30 env.Prepend(LIBS = [llvmpipe]) 32 graw = env.SharedLibrary [all...] |
/external/mesa3d/src/gallium/targets/graw-xlib/ |
SConscript | 6 env = env.Clone() 8 env.Prepend(LIBS = [ 13 env.Prepend(LIBS = env['X11_LIBS']) 15 env.Append(CPPPATH = [ 20 env.Append(CPPDEFINES = ['GALLIUM_RBUG', 'GALLIUM_TRACE', 'GALLIUM_GALAHAD']) 28 env.Append(CPPDEFINES = ['GALLIUM_TRACE', 'GALLIUM_RBUG', 'GALLIUM_GALAHAD', 'GALLIUM_SOFTPIPE']) 29 env.Prepend(LIBS = [trace, rbug, galahad, softpipe]) 31 if env['llvm'] [all...] |
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
SConscript | 6 env = env.Clone() 8 env.Append(CPPPATH = [ 13 env.Append(LIBS = [ 26 if env['llvm']: 27 env.Append(CPPDEFINES = 'HAVE_LLVMPIPE') 30 if env['gcc'] and env['machine'] != 'x86_64': 39 env['no_import_lib'] = 1 43 if env['gles'] [all...] |