HomeSort by relevance Sort by last modified time
    Searched defs:GetEnv (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system.cpp 58 const char* GetEnv(const char* var_name) { return ::getenv(var_name); }
crazy_linker_system_mock.cpp 296 const char* GetEnv(const char* var_name) {
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_common.py 36 bot = os.getenv('BUILDBOT_BUILDERNAME', '')
46 return '_nacl_sdk' in os.getenv('BUILDBOT_BUILDERNAME', '')
70 def GetEnv(self, key):
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 179 const char *GetEnv(const char *name) {
sanitizer_win.cc 160 const char *GetEnv(const char *name) {
sanitizer_linux.cc 318 // Like getenv, but reads env directly from /proc (on Linux) or parses the
321 const char *GetEnv(const char *name) {
  /art/runtime/
check_jni.cc 406 // use DetachCurrentThread or GetEnv on a thread that's not yet attached.
    [all...]
jni_internal.cc     [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 181 // GetEnv() - gets the value of an environment variable.
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 191 // GetEnv() - gets the value of an environment variable.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 183 // GetEnv() - gets the value of an environment variable.
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 181 // GetEnv() - gets the value of an environment variable.
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h     [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 254 // GetEnv() - gets the value of an environment variable.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 187 static JNIEnv* GetEnv() {
189 jint status = g_jvm->GetEnv(&env, JNI_VERSION_1_6);
192 << "Unexpected GetEnv return: " << status << ":" << env;
204 if (!GetEnv())
207 CHECK(GetEnv() == prev_jni_ptr)
208 << "Detaching from another thread: " << prev_jni_ptr << ":" << GetEnv();
211 CHECK(!GetEnv()) << "Detaching was a successful no-op???";
221 JNIEnv* jni = GetEnv();
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 287 // GetEnv() - gets the value of an environment variable.
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 287 // GetEnv() - gets the value of an environment variable.
    [all...]

Completed in 910 milliseconds