/aosp_15_r20/external/skia/gn/ |
H A 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 …]
|
/aosp_15_r20/external/arm-trusted-firmware/plat/renesas/common/ |
H A 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 …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/libchrome/mojo/core/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/pdfium/skia/ |
H A D | BUILD.gn | 186 "//third_party/skia/src/ports/SkGlobalInitialization_default.cpp", 187 "//third_party/skia/src/ports/SkImageGenerator_none.cpp", 188 "//third_party/skia/src/ports/SkOSFile_stdio.cpp", 193 "//third_party/skia/src/ports/SkDiscardableMemory_none.cpp", 194 "//third_party/skia/src/ports/SkMemory_malloc.cpp", 231 # Select Skia ports. 237 "//third_party/skia/src/ports/SkFontHost_FreeType.cpp", 238 "//third_party/skia/src/ports/SkFontHost_FreeType_common.cpp", 244 "//third_party/skia/src/ports/SkFontHost_win.cpp", 249 "//third_party/skia/src/ports/SkFontMgr_custom.cpp", [all …]
|
/aosp_15_r20/hardware/interfaces/audio/aidl/default/ |
H A D | Configuration.cpp | 159 // Device ports: 171 // Mix ports: 205 // Device ports in getPrimaryConfiguration() 211 c.ports.push_back(speakerOutDevice); in getPrimaryConfiguration() 220 c.ports.push_back(micInDevice); in getPrimaryConfiguration() 228 c.ports.push_back(telephonyTxOutDevice); in getPrimaryConfiguration() 236 c.ports.push_back(telephonyRxInDevice); in getPrimaryConfiguration() 243 c.ports.push_back(fmTunerInDevice); in getPrimaryConfiguration() 248 // Mix ports in getPrimaryConfiguration() 256 c.ports.push_back(primaryOutMix); in getPrimaryConfiguration() [all …]
|
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/gensrcs/external/iptables/extensions/ |
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 …]
|
/aosp_15_r20/external/iptables/extensions/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/out/soong/.intermediates/external/iptables/extensions/libext_srcs/gen/0/external/iptables/extensions/ |
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 …]
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/fakes/ |
H A 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 …]
|
/aosp_15_r20/external/cronet/base/mac/ |
H A D | mach_port_rendezvous.h | 41 // calling code register a collection of ports for the new child. In order to 42 // acquire the ports, a child looks up the rendezvous server in the bootstrap 44 // contains the registered ports. 63 // To avoid leaking ports, either use dispositions that create rights during 81 // The collection of ports to pass to a child process. There are no restrictions 100 // Ask for the associated ports associated with `pid`. `pid` will 109 // |reply_port| containing descriptors for the specified |ports|. 112 const MachPortsForRendezvous& ports); 122 MachPortRendezvousServer(const MachPortsForRendezvous& ports); 140 // An implementation class that uses bootstrap to register ports to many [all …]
|
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/ |
D | sl4a_session.py | 100 return self._create_rpc_connection(ports=sl4a_ports.Sl4aPorts( 141 def _create_rpc_connection(self, ports=None, uid=UNKNOWN_UID): argument 142 """Creates an RPC Connection with the specified ports. 145 ports: A Sl4aPorts object or a tuple of (host/client_port, 149 Note that these ports are only suggestions. If they are not 156 if ports is None: 157 ports = sl4a_ports.Sl4aPorts(0, 0, 0) 159 ports.server_port = self.obtain_server_port(ports.server_port) 160 self.server_port = ports.server_port 162 ports.forwarded_port = self._create_forwarded_port( [all …]
|
/aosp_15_r20/external/crosvm/devices/src/virtio/console/ |
H A D | device.rs | 27 pub(crate) ports: Vec<ConsolePort>, field 34 ports: Vec<ConsolePortSnapshot>, field 42 ports: vec![port], in new_single_port() 50 ports: Vec<ConsolePort>, in new_multi_port() 53 assert!(!ports.is_empty()); in new_multi_port() 59 ports, in new_multi_port() 69 self.ports.len() in max_ports() 76 let num_queues = self.ports.len().max(1); in max_queues() 96 self.ports.iter().flat_map(ConsolePort::keep_rds).collect() in keep_rds() 101 let ports = self in ensure_worker_started() localVariable [all …]
|
/aosp_15_r20/device/linaro/poplar/media/ |
D | media_codecs.xml | 46 <Quirk name="requires-allocate-on-input-ports" /> 47 <Quirk name="requires-allocate-on-output-ports" /> 53 "requires-allocate-on-input-ports" 58 "requires-allocate-on-output-ports" 105 <Quirk name="requires-allocate-on-input-ports" /> 106 <Quirk name="requires-allocate-on-output-ports" /> 118 <Quirk name="requires-allocate-on-input-ports" /> 119 <Quirk name="requires-allocate-on-output-ports" /> 131 <Quirk name="requires-allocate-on-input-ports" /> 132 <Quirk name="requires-allocate-on-output-ports" /> [all …]
|
/aosp_15_r20/external/autotest/client/cros/chameleon/ |
H A 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | InstanceGroup.java | 221 …fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple… 236 …fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple… 259 …fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple… 452 …ports by the assigned name instead of a port number. Named ports can also contain multiple ports. … 465 …ports by the assigned name instead of a port number. Named ports can also contain multiple ports. … 479 …ports by the assigned name instead of a port number. Named ports can also contain multiple ports. … 492 …ports by the assigned name instead of a port number. Named ports can also contain multiple ports. … 505 …ports by the assigned name instead of a port number. Named ports can also contain multiple ports. … 1871 …fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple… 1885 …fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple… [all …]
|
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | Filter.java | 29 * Filters may have any number of input and output ports, through which the data frames flow. 176 * Returns the filter's set of input ports. 177 * Note that this contains only the *connected* input ports. To retrieve all 178 * input ports that this filter accepts, one has to go via the filter's Signature. 180 * @return An array containing all connected input ports. 187 * Returns the filter's set of output ports. 188 * Note that this contains only the *connected* output ports. To retrieve all 189 * output ports that this filter provides, one has to go via the filter's Signature. 191 * @return An array containing all connected output ports. 199 * Note that this can only access the *connected* input ports. To retrieve all [all …]
|
H A D | GraphExporter.java | 38 * Optionally, one may /exclude/ unconnected optional ports (third parameter = false), 69 // Write upper part of element (i.e., input ports) in exportAsDot() 84 // Write lower part of element (i.e., output ports) in exportAsDot() 100 // Iterate over all filters again to collect connections and find unconnected ports in exportAsDot() 118 ? "red" : "blue"; // red for unconnected, required ports in exportAsDot() 136 ? "red" : "blue"; // red for unconnected, required ports in exportAsDot() 160 // Retrieve all input ports of a filter, including: 161 // unconnected ports (which can not be retrieved from the filter, only from the signature), and 162 // additional (connected) ports not listed in the signature (which is allowed by default, 164 // With second parameter = false, *omit* unconnected optional ports. [all …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/ |
H A 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 …]
|
/aosp_15_r20/external/libchrome/mojo/core/ports/ |
H A 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 …]
|