Home
last modified time | relevance | path

Searched refs:sys (Results 1 - 25 of 238) sorted by relevance

12345678910

/developtools/integration_verification/DeployDevice/resource/common/
H A Dpush_code.py3 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 Dcbg_start.py4 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 Dprotoc_w.py18 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 DL2_mini_system_test.py17 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 DL1_mini_system_test.py17 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 Drk3568_chipset_only_test.py16 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 DL0_mini_system_test.py17 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 Dloadlib_test.py16 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 Dmake_report_sample.py17 import sys namespace
32 dirname, _ = os.path.split(os.path.abspath(sys.argv[0]))
/developtools/bytrace/script/
H A Dbytrace_multi.py17 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 Dtest.py17 import sys namespace
19 restool_cmd = sys.argv[1]
20 output_path = sys.argv[2]
/developtools/profiler/build/
H A Dmake_proto.py16 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 Dcpu_usage_test.h24 #include <sys/stat.h>
25 #include <sys/sysinfo.h>
26 #include <sys/time.h>
/developtools/hiperf/script/test/
H A D__init__.py15 import sys namespace
17 sys.path.append(r"../../")
/developtools/hdc/src/common/
H A Dcommon.h35 #include <sys/types.h>
63 #include <sys/socket.h>
64 #include <sys/un.h>
/developtools/hdc/hdc_rust/src/cffi/
H A Dmount.cpp16 #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 Dpreprocess.py18 import sys namespace
21 sys.path.append(os.path.join(os.path.dirname(__file__), '..')
/developtools/integration_verification/tools/deps_guard/
H A Ddeps_guard.py54 import sys namespace
56 for path in sys.path:
58 sys.path.append(os.path.join(
/developtools/ace_js2bundle/
H A Dbuild_ace_loader_library.py17 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 Dpresetup_app.py3 import sys namespace
102 param_file = sys.argv[1]
105 sys.exit(-1)
111 sys.exit(-1
/developtools/integration_verification/DeployDevice/src/
H A Dcontroller.py13 import sys namespace
22 param_file = sys.argv[1]
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/
H A Dutils.py20 import sys namespace
45 sys.exit(1)
/developtools/profiler/device/services/ipc/src/
H A Dclient_connection.cpp19 #include <sys/socket.h>
20 #include <sys/un.h>
H A Dclient_map.cpp18 #include <sys/socket.h>
19 #include <sys/un.h>
/developtools/integration_verification/tools/startup_guard/config_parser_mgr/
H A Dconfig_parser_mgr.py19 import sys namespace
20 sys.path.append('.')

Completed in 5 milliseconds

12345678910