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

/external/curl/lib/
H A Dgetenv.c31 char *GetEnv(const char *variable) function
53 return GetEnv(v);
/external/curl/src/
H A Dtool_homedir.c32 static char *GetEnv(const char *variable, char do_expand) function
67 home = GetEnv("CURL_HOME", FALSE);
71 home = GetEnv("HOME", FALSE);
89 home = GetEnv("APPDATA", TRUE);
91 home = GetEnv("%USERPROFILE%\\Application Data", TRUE); /* Normally only
/external/webrtc/webrtc/modules/utility/source/
H A Dhelpers_android.cc25 JNIEnv* GetEnv(JavaVM* jvm) { function in namespace:webrtc
27 jint status = jvm->GetEnv(&env, JNI_VERSION_1_6);
30 << "Unexpected GetEnv return: " << status << ":" << env;
100 env_ = GetEnv(jvm);
117 RTC_CHECK(!GetEnv(jvm_));
/external/tensorflow/tensorflow/core/lib/db/
H A Dsqlite.cc99 const StringPiece GetEnv(const char* var) { function in namespace:tensorflow::__anon26647
105 TF_RETURN_WITH_CONTEXT_IF_ERROR(SetPragma(db, pragma, GetEnv(var)), "getenv(",
/external/webrtc/talk/app/webrtc/java/jni/
H A Djni_helpers.cc52 JNIEnv* GetEnv() { function in namespace:webrtc_jni
54 jint status = g_jvm->GetEnv(&env, JNI_VERSION_1_6);
57 << "Unexpected GetEnv return: " << status << ":" << env;
69 if (!GetEnv())
72 RTC_CHECK(GetEnv() == prev_jni_ptr)
73 << "Detaching from another thread: " << prev_jni_ptr << ":" << GetEnv();
76 RTC_CHECK(!GetEnv()) << "Detaching was a successful no-op???";
92 if (jvm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6) != JNI_OK)
118 JNIEnv* jni = GetEnv();
/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dadaptive_shared_batch_scheduler.h169 // access to AddBatch, RemoveQueue, GetEnv.
193 Env* GetEnv() const { return options_.env; } function in class:tensorflow::serving::AdaptiveSharedBatchScheduler
411 opts.env = GetEnv();
413 GetEnv(), options.thread_pool_name, options.num_batch_threads));
484 int64 end_time = GetEnv()->NowMicros();
531 const int64 start_time_micros = GetEnv()->NowMicros();
558 scheduling_period_ - (GetEnv()->NowMicros() - start_time_micros);
560 GetEnv()->SleepForMicroseconds(sleep_time);
591 scheduler_->GetEnv()->SleepForMicroseconds(kSleepMicros);
619 new ASBSBatch<TaskType>(this, scheduler_->GetEnv()
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cc285 const char *GetEnv(const char *name) { function in namespace:__sanitizer
615 const_cast<char*>(GetEnv(kDyldInsertLibraries));
H A Dsanitizer_linux.cc395 const char *GetEnv(const char *name) { function in namespace:__sanitizer
H A Dsanitizer_win.cc277 const char *GetEnv(const char *name) { function in namespace:__sanitizer
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h184 // GetEnv() - gets the value of an environment variable.
1653 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h167 // GetEnv() - gets the value of an environment variable.
1363 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h182 // GetEnv() - gets the value of an environment variable.
1645 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h183 // GetEnv() - gets the value of an environment variable.
1696 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h256 // GetEnv() - gets the value of an environment variable.
2436 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h254 // GetEnv() - gets the value of an environment variable.
2400 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/mesa3d/src/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/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h254 // GetEnv() - gets the value of an environment variable.
2391 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h191 // GetEnv() - gets the value of an environment variable.
2067 inline const char* GetEnv(const char* name) { function in namespace:testing::internal::posix
/external/oj-libjdwp/src/share/javavm/export/
H A Djni.h1901 jint (JNICALL *GetEnv)(JavaVM *vm, void **penv, jint version); member in struct:JNIInvokeInterface_
1920 jint GetEnv(void **penv, jint version) { function in struct:JavaVM_
1921 return functions->GetEnv(this, penv, version);
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest.h262 // GetEnv() - gets the value of an environment variable.
2425 inline const char* GetEnv(const char* name) { function in namespace:std::tr1::posix
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/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 721 milliseconds