/AliOS-Things-master/components/py_engine/tests/ |
A D | run-internalbench.py | 15 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 D | run-perfbench.py | 18 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 D | run-tests | 23 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 D | run-multitests.py | 17 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 D | run-natmodtests.py | 16 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 D | modules_os_getenv_argcount.py | 10 print(os.getenv("NEW_VARIABLE", "DEFAULT")) 14 print(os.getenv("NEW_VARIABLE") or "DEFAULT")
|
A D | modules_os_getenv.py | 9 print(os.getenv("NEW_VARIABLE")) 11 print(os.getenv("NEW_VARIABLE"))
|
A D | modules_os_environ.py | 15 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 D | benchmark.cc | 46 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 D | ctx.cc | 76 const char* val = getenv(name); in GetHexIntEnvVarOrZero()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | gen-cpydiff.py | 41 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 D | upip.py | 113 h = os.getenv("HOME")
|
A D | makemanifest.py | 271 MPY_CROSS = os.getenv("MICROPY_MPYCROSS", MPY_CROSS)
|
/AliOS-Things-master/components/SDL2/src/stdlib/ |
A D | SDL_getenv.c | 89 if (getenv(name) != NULL) { in SDL_setenv() 188 return getenv(name); in SDL_getenv()
|
/AliOS-Things-master/components/posix/include/ |
A D | enviro.h | 81 char *getenv(const char *name);
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/examples/ |
A D | utils.h | 63 char* value = getenv(env.c_str()); in get_env()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/core/ |
A D | utils.h | 63 char* value = getenv(env.c_str()); in get_env()
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/test/function_test/ |
A D | utils.h | 62 char *value = getenv(env.c_str()); in get_env()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/ |
A D | utils.c | 95 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 D | ftdebug.c | 164 const char* ft2_debug = getenv( "FT2_DEBUG" ); in ft_debug_init()
|
A D | ftdbgmem.c | 825 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 D | jmemdos.c | 50 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 D | LogUtils.cc | 121 auto value = std::getenv("OSS_SDK_LOG_LEVEL"); in InitLogInner()
|
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/mpremote/ |
A D | main.py | 78 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 D | raw_decode.c | 172 if ((srcdir = getenv("srcdir")) == NULL) { in main()
|