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

<<11121314151617181920>>

  /external/v8/src/inspector/
v8-value-copier.cc 76 protocol::Response toProtocolValue(v8::Local<v8::Context> context,
78 std::unique_ptr<protocol::Value>* result) {
79 using protocol::Response;
89 *result = protocol::Value::null();
94 protocol::FundamentalValue::create(value.As<v8::Boolean>()->Value());
101 *result = protocol::FundamentalValue::create(intValue);
104 *result = protocol::FundamentalValue::create(doubleValue);
109 protocol::StringValue::create(toProtocolString(value.As<v8::String>()));
114 std::unique_ptr<protocol::ListValue> inspectorArray =
115 protocol::ListValue::create()
    [all...]
  /external/webrtc/talk/app/webrtc/objc/public/
RTCMediaStreamTrack.h 33 @protocol RTCMediaStreamTrackDelegate<NSObject>
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallView.h 19 @protocol ARDVideoCallViewDelegate <NSObject>
  /frameworks/base/core/java/android/hardware/usb/
UsbInterface.java 54 int Class, int subClass, int protocol) {
60 mProtocol = protocol;
116 * Returns the interface's protocol field.
118 * @return the interface's protocol
173 int protocol = in.readInt();
175 UsbInterface intf = new UsbInterface(id, alternateSetting, name, Class, subClass, protocol);
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drv.h 40 * @protocol: protocol of rule (tcp/udp)
48 uint8_t protocol; member in struct:__anon49574
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
ipa_nat_test001.c 59 ipv4_rule.protocol = IPPROTO_TCP;
  /packages/apps/Dialer/java/com/android/dialer/p13n/inference/protocol/
P13nRanker.java 15 package com.android.dialer.p13n.inference.protocol;
  /packages/apps/Dialer/java/com/android/incallui/
AnswerScreenPresenterStub.java 20 import com.android.incallui.answer.protocol.AnswerScreenDelegate;
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
InCallButtonIdsExtension.java 17 package com.android.incallui.incall.protocol;
InCallButtonUi.java 17 package com.android.incallui.incall.protocol;
InCallButtonUiDelegate.java 17 package com.android.incallui.incall.protocol;
InCallScreen.java 17 package com.android.incallui.incall.protocol;
  /packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
VideoSurfaceTexture.java 17 package com.android.incallui.videosurface.protocol;
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
OmtpProtocol.java 17 package com.android.voicemail.impl.protocol;
VisualVoicemailProtocolFactory.java 17 package com.android.voicemail.impl.protocol;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_ip.h 37 __u8 protocol; member in struct:ebt_ip_info
ebt_ip6.h 37 __u8 protocol; member in struct:ebt_ip6_info
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbshelve.py 69 def _dumps(object, protocol):
70 return cPickle.dumps(object, protocol=protocol)
127 self.protocol = HIGHEST_PROTOCOL
129 self.protocol = 1
156 data = _dumps(value, self.protocol)
222 data = _dumps(value, self.protocol)
257 data = _dumps(value, self.protocol)
264 c.protocol = self.protocol
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbshelve.py 69 def _dumps(object, protocol):
70 return cPickle.dumps(object, protocol=protocol)
127 self.protocol = HIGHEST_PROTOCOL
129 self.protocol = 1
156 data = _dumps(value, self.protocol)
222 data = _dumps(value, self.protocol)
257 data = _dumps(value, self.protocol)
264 c.protocol = self.protocol
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 69 def _dumps(object, protocol):
70 return cPickle.dumps(object, protocol=protocol)
127 self.protocol = HIGHEST_PROTOCOL
129 self.protocol = 1
156 data = _dumps(value, self.protocol)
222 data = _dumps(value, self.protocol)
257 data = _dumps(value, self.protocol)
264 c.protocol = self.protocol
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 69 def _dumps(object, protocol):
70 return cPickle.dumps(object, protocol=protocol)
127 self.protocol = HIGHEST_PROTOCOL
129 self.protocol = 1
156 data = _dumps(value, self.protocol)
222 data = _dumps(value, self.protocol)
257 data = _dumps(value, self.protocol)
264 c.protocol = self.protocol
    [all...]
  /system/bt/bta/include/
bta_pan_ci.h 95 const RawAddress& dst, uint16_t protocol,
119 * Description This function is called to set protocol filters
  /system/bt/stack/include/
bnep_api.h 22 * Encapsilation Protocol (BNEP).
102 * Protocol
108 const RawAddress& dst, uint16_t protocol,
115 * Protocol
122 const RawAddress& dst, uint16_t protocol,
138 * Number of protocol filters present
173 p_filter_ind_cb; /* To indicate that peer set protocol filters */
294 * protocol - protocol type of the packet
310 uint16_t protocol,
    [all...]
pan_api.h 113 * Protocol
122 const RawAddress& dst, uint16_t protocol,
129 * Protocol
137 const RawAddress& dst, uint16_t protocol,
152 * Number of protocol filters present
189 pan_pfilt_ind_cb; /* protocol filter indication callback */
317 * protocol - protocol of the ethernet packet like IP or ARP
328 const RawAddress& src, uint16_t protocol,
344 * protocol - protocol of the ethernet packet like IP or AR
    [all...]
  /system/netd/server/dns/
DnsTlsServer.h 30 // secure protocol.
59 int protocol = IPPROTO_TCP; member in struct:android::net::DnsTlsServer

Completed in 495 milliseconds

<<11121314151617181920>>