/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libXau.so.6.0.0 | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libXau.so.6 | |
libXau.so.6.0 | |
libXau.so.6.0.0 | |
/external/llvm/include/llvm/CodeGen/ |
LinkAllAsmWriterComponents.h | 28 // to know that getenv() never returns -1, this will do the job. 29 if (std::getenv("bar") != (char*) -1)
|
LinkAllCodegenComponents.h | 30 // to know that getenv() never returns -1, this will do the job. 31 if (std::getenv("bar") != (char*) -1)
|
/external/llvm/include/llvm/ExecutionEngine/ |
Interpreter.h | 29 // to know that getenv() never returns -1, this will do the job. 30 if (std::getenv("bar") != (char*) -1)
|
JIT.h | 29 // to know that getenv() never returns -1, this will do the job. 30 if (std::getenv("bar") != (char*) -1)
|
MCJIT.h | 29 // to know that getenv() never returns -1, this will do the job. 30 if (std::getenv("bar") != (char*) -1)
|
/libcore/luni/src/main/native/ |
Register.cpp | 27 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 28 ALOGE("JavaVM::GetEnv() failed");
|
/packages/inputmethods/LatinIME/native/jni/ |
jni_common.cpp | 37 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) { 38 AKLOGE("ERROR: GetEnv failed");
|
/external/qemu/android/utils/ |
bufprint.c | 171 const char* home = getenv("ANDROID_SDK_HOME"); 183 const char* home = getenv("ANDROID_SDK_HOME"); 185 home = getenv("HOME"); 219 const char* tmppath = getenv("ANDROID_TMP"); 221 const char* user = getenv("USER");
|
/bionic/libc/stdlib/ |
getenv.c | 1 /* $OpenBSD: getenv.c,v 1.8 2005/08/08 08:05:36 espie Exp $ */ 71 * getenv -- 75 getenv(const char *name) function
|
/external/dropbear/ |
cli-authpasswd.c | 40 askpass_prog = getenv("SSH_ASKPASS"); 41 return askpass_prog && !isatty(STDIN_FILENO) && getenv("DISPLAY"); 55 helper = getenv("SSH_ASKPASS");
|
/development/samples/SimpleJNI/jni/ |
native.cpp | 94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) { 95 ALOGE("ERROR: GetEnv failed");
|
/external/clang/tools/c-arcmt-test/ |
c-arcmt-test.c | 109 if (getenv("LIBCLANG_LOGGING") == NULL) 116 if (getenv("CINDEXTEST_NOTHREADS"))
|
/external/linux-tools-perf/util/ |
exec_cmd.c | 62 env = getenv(EXEC_PATH_ENVIRONMENT); 84 const char *old_path = getenv("PATH");
|
/external/llvm/include/llvm/ |
LinkAllVMCore.h | 43 // to know that getenv() never returns -1, this will do the job. 44 if (std::getenv("bar") != (char*) -1)
|
/sdk/emulator/opengl/tests/ut_renderer/ |
RendererSurface.cpp | 66 env = getenv("ANDROID_WINDOW_WIDTH"); 70 env = getenv("ANDROID_WINDOW_HEIGHT");
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
localcharset.c | 129 dir = getenv ("CHARSETALIASDIR"); 349 locale = getenv ("LC_ALL"); 352 locale = getenv ("LC_CTYPE"); 354 locale = getenv ("LANG"); 388 /* On old systems which lack it, use setlocale or getenv. */ 400 locale = getenv ("LC_ALL"); 403 locale = getenv ("LC_CTYPE"); 405 locale = getenv ("LANG"); 433 locale = getenv ("LC_ALL"); 436 locale = getenv ("LC_CTYPE") [all...] |
/cts/tests/tests/jni/libjnitest/ |
register.c | 29 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/cts/tests/tests/os/src/android/os/cts/ |
EnvironmentTest.java | 39 System.getenv("TMPDIR"));
|
/external/chromium/build/ |
compiler_version.py | 34 cxx = os.getenv("CXX", None)
|
/external/llvm/utils/lit/lit/ExampleTests/Clang/ |
lit.cfg | 28 clang = os.getenv('CLANG')
|
/external/openssh/ |
readpass.c | 144 if ((flags & RP_USE_ASKPASS) && getenv("DISPLAY") == NULL) 147 if (use_askpass && getenv("DISPLAY")) { 148 if (getenv(SSH_ASKPASS_ENV)) 149 askpass = getenv(SSH_ASKPASS_ENV);
|