/external/angle/src/libANGLE/renderer/gl/ |
D | generate_gl_dispatch_table.py | 300 command_name = command.attrib['name'] 301 safe_append(api_feature_info, command_name, (api, name, number)) 311 command_name = command.attrib['name'] 314 if '_KHR_' in extension_name and not command_name.endswith('KHR'): 315 safe_append(gl_extension_commands, command_name, extension_name) 316 safe_append(gles2_extension_commands, command_name, extension_name) 318 safe_append(both_extension_commands, command_name, extension_name) 320 safe_append(gl_extension_commands, command_name, extension_name) 322 safe_append(gles2_extension_commands, command_name, extension_name) 466 command_name = proto.find('name').text [all …]
|
/external/autotest/server/hosts/ |
D | rpc_server_tracker.py | 45 def _setup_port(self, port, command_name, remote_pid=None): argument 86 self._rpc_proxy_map[port] = (command_name, tunnel_proc, remote_pid) 90 def _setup_rpc(self, port, command_name, remote_pid=None): argument 102 port, command_name, remote_pid=remote_pid) 115 def xmlrpc_connect(self, command, port, command_name=None, argument 175 rpc_url = self._setup_rpc(port, command_name, remote_pid=remote_pid)
|
/external/angle/scripts/ |
D | generate_entry_points.py | 1477 def is_get_pointer_command(command_name): argument 1478 return command_name.endswith('Pointerv') and command_name.startswith('glGet') 1481 def format_capture_replay_param_access(command_name, param_text_list, cmd_packed_gl_enums): argument 1483 cmd_packed_enums = get_packed_enums(cmd_packed_gl_enums, command_name) 1496 elif pointer_count == 1 or (pointer_count == 2 and is_get_pointer_command(command_name)): 1512 for command_name, cmd_param_texts in sorted(command_to_param_types_mapping.items()): 1513 entry_point_name = command_name[2:] # strip the 'gl' prefix 1519 command_name, cmd_param_texts, cmd_packed_gl_enums), 1531 command_name = command_node.find('proto').find('name').text 1532 if command_name not in all_commands_names: [all …]
|
/external/python/cpython2/Lib/distutils/ |
D | dist.py | 869 command_name = command_obj.get_command_name() 871 option_dict = self.get_option_dict(command_name) 874 self.announce(" setting options for '%s' command:" % command_name) 899 % (source, command_name, option)) 924 command_name = command 925 command = self.get_command_obj(command_name) 927 command_name = command.get_command_name() 933 self.have_run[command_name] = 0
|
D | cmd.py | 276 return self.command_name
|
/external/python/cpython3/Lib/distutils/ |
D | dist.py | 881 command_name = command_obj.get_command_name() 883 option_dict = self.get_option_dict(command_name) 886 self.announce(" setting options for '%s' command:" % command_name) 912 % (source, command_name, option)) 937 command_name = command 938 command = self.get_command_obj(command_name) 940 command_name = command.get_command_name() 946 self.have_run[command_name] = 0
|
D | cmd.py | 267 return self.command_name
|
/external/grpc-grpc/src/ruby/spec/ |
D | spec_helper.rb | 28 SimpleCov.command_name ENV['COVERAGE_NAME']
|
/external/python/parse_type/bin/ |
D | toxcmd.py | 179 command_name = getattr(func, "name", command_name0) 180 commands.append(Command(command_name, func))
|
/external/autotest/server/cros/network/ |
D | apmanager_service_provider.py | 26 command_name=constants.APMANAGER_XMLRPC_SERVER_CLEANUP_PATTERN,
|
D | wifi_client.py | 73 command_name = constants.SHILL_XMLRPC_SERVER_CLEANUP_PATTERN 80 command_name=command_name,
|
/external/autotest/server/cros/ |
D | interactive_client.py | 34 command_name=
|
D | dark_resume_utils.py | 128 command_name=
|
/external/autotest/server/cros/faft/ |
D | rpc_proxy.py | 103 command_name=self._client_config.rpc_command_short,
|
/external/autotest/server/cros/bluetooth/ |
D | bluetooth_tester.py | 41 command_name=
|
D | bluetooth_device.py | 41 command_name=
|
/external/iw/ |
D | iw.h | 150 const char *command_name(enum nl80211_commands cmd);
|
D | info.c | 428 printf("\t\t * %s\n", command_name(nla_get_u32(nl_cmd))); in print_phy_handler() 678 printf("%d (0x%x): %s\n", i, i, command_name(i)); in handle_commands()
|
D | util.c | 267 const char *command_name(enum nl80211_commands cmd) in command_name() function
|
D | event.c | 613 gnlh->cmd, command_name(gnlh->cmd)); in print_event()
|
/external/autotest/server/cros/multimedia/ |
D | remote_facade_factory.py | 250 command_name=(
|
/external/kmod/libkmod/ |
D | libkmod-config.c | 116 const char *command_name, in kmod_config_add_command() argument 124 DBG(config->ctx, "modname='%s' cmd='%s %s'\n", modname, command_name, in kmod_config_add_command()
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 1755 *sub_commands* as a class attribute; it's a list of 2-tuples ``(command_name, 1756 predicate)``, with *command_name* a string and *predicate* a function, a
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 1778 *sub_commands* as a class attribute; it's a list of 2-tuples ``(command_name, 1779 predicate)``, with *command_name* a string and *predicate* a function, a
|