Home
last modified time | relevance | path

Searched refs:all_commands (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/shell_completion/
H A Dpw.bash54 local all_commands=$(pw --no-banner --tab-complete-command "")
55 __pwcomp "${all_commands}"
65 local all_commands=$(pw --no-banner --tab-complete-command "")
66 __pwcomp "${all_commands}"
/aosp_15_r20/external/angle/scripts/
H A Dgenerate_entry_points.py2422 all_commands, argument
2428 for command in all_commands:
2453 def get_glext_decls(all_commands, gles_commands, version): argument
2461 for command in all_commands:
3231 def write_stubs_header(api, annotation, title, data_source, out_file, all_commands, commands, argument
3236 for command in all_commands:
3423 xml.all_commands, version_commands, [],
3494 apis.GLES, CONTEXT_DECL_FORMAT, xml.all_commands, ext_cmd_names,
3498 apis.GLES, CONTEXT_DECL_FORMAT, xml.all_commands, ext_cmd_names,
3502 apis.GLES, CONTEXT_DECL_FORMAT, xml.all_commands, ext_cmd_names,
[all …]
H A Dregistry_xml.py523 self.all_commands = self.root.findall('commands/command')
645 for command_node in xml.all_commands:
/aosp_15_r20/test/vts-testcase/kernel/ltp/testcase/tools/
Dltp_test_cases.py134 all_commands = commands.split(';')
135 for cmd in all_commands:
/aosp_15_r20/external/pytorch/
H A Dsetup.py792 all_commands = [entry for f in ninja_files + cmake_files for entry in load(f)]
798 for command in all_commands:
802 new_contents = json.dumps(all_commands, indent=2)