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

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/libbcc/tests/debuginfo/
llvm-lit 9 android_source_root = os.getenv('ANDROID_BUILD_TOP', ".")
  /frameworks/support/buildSrc/
repos.gradle 63 if (System.getenv("ALLOW_PUBLIC_REPOS") != null || (isUnbundledBuild(ext.supportRootFolder))) {
71 def androidPluginRepoOverride = System.getenv("GRADLE_PLUGIN_REPO")
  /external/flatbuffers/android/jni/
msbuild.py 29 SYSTEMROOT = os.getenv("SYSTEMROOT", "c:\\windows")
30 PROGRAM_FILES = os.getenv("ProgramFiles", "c:\\Program Files")
31 PROGRAM_FILES_X86 = os.getenv("ProgramFiles(x86)", "c:\\Program Files (x86)")
  /external/libcups/cups/
backend.c 54 if ((device_uri = getenv("DEVICE_URI")) == NULL)
63 if ((auth_info_required = getenv("AUTH_INFO_REQUIRED")) != NULL &&
67 if ((ppd = ppdOpenFile(getenv("PPD"))) != NULL)
globals.c 264 if ((cg->cups_datadir = getenv("CUPS_DATADIR")) == NULL)
267 if ((cg->cups_serverbin = getenv("CUPS_SERVERBIN")) == NULL)
270 if ((cg->cups_serverroot = getenv("CUPS_SERVERROOT")) == NULL)
273 if ((cg->cups_statedir = getenv("CUPS_STATEDIR")) == NULL)
276 if ((cg->localedir = getenv("LOCALEDIR")) == NULL)
303 if ((cg->cups_datadir = getenv("CUPS_DATADIR")) == NULL)
306 if ((cg->cups_serverbin = getenv("CUPS_SERVERBIN")) == NULL)
309 if ((cg->cups_serverroot = getenv("CUPS_SERVERROOT")) == NULL)
312 if ((cg->cups_statedir = getenv("CUPS_STATEDIR")) == NULL)
315 if ((cg->localedir = getenv("LOCALEDIR")) == NULL
    [all...]
  /external/tensorflow/tensorflow/core/util/
env_var.cc 31 const char* tf_env_var_val = getenv(env_var_name.ToString().c_str());
51 const char* tf_env_var_val = getenv(env_var_name.ToString().c_str());
65 const char* tf_env_var_val = getenv(env_var_name.ToString().c_str());
  /external/ltp/testcases/kernel/controllers/memctl/
memctl_test01.c 75 test_num_p = getenv("TEST_NUM");
76 mygroup_p = getenv("MYGROUP");
77 script_pid_p = getenv("SCRIPT_PID");
78 chunk_size_p = getenv("CHUNK_SIZE");
79 num_chunks_p = getenv("NUM_CHUNKS");
  /external/toybox/toys/pending/
mdev.c 60 if (!(temp = getenv("MODALIAS"))) xrun((char *[]){"modprobe", temp, 0});
61 if (!(temp = getenv("SUBSYSTEM"))) return;
63 if (!(temp = getenv("MAJOR"))) return;
65 if (!(temp = getenv("MINOR"))) return;
67 if (!(path = getenv("DEVPATH"))) return;
68 device_name = getenv("DEVNAME");
185 if ((temp=getenv("ACTION")) && !strcmp(temp, "remove")) {
  /external/ltp/lib/
parse_opts.c 265 if (getenv("USC_DEBUG") != NULL) {
269 if (getenv("USC_VERBOSE") != NULL) {
280 && (ptr = getenv(USC_ITERATION_ENV)) != NULL) {
305 (ptr = getenv(USC_LOOP_WALLTIME)) != NULL) {
321 if (!(options & OPT_duration) && (ptr = getenv("USC_DURATION")) != NULL) {
341 if ((ptr = getenv("USC_TP_BARRIER")) != NULL) {
352 if ((ptr = getenv("USC_LP_BARRIER")) != NULL) {
363 if ((ptr = getenv("USC_TP_SHMEM")) != NULL) {
373 if ((ptr = getenv("USC_LP_SHMEM")) != NULL) {
383 if ((ptr = getenv("USC_LD_SHMEM")) != NULL)
    [all...]
tst_ansi_color.c 58 char *env = getenv("LTP_COLORIZE_OUTPUT");
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_def_task02.c 120 group_num_p = getenv("GROUP_NUM");
121 mygroup_p = getenv("MYGROUP");
122 script_pid_p = getenv("SCRIPT_PID");
123 num_cpus_p = getenv("NUM_CPUS");
124 test_num_p = getenv("TEST_NUM");
125 task_num_p = getenv("TASK_NUM");
cpuctl_def_task03.c 116 group_num_p = getenv("GROUP_NUM");
117 mygroup_p = getenv("MYGROUP");
118 script_pid_p = getenv("SCRIPT_PID");
119 num_cpus_p = getenv("NUM_CPUS");
120 test_num_p = getenv("TEST_NUM");
121 task_num_p = getenv("TASK_NUM");
cpuctl_def_task04.c 119 group_num_p = getenv("GROUP_NUM");
120 mygroup_p = getenv("MYGROUP");
121 script_pid_p = getenv("SCRIPT_PID");
122 num_cpus_p = getenv("NUM_CPUS");
123 test_num_p = getenv("TEST_NUM");
124 task_num_p = getenv("TASK_NUM");
cpuctl_test03.c 118 group_num_p = getenv("GROUP_NUM");
119 mygroup_p = getenv("MYGROUP");
120 script_pid_p = getenv("SCRIPT_PID");
121 num_cpus_p = getenv("NUM_CPUS");
122 test_num_p = getenv("TEST_NUM");
123 task_num_p = getenv("TASK_NUM");
cpuctl_test04.c 119 group_num_p = getenv("GROUP_NUM");
120 mygroup_p = getenv("MYGROUP");
121 script_pid_p = getenv("SCRIPT_PID");
122 num_cpus_p = getenv("NUM_CPUS");
123 test_num_p = getenv("TEST_NUM");
124 task_num_p = getenv("TASK_NUM");
  /external/clang/utils/
CaptureCmd 36 program = os.getenv('CAPTURE_CMD_PROGRAM')
37 dir = os.getenv('CAPTURE_CMD_DIR')
38 fallback = os.getenv('CAPTURE_CMD_FALLBACK')
  /external/libvpx/libvpx/vpx_ports/
arm_cpudetect.c 20 #define getenv(x) NULL macro
26 env = getenv("VPX_SIMD_CAPS");
37 env = getenv("VPX_SIMD_CAPS_MASK");
  /frameworks/native/cmds/installd/
globals.cpp 61 const char* data_path = getenv("ANDROID_DATA");
66 const char* root_path = getenv("ANDROID_ROOT");
102 android_asec_dir = ensure_trailing_slash(getenv(ASEC_MOUNTPOINT_ENV_NAME));
  /bionic/tests/libs/
dlopen_testlib_ifunc.cpp 63 char* choice = getenv("IFUNC_CHOICE");
dlopen_testlib_ifunc_variable_impl.cpp 51 char* choice = getenv("IFUNC_CHOICE");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pydebug.h 30 /* this is a wrapper around getenv() that pays attention to
33 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))
  /external/libmtp/examples/
util.c 39 const char *lang = getenv("LANG");
  /external/libxml2/win32/wince/
wincecompat.c 57 char *getenv( const char *varname ) function
  /external/python/cpython2/Include/
pydebug.h 31 /* this is a wrapper around getenv() that pays attention to
34 #define Py_GETENV(s) (Py_IgnoreEnvironmentFlag ? NULL : getenv(s))

Completed in 2367 milliseconds

1 2 3 4 56 7 8 91011>>