HomeSort by relevance Sort by last modified time
    Searched refs:port (Results 526 - 550 of 1683) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebKit/win/
WebSecurityOrigin.h 58 virtual HRESULT STDMETHODCALLTYPE port(
  /external/webkit/Source/WebKit2/Shared/mac/
ShareableSurface.cpp 75 handle.m_port = machPort.port();
166 mach_port_t port = IOSurfaceCreateMachPort(m_ioSurface.get()); local
167 if (port == MACH_PORT_NULL)
170 handle.m_port = port;
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
win.py 29 """WebKit Win implementation of the Port interface."""
33 from webkitpy.layout_tests.port.webkit import WebKitPort
35 _log = logging.getLogger("webkitpy.layout_tests.port.win")
39 """WebKit Win implementation of the Port class."""
54 # pushed into base.Port.
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
commandtest.py 44 options.port = 'MOCK port'
earlywarningsystem.py 41 self.port = WebKitPort.port(self.port_name)
50 self.port.flag(),
64 self.port.flag(),
137 # Use debug, the Apple Win port fails to link Release on 32-bit Windows.
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
build.py 44 self._tool.executive.run_and_throw_if_fail(self._tool.port().build_webkit_command(build_style=build_style), self._options.quiet)
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 63 int port) {
69 ssl ? STANDARD_PORT : port));
72 SSLUtils.getHttpSocketFactory(false, keyManager), ssl ? port : STANDARD_SSL_PORT));
76 ssl ? port : STANDARD_SSL_PORT));
  /packages/apps/Email/src/com/android/email/mail/
Transport.java 63 * Sets the port
65 public void setPort(int port);
73 * Returns the port or {@code 0} if none was specified.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
comstats.h 4 * comstats.h -- Serial Port Stats.
30 * Serial port stats structure. The structure itself is UART
38 unsigned long port; member in struct:__anon23056
111 * private port, panel and board structures. The argument required
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 4 * comstats.h -- Serial Port Stats.
30 * Serial port stats structure. The structure itself is UART
38 unsigned long port; member in struct:__anon24646
111 * private port, panel and board structures. The argument required
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
comstats.h 4 * comstats.h -- Serial Port Stats.
30 * Serial port stats structure. The structure itself is UART
38 unsigned long port; member in struct:__anon26158
111 * private port, panel and board structures. The argument required
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
Win32PipeStream.cpp 54 /* Initialize the pipe name corresponding to a given port
76 int Win32PipeStream::listen(unsigned short port)
78 // just save the port number for accept()
79 m_port = port;
123 int Win32PipeStream::connect(unsigned short port)
129 make_pipe_name(path, sizeof(path), port);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 371 :port,
382 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT )
417 opt.on( '--port NUMBER', Integer, "port number to use for the debug socket" ) do |number|
418 @port = number
452 parser_options[ :port ] = @port
497 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT
    [all...]
  /external/bluetooth/glib/gio/fen/
fen-kernel.c 46 #define F_PORT(pfo) (((_f *)(pfo))->port->port)
52 static GHashTable *_obj_fen_hash = NULL; /* <user_data, port> */
61 long ref; /* how many fds are associated to this port */
62 int port; member in struct:pnode
67 pnode_t* port; member in struct:__anon2316
221 if (port_getn (pn->port, pe, PE_ALLOC, &nget, &timeout) == 0) {
228 /* If got FILE_EXCEPTION or add to port failed,
243 pnode_delete (fo->port);
279 FK_W ("PORT : move to visible queue - [pn] 0x%p [ref] %d\n", pn, pn->ref)
    [all...]
  /external/chromium/chrome/browser/chromeos/
proxy_cros_settings_provider.cc 285 uint16 port = 0; local
287 port = proxy.server.host_port_pair().port();
288 if (host.length() == 0 && port == 0)
290 if (port == 0)
291 port = net::ProxyServer::GetDefaultPortForScheme(scheme);
292 net::HostPortPair host_port_pair(host, port);
297 uint16 port,
303 if (host.length() == 0 && port == 0)
305 net::HostPortPair host_port_pair(host, port);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 276 port: '1234'
283 this.assertEqual(1234, single.port);
304 port: 80
316 this.assertEqual(80, single.port);
326 port: 1
331 port: 2
336 port: 3
341 port: 4
355 this.assertEqual(1, server.port);
360 this.assertEqual(2, server.port);
    [all...]
  /external/qemu/slirp-android/
udp.c 134 if (slirp_should_drop(ntohl(ip->ip_dst.addr), ntohs(uh->uh_dport.port),
139 ntohs(uh->uh_sport.port),
141 ntohs(uh->uh_dport.port),
150 ntohs(uh->uh_sport.port),
152 ntohs(uh->uh_dport.port),
204 if (ntohs(uh->uh_dport.port) == 53) {
451 uint16_t d_port; // destination port
454 uint16_t s_port; // source port
469 * do any other tests, just replace the address and port
486 udp_listen(u_int port, u_int32_t laddr, u_int lport, int flags
    [all...]
  /external/webkit/Source/WebKit2/Platform/CoreIPC/mac/
ConnectionMac.cpp 91 // Create the receive port.
99 // Set the dead name handler for our send port.
103 // Change the message queue length for the receive port.
109 // If we have an exception port, register the data available handler and send over the port to the other end.
187 descriptor->port.name = attachment.port();
188 descriptor->port.disposition = attachment.disposition();
189 descriptor->port.type = MACH_MSG_PORT_DESCRIPTOR;
261 attachments.append(Attachment(descriptor->port.name, descriptor->port.disposition))
348 MachPort port; local
    [all...]
  /system/core/adb/
services.c 139 int port = (int)cookie; local
141 if (port <= 0) {
142 snprintf(buf, sizeof(buf), "invalid port\n");
148 snprintf(value, sizeof(value), "%d", port);
149 property_set("service.adb.tcp.port", value);
150 snprintf(buf, sizeof(buf), "restarting in TCP mode port: %d\n", port);
159 property_set("service.adb.tcp.port", "0");
408 int port = atoi(name + 4); local
411 ret = socket_loopback_client(port, SOCK_STREAM)
476 int port; local
    [all...]
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
FileTransferService.java 51 int port = intent.getExtras().getInt(EXTRAS_GROUP_OWNER_PORT); local
56 socket.connect((new InetSocketAddress(host, port)), SOCKET_TIMEOUT);
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ASTDbg.stg 61 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, <if(TREE_PARSER)>input.TreeAdaptor<else>adaptor<endif> );
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
ASTDbg.stg 65 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, <if(TREE_PARSER)>input.TreeAdaptor<else>adaptor<endif> );
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
ASTDbg.stg 54 new DebugEventSocketProxy(this,port,<if(TREE_PARSER)>input.getTreeAdaptor()<else>adaptor<endif>);
  /external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/net/
UnixSocketTest.java 104 // Port 0 is not allowed to be used in connect() on some platforms,
105 // get a free port here
107 int port = ss.getLocalPort(); local
110 Socket socket = new Socket("127.0.0.1", port, false);
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 70 private int port; field in class:Support_HttpServer
93 return port;
96 public void startServer(final int port) {
101 this.port = port;
107 serversocket.setPort(port);
133 Assert.fail("Test server error on HTTP Server on port "
134 + port + ": " + e);
155 // wait for the port to be opened before continuing
367 // "http://localhost:<port>/redirectTest.html/<3XX level respons
    [all...]

Completed in 1212 milliseconds

<<21222324252627282930>>