Home
last modified time | relevance | path

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

123

/AliOS-Things-master/components/py_engine/tests/
A Drun-internalbench.py15 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe")
16 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe")
18 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
19 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython")
A Drun-perfbench.py18 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe")
19 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe")
21 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
22 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython")
A Drun-tests23 CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3.exe')
24 MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', base_path('../ports/windows/micropython.exe'))
26 CPYTHON3 = os.getenv('MICROPY_CPYTHON3', 'python3')
27 MICROPYTHON = os.getenv('MICROPY_MICROPYTHON', base_path('../ports/unix/micropython'))
34 MPYCROSS = os.getenv('MICROPY_MPYCROSS', base_path('../mpy-cross/mpy-cross'))
37 DIFF = os.getenv('MICROPY_DIFF', 'diff -u')
357 if os.getenv('GITHUB_ACTIONS') == 'true':
A Drun-multitests.py17 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe")
18 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe")
20 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
21 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython")
24 DIFF = os.getenv("MICROPY_DIFF", "diff -u")
A Drun-natmodtests.py16 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
17 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython-coverage")
/AliOS-Things-master/components/py_engine/tests/cpydiff/
A Dmodules_os_getenv_argcount.py10 print(os.getenv("NEW_VARIABLE", "DEFAULT"))
14 print(os.getenv("NEW_VARIABLE") or "DEFAULT")
A Dmodules_os_getenv.py9 print(os.getenv("NEW_VARIABLE"))
11 print(os.getenv("NEW_VARIABLE"))
A Dmodules_os_environ.py15 print(os.getenv("NEW_VARIABLE"))
17 print(os.getenv("NEW_VARIABLE"))
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dbenchmark.cc46 const char* orders_env = getenv("ORDERS"); in Benchmark()
78 if (getenv("PREPACK_LHS") || getenv("PREPACK_RHS")) { in Benchmark()
120 const char* benchmark_cubic_list_env = getenv("RUY_BENCHMARK_CUBIC_LIST"); in Benchmark()
A Dctx.cc76 const char* val = getenv(name); in GetHexIntEnvVarOrZero()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dgen-cpydiff.py41 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3.exe")
42 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/windows/micropython.exe")
44 CPYTHON3 = os.getenv("MICROPY_CPYTHON3", "python3")
45 MICROPYTHON = os.getenv("MICROPY_MICROPYTHON", "../ports/unix/micropython")
A Dupip.py113 h = os.getenv("HOME")
A Dmakemanifest.py271 MPY_CROSS = os.getenv("MICROPY_MPYCROSS", MPY_CROSS)
/AliOS-Things-master/components/SDL2/src/stdlib/
A DSDL_getenv.c89 if (getenv(name) != NULL) { in SDL_setenv()
188 return getenv(name); in SDL_getenv()
/AliOS-Things-master/components/posix/include/
A Denviro.h81 char *getenv(const char *name);
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/examples/
A Dutils.h63 char* value = getenv(env.c_str()); in get_env()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/
A Dutils.h63 char* value = getenv(env.c_str()); in get_env()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/
A Dutils.h62 char *value = getenv(env.c_str()); in get_env()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dutils.c95 const char* const malloc_fail_at_str = getenv("MALLOC_FAIL_AT"); in Increment()
103 const char* const malloc_limit_str = getenv("MALLOC_LIMIT"); in Increment()
/AliOS-Things-master/components/freetype/src/base/
A Dftdebug.c164 const char* ft2_debug = getenv( "FT2_DEBUG" ); in ft_debug_init()
A Dftdbgmem.c825 if ( getenv( "FT2_DEBUG_MEMORY" ) ) in ft_mem_debug_init()
838 p = getenv( "FT2_ALLOC_TOTAL_MAX" ); in ft_mem_debug_init()
851 p = getenv( "FT2_ALLOC_COUNT_MAX" ); in ft_mem_debug_init()
864 p = getenv( "FT2_KEEP_ALIVE" ); in ft_mem_debug_init()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/unused/
A Djmemdos.c50 extern char * getenv JPP((const char * name));
139 if ((env = (const char *) getenv("TMP")) == NULL) in select_file_name()
140 if ((env = (const char *) getenv("TEMP")) == NULL) in select_file_name()
/AliOS-Things-master/components/oss/src/utils/
A DLogUtils.cc121 auto value = std::getenv("OSS_SDK_LOG_LEVEL"); in InitLogInner()
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/
A Dmain.py78 path = os.getenv("XDG_CONFIG_HOME")
80 path = os.getenv("HOME")
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Draw_decode.c172 if ((srcdir = getenv("srcdir")) == NULL) { in main()

Completed in 32 milliseconds

123