/developtools/integration_verification/DeployDevice/resource/common/ |
H A D | push_code.py | 3 import sys namespace 8 print(sys.argv) 9 if len(sys.argv) > 1: 10 if sys.argv[1] != '': 11 commit_message = sys.argv[1] 12 if len(sys.argv) > 2: 13 commit_path = commit_path + sys.argv[2] 30 sys.exit(-1)
|
H A D | cbg_start.py | 4 import sys namespace 78 if len(sys.argv) <= 1: 80 sys.exit(-1) 81 configPath = sys.argv[1]
|
/developtools/smartperf_host/trace_streamer/build/ |
H A D | protoc_w.py | 18 import sys namespace 25 if "developtools" in sys.argv[3]: 29 OHOS_X64_OUT = os.path.join(PROJECT_TOP, sys.argv[2]) 30 LIBCXX_X64_OUT = os.path.join(PROJECT_TOP, sys.argv[1], "ndk/libcxx/linux_x86_64") 31 SUBSYS_X64_OUT = os.path.join(PROJECT_TOP, sys.argv[2], TAIL_DIR) 38 PROTOC = os.path.join(PROJECT_TOP, sys.argv[2], TAIL_DIR, PROTOC_NAME) 39 OPT_PLUGIN_PROTOREADER_PATH = os.path.join(PROJECT_TOP, sys.argv[2], TAIL_DIR, PROTOCREADER_PLUGIN) 40 OPT_PLUGIN_PROTOREADER = "--plugin=protoc-gen-plugin=" + os.path.join(PROJECT_TOP, sys.argv[2], TAIL_DIR, PROTOCREADER_PLUGIN) 43 PARAMS = sys.argv[1:] 45 PARAMS_FILTER = " ".join(sys [all...] |
/developtools/integration_verification/cases/daily/mini_system/ |
H A D | L2_mini_system_test.py | 17 import sys namespace 30 sys.exit(99) 45 console = sys.stdout 46 sys.stdout = log_file 48 sys.stdout = console 78 sys.stdout.flush() 131 sys.exit(99) 141 sys.exit(99) 156 sys.exit(99) 164 sys [all...] |
H A D | L1_mini_system_test.py | 17 import sys namespace 32 sys.exit(99) 47 console = sys.stdout 48 sys.stdout = log_file 50 sys.stdout = console 86 sys.exit(99) 106 sys.exit(99) 114 sys.exit(99) 122 sys.exit(99) 130 sys [all...] |
H A D | rk3568_chipset_only_test.py | 16 import sys namespace 29 sys.exit(99) 45 console = sys.stdout 46 sys.stdout = log_file 48 sys.stdout = console 78 sys.stdout.flush() 131 sys.exit(99) 150 sys.exit(99) 158 sys.exit(99) 168 sys [all...] |
H A D | L0_mini_system_test.py | 17 import sys namespace 33 sys.exit(99) 51 console = sys.stdout 52 sys.stdout = log_file 54 sys.stdout = console 98 sys.exit(99) 118 sys.exit(99) 129 sys.exit(99) 132 sys.exit(0)
|
/developtools/hiperf/script/ |
H A D | loadlib_test.py | 16 import sys namespace 33 sys.stdout.flush() 37 sys.stdout.flush() 41 sys.stdout.flush() 45 sys.stdout.flush() 49 sys.stdout.flush()
|
H A D | make_report_sample.py | 17 import sys namespace 32 dirname, _ = os.path.split(os.path.abspath(sys.argv[0]))
|
/developtools/bytrace/script/ |
H A D | bytrace_multi.py | 17 import sys namespace 57 if len(sys.argv) < 2: 60 for i in range(len(sys.argv)): 63 if sys.argv[i] == "-h" or sys.argv[i] == "--help": 66 elif not os.path.exists(sys.argv[i]): 67 print("Warning: {} is not found.".format(sys.argv[i])) 69 files.append(sys.argv[i])
|
/developtools/global_resource_tool/test/ |
H A D | test.py | 17 import sys namespace 19 restool_cmd = sys.argv[1] 20 output_path = sys.argv[2]
|
/developtools/profiler/build/ |
H A D | make_proto.py | 16 import sys namespace 55 target_dir = sys.argv[1] 57 while i < len(sys.argv): 58 proto_file_path = sys.argv[i]
|
/developtools/hiperf/test/unittest/common/native/include/ |
H A D | cpu_usage_test.h | 24 #include <sys/stat.h> 25 #include <sys/sysinfo.h> 26 #include <sys/time.h>
|
/developtools/hiperf/script/test/ |
H A D | __init__.py | 15 import sys namespace 17 sys.path.append(r"../../")
|
/developtools/hdc/src/common/ |
H A D | common.h | 35 #include <sys/types.h> 63 #include <sys/socket.h> 64 #include <sys/un.h>
|
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | mount.cpp | 16 #include <sys/types.h>
17 #include <sys/stat.h>
20 #include <sys/mount.h>
22 #include <sys/wait.h>
|
/developtools/integration_verification/tools/rom_ram_analyzer/lite_small/src/ |
H A D | preprocess.py | 18 import sys namespace 21 sys.path.append(os.path.join(os.path.dirname(__file__), '..')
|
/developtools/integration_verification/tools/deps_guard/ |
H A D | deps_guard.py | 54 import sys
namespace 56 for path in sys.path:
58 sys.path.append(os.path.join(
|
/developtools/ace_js2bundle/ |
H A D | build_ace_loader_library.py | 17 import sys namespace 26 sys.path.append( 30 sys.path.append(os.path.join(build_dir, os.pardir, os.pardir, os.pardir)) 81 sys.exit(main())
|
/developtools/integration_verification/DeployDevice/src/func/presetup/ |
H A D | presetup_app.py | 3 import sys namespace 102 param_file = sys.argv[1] 105 sys.exit(-1) 111 sys.exit(-1
|
/developtools/integration_verification/DeployDevice/src/ |
H A D | controller.py | 13 import sys namespace 22 param_file = sys.argv[1]
|
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/ |
H A D | utils.py | 20 import sys namespace 45 sys.exit(1)
|
/developtools/profiler/device/services/ipc/src/ |
H A D | client_connection.cpp | 19 #include <sys/socket.h> 20 #include <sys/un.h>
|
H A D | client_map.cpp | 18 #include <sys/socket.h> 19 #include <sys/un.h>
|
/developtools/integration_verification/tools/startup_guard/config_parser_mgr/ |
H A D | config_parser_mgr.py | 19 import sys namespace 20 sys.path.append('.')
|