Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 25 of 874) sorted by relevance

12345678910>>...35

/external/libyuv/files/unit_test/
Dunit_test.cc54 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVConvertTest()
65 const char* width = getenv("LIBYUV_WIDTH"); in LibYUVConvertTest()
72 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVConvertTest()
79 const char* cpu_flags = getenv("LIBYUV_FLAGS"); in LibYUVConvertTest()
86 const char* cpu_info = getenv("LIBYUV_CPU_INFO"); in LibYUVConvertTest()
113 const char* repeat = getenv("LIBYUV_REPEAT"); in LibYUVColorTest()
124 const char* width = getenv("LIBYUV_WIDTH"); in LibYUVColorTest()
131 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVColorTest()
138 const char* cpu_flags = getenv("LIBYUV_FLAGS"); in LibYUVColorTest()
145 const char* cpu_info = getenv("LIBYUV_CPU_INFO"); in LibYUVColorTest()
[all …]
/external/ltp/lib/
Dparse_opts.c265 if (getenv("USC_DEBUG") != NULL) { in parse_opts()
269 if (getenv("USC_VERBOSE") != NULL) { in parse_opts()
280 && (ptr = getenv(USC_ITERATION_ENV)) != NULL) { in parse_opts()
305 (ptr = getenv(USC_LOOP_WALLTIME)) != NULL) { in parse_opts()
321 if (!(options & OPT_duration) && (ptr = getenv("USC_DURATION")) != NULL) { in parse_opts()
341 if ((ptr = getenv("USC_TP_BARRIER")) != NULL) { in parse_opts()
352 if ((ptr = getenv("USC_LP_BARRIER")) != NULL) { in parse_opts()
363 if ((ptr = getenv("USC_TP_SHMEM")) != NULL) { in parse_opts()
373 if ((ptr = getenv("USC_LP_SHMEM")) != NULL) { in parse_opts()
383 if ((ptr = getenv("USC_LD_SHMEM")) != NULL) { in parse_opts()
[all …]
/external/libcups/cups/
Dglobals.c264 if ((cg->cups_datadir = getenv("CUPS_DATADIR")) == NULL) in cups_globals_alloc()
267 if ((cg->cups_serverbin = getenv("CUPS_SERVERBIN")) == NULL) in cups_globals_alloc()
270 if ((cg->cups_serverroot = getenv("CUPS_SERVERROOT")) == NULL) in cups_globals_alloc()
273 if ((cg->cups_statedir = getenv("CUPS_STATEDIR")) == NULL) in cups_globals_alloc()
276 if ((cg->localedir = getenv("LOCALEDIR")) == NULL) in cups_globals_alloc()
303 if ((cg->cups_datadir = getenv("CUPS_DATADIR")) == NULL) in cups_globals_alloc()
306 if ((cg->cups_serverbin = getenv("CUPS_SERVERBIN")) == NULL) in cups_globals_alloc()
309 if ((cg->cups_serverroot = getenv("CUPS_SERVERROOT")) == NULL) in cups_globals_alloc()
312 if ((cg->cups_statedir = getenv("CUPS_STATEDIR")) == NULL) in cups_globals_alloc()
315 if ((cg->localedir = getenv("LOCALEDIR")) == NULL) in cups_globals_alloc()
Dusersys.c905 …if ((geteuid() == getuid() || !getuid()) && getegid() == getgid() && (home = getenv("HOME")) != NU… in _cupsSetDefaults()
907 if (getuid() && (home = getenv("HOME")) != NULL) in _cupsSetDefaults()
909 if ((home = getenv("HOME")) != NULL) in _cupsSetDefaults()
1038 if ((value = getenv("CUPS_TRUSTFIRST")) != NULL) in cups_finalize_client_conf()
1041 if ((value = getenv("CUPS_ANYROOT")) != NULL) in cups_finalize_client_conf()
1044 if ((value = getenv("CUPS_ENCRYPTION")) != NULL) in cups_finalize_client_conf()
1047 if ((value = getenv("CUPS_EXPIREDCERTS")) != NULL) in cups_finalize_client_conf()
1051 if ((value = getenv("CUPS_GSSSERVICENAME")) != NULL) in cups_finalize_client_conf()
1055 if ((value = getenv("CUPS_SERVER")) != NULL) in cups_finalize_client_conf()
1058 if ((value = getenv("CUPS_USER")) != NULL) in cups_finalize_client_conf()
[all …]
Ddebug.c102 _cups_debug_set(getenv("CUPS_DEBUG_LOG"), getenv("CUPS_DEBUG_LEVEL"), in _cups_debug_printf()
103 getenv("CUPS_DEBUG_FILTER"), 0); in _cups_debug_printf()
185 _cups_debug_set(getenv("CUPS_DEBUG_LOG"), getenv("CUPS_DEBUG_LEVEL"), in _cups_debug_puts()
186 getenv("CUPS_DEBUG_FILTER"), 0); in _cups_debug_puts()
/external/valgrind/memcheck/tests/darwin/
Denv.c15 assert( 0 == strcmp(getenv("MYVAR"), val1) ); in main()
18 assert( 0 == strcmp(getenv("MYVAR"), val2) ); in main()
21 assert( 0 == strcmp(getenv("MYVAR"), val2) ); in main()
24 assert( 0 == strcmp(getenv("MYVAR"), "xxxx") ); in main()
27 assert( NULL == getenv("MYVAR") ); in main()
/external/clang/tools/scan-build-py/libscanbuild/
Danalyze.py152 level=os.getenv('ANALYZE_BUILD_VERBOSE', 'INFO'))
154 compiler = os.getenv('ANALYZE_BUILD_CXX', 'c++') if cplusplus \
155 else os.getenv('ANALYZE_BUILD_CC', 'cc')
160 if result or not os.getenv('ANALYZE_BUILD_CLANG'):
170 'clang': os.getenv('ANALYZE_BUILD_CLANG'),
171 'output_dir': os.getenv('ANALYZE_BUILD_REPORT_DIR'),
172 'output_format': os.getenv('ANALYZE_BUILD_REPORT_FORMAT'),
173 'output_failures': os.getenv('ANALYZE_BUILD_REPORT_FAILURES'),
174 'direct_args': os.getenv('ANALYZE_BUILD_PARAMETERS',
176 'force_debug': os.getenv('ANALYZE_BUILD_FORCE_DEBUG'),
[all …]
D__init__.py36 from os import getenv
37 return getenv('TMPDIR', getenv('TEMP', getenv('TMP', '/tmp')))
/external/testng/gradle/
Dpublishing-maven.gradle12 username System.getenv('SONATYPE_USER')
13 password System.getenv('SONATYPE_PASSWORD')
45 …authentication(userName: System.getenv('SONATYPE_USER'), password: System.getenv('SONATYPE_PASSWOR…
48 …authentication(userName: System.getenv('SONATYPE_USER'), password: System.getenv('SONATYPE_PASSWOR…
/external/toybox/toys/pending/
Dmdev.c60 if (!(temp = getenv("MODALIAS"))) xrun((char *[]){"modprobe", temp, 0}); in make_device()
61 if (!(temp = getenv("SUBSYSTEM"))) return; in make_device()
63 if (!(temp = getenv("MAJOR"))) return; in make_device()
65 if (!(temp = getenv("MINOR"))) return; in make_device()
67 if (!(path = getenv("DEVPATH"))) return; in make_device()
68 device_name = getenv("DEVNAME"); in make_device()
185 if ((temp=getenv("ACTION")) && !strcmp(temp, "remove")) { in make_device()
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_def_task02.c120 group_num_p = getenv("GROUP_NUM"); in main()
121 mygroup_p = getenv("MYGROUP"); in main()
122 script_pid_p = getenv("SCRIPT_PID"); in main()
123 num_cpus_p = getenv("NUM_CPUS"); in main()
124 test_num_p = getenv("TEST_NUM"); in main()
125 task_num_p = getenv("TASK_NUM"); in main()
Dcpuctl_def_task03.c116 group_num_p = getenv("GROUP_NUM"); in main()
117 mygroup_p = getenv("MYGROUP"); in main()
118 script_pid_p = getenv("SCRIPT_PID"); in main()
119 num_cpus_p = getenv("NUM_CPUS"); in main()
120 test_num_p = getenv("TEST_NUM"); in main()
121 task_num_p = getenv("TASK_NUM"); in main()
Dcpuctl_def_task04.c119 group_num_p = getenv("GROUP_NUM"); in main()
120 mygroup_p = getenv("MYGROUP"); in main()
121 script_pid_p = getenv("SCRIPT_PID"); in main()
122 num_cpus_p = getenv("NUM_CPUS"); in main()
123 test_num_p = getenv("TEST_NUM"); in main()
124 task_num_p = getenv("TASK_NUM"); in main()
Dcpuctl_test03.c118 group_num_p = getenv("GROUP_NUM"); in main()
119 mygroup_p = getenv("MYGROUP"); in main()
120 script_pid_p = getenv("SCRIPT_PID"); in main()
121 num_cpus_p = getenv("NUM_CPUS"); in main()
122 test_num_p = getenv("TEST_NUM"); in main()
123 task_num_p = getenv("TASK_NUM"); in main()
Dcpuctl_test04.c119 group_num_p = getenv("GROUP_NUM"); in main()
120 mygroup_p = getenv("MYGROUP"); in main()
121 script_pid_p = getenv("SCRIPT_PID"); in main()
122 num_cpus_p = getenv("NUM_CPUS"); in main()
123 test_num_p = getenv("TEST_NUM"); in main()
124 task_num_p = getenv("TASK_NUM"); in main()
Dcpuctl_test02.c122 group_num_p = getenv("GROUP_NUM"); in main()
123 mygroup_p = getenv("MYGROUP"); in main()
124 script_pid_p = getenv("SCRIPT_PID"); in main()
125 num_cpus_p = getenv("NUM_CPUS"); in main()
126 test_num_p = getenv("TEST_NUM"); in main()
127 task_num_p = getenv("TASK_NUM"); in main()
/external/honggfuzz/hfuzz_cc/
Dhfuzz-cc.c41 if (getenv("HFUZZ_CC_ASAN") != NULL) { in useASAN()
48 if (getenv("HFUZZ_CC_MSAN") != NULL) { in useMSAN()
55 if (getenv("HFUZZ_CC_UBSAN") != NULL) { in useUBSAN()
92 const char* cxx_path = getenv("HFUZZ_CXX_PATH"); in execCC()
99 const char* cc_path = getenv("HFUZZ_CC_PATH"); in execCC()
171 if (getenv("HFUZZ_FORCE_M32")) { in commonOpts()
177 const char* lhfuzzEnvLoc = getenv("HFUZZ_LHFUZZ_PATH"); in getLibHfuzz()
/external/e2fsprogs/intl/
Dlocalcharset.c296 locale = getenv ("LC_ALL"); in locale_charset()
299 locale = getenv ("LC_CTYPE"); in locale_charset()
301 locale = getenv ("LANG"); in locale_charset()
329 locale = getenv ("LC_ALL"); in locale_charset()
332 locale = getenv ("LC_CTYPE"); in locale_charset()
334 locale = getenv ("LANG"); in locale_charset()
/external/ltp/testcases/kernel/controllers/memctl/
Dmemctl_test01.c75 test_num_p = getenv("TEST_NUM"); in main()
76 mygroup_p = getenv("MYGROUP"); in main()
77 script_pid_p = getenv("SCRIPT_PID"); in main()
78 chunk_size_p = getenv("CHUNK_SIZE"); in main()
79 num_chunks_p = getenv("NUM_CHUNKS"); in main()
/external/python/cpython2/Lib/plat-riscos/
Driscosenviron.py15 ret = riscos.getenv(key)
33 value = riscos.getenv(key)
36 return riscos.getenv(key) is not None
41 value = riscos.getenv(key)
/external/linux-kselftest/tools/testing/selftests/tc-testing/
Dtdc_config_local_template.py11 ENV_LD_LIBRARY_PATH = os.getenv('LD_LIBRARY_PATH', '')
12 ENV_OTHER_LIB = os.getenv('OTHER_LIB', '')
17 EXTRA_NAMES['SOME_BIN'] = os.path.join(os.getenv('OTHER_BIN', ''), 'some_bin')
/external/tensorflow/tensorflow/core/platform/
Dtest.cc34 const char* env = getenv("TEST_TMPDIR");
38 env = getenv("TMPDIR");
49 const char* env = getenv("TEST_RANDOM_SEED");
/external/mesa3d/src/mesa/x86/
Dcommon_x86.c227 if (getenv( "MESA_NO_ASM")) { in _mesa_get_x86_features()
310 if ( getenv( "MESA_NO_MMX" ) == 0 ) { in _mesa_get_x86_features()
321 if ( getenv( "MESA_NO_3DNOW" ) == 0 ) { in _mesa_get_x86_features()
332 if ( getenv( "MESA_NO_SSE" ) == 0 ) { in _mesa_get_x86_features()
335 if ( getenv( "MESA_FORCE_SSE" ) == 0 ) { in _mesa_get_x86_features()
/external/toolchain-utils/android_bench_suite/
Dautotest.diff50 + % os.getenv('TEST_MODE'))
56 + % os.getenv('TEST_MODE'))
75 +android_home = os.getenv("ANDROID_HOME",
78 +bench_suite_dir = os.getenv('BENCH_SUITE_DIR',
88 +product = os.getenv("PRODUCT", default="generic")
177 + % (os.getenv('TEST_MODE'), i+1, i+1))
201 +android_home = os.getenv("ANDROID_HOME",
204 +bench_suite_dir = os.getenv('BENCH_SUITE_DIR',
210 +product = os.getenv("PRODUCT", default="generic")
285 + % os.getenv('TEST_MODE'))
[all …]
/external/tensorflow/tensorflow/core/util/
Denv_var.cc31 const char* tf_env_var_val = getenv(env_var_name.ToString().c_str()); in ReadBoolFromEnvVar()
51 const char* tf_env_var_val = getenv(env_var_name.ToString().c_str()); in ReadInt64FromEnvVar()
65 const char* tf_env_var_val = getenv(env_var_name.ToString().c_str()); in ReadStringFromEnvVar()

12345678910>>...35