/external/skia/include/core/ |
SkRelay.h | 23 * Similar to a weakptr in java, a Relay allows for a back-ptr to an 26 * Typically, the target creates a Relay with a pointer to itself. Whenever it 28 * Relay, which they ref()/unref(). Through the Relay each external object can 30 * clears the Relay pointer to it (relay->set(NULL)) and then unref()s the 31 * Relay. The other objects still have a ref on the Relay, but now when they
|
/device/google/accessory/demokit/app/res/values/ |
strings.xml | 9 <string name="relay1Label">Relay<sub>1</sub></string> 10 <string name="relay2Label">Relay<sub>2</sub></string>
|
/external/kernel-headers/original/linux/ |
relay.h | 2 * linux/include/linux/relay.h 30 * Per-cpu relay channel buffer 54 * Relay channel data structure 70 * Relay channel client callbacks 97 * buf_mapped - relay buffer mmap notification 99 * @filp: relay file pointer 101 * Called when a relay file is successfully mmapped 107 * buf_unmapped - relay buffer unmap notification 109 * @filp: relay file pointer 111 * Called when a relay file is successfully unmappe [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
httpportallocator.cc | 104 relay_hosts_.push_back("relay.google.com"); 133 // Creating relay sessions can take time and is done asynchronously. 146 << "giving up on relay."; 151 LOG(LS_ERROR) << "HttpPortAllocator: no relay hosts configured."; 158 LOG(LS_INFO) << "HTTPPortAllocator: sending to relay host " << host; 160 LOG(LS_WARNING) << "No relay auth token found."; 178 request->request().addHeader("X-Talk-Google-Relay-Auth", relay_token_, true); 179 request->request().addHeader("X-Google-Relay-Auth", relay_token_, true); 218 std::string relay_ip = map["relay.ip"]; 219 std::string relay_udp_port = map["relay.udp_port"] [all...] |
basicportallocator.cc | 199 // If we are configured with an HTTP proxy, the best bet is to use the relay 358 // No relay ports specified in this config. 572 // NOTE: This will even skip a _different_ set of relay servers if we 575 // single relay server in each one. 599 "Udp", "Relay", "Tcp", "SslTcp" 718 LOG(LS_VERBOSE) << "AllocationSequence: Relay ports disabled, skipping."; 722 // If BasicPortAllocatorSession::OnAllocate left relay ports enabled then we 723 // ought to have a relay list for them here. 727 << "AllocationSequence: No relay server configured, skipping."; 731 PortConfiguration::RelayList::const_iterator relay; local 774 RelayServer relay; local [all...] |
httpportallocator.h | 69 void SetRelayToken(const std::string& relay) { relay_token_ = relay; } 104 const std::string& relay,
|
basicportallocator.h | 192 // Adds another relay server, with the given ports and modifier, to the list. 197 // Determines whether the given relay server supports the given protocol. 198 static bool SupportsProtocol(const PortConfiguration::RelayServer& relay,
|
/external/netcat/scripts/ |
webrelay | 2 ## web relay -- a degenerate version of webproxy, usable with browsers that 43 "Relay to ${RDEST}:${RPORT} running -- point your browser here on port $PORT"
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
watchdog.h | 40 #define WDIOF_EXTERN1 0x0004 /* External relay 1 */ 41 #define WDIOF_EXTERN2 0x0008 /* External relay 2 */
|
if_frad.h | 2 * DLCI/FRAD Definitions for Frame Relay Access Devices. DLCI devices are 79 /* defines for the actual Frame Relay hardware */
|
sdla.h | 6 * Global definitions for the Frame relay interface.
|
/external/chromium/chrome/browser/chromeos/login/ |
signed_settings.h | 119 class Relay 122 // |s| must outlive your Relay instance. 123 explicit Relay(SignedSettings* s); 124 virtual ~Relay(); 130 DISALLOW_COPY_AND_ASSIGN(Relay); 136 scoped_ptr<Relay> relay_;
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
rawtransportchannel.cc | 97 // Create an allocator that only returns stun and relay ports. 148 // Code to classify our NAT type and use the relay port if we are behind an 151 // that the relay server works for raw UDP. 198 // We will need to use relay. 201 // If we weren't given a relay port, we'll need to request it. 207 // If we already have a relay address, we're good. Otherwise, we will need
|
relayport.cc | 69 // Sends data to the relay server. 72 // Sends a STUN allocate request message to the relay server. 119 // exposed to the outside world on the relay server. 186 const std::string RELAY_PORT_TYPE("relay"); 229 LOG(INFO) << "Redundant relay address: " << proto_name 439 LOG(LS_WARNING) << "No more relay addresses left to try"; 450 LOG(LS_INFO) << "Connecting to relay via " << ProtoToString(ra->proto) << 514 LOG(INFO) << "Relay allocate succeeded: " << ProtoToString(proto) 613 LOG(LS_WARNING) << "Relay " << ra->proto << " connection to " << 631 LOG(INFO) << "relay tcp connected to " < [all...] |
/external/tcpdump/ |
l2vpn.c | 32 { 0x01, "Frame Relay"}, 46 { 0x0f, "Frame-Relay Port mode"},
|
print-dhcp6.c | 96 /* DHCPv6 relay messages */ 226 return "relay message"; 723 name= "relay-fwd"; 726 name= "relay-reply"; 743 /* XXX relay agent messages have to be handled differently */ 754 } else { /* relay messages */
|
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
RelayController.java | 35 SpannableStringBuilder ssb = new SpannableStringBuilder("Relay");
|
/external/chromium/third_party/libjingle/source/ |
README | 80 Libjingle also builds two server tools, a relay server and a STUN server. The 81 relay server may be used to relay traffic when a direct peer-to-peer connection 85 client to use this relay server and this STUN server
|
CHANGELOG | 35 - Added relay server support.
|
/external/qemu/slirp-android/ |
misc.h | 78 void relay _P((int));
|
/external/qemu/slirp/ |
misc.h | 82 void relay _P((int));
|
/development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/ |
AudioFocusHelper.java | 52 * MusicFocusable appropriately to relay the message.
|
/external/iproute2/include/linux/ |
netdevice.h | 12 * Corey Minyard <wf-rch!minyard@relay.EU.net>
|
/frameworks/base/core/java/com/google/android/mms/pdu/ |
DeliveryInd.java | 29 * by the Proxy-Relay server, this class is only instantiated
|
SendConf.java | 26 * by the Proxy-Relay server, this class is only instantiated
|