/external/skia/gn/ |
D | ports.gni | 5 # //include/ports/BUILD.bazel 6 # //src/ports/BUILD.bazel 14 # //src/ports:global_init 15 # //src/ports:osfile 17 "$_src/ports/SkGlobalInitialization_default.cpp", 18 "$_src/ports/SkOSFile_stdio.cpp", 21 # Generated by Bazel rule //src/ports:freetype_support 23 "$_src/ports/SkFontHost_FreeType.cpp", 24 "$_src/ports/SkFontHost_FreeType_common.cpp", 25 "$_src/ports/SkFontHost_FreeType_common.h", [all …]
|
/external/arm-trusted-firmware/plat/renesas/common/ |
D | bl2_secure_setting.c | 23 * Security attribute setting for master ports 29 * Security attribute setting for slave ports 0 to 15 33 * Bit19: AXI-Bus (Main Memory domain AXI) slave ports 35 * Bit 9: DBSC4 register access slave ports. 45 * Bit 6: Boot ROM slave ports. 50 * Bit13: SCEG PKA (secure APB) slave ports 53 * Bit12: SCEG PKA (public APB) slave ports 56 * Bit10: SCEG Secure Core slave ports 71 * Bit22: RPC slave ports. 78 * Bit27: System Timer (SCMT) slave ports [all …]
|
/external/trusty/arm-trusted-firmware/plat/renesas/common/ |
D | bl2_secure_setting.c | 23 * Security attribute setting for master ports 29 * Security attribute setting for slave ports 0 to 15 33 * Bit19: AXI-Bus (Main Memory domain AXI) slave ports 35 * Bit 9: DBSC4 register access slave ports. 45 * Bit 6: Boot ROM slave ports. 50 * Bit13: SCEG PKA (secure APB) slave ports 53 * Bit12: SCEG PKA (public APB) slave ports 56 * Bit10: SCEG Secure Core slave ports 71 * Bit22: RPC slave ports. 78 * Bit27: System Timer (SCMT) slave ports [all …]
|
/external/libchrome/mojo/core/ |
D | node_controller.h | 26 #include "mojo/core/ports/event.h" 27 #include "mojo/core/ports/name.h" 28 #include "mojo/core/ports/node.h" 29 #include "mojo/core/ports/node_delegate.h" 45 // The owner of ports::Node which facilitates core EDK implementation. All 47 class MOJO_SYSTEM_IMPL_EXPORT NodeController : public ports::NodeDelegate, 50 class PortObserver : public ports::UserData { 62 const ports::NodeName& name() const { return name_; } in name() 64 ports::Node* node() const { return node_.get(); } in node() 70 // Create the relay used to transfer mach ports between processes. [all …]
|
D | node_channel.h | 22 #include "mojo/core/ports/name.h" 35 virtual void OnAcceptInvitee(const ports::NodeName& from_node, 36 const ports::NodeName& inviter_name, 37 const ports::NodeName& token) = 0; 38 virtual void OnAcceptInvitation(const ports::NodeName& from_node, 39 const ports::NodeName& token, 40 const ports::NodeName& invitee_name) = 0; 41 virtual void OnAddBrokerClient(const ports::NodeName& from_node, 42 const ports::NodeName& client_name, 44 virtual void OnBrokerClientAdded(const ports::NodeName& from_node, [all …]
|
D | message_pipe_dispatcher.cc | 15 #include "mojo/core/ports/event.h" 16 #include "mojo/core/ports/message_filter.h" 63 class PeekSizeMessageFilter : public ports::MessageFilter { 68 // ports::MessageFilter: 69 bool Match(const ports::UserMessageEvent& message_event) override { in Match() 87 const ports::PortRef& port, in MessagePipeDispatcher() 106 ports::PortRef port0; in Fuse() 114 ports::PortRef port1; in Fuse() 122 // Both ports are always closed by this call. in Fuse() 124 return rv == ports::OK; in Fuse() [all …]
|
D | node_controller.cc | 60 ports::NodeName GetRandomNodeName() { in GetRandomNodeName() 61 ports::NodeName name; in GetRandomNodeName() 66 Channel::MessagePtr SerializeEventMessage(ports::ScopedEvent event) { in SerializeEventMessage() 67 if (event->type() == ports::Event::Type::kUserMessage) { in SerializeEventMessage() 70 ports::Event::Cast<ports::UserMessageEvent>(&event)); in SerializeEventMessage() 80 ports::ScopedEvent DeserializeEventMessage( in DeserializeEventMessage() 81 const ports::NodeName& from_node, in DeserializeEventMessage() 86 auto event = ports::Event::Deserialize(data, size); in DeserializeEventMessage() 90 if (event->type() != ports::Event::Type::kUserMessage) in DeserializeEventMessage() 100 auto message_event = ports::Event::Cast<ports::UserMessageEvent>(&event); in DeserializeEventMessage() [all …]
|
D | user_message_impl.h | 16 #include "mojo/core/ports/event.h" 17 #include "mojo/core/ports/name.h" 18 #include "mojo/core/ports/port_ref.h" 19 #include "mojo/core/ports/user_message.h" 27 // UserMessageImpl is the sole implementation of ports::UserMessage used to 28 // attach message data to any ports::UserMessageEvent. 33 class MOJO_SYSTEM_IMPL_EXPORT UserMessageImpl : public ports::UserMessage { 51 // Creates a new ports::UserMessageEvent with an attached UserMessageImpl. 52 static std::unique_ptr<ports::UserMessageEvent> CreateEventForNewMessage(); 54 // Creates a new ports::UserMessageEvent with an attached serialized [all …]
|
/external/robolectric/robolectric/src/test/java/org/robolectric/fakes/ |
D | RoboWebMessagePortTest.java | 18 private RoboWebMessagePort[] ports; field in RoboWebMessagePortTest 22 ports = RoboWebMessagePort.createPair(); in setUp() 27 assertThat(ports[0].getReceivedMessages()).isEmpty(); in testDefaults() 28 assertThat(ports[0].getConnectedPort()).isNotNull(); in testDefaults() 29 assertThat(ports[0].getWebMessageCallback()).isNull(); in testDefaults() 30 assertThat(ports[0].isClosed()).isFalse(); in testDefaults() 31 assertThat(ports[1].getReceivedMessages()).isEmpty(); in testDefaults() 32 assertThat(ports[1].getConnectedPort()).isNotNull(); in testDefaults() 33 assertThat(ports[1].getWebMessageCallback()).isNull(); in testDefaults() 34 assertThat(ports[1].isClosed()).isFalse(); in testDefaults() [all …]
|
/external/iptables/extensions/ |
D | libxt_REDIRECT.t | 3 -p tcp -j REDIRECT --to-ports 42;=;OK 4 -p tcp -j REDIRECT --to-ports 0;=;OK 5 -p tcp -j REDIRECT --to-ports 65535;=;OK 6 -p tcp -j REDIRECT --to-ports 65536;;FAIL 7 -p udp -j REDIRECT --to-ports 0-0;-p udp -j REDIRECT --to-ports 0;OK 8 -p udp -j REDIRECT --to-ports 512-512;-p udp -j REDIRECT --to-ports 512;OK 9 -p udp -j REDIRECT --to-ports 42-1234;=;OK 10 -p tcp -j REDIRECT --to-ports 42-1234 --random;=;OK 11 -p tcp -j REDIRECT --to-ports 42-1234/567;;FAIL 12 -p tcp -j REDIRECT --to-ports ssh;-p tcp -j REDIRECT --to-ports 22;OK [all …]
|
D | libxt_multiport.man | 1 This module matches a set of source or destination ports. Up to 15 2 ports can be specified. A port range (port:port) counts as two 3 ports. It can only be used in conjunction with one of the 7 [\fB!\fP] \fB\-\-source\-ports\fP,\fB\-\-sports\fP \fIport\fP[\fB,\fP\fIport\fP|\fB,\fP\fIport\fP\f… 8 Match if the source port is one of the given ports. The flag 10 is a convenient alias for this option. Multiple ports or port ranges are 12 \fB53,1024:65535\fP would therefore match ports 53 and all from 1024 through 15 [\fB!\fP] \fB\-\-destination\-ports\fP,\fB\-\-dports\fP \fIport\fP[\fB,\fP\fIport\fP|\fB,\fP\fIport… 16 Match if the destination port is one of the given ports. The flag 20 [\fB!\fP] \fB\-\-ports\fP \fIport\fP[\fB,\fP\fIport\fP|\fB,\fP\fIport\fP\fB:\fP\fIport\fP]... [all …]
|
D | libxt_multiport.c | 26 " --source-ports port[,port,port...]\n" in multiport_help() 29 " --destination-ports port[,port,port...]\n" in multiport_help() 32 " --ports port[,port,port]\n" in multiport_help() 41 "[!] --source-ports port[,port:port,port...]\n" in multiport_help_v1() 44 "[!] --destination-ports port[,port:port,port...]\n" in multiport_help_v1() 47 "[!] --ports port[,port:port,port]\n" in multiport_help_v1() 52 {.name = "source-ports", .id = O_SOURCE_PORTS, .type = XTTYPE_STRING, 56 {.name = "destination-ports", .id = O_DEST_PORTS, 60 {.name = "ports", .id = O_SD_PORTS, .type = XTTYPE_STRING, 85 parse_multi_ports(const char *portstring, uint16_t *ports, const char *proto) in parse_multi_ports() argument [all …]
|
/external/crosvm/devices/src/virtio/console/ |
D | device.rs | 26 pub(crate) ports: Vec<ConsolePort>, field 33 pub(super) ports: Vec<ConsolePortSnapshot>, field 41 ports: vec![port], in new_single_port() 49 ports: Vec<ConsolePort>, in new_multi_port() 52 assert!(!ports.is_empty()); in new_multi_port() 58 ports, in new_multi_port() 68 self.ports.len() in max_ports() 75 let num_queues = self.ports.len().max(1); in max_queues() 95 self.ports.iter().flat_map(ConsolePort::keep_rds).collect() in keep_rds() 100 let ports = self in ensure_worker_started() localVariable [all …]
|
/external/skia/include/ports/ |
D | BUILD.bazel | 12 visibility = ["//src/ports:__pkg__"], 18 visibility = ["//src/ports:__pkg__"], 28 "//src/ports:__pkg__", 35 visibility = ["//src/ports:__pkg__"], 41 visibility = ["//src/ports:__pkg__"], 47 visibility = ["//src/ports:__pkg__"], 53 visibility = ["//src/ports:__pkg__"], 59 visibility = ["//src/ports:__pkg__"], 81 visibility = ["//src/ports:__pkg__"], 89 visibility = ["//src/ports:__pkg__"], [all …]
|
/external/selinux/libsemanage/src/ |
D | ports_local.c | 78 semanage_port_t **ports = NULL; in semanage_port_validate_local() local 82 /* List and sort the ports */ in semanage_port_validate_local() 83 if (semanage_port_list_local(handle, &ports, &nports) < 0) in semanage_port_validate_local() 85 qsort(ports, nports, sizeof(semanage_port_t *), in semanage_port_validate_local() 92 int proto = semanage_port_get_proto(ports[i]); in semanage_port_validate_local() 93 int low = semanage_port_get_low(ports[i]); in semanage_port_validate_local() 94 int high = semanage_port_get_high(ports[i]); in semanage_port_validate_local() 106 proto2 = semanage_port_get_proto(ports[j]); in semanage_port_validate_local() 107 low2 = semanage_port_get_low(ports[j]); in semanage_port_validate_local() 108 high2 = semanage_port_get_high(ports[j]); in semanage_port_validate_local() [all …]
|
/external/pigweed/pw_system/py/pw_system/ |
D | find_serial_port.py | 14 """Find serial ports.""" 40 '--list-ports', 47 help='Print ports matching this product name.', 52 help='Print ports matching this manufacturer name.', 57 help='Print ports matching this serial number.', 68 def _print_ports(ports: Sequence[ListPortInfo]): 69 for cp in ports: 95 ports = sorted(comports(), key=operator.attrgetter('device')) 98 _print_ports(ports) 111 for port in ports: [all …]
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_port_finder.py | 19 Responsible for finding all ports connected to the chameleon board. 21 It does not verify if these ports are connected to DUT. 28 Chameleon board whose ports we are interested 40 ports as the first element and failed ports as second element. 65 ports_to_str = lambda ports: ', '.join( argument 67 for p in ports) 78 text += ('DUT failed to detect Chameleon ports: %s' 86 Responsible for finding all input ports connected to the chameleon board. 93 input ports as the first element and failed ports as second 105 Responsible for finding all output ports connected to the chameleon board. [all …]
|
/external/autotest/server/site_tests/firmware_ECUsbPorts/ |
D | firmware_ECUsbPorts.py | 21 # Delay between turning off and on USB ports 51 Turn off USB ports and also kill FAFT client so that this acts like a 52 reboot. If USB ports cannot be turned off or on, reboot step would 58 # Port disable - same for smart and dumb ports. 90 """Probe the EC's gpio pins to determine the number of USB-A ports""" 95 # Enforce that zero ports are specified explicitly. Without 98 # someone notices this device does indeed have USB-A ports. 101 "No USB A ports could be found. If this device has " 102 "no USB-A ports, specify usb_a_port_count: 0 in your " 105 logging.info("Found %d USB ports via probe", cnt) [all …]
|
/external/coreboot/payloads/libpayload/drivers/usb/ |
D | ehci_rh.c | 39 * of ports, while ports[] spans [0,n_ports-1], 42 volatile portsc_t *ports; member 73 RH_INST(dev)->ports[port] |= P_CONN_STATUS_CHANGE; in ehci_rh_hand_over_port() 76 RH_INST(dev)->ports[port] |= P_PORT_OWNER; in ehci_rh_hand_over_port() 80 while (!(RH_INST(dev)->ports[port] & P_CONN_STATUS_CHANGE) && timeout--) in ehci_rh_hand_over_port() 82 if (!(RH_INST(dev)->ports[port] & P_CONN_STATUS_CHANGE)) { in ehci_rh_hand_over_port() 87 RH_INST(dev)->ports[port] |= P_CONN_STATUS_CHANGE; in ehci_rh_hand_over_port() 102 if (RH_INST(dev)->ports[port] & P_CURR_CONN_STATUS) { in ehci_rh_scanport() 105 (RH_INST(dev)->ports[port] & P_LINE_STATUS) == in ehci_rh_scanport() 114 RH_INST(dev)->ports[port] = (RH_INST(dev)->ports[port] & ~P_PORT_ENABLE) | P_PORT_RESET; in ehci_rh_scanport() [all …]
|
/external/trusty/arm-trusted-firmware/fdts/ |
D | morello-coresight.dtsi | 29 out-ports { 52 out-ports { 75 out-ports { 98 out-ports { 109 out-ports { 116 in-ports { 136 out-ports { 143 in-ports { 166 in-ports { 180 out-ports { [all …]
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | devlink_port_split.py | 15 # First, check that all the ports with 1 lane fail to split. 16 # Second, check that all the ports with more than 1 lane can be split 45 Class that holds information on the devlink ports, required to the tests; 46 if_names: A list of interfaces in the devlink ports. 51 Get a list of physical devlink ports. 60 ports = json.loads(stdout)['port'] 62 for port in ports: 64 if ports[port]['flavour'] == 'physical': 65 arr.append(Port(bus_info=port, name=ports[port]['netdev'])) 107 Split $port into $k ports. [all …]
|
/external/libchrome/mojo/core/ports/ |
D | node.h | 18 #include "mojo/core/ports/event.h" 19 #include "mojo/core/ports/name.h" 20 #include "mojo/core/ports/port.h" 21 #include "mojo/core/ports/port_ref.h" 22 #include "mojo/core/ports/user_data.h" 26 namespace ports { 51 // A Node maintains a collection of Ports (see port.h) indexed by unique 128-bit 53 // Ports within the Node and to or from other Nodes in the system. Typically 57 // New Ports can be created uninitialized using CreateUninitializedPort (and 59 // state using CreatePortPair(). Initialized ports have exactly one conjugate [all …]
|
/external/cronet/stable/base/apple/ |
D | mach_port_rendezvous.h | 46 // calling code register a collection of ports for the new child. In order to 47 // acquire the ports, a child looks up the rendezvous server in the bootstrap 49 // contains the registered ports. 68 // To avoid leaking ports, either use dispositions that create rights during 86 // The collection of ports to pass to a child process. There are no restrictions 105 // Ask for the associated ports associated with `audit_token`. 107 // retrieve ports. 125 // `reply_port` containing descriptors for the specified `ports` and 129 const MachPortsForRendezvous& ports, 140 MachPortRendezvousServerIOS(const MachPortsForRendezvous& ports); [all …]
|
/external/cronet/tot/base/apple/ |
D | mach_port_rendezvous.h | 46 // calling code register a collection of ports for the new child. In order to 47 // acquire the ports, a child looks up the rendezvous server in the bootstrap 49 // contains the registered ports. 68 // To avoid leaking ports, either use dispositions that create rights during 86 // The collection of ports to pass to a child process. There are no restrictions 105 // Ask for the associated ports associated with `audit_token`. 107 // retrieve ports. 125 // `reply_port` containing descriptors for the specified `ports` and 129 const MachPortsForRendezvous& ports, 140 MachPortRendezvousServerIOS(const MachPortsForRendezvous& ports); [all …]
|
/external/coreboot/Documentation/gfx/ |
D | libgfxinit.md | 67 Internal ports share some hardware blocks (e.g. backlight, panel 91 *libgfxinit* needs to know which ports are implemented on a board 93 constrain the list of ports to probe, 1. port presence straps on 94 the mainboard, and 2. a list of ports provided by *coreboot* (see 101 If ports are not strapped as implemented by error, one can select 106 In the opposite case, that ports are strapped as implemented, 108 list of ports in *coreboot* omits them. 110 The mapping between the physical ports and these entries depends on 115 ports : HW.GFX.GMA.Display_Probing.Port_List; 119 function ports return HW.GFX.GMA.Display_Probing.Port_List; [all …]
|