HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 201 - 225 of 2282) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/inspector/
injected-script.h 37 #include "src/inspector/protocol/Forward.h"
38 #include "src/inspector/protocol/Runtime.h"
51 using protocol::Maybe;
52 using protocol::Response;
64 std::unique_ptr<protocol::Array<protocol::Runtime::PropertyDescriptor>>*
66 Maybe<protocol::Runtime::ExceptionDetails>*);
72 std::unique_ptr<protocol::Runtime::RemoteObject>* result) const;
82 std::unique_ptr<protocol::Runtime::RemoteObject> wrapTable(
89 Response resolveCallArgument(protocol::Runtime::CallArgument*
    [all...]
v8-debugger-agent-impl.cc 13 #include "src/inspector/protocol/Protocol.h"
31 using protocol::Array;
32 using protocol::Maybe;
33 using protocol::Debugger::BreakpointId;
34 using protocol::Debugger::CallFrame;
35 using protocol::Runtime::ExceptionDetails;
36 using protocol::Runtime::ScriptId;
37 using protocol::Runtime::StackTrace;
38 using protocol::Runtime::RemoteObject
    [all...]
  /external/webrtc/talk/app/webrtc/
sctputils_unittest.cc 71 EXPECT_EQ(config.protocol.size(), protocol_length);
78 EXPECT_EQ(config.protocol, protocol_output);
85 config.protocol = "y";
98 EXPECT_EQ(config.protocol, output_config.protocol);
109 config.protocol = "y";
122 EXPECT_EQ(config.protocol, output_config.protocol);
132 config.protocol = "y";
145 EXPECT_EQ(config.protocol, output_config.protocol)
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
SSLUtilsTest.java 60 "protocol-1".getBytes(UTF_8),
61 "protocol-2".getBytes(UTF_8),
62 "protocol-3".getBytes(UTF_8),
82 "protocol-1".getBytes(UTF_8),
83 "protocol-2".getBytes(UTF_8),
84 "protocol-3".getBytes(UTF_8),
135 for (byte[] protocol : protocols) {
136 encodedLength += protocol.length;
140 byte[] protocol = protocols[i];
141 encoded[encodedIndex++] = (byte) protocol.length
    [all...]
  /system/core/adb/
shell_service_protocol_test.cpp 63 for (ShellProtocol* protocol : {read_protocol_, write_protocol_}) {
64 if (protocol) {
65 delete protocol;
90 bool PacketEquals(const ShellProtocol* protocol, ShellProtocol::Id id,
93 return (protocol->id() == id &&
94 protocol->data_length() == data_length &&
95 !memcmp(data, protocol->data(), data_length));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/
audio.h 263 int protocol)
265 if (protocol == UAC_VERSION_1)
276 int protocol)
278 return (protocol == UAC_VERSION_1) ?
284 int protocol)
286 return (protocol == UAC_VERSION_1) ?
347 int protocol)
349 if (protocol == UAC_VERSION_1)
360 int protocol)
362 return (protocol == UAC_VERSION_1)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
shelve.py 92 def __init__(self, dict, protocol=None, writeback=False):
94 if protocol is None:
95 protocol = 0
96 self._protocol = protocol
185 def __init__(self, dict, protocol=None, writeback=False):
186 Shelf.__init__(self, dict, protocol, writeback)
221 def __init__(self, filename, flag='c', protocol=None, writeback=False):
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
226 def open(filename, flag='c', protocol=None, writeback=False):
233 anydbm.open(). The optional protocol parameter specifies the
    [all...]
  /external/curl/docs/cmdline-opts/
proto.d 8 evaluated left to right, are comma separated, and are each a protocol name or
13 Permit this protocol in addition to protocols already permitted (this is
17 Deny this protocol, removing it from the list of protocols already permitted.
20 Permit only this protocol (ignoring the list already permitted), though
40 support for that protocol being built into curl to avoid an error.
  /external/python/cpython2/Lib/
shelve.py 92 def __init__(self, dict, protocol=None, writeback=False):
94 if protocol is None:
95 protocol = 0
96 self._protocol = protocol
189 def __init__(self, dict, protocol=None, writeback=False):
190 Shelf.__init__(self, dict, protocol, writeback)
225 def __init__(self, filename, flag='c', protocol=None, writeback=False):
227 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
230 def open(filename, flag='c', protocol=None, writeback=False):
237 anydbm.open(). The optional protocol parameter specifies th
    [all...]
  /external/python/cpython3/Lib/
shelve.py 84 def __init__(self, dict, protocol=None, writeback=False,
87 if protocol is None:
88 protocol = 3
89 self._protocol = protocol
188 def __init__(self, dict, protocol=None, writeback=False,
190 Shelf.__init__(self, dict, protocol, writeback, keyencoding)
225 def __init__(self, filename, flag='c', protocol=None, writeback=False):
227 Shelf.__init__(self, dbm.open(filename, flag), protocol, writeback)
230 def open(filename, flag='c', protocol=None, writeback=False):
237 dbm.open(). The optional protocol parameter specifies th
    [all...]
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Conntrack_NATApp.cpp 102 IPACMDBG("%d: Proto[%d], port[%d]\n", cnt, pALGPorts[cnt].protocol, pALGPorts[cnt].port);
169 nat_rule.protocol = cache[cnt].protocol;
185 IPACMDBG("protocol: %d\n", nat_rule.protocol);
245 cache[cnt].protocol == rule->protocol)
247 log_nat(rule->protocol,rule->private_ip,rule->target_ip,rule->private_port,\
262 log_nat(rule->protocol,rule->private_ip,rule->target_ip,rule->private_port,\
272 cache[cnt].protocol == rule->protocol
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
shelve.py 92 def __init__(self, dict, protocol=None, writeback=False):
94 if protocol is None:
95 protocol = 0
96 self._protocol = protocol
185 def __init__(self, dict, protocol=None, writeback=False):
186 Shelf.__init__(self, dict, protocol, writeback)
221 def __init__(self, filename, flag='c', protocol=None, writeback=False):
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
226 def open(filename, flag='c', protocol=None, writeback=False):
233 anydbm.open(). The optional protocol parameter specifies th
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
shelve.py 92 def __init__(self, dict, protocol=None, writeback=False):
94 if protocol is None:
95 protocol = 0
96 self._protocol = protocol
185 def __init__(self, dict, protocol=None, writeback=False):
186 Shelf.__init__(self, dict, protocol, writeback)
221 def __init__(self, filename, flag='c', protocol=None, writeback=False):
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
226 def open(filename, flag='c', protocol=None, writeback=False):
233 anydbm.open(). The optional protocol parameter specifies th
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shelve.py 92 def __init__(self, dict, protocol=None, writeback=False):
94 if protocol is None:
95 protocol = 0
96 self._protocol = protocol
185 def __init__(self, dict, protocol=None, writeback=False):
186 Shelf.__init__(self, dict, protocol, writeback)
221 def __init__(self, filename, flag='c', protocol=None, writeback=False):
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
226 def open(filename, flag='c', protocol=None, writeback=False):
233 anydbm.open(). The optional protocol parameter specifies th
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shelve.py 92 def __init__(self, dict, protocol=None, writeback=False):
94 if protocol is None:
95 protocol = 0
96 self._protocol = protocol
185 def __init__(self, dict, protocol=None, writeback=False):
186 Shelf.__init__(self, dict, protocol, writeback)
221 def __init__(self, filename, flag='c', protocol=None, writeback=False):
223 Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
226 def open(filename, flag='c', protocol=None, writeback=False):
233 anydbm.open(). The optional protocol parameter specifies th
    [all...]
  /system/connectivity/wifilogd/
command_processor.cpp 32 #include "wifilogd/protocol.h"
137 if (n_bytes_read < sizeof(protocol::Command)) {
143 CopyFromBufferOrDie<protocol::Command>(input_buffer, n_bytes_read);
145 using protocol::Opcode;
170 SAFELY_CLAMP(command_len_in, uint16_t, 0, protocol::kMaxMessageSize);
175 protocol::kMaxMessageSize,
195 ByteBuffer<sizeof(TimestampHeader) + protocol::kMaxMessageSize>()
217 buffer_reader.CopyOutOrDie<protocol::Command>();
226 using protocol::Opcode;
258 if (buffer_reader.size() < sizeof(protocol::AsciiMessage))
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
Contacts_ContactMethodsTest.java 32 int protocol = ContactMethods.PROTOCOL_AIM; local
33 String encodedString = ContactMethods.encodePredefinedImProtocol(protocol);
35 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString));
37 protocol = ContactMethods.PROTOCOL_QQ;
38 encodedString = ContactMethods.encodePredefinedImProtocol(protocol);
40 assertEquals(protocol, ContactMethods.decodeImProtocol(encodedString));
42 String protocolString = "custom protocol";
  /external/iproute2/examples/diffserv/
Edge1 50 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 1 fw classid 1:1
51 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 2 fw classid 1:2
52 $TC filter add $EGDEV parent 1:0 protocol ip prio 4 handle 3 fw classid 1:3
  /libcore/ojluni/src/main/java/java/net/
Authenticator.java 145 * @param protocol The protocol that's requesting the connection
163 String protocol,
182 a.requestingProtocol = protocol;
205 * @param protocol The protocol that's requesting the connection
225 String protocol,
245 a.requestingProtocol = protocol;
266 * @param protocol The protocol that's requesting the connectio
    [all...]
  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 42 import org.apache.http.protocol.HTTP;
43 import org.apache.http.protocol.HttpContext;
44 import org.apache.http.protocol.ExecutionContext;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultUserTokenHandler.java 41 import org.apache.http.client.protocol.ClientContext;
43 import org.apache.http.protocol.ExecutionContext;
44 import org.apache.http.protocol.HttpContext;
  /external/python/cpython3/Modules/clinic/
_pickle.c.h 66 "Pickler(file, protocol=None, fix_imports=True)\n"
71 "The optional *protocol* argument tells the pickler to use the given\n"
72 "protocol; supported protocols are 0, 1, 2, 3 and 4. The default\n"
73 "protocol is 3; a backward-incompatible protocol designed for Python 3.\n"
75 "Specifying a negative protocol version selects the highest protocol\n"
76 "version supported. The higher the protocol used, the more recent the\n"
84 "If *fix_imports* is True and protocol is less than 3, pickle will try\n"
90 PyObject *protocol, int fix_imports)
99 PyObject *protocol = NULL; local
401 PyObject *protocol = NULL; local
446 PyObject *protocol = NULL; local
    [all...]
  /external/webrtc/talk/app/webrtc/objc/public/
RTCDataChannel.h 46 @property(nonatomic) NSString* protocol; variable
75 // Protocol for receving data channel state and message events.
76 @protocol RTCDataChannelDelegate<NSObject>
102 @property(nonatomic, readonly) NSString* protocol; variable
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_none.c 68 const char *ifname, const u8 *own_addr, unsigned short protocol,
96 unsigned short protocol,
101 return l2_packet_init(br_ifname, own_addr, protocol, rx_callback,
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
SwitchOnHoldCallController.java 24 import com.android.incallui.incall.protocol.InCallScreenDelegate;
25 import com.android.incallui.incall.protocol.SecondaryInfo;
26 import com.android.incallui.video.protocol.VideoCallScreenDelegate;

Completed in 722 milliseconds

1 2 3 4 5 6 7 891011>>