HomeSort by relevance Sort by last modified time
    Searched full:getenv (Results 51 - 75 of 1340) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/oprofile/libpopt/
findme.c 15 char * path = getenv("PATH");
  /frameworks/base/core/tests/coretests/apks/install_jni_lib/
com_android_frameworks_coretests_JNITest.cpp 45 if (jvm->GetEnv((void **) &e, JNI_VERSION_1_6)) {
  /ndk/tests/device/test-gnustl-1/jni/
hello.cpp 23 if (std::getenv("UNKNOWN_VARIABLE") == NULL)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libSegFault.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/esound/
libesddsp.so.0 
libesddsp.so.0.2.38 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libSegFault.so 
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GL2Dispatch.cpp 35 const char *libName = getenv("ANDROID_GLESv2_LIB");
  /external/e2fsprogs/intl/
localcharset.c 284 /* On old systems which lack it, use setlocale or getenv. */
296 locale = getenv ("LC_ALL");
299 locale = getenv ("LC_CTYPE");
301 locale = getenv ("LANG");
329 locale = getenv ("LC_ALL");
332 locale = getenv ("LC_CTYPE");
334 locale = getenv ("LANG");
  /libcore/luni/src/test/java/libcore/java/lang/
OldRuntimeTest.java 114 String [] envp = getEnv();
152 String [] envp = getEnv();
205 String [] envp = getEnv();
245 String [] envp = getEnv();
291 String [] getEnv() {
292 Object [] valueSet = System.getenv().values().toArray();
293 Object [] keySet = System.getenv().keySet().toArray();
  /cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/src/com/android/cts/multiuserstorageapp/
MultiUserStorageTest.java 104 return new File(new File(System.getenv("EXTERNAL_STORAGE"), "Android/obb"), file);
116 return new File(System.getenv("EXTERNAL_STORAGE"), file);
  /development/samples/BrowserPlugin/jni/video/
VideoPlugin.cpp 73 if (gVM->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
100 if (m_surface && gVM->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
  /external/e2fsprogs/e2fsck/
mtrace.c 32 extern char *getenv ();
141 mallfile = getenv (mallenv);
  /external/e2fsprogs/lib/blkid/
cache.c 54 return getenv(arg);
84 char *dstr = getenv("BLKID_DEBUG");
  /external/e2fsprogs/lib/ss/
pager.c 42 extern char *getenv PROTOTYPE((const char *));
61 return getenv(arg);
  /external/libvpx/vpx_ports/
arm_cpudetect.c 18 env = getenv("VPX_SIMD_CAPS");
31 env = getenv("VPX_SIMD_CAPS_MASK");
  /external/quake/quake/src/QW/client/
main.cpp 113 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
114 fprintf(stderr, "ERROR: GetEnv failed\n");
  /external/quake/quake/src/WinQuake/
masterMain.cpp 136 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
137 fprintf(stderr, "ERROR: GetEnv failed\n");
  /external/skia/src/xml/
SkJS.cpp 53 char *getenv(const char *varname) { function
115 path = getenv("PATH");
  /external/webkit/Source/WebKit/android/jni/
WebCoreJniOnLoad.cpp 134 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
135 ALOGE("GetEnv failed!");
  /external/webkit/Tools/mangleme/
mangle.cgi.c 115 fprintf(stderr,"[%u] Mangle attempt 0x%08x (%s) -- %s\n", (int)time(0), seed, getenv("HTTP_USER_AGENT"), getenv("REMOTE_ADDR"));
  /frameworks/compile/libbcc/tests/debuginfo/
lit.site.cfg 27 tool = os.getenv(env_var)
43 config.build_top = os.getenv('ANDROID_BUILD_TOP')
  /frameworks/compile/slang/lit-tests/
lit.cfg 15 config.base_path = os.getenv('ANDROID_BUILD_TOP')
30 tool = os.getenv(env_var)

Completed in 337 milliseconds

1 23 4 5 6 7 8 91011>>