HomeSort by relevance Sort by last modified time
    Searched refs:ports (Results 101 - 125 of 169) sorted by null

1 2 3 45 6 7

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
earlywarningsystem.py 31 from webkitpy.common.config.ports import WebKitPort
  /external/webkit/Tools/Scripts/webkitpy/tool/
main.py 38 from webkitpy.common.config.ports import WebKitPort
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 78 #define SNDRV_EMUX_MAX_PORTS 32 /* max # of sequencer ports */
99 int num_ports; /* number of ports to be created */
118 int ports[SNDRV_EMUX_MAX_PORTS]; /* The ports for this device */ member in struct:snd_emux
asequencer.h 110 #define SNDRV_SEQ_EVENT_PORT_SUBSCRIBED 66 /* ports connected */
111 #define SNDRV_SEQ_EVENT_PORT_UNSUBSCRIBED 67 /* ports disconnected */
194 unsigned char port; /**< Port within client: 0..255, 255 = broadcast to all ports */
205 #define SNDRV_SEQ_ADDRESS_SUBSCRIBERS 254 /* send event to all subscribed ports */
206 #define SNDRV_SEQ_ADDRESS_BROADCAST 255 /* send event to all queues/clients/ports/channels */
485 int ports; /* maximum ports per client */ member in struct:snd_seq_system_info
529 int num_ports; /* RO: number of ports */
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebWorkerClientImpl.cpp 363 OwnPtr<MessagePortArray> ports = local
367 thisPtr->m_worker->dispatchEvent(MessageEvent::create(ports.release(),
  /external/webkit/
Android.mk 88 external/skia/include/ports \
90 external/skia/src/ports \
  /external/openssh/
servconf.c 175 options->ports[options->num_ports++] = SSH_DEFAULT_PORT;
511 options->ports[options->num_ports++] = SSH_DEFAULT_PORT;
516 add_one_listen_addr(options, addr, options->ports[i]);
769 /* ignore ports from configfile if cmdline specifies ports */
773 fatal("%s line %d: ports must be specified before "
776 fatal("%s line %d: too many ports.",
782 options->ports[options->num_ports++] = a2port(arg);
783 if (options->ports[options->num_ports-1] <= 0)
    [all...]
  /frameworks/base/core/jni/
Android.mk 172 external/skia/src/ports \
  /bionic/libc/kernel/common/linux/
rtnetlink.h 352 } ports; member in union:rta_session::__anon453
  /external/iproute2/include/linux/
rtnetlink.h 393 } ports; member in union:rta_session::__anon7289
  /external/kernel-headers/original/linux/
serial_core.h 369 struct uart_port *uart_get_console(struct uart_port *ports, int nr,
  /external/webkit/Tools/wx/build/
settings.py 62 ports = [ variable
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
rtnetlink.h 379 } ports; member in union:rta_session::__anon23302
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtnetlink.h 379 } ports; member in union:rta_session::__anon24892
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
rtnetlink.h 379 } ports; member in union:rta_session::__anon26404
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java     [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.cpp 799 MessagePortArray ports; local
801 ports.append(port);
802 postMessage(message, &ports, targetOrigin, source, ec);
805 void DOMWindow::postMessage(PassRefPtr<SerializedScriptValue> message, const MessagePortArray* ports, const String& targetOrigin, DOMWindow* source, ExceptionCode& ec)
821 OwnPtr<MessagePortChannelArray> channels = MessagePort::disentanglePorts(ports, ec);
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java 78 int[] ports = Support_PortManager.getNextPortsForUDP(5); local
79 this.localAddr1 = new InetSocketAddress("127.0.0.1", ports[0]);
80 this.localAddr2 = new InetSocketAddress("127.0.0.1", ports[1]);
81 this.datagramSocket1 = new DatagramSocket(ports[2]);
82 this.datagramSocket2 = new DatagramSocket(ports[3]);
83 testPort = ports[4];
    [all...]
  /development/ndk/platforms/android-3/include/linux/
rtnetlink.h 309 } ports; member in union:rta_session::__anon1079
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 428 VPP_DPRINT(":: Ports Available in Fill_LCMLInitParams %ld\n ",pComponentPrivate->NumofOutputPort);
741 int ports; local
758 for (ports = 0; ports < NUM_OF_VPP_PORTS; ports++)
760 pComponentPrivate->sCompPorts[ports].pPortDef.bEnabled = OMX_TRUE;
784 for (ports = 0; ports < NUM_OF_VPP_PORTS; ports++) {
789 ports,
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
rtnetlink.h 309 } ports; member in union:rta_session::__anon21083
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
rtnetlink.h 309 } ports; member in union:rta_session::__anon27136
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
rtnetlink.h 309 } ports; member in union:rta_session::__anon27499
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
rtnetlink.h 309 } ports; member in union:rta_session::__anon27853
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
rtnetlink.h 309 } ports; member in union:rta_session::__anon28207

Completed in 2215 milliseconds

1 2 3 45 6 7