/device/google/cuttlefish/tools/ |
D | upload_to_gce_and_run.py | 87 help='path to the dist directory') 92 help='path to the img files') 95 help='instance to update') 98 help='zone containing the instance') 101 help='user to update on the instance') 104 help='userdata image file name, this file will be used instead of default one') 107 help='custom userdata image size in megabytes') 111 help='launch the device')
|
D | upload_via_ssh.py | 77 help='path to soong host out directory') 82 help='path to the img files') 85 help='user to update on the instance') 88 help='ip address of the board') 92 help='launch the device') 93 parser.add_argument('runner_args', nargs='*', help='launch_cvd arguments')
|
D | tombstone_to_line.py | 111 help='Path to addr2line', 116 help='a list of files to process') 118 help='Number of parallel jobs to run') 120 help='Attempt to print the source') 122 help='Suffix to add to the processed file') 135 help='Path to the symbols',
|
/device/google/trout/tools/ |
D | bpttool | 1507 help='Prints version of bpttool.') 1512 help='Lays out partitions and creates partition table.') 1514 help='Path to partition definition file.', 1518 help='Set or override A/B suffixes.') 1520 help='Set or override disk partitions ' 1524 help='Set or override disk size.', 1527 help='Set or override disk alignment.', 1530 help='Set or override disk GUID.', 1533 help='JSON output file name.', 1536 help='Output file name for MBR/GPT/GPT file.', [all …]
|
/device/google/trout/tools/tracing/tooling/ |
D | prepare_tracing.py | 71 help = 'host IP address') 73 help = 'QNX SDK Directory') 75 help = 'Tracing Tool Directory Path') 78 parser.add_argument('--aaos_time_util', help = 'Android Clock Executable File') 80 … help = 'Guest VM serial number. Required argument if --aaos_time_util is set')
|
D | tracing_agent.py | 72 help = 'guest VM serial number') 74 help = 'guest VM configuration file') 76 help = 'host IP address') 79 help = 'host username') 81 help = 'host trace file name') 83 help = 'directory to store output file') 85 help = 'tracing time')
|
D | calculate_time_offset.py | 158 help = 'host IP address') 160 help = 'host username') 162 help = 'guest VM serial number') 164 … help = 'clock that will be used for the measument. By default CPU counter is used.') 166 … help='select the mode of operation. If the two devices have access of the same CPU counter, '
|
D | update_trace.py | 81 help='path to the input Perfetto JSON file') 83 … help='time offset value in nanoseconds. If it is 0, timestamp will not be updated.') 86 help='the smallest pid value') 89 … help='the largest pid value. If max_pid == start_[id, pid will not be updated.')
|
D | remote_slay.py | 44 parser.add_argument('--ip_address', required=True, help='IP address of the remote QNX system') 45 parser.add_argument('--user_name', required=True, help='Name of user') 46 parser.add_argument('--process_name', required=True, help='Name of the process to check')
|
/device/google/common/etm/ |
D | update.py | 74 help='Branch to pull build from.') 75 parser.add_argument('--build', required=True, help='Build number to pull.') 77 help='Directory to store etm modules') 79 help='Increase output verbosity.')
|
/device/generic/goldfish-opengl/ |
D | cmake_transform.py | 152 help="json file containing the build tree", 161 help="Log what is happening", 169 help="Output directory for create CMakefile.txt", 177 help="Write out the cleaned up js",
|
/device/google/trout/hal/audiocontrol/aidl/1.0/libandroid_audio_controller_test/ |
D | main.cpp | 26 static void help(const char* argv0) { in help() function 89 help(argv[0]); in main() 102 help(argv[0]); in main()
|
/device/google/cuttlefish/host/libs/config/ |
D | config_flag.cpp | 49 auto help = "Location of the system partition images."; in INJECT() local 50 flag_ = GflagsCompatFlag("system_image_dir", path_).Help(help); in INJECT() 122 auto help = in INJECT() local 132 flag_ = GflagsCompatFlag("config").Help(help).Getter(getter).Setter(setter); in INJECT()
|
/device/generic/opengl-transport/host/commands/emugen/tests/ |
D | run-tests.sh | 39 --help|-h|-?) 69 --help|-h|-? Print this help.
|
/device/google/cuttlefish/common/libs/utils/ |
D | flag_parser.cpp | 108 Flag& Flag::Help(const std::string& help) & { in Help() argument 109 help_ = help; in Help() 112 Flag Flag::Help(const std::string& help) && { in Help() argument 113 help_ = help; in Help() 298 auto help = help_ ? XmlEscape(*help_) : std::string{""}; in WriteGflagsCompatXml() 299 out << " <meaning>" << help << "</meaning>\n"; in WriteGflagsCompatXml()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | assemble_cvd.cc | 562 bool help = false; in AssembleCvdMain() local 567 GflagsCompatFlag("help", help), in AssembleCvdMain() 568 GflagsCompatFlag("helpfull", help), in AssembleCvdMain() 569 GflagsCompatFlag("helpshort", help), in AssembleCvdMain() 589 if (help || !help_str.empty()) { in AssembleCvdMain()
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | gen_entries.py | 303 parser.add_argument("--mode", help="Output mode", choices=mode_list) 304 parser.add_argument("--output", help="output file") 305 parser.add_argument("file", help=".entries file path")
|
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/images/machine-image/sa81x5/google-overlay/usr/bin/ |
D | gnss_replay.py | 74 …parser.add_argument('--socket', '-s', action='store', required=True, help='The UNIX socket to inte… 75 …parser.add_argument('--input', '-i', action='store', required=True, help='The file with fix inform…
|
/device/google/trout/hal/gnss/host/ |
D | gnss_replay.py | 74 …parser.add_argument('--socket', '-s', action='store', required=True, help='The UNIX socket to inte… 75 …parser.add_argument('--input', '-i', action='store', required=True, help='The file with fix inform…
|
/device/google/cuttlefish_vmm/qemu/scripts/ |
D | rebuild.py | 1259 help="Target architecture.", 1261 parser.add_argument("--build-dir", required=True, help="Build directory.") 1262 parser.add_argument("--ccache", action="store_true", help="Enable ccache.") 1266 help="Run QEMU test suite after the build.", 1273 help="run task by names in the specified order",
|
D | genrepo.py | 203 parser.add_argument("input", help="git root directory") 207 help="output repo tool manifest",
|
/device/generic/goldfish/tools/ |
D | mk_combined_img.py | 111 type=str, help="input configuration file", 114 type=str, help="output filename",
|
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/ |
D | README.md | 72 …'ll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asci… 81 Tell people where they can go to for help. It can be any combination of an issue tracker, a chat ro… 91 You can also document commands to lint the code or run tests. These steps help to ensure high code …
|
/device/google/cuttlefish/host/commands/start/ |
D | flag_forwarder.cc | 83 const std::string& help, const std::string& filename, in DynamicFlag() argument 85 : SubprocessFlag(subprocess, name), help_(help), filename_(filename), in DynamicFlag()
|
/device/google/sunfish/json-c/ |
D | Doxyfile | 618 # Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 632 # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 633 # the HTML help compiler on the generated index.hhp. 650 # to the contents of the HTML help documentation and to the tree view. 670 # probably better off using the HTML help feature. 707 # LaTeX documents. This may be useful for small projects and may help to 745 # running if errors occur, instead of asking the user for help. 773 # RTF documents. This may be useful for small projects and may help to
|