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

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/native/
Register.cpp 28 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
29 ALOGE("JavaVM::GetEnv() failed");
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 35 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
36 AKLOGE("ERROR: GetEnv failed");
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prenv.h 52 ** PR_GetEnv() is modeled on Unix getenv().
63 ** You'd think that a POSIX getenv(), putenv() would be
67 ** be un-set; that is: a subsequent getenv() returns NULL. On
71 ** un-set; a subsequent call to getenv() returns NULL. On
72 ** other platforms, a subsequent call to getenv() returns a
111 ** environment (getenv(), putenv(),
  /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");
  /art/test/071-dexfile/src/
Main.java 25 private static final String CLASS_PATH = System.getenv("DEX_LOCATION") + "/071-dexfile-ex.jar";
26 private static final String ODEX_DIR = System.getenv("DEX_LOCATION");
107 String androidData = System.getenv("ANDROID_DATA");
  /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/chromium_org/content/common/
sandbox_mac_unittest_helper.mm 126 char* sandbox_type_str = getenv(kSandboxTypeKey);
132 char* sandbox_test_name = getenv(kSandboxTestNameKey);
138 const char* test_data = getenv(kTestDataKey);
  /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/chromium_org/ppapi/native_client/src/trusted/plugin/
utility.cc 41 char* file = getenv("NACL_PLUGIN_LOG");
58 char* env = getenv("NACL_PLUGIN_DEBUG");
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 109 if (getenv("LIBCLANG_LOGGING") == NULL)
116 if (getenv("CINDEXTEST_NOTHREADS"))
  /external/compiler-rt/lib/lsan/
lsan.cc 27 cf->external_symbolizer_path = GetEnv("LSAN_SYMBOLIZER_PATH");
36 ParseCommonFlagsFromString(GetEnv("LSAN_OPTIONS"));
  /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/CodeGen/
LinkAllCodegenComponents.h 30 // to know that getenv() never returns -1, this will do the job.
31 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");
  /external/bison/lib/
localcharset.c 132 dir = getenv ("CHARSETALIASDIR");
378 locale = getenv ("LC_ALL");
381 locale = getenv ("LC_CTYPE");
383 locale = getenv ("LANG");
427 /* On old systems which lack it, use setlocale or getenv. */
439 locale = getenv ("LC_ALL");
442 locale = getenv ("LC_CTYPE");
444 locale = getenv ("LANG");
478 locale = getenv ("LC_ALL");
481 locale = getenv ("LC_CTYPE")
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc 161 setenv("ARG0", getenv("SRC"), 0);
168 const char* next_arg = getenv(arg_name.c_str());
216 const char* verbosity = getenv("PS_VERBOSITY");
221 int fd0 = open(getenv("PS_STDIN"), O_RDONLY);
224 int fd1 = open(getenv("PS_STDOUT"), O_WRONLY);
227 int fd2 = open(getenv("PS_STDERR"), O_WRONLY);
230 tty_prefix_ = getenv("PS_TTY_PREFIX");
235 const char* tty_resize = getenv("PS_TTY_RESIZE");
239 char* tty_rows = getenv("PS_TTY_ROWS");
240 char* tty_cols = getenv("PS_TTY_COLS")
    [all...]
  /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/jni/
CtsJniOnLoad.cpp 30 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/jni/libjnitest/
register.c 29 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/nativeopengl/standalone/jni/
register.cpp 28 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/os/src/android/os/cts/
EnvironmentTest.java 39 System.getenv("TMPDIR"));
  /cts/tests/tests/security/jni/
CtsSecurityJniOnLoad.cpp 29 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /development/testrunner/
android_build.py 43 root_path = os.getenv("ANDROID_BUILD_TOP")
62 host_out_path = os.getenv("ANDROID_HOST_OUT")
103 root_path = os.getenv("OUT_DIR")
144 path = os.getenv("ANDROID_PRODUCT_OUT")
  /external/chromium/build/
compiler_version.py 34 cxx = os.getenv("CXX", None)

Completed in 2790 milliseconds

1 23 4 5 6 7 8 91011>>