/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | cmake-commands.7.rst | 1 .. cmake-manual-description: CMake Language Command Reference 18 /command/break 19 /command/cmake_host_system_information 20 /command/cmake_language 21 /command/cmake_minimum_required 22 /command/cmake_parse_arguments 23 /command/cmake_path 24 /command/cmake_policy 25 /command/configure_file 26 /command/continue [all …]
|
/aosp_15_r20/external/e2fsprogs/ext2ed/doc/ |
H A D | user-guide.sgml | 139 There are no command line switches. 149 on the screen, with the command prompt <Literal remap="tt">ext2ed></Literal> displayed. 183 Command window 199 Almost every command will cause some display at this window. This window, as 203 of the <Command>pgdn</Command> and <Command>pgup</Command> commands. 207 The command window is at the bottom of the screen. It always displays a 208 command prompt <Literal remap="tt">ext2ed></Literal> and allows you to type a command. Feedback 213 EXT2ED uses the <Emphasis>readline</Emphasis> library while processing a command line. All 214 the usual editing keys are available. Each entered command is placed into a 215 history of commands, and can be recalled later. Command Completion is also [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | dual_mode_controller.h | 55 // command, simply add the method declaration below, with return type void and a 59 // corresponding Bluetooth command in the Core Specification with the prefix 60 // "Hci" to distinguish it as a controller command. 115 void Inquiry(CommandView command); 118 void InquiryCancel(CommandView command); 121 void CreateConnection(CommandView command); 124 void Disconnect(CommandView command); 127 void AddScoConnection(CommandView command); 130 void CreateConnectionCancel(CommandView command); 133 void AcceptConnectionRequest(CommandView command); [all …]
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 104 command: bcc-wrapper argdist 106 command: bcc-wrapper bashreadline 108 command: bcc-wrapper biolatency 110 command: bcc-wrapper biolatpcts 112 command: bcc-wrapper biosnoop 114 command: bcc-wrapper biotop 116 command: bcc-wrapper bitesize 118 command: bcc-wrapper bpflist 120 command: bcc-wrapper btrfsdist 122 command: bcc-wrapper btrfsslower [all …]
|
/aosp_15_r20/external/mesa3d/src/mapi/glapi/registry/ |
H A D | gl.xml | 7078 <!-- SECTION: GL command definitions. --> 7080 <command> 7085 </command> 7086 <command> 7090 </command> 7091 <command> 7094 </command> 7095 <command> 7099 </command> 7100 <command> [all …]
|
/aosp_15_r20/external/libepoxy/registry/ |
H A D | gl.xml | 11456 <!-- SECTION: GL command definitions. --> 11458 <command> 11463 </command> 11464 <command> 11468 </command> 11469 <command> 11472 </command> 11473 <command> 11477 </command> 11478 <command> [all …]
|
H A D | wgl.xml | 479 <!-- SECTION: WGL command definitions. --> 481 <command> 485 </command> 486 <command> 492 </command> 493 <command> 496 </command> 497 <command> 502 </command> 503 <command> [all …]
|
/aosp_15_r20/frameworks/native/opengl/tools/glgen2/registry/ |
H A D | gl.xml | 10131 <!-- SECTION: GL command definitions. --> 10133 <command> 10138 </command> 10139 <command> 10143 </command> 10144 <command> 10147 </command> 10148 <command> 10152 </command> 10153 <command> [all …]
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/hw/vdbox/ |
H A D | mhw_vdbox_mfx_interface.h | 261 …t32_t dwCfgCmdOffset; // offset of the CFG command in 642 //! \brief Add a resource to the command buffer 649 //! Command buffer to which resource is added 1108 //! The maximum command buffer size 1110 //! The maximum command patch list size 1130 //! The maximum command buffer size 1132 //! The maximum command patch list size 1146 //! \brief Adds MFX AVC Image State command in command buffer 1147 //! \details Client facing function to add MFX AVC Image State command in command buffer 1150 //! Command buffer to which HW command is added [all …]
|
/aosp_15_r20/external/tcpdump/tests/ |
H A D | aoe_1-v.out | 2 Major: 0xffff, Minor: 0xff, Command: Query Config Information, Tag: 0x00000000 5 Major: 0xffff, Minor: 0xff, Command: Query Config Information, Tag: 0x00000000 9 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0001cd4a 14 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0001cd4a 19 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0002cd63 24 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0003cd63 29 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0004cd63 34 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0005cd64 39 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0002cd63 44 Major: 0x0014, Minor: 0x00, Command: Issue ATA Command, Tag: 0x0003cd63 [all …]
|
/aosp_15_r20/bootable/deprecated-ota/tests/unit/ |
H A D | commands_test.cpp | 29 ASSERT_EQ(Command::Type::ZERO, Command::ParseType("zero")); in TEST() 30 ASSERT_EQ(Command::Type::NEW, Command::ParseType("new")); in TEST() 31 ASSERT_EQ(Command::Type::ERASE, Command::ParseType("erase")); in TEST() 32 ASSERT_EQ(Command::Type::MOVE, Command::ParseType("move")); in TEST() 33 ASSERT_EQ(Command::Type::BSDIFF, Command::ParseType("bsdiff")); in TEST() 34 ASSERT_EQ(Command::Type::IMGDIFF, Command::ParseType("imgdiff")); in TEST() 35 ASSERT_EQ(Command::Type::STASH, Command::ParseType("stash")); in TEST() 36 ASSERT_EQ(Command::Type::FREE, Command::ParseType("free")); in TEST() 37 ASSERT_EQ(Command::Type::COMPUTE_HASH_TREE, Command::ParseType("compute_hash_tree")); in TEST() 41 ASSERT_EQ(Command::Type::LAST, Command::ParseType("foo")); in TEST() [all …]
|
/aosp_15_r20/system/vold/bench/inodeop_bench/ |
H A D | inodeop_bench.cpp | 69 struct Command { struct 84 Command() { reset(); } in Command() argument 88 string_repr << "Command {\n"; in to_string() argument 114 void print_commands(const std::vector<Command>& commands) { in print_commands() argument 115 for (const Command& command : commands) std::cout << command.to_string(); in print_commands() local 119 Command command; in usage() local 122 ostr << "WORKLOAD_T = {" << Command::CREATE << ", " << Command::DELETE << ", " << Command::MOVE in usage() 123 << ", " << Command::HARDLINK << ", " << Command::SYMLINK << "}\n"; in usage() 128 ostr << "\t-d DIR\t\t: Work directory for " << Command::CREATE << "/" << Command::DELETE in usage() 129 << " (default '" << command.from_dir << "').\n"; in usage() [all …]
|
/aosp_15_r20/external/cpuinfo/test/dmesg/ |
H A D | padcod-10.1.log | 270 <6>[ 7.019838] init: command 'insmod' r=0 271 <6>[ 7.020190] init: command 'symlink' r=0 272 <6>[ 7.020278] init: command 'symlink' r=0 273 <6>[ 7.020338] init: command 'symlink' r=0 274 <6>[ 7.020566] init: command 'mkdir' r=0 276 <6>[ 7.100330] init: command 'mount' r=0 277 <6>[ 7.100669] init: command 'mkdir' r=0 279 <6>[ 7.100948] init: command 'mount' r=0 280 <6>[ 7.101191] init: command 'mkdir' r=0 281 <6>[ 7.101336] init: command 'mount' r=-1 [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/ |
D | dist.py | 23 # Regex to define acceptable Distutils command names. This is not *quite* 26 # to look for a Python module named after the command. 47 to the Distutils commands specified on the command line. 58 # 'global_options' describes the command-line options that may be 62 # since every global option is also valid as a command option -- and we 144 filled in with real command objects by 'parse_command_line()'. 147 # Default values for our command-line options 156 # information here (and enough command-line options) that it's 164 # 'cmdclass' maps command names to class objects, so we 166 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/ |
H A D | dist.py | 23 # Regex to define acceptable Distutils command names. This is not *quite* 26 # to look for a Python module named after the command. 47 to the Distutils commands specified on the command line. 58 # 'global_options' describes the command-line options that may be 62 # since every global option is also valid as a command option -- and we 144 filled in with real command objects by 'parse_command_line()'. 147 # Default values for our command-line options 156 # information here (and enough command-line options) that it's 164 # 'cmdclass' maps command names to class objects, so we 166 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | dist.py | 30 # Regex to define acceptable Distutils command names. This is not *quite* 33 # to look for a Python module named after the command. 55 to the Distutils commands specified on the command line. 66 # 'global_options' describes the command-line options that may be 70 # since every global option is also valid as a command option -- and we 134 filled in with real command objects by 'parse_command_line()'. 137 # Default values for our command-line options 146 # information here (and enough command-line options) that it's 154 # 'cmdclass' maps command names to class objects, so we 156 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | dist.py | 30 # Regex to define acceptable Distutils command names. This is not *quite* 33 # to look for a Python module named after the command. 55 to the Distutils commands specified on the command line. 66 # 'global_options' describes the command-line options that may be 70 # since every global option is also valid as a command option -- and we 134 filled in with real command objects by 'parse_command_line()'. 137 # Default values for our command-line options 146 # information here (and enough command-line options) that it's 154 # 'cmdclass' maps command names to class objects, so we 156 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/ |
D | dist.py | 23 # Regex to define acceptable Distutils command names. This is not *quite* 26 # to look for a Python module named after the command. 48 to the Distutils commands specified on the command line. 59 # 'global_options' describes the command-line options that may be 63 # since every global option is also valid as a command option -- and we 145 filled in with real command objects by 'parse_command_line()'. 148 # Default values for our command-line options 157 # information here (and enough command-line options) that it's 165 # 'cmdclass' maps command names to class objects, so we 167 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/distutils/ |
D | dist.py | 23 # Regex to define acceptable Distutils command names. This is not *quite* 26 # to look for a Python module named after the command. 47 to the Distutils commands specified on the command line. 58 # 'global_options' describes the command-line options that may be 62 # since every global option is also valid as a command option -- and we 144 filled in with real command objects by 'parse_command_line()'. 147 # Default values for our command-line options 156 # information here (and enough command-line options) that it's 164 # 'cmdclass' maps command names to class objects, so we 166 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/distutils/ |
D | dist.py | 27 # Regex to define acceptable Distutils command names. This is not *quite* 30 # to look for a Python module named after the command. 37 to the Distutils commands specified on the command line. 49 # 'global_options' describes the command-line options that may be 53 # since every global option is also valid as a command option -- and we 136 filled in with real command objects by 'parse_command_line()'. 139 # Default values for our command-line options 148 # information here (and enough command-line options) that it's 156 # 'cmdclass' maps command names to class objects, so we 158 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/ |
D | dist.py | 23 # Regex to define acceptable Distutils command names. This is not *quite* 26 # to look for a Python module named after the command. 47 to the Distutils commands specified on the command line. 58 # 'global_options' describes the command-line options that may be 62 # since every global option is also valid as a command option -- and we 144 filled in with real command objects by 'parse_command_line()'. 147 # Default values for our command-line options 156 # information here (and enough command-line options) that it's 164 # 'cmdclass' maps command names to class objects, so we 166 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/ |
D | dist.py | 23 # Regex to define acceptable Distutils command names. This is not *quite* 26 # to look for a Python module named after the command. 47 to the Distutils commands specified on the command line. 58 # 'global_options' describes the command-line options that may be 62 # since every global option is also valid as a command option -- and we 144 filled in with real command objects by 'parse_command_line()'. 147 # Default values for our command-line options 156 # information here (and enough command-line options) that it's 164 # 'cmdclass' maps command names to class objects, so we 166 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/ |
D | dist.py | 23 # Regex to define acceptable Distutils command names. This is not *quite* 26 # to look for a Python module named after the command. 47 to the Distutils commands specified on the command line. 58 # 'global_options' describes the command-line options that may be 62 # since every global option is also valid as a command option -- and we 144 filled in with real command objects by 'parse_command_line()'. 147 # Default values for our command-line options 156 # information here (and enough command-line options) that it's 164 # 'cmdclass' maps command names to class objects, so we 166 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | dist.py | 30 # Regex to define acceptable Distutils command names. This is not *quite* 33 # to look for a Python module named after the command. 55 to the Distutils commands specified on the command line. 66 # 'global_options' describes the command-line options that may be 70 # since every global option is also valid as a command option -- and we 134 filled in with real command objects by 'parse_command_line()'. 137 # Default values for our command-line options 146 # information here (and enough command-line options) that it's 154 # 'cmdclass' maps command names to class objects, so we 156 # we need to create a new command object, and 2) have a way [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | dist.py | 30 # Regex to define acceptable Distutils command names. This is not *quite* 33 # to look for a Python module named after the command. 55 to the Distutils commands specified on the command line. 66 # 'global_options' describes the command-line options that may be 70 # since every global option is also valid as a command option -- and we 134 filled in with real command objects by 'parse_command_line()'. 137 # Default values for our command-line options 146 # information here (and enough command-line options) that it's 154 # 'cmdclass' maps command names to class objects, so we 156 # we need to create a new command object, and 2) have a way [all …]
|