/external/opencore/nodes/pvcommsionode/include/ |
pv_comms_io_node_events.h | 40 //This error code indicates that no ports exist, but ports are
|
/external/opencore/nodes/pvmediainputnode/include/ |
pvmf_media_input_node_events.h | 40 //This error code indicates that no ports exist, but ports are
|
/dalvik/vm/arch/generic/ |
Hints.c | 44 * appropriate arch/<target>/ directory for new target ports. The hints
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
RFC2965Spec.java | 192 int[] ports = cookie.getPorts(); local 193 if (ports != null) { 194 for (int i = 0, len = ports.length; i < len; i++) { 198 buffer.append(Integer.toString(ports[i]));
|
/external/dropbear/ |
dropbear.8 | 84 Allow remote hosts to connect to forwarded ports.
|
svr-main.c | 170 dropbear_exit("No listening ports available."); 394 /* Set up listening sockets for all the requested ports */ 406 TRACE(("listening on '%s:%s'", svr_opts.addresses[i], svr_opts.ports[i])) 408 nsock = dropbear_listen(svr_opts.addresses[i], svr_opts.ports[i], &sock[sockpos], 414 svr_opts.ports[i], errstring);
|
/external/netcat/data/ |
pmap-dump.d | 59 # and ports that rpcinfo knows how to decode. For the moment, you get
|
/external/tcpdump/ |
print-cnfp.c | 74 u_int32_t ports; /* src,dst ports */ member in struct:nfrec 142 EXTRACT_32BITS(&nr->ports) >> 16); 151 EXTRACT_32BITS(&nr->ports) & 0xffff);
|
/external/webkit/JavaScriptCore/wtf/ |
ThreadSpecificWin.cpp | 27 #error This file should not be compiled by ports that do not use Windows native ThreadSpecific implementation.
|
/external/webkit/WebCore/dom/ |
MessageEvent.idl | 38 readonly attribute [CustomGetter] Array ports;
|
ScriptExecutionContext.cpp | 153 Vector<MessagePort*> ports; local 154 copyToVector(m_messagePorts, ports); 156 unsigned portCount = ports.size(); 158 MessagePort* port = ports[i];
|
/hardware/broadcom/wlan/bcm4329/src/dongle/ |
dngl_stats.h | 3 * ports
|
/external/ipsec-tools/src/racoon/doc/ |
FAQ | 44 sets IKE ports in SAD and SPD so that the kernel is 46 Some kernel will not cope with that ports. Use that 47 option to force the ports to 0 in SAD ans SPD. Of
|
/external/opencore/nodes/pvdummyinputnode/include/ |
pvmf_fileinput_port.h | 53 * Input (sink) ports have a simple flow control scheme. 54 * Ports report "busy" when their queue is full, then when the 58 * Output (source) ports assume the connected port uses the
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
pvmf_mp3ffparser_outport.h | 49 * Input (sink) ports have a simple flow control scheme. 50 * Ports report "busy" when their queue is full, then when the 54 * Output (source) ports assume the connected port uses the
|
/external/webkit/WebCore/bindings/v8/custom/ |
V8MessagePortCustom.cpp | 103 v8::Local<v8::Object> ports = v8::Local<v8::Object>::Cast(value); local 110 v8::Local<v8::Value> sequenceLength = ports->Get(v8::String::New("length")); 120 v8::Local<v8::Value> port = ports->Get(v8::Integer::New(i));
|
/external/webkit/WebCore/platform/graphics/ |
ImageSource.cpp | 129 // Zero-height images can cause problems for some ports. If we have an 134 // Return the buffer contents as a native image. For some ports, the data 160 // Ports that check the result of this function to determine their
|
/external/webkit/WebKitTools/Scripts/webkitpy/ |
webkitport.py | 29 # WebKit's Python module for understanding the various ports 46 ports = { 53 return ports.get(port_name, MacPort)
|
/sdk/ddms/app/src/com/android/ddms/ |
DebugPortProvider.java | 42 * debugger ports. 78 * Returns the map of Static debugger ports. The map links device serial numbers to 79 * a map linking application name to debugger ports.
|
/external/skia/xcode/SampleCode/SampleCode.xcodeproj/ |
project.pbxproj | 163 containerPortal = 00ED8C1B0D3E999300651393 /* ports-mac.xcodeproj */; 166 remoteInfo = "ports-mac"; 170 containerPortal = 00ED8C1E0D3E999300651393 /* ports.xcodeproj */; 173 remoteInfo = ports; 191 containerPortal = 00ED8C1B0D3E999300651393 /* ports-mac.xcodeproj */; 194 remoteInfo = "ports-mac"; 198 containerPortal = 00ED8C1E0D3E999300651393 /* ports.xcodeproj */; 201 remoteInfo = ports; 327 00ED8C1B0D3E999300651393 /* ports-mac.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "ports-mac.xcodeproj"; path = "../ports-mac.xcodeproj"; sourceTree = SOURCE_ROOT; } [all...] |
/external/iptables/extensions/ |
libip6t_sctp.c | 84 u_int16_t *ports) 92 ports[0] = ports[1] = parse_port(buffer, "sctp"); 98 ports[0] = buffer[0] ? parse_port(buffer, "sctp") : 0; 99 ports[1] = cp[0] ? parse_port(cp, "sctp") : 0xFFFF; 101 if (ports[0] > ports[1])
|
libipt_sctp.c | 85 u_int16_t *ports) 93 ports[0] = ports[1] = parse_port(buffer, "sctp"); 99 ports[0] = buffer[0] ? parse_port(buffer, "sctp") : 0; 100 ports[1] = cp[0] ? parse_port(cp, "sctp") : 0xFFFF; 102 if (ports[0] > ports[1])
|
/external/opencore/engines/2way/src/ |
pv_2way_datapath.h | 102 EUseOtherNodePortFormat, //Format is set to whatever the other node port is set to (nodes in a datapath have only 2 ports) 111 * Specifies a pair of node ports that describe a data connection and the status of the ports.
|
/external/opencore/nodes/streaming/jitterbuffernode/src/ |
pvmf_jitter_buffer_port.cpp | 83 * Input ports have tags: 0, 3, 6, ... 84 * Output ports have tags: 1, 4, 7, ... 85 * Feedback ports have tags: 2, 5, 8, ...
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
Channel.java | 24 * hardware devices, I/O ports or some software component.
|