HomeSort by relevance Sort by last modified time
    Searched refs:ports (Results 276 - 300 of 672) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
attr-merge-vfp-4r.d 6 # This test is only valid on ELF based ports.
attr-merge-vfp-5.d 6 # This test is only valid on ELF based ports.
attr-merge-vfp-5r.d 6 # This test is only valid on ELF based ports.
attr-merge-vfp-6.d 6 # This test is only valid on ELF based ports.
attr-merge-vfp-6r.d 6 # This test is only valid on ELF based ports.
attr-merge-vfp-7.d 6 # This test is only valid on ELF based ports.
attr-merge-vfp-7r.d 6 # This test is only valid on ELF based ports.
attr-merge-wchar-00.d 6 # This test is only valid on ELF based ports.
attr-merge-wchar-02.d 6 # This test is only valid on ELF based ports.
attr-merge-wchar-04.d 6 # This test is only valid on ELF based ports.
attr-merge-wchar-20.d 6 # This test is only valid on ELF based ports.
attr-merge-wchar-22.d 6 # This test is only valid on ELF based ports.
attr-merge-wchar-40.d 6 # This test is only valid on ELF based ports.
attr-merge-wchar-44.d 6 # This test is only valid on ELF based ports.
eabi-hard-float.d 5 # This test is only valid on ELF based ports.
eabi-soft-float-ABI4.d 5 # This test is only valid on ELF based ports.
eabi-soft-float-r.d 5 # This test is only valid on ELF based ports.
eabi-soft-float.d 5 # This test is only valid on ELF based ports.
gc-hidden-1.d 6 # This test is only valid on ELF based ports.
  /external/libmojo/mojo/edk/system/
data_pipe_consumer_dispatcher.cc 74 const ports::PortRef& control_port,
333 ports::PortName* ports,
346 ports[0] = control_port_.name();
385 const ports::PortName* ports,
397 ports::PortRef port;
398 if (node_controller->node()->GetPort(ports[0], &port) != ports::OK)
520 ports::PortStatus port_status
    [all...]
data_pipe_producer_dispatcher.cc 73 const ports::PortRef& control_port,
315 ports::PortName* ports,
328 ports[0] = control_port_.name();
367 const ports::PortName* ports,
379 ports::PortRef port;
380 if (node_controller->node()->GetPort(ports[0], &port) != ports::OK)
498 ports::PortStatus port_status
    [all...]
  /hardware/intel/common/omx-components/videocodec/
OMXComponentCodecBase.cpp 36 if (this->ports) {
37 delete this->ports;
38 this->ports = NULL;
47 this->ports = new PortBase* [NUMBER_PORTS];
48 if (this->ports == NULL) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
UsbBackend.java 64 UsbPort[] ports = mUsbManager.getPorts(); local
65 if (ports == null) {
70 final int N = ports.length;
72 UsbPortStatus status = mUsbManager.getPortStatus(ports[i]);
74 mPort = ports[i];
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 132 ports = NULL;
497 port = ports[index];
568 port = ports[index];
626 if (ports)
674 if (nr_ports > p->nPortIndex && ports[p->nPortIndex]) {
675 memcpy(&paramPortDefinitionOutput,ports[p->nPortIndex]->GetPortDefinition(),
679 ports[p->nPortIndex]->SetPortDefinition(&paramPortDefinitionOutput, true);
962 if (ports)
964 port = ports[nPortIndex];
1015 if (ports)
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_roboswitch.c 62 u16 ports; member in struct:wpa_driver_roboswitch_data
241 u16 ports, const u8 *addr)
256 ROBO_ARLCTRL_VEC_1, &ports, 1);
260 ROBO_ARLCTRL_VEC_2, &ports, 1);
280 ROBO_ARLCTRL_VEC_1, &ports, 1);
287 u16 ports, const u8 *addr)
303 if (os_memcmp(addr_read, addr_be16, 6) == 0 && ports_read == ports) {
310 ports_read == ports) {
336 ports_read == ports) {
435 drv->ports = _read[0] & 0x001F
    [all...]

Completed in 352 milliseconds

<<11121314151617181920>>