HomeSort by relevance Sort by last modified time
    Searched refs:getenv (Results 151 - 175 of 1314) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/python/cpython2/RISCOS/Modules/
getpath_riscos.c 9 char *pypath = getenv("Python$Path");
  /external/python/cpython3/Include/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /external/swiftshader/third_party/LLVM/unittests/Support/
CommandLineTest.cpp 26 const char *old_value = getenv(name);
  /external/tensorflow/tensorflow/tools/docker/
jupyter_notebook_config.py 20 c.NotebookApp.port = int(os.getenv('PORT', 8888))
  /external/toybox/toys/lsb/
mktemp.c 41 if (!TT.tmpdir) TT.tmpdir = getenv("TMPDIR");
  /external/toybox/toys/other/
which.c 43 list = find_in_path(getenv("PATH"), filename);
  /frameworks/base/core/java/android/security/net/config/
SystemCertificateSource.java 35 super(new File(System.getenv("ANDROID_ROOT") + "/etc/security/cacerts"));
  /frameworks/rs/rsov/compiler/spirit/
test_utils.h 46 std::string full(getenv("ANDROID_BUILD_TOP"));
  /prebuilts/gdb/darwin-x86/include/python2.7/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /prebuilts/gdb/linux-x86/include/python2.7/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /sdk/find_lock/
find_lock_exe.cpp 31 gIsDebug = (getenv("ANDROID_SDKMAN_DEBUG") != NULL);
  /system/bt/osi/include/socket_utils/
sockets.h 41 const char* val = getenv(key);
  /test/vts/runners/target/vts_hal_hidl_target/
VtsHalHidlTargetTestBase.cpp 32 const char* env_value = getenv(VTS_HAL_HIDL_GET_STUB);
  /external/ImageMagick/Magick++/tests/
appendImages.cpp 29 if(getenv("SRCDIR") != 0)
30 srcdir = getenv("SRCDIR");
colorHistogram.cpp 38 if(getenv("SRCDIR") != 0)
39 srcdir = getenv("SRCDIR");
  /external/boringssl/src/crypto/test/
malloc.cc 83 const char *env = getenv("MALLOC_NUMBER_TO_FAIL");
93 break_on_fail = (NULL != getenv("MALLOC_BREAK_ON_FAIL"));
  /external/e2fsprogs/intl/
os2compat.c 28 /* A version of getenv() that works from DLLs */
51 char *root = getenv ("UNIXROOT");
52 char *gnulocaledir = getenv ("GNULOCALEDIR");
  /external/eigen/bench/spbench/
spbenchsolver.cpp 35 if(getenv("EIGEN_MATRIXDIR") == NULL){
40 matrix_dir = getenv("EIGEN_MATRIXDIR");
  /external/gflags/src/
windows_port.h 56 #include <stdlib.h> /* for _putenv, getenv */
78 # pragma warning(disable: 4996) // ignore getenv security warning
97 if (*getenv(name) != '\0')
98 *getenv(name) = '\0'; // works when putenv() copies nameval
  /external/libcups/cups/
tempfile.c 58 if ((tmpdir = getenv("TEMP")) == NULL)
71 if ((tmpdir = getenv("TMPDIR")) == NULL)
  /external/libvpx/libvpx/third_party/libwebm/common/
file_util.cc 26 std::string(std::getenv("TEST_TMPDIR") ? std::getenv("TEST_TMPDIR") :
  /frameworks/support/buildSrc/
build_dependencies.gradle 26 def androidPluginVersionOverride = System.getenv("GRADLE_PLUGIN_VERSION")
  /platform_testing/libraries/junitxml/src/com/android/junitxml/
JUnitXmlRunner.java 43 String outputFile = System.getenv("XML_OUTPUT_FILE");
44 String suiteName = System.getenv("TEST_WORKSPACE");

Completed in 940 milliseconds

1 2 3 4 5 67 8 91011>>