Searched defs:GetEnv (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuildbot_common.py70 def GetEnv(self, key): member in class:GetWindowsEnvironment.FakeContext
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_system.cpp58 const char* GetEnv(const char* var_name) { return ::getenv(var_name); } function in namespace:crazy
H A Dcrazy_linker_system_mock.cpp296 const char* GetEnv(const char* var_name) { function in namespace:crazy
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc179 const char *GetEnv(const char *name) { function in namespace:__sanitizer
H A Dsanitizer_win.cc160 const char *GetEnv(const char *name) { function in namespace:__sanitizer
H A Dsanitizer_linux.cc321 const char *GetEnv(const char *name) { function in namespace:__sanitizer
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h155 // GetEnv() - gets the value of an environment variable.
929 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h181 // GetEnv() - gets the value of an environment variable.
1640 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h183 // GetEnv() - gets the value of an environment variable.
1650 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h181 // GetEnv() - gets the value of an environment variable.
1640 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h443 CPDFDoc_Environment * GetEnv() {return m_pEnv; } function in class:CPDFSDK_Document
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h254 // GetEnv() - gets the value of an environment variable.
2278 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/gtest/include/gtest/internal/
H A Dgtest-port.h191 // GetEnv() - gets the value of an environment variable.
1792 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc187 static JNIEnv* GetEnv() { function in namespace:__anon12617
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();
2619 if (jvm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6) != JNI_OK)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h287 // GetEnv() - gets the value of an environment variable.
2899 inline const char* GetEnv(const char* name) { function in namespace:std::tr1::posix
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h287 // GetEnv() - gets the value of an environment variable.
2899 inline const char* GetEnv(const char* name) { function in namespace:std::tr1::posix

Completed in 888 milliseconds