/external/chromium_org/cc/output/ |
copy_output_request.cc | 21 scoped_ptr<CopyOutputRequest> relay = CreateRequest(result_callback); local 22 relay->force_bitmap_result_ = original_request.force_bitmap_result_; 23 relay->has_area_ = original_request.has_area_; 24 relay->area_ = original_request.area_; 25 relay->has_texture_mailbox_ = original_request.has_texture_mailbox_; 26 relay->texture_mailbox_ = original_request.texture_mailbox_; 27 return relay.Pass();
|
/external/chromium_org/base/threading/ |
post_task_and_reply_impl.cc | 16 // This relay class remembers the MessageLoop that it was created on, and 78 PostTaskAndReplyRelay* relay = local 81 Unretained(relay)))) { 82 delete relay;
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
httpportallocator.h | 69 void SetRelayToken(const std::string& relay) { relay_token_ = relay; } 104 const std::string& relay,
|
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...] |
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/chromium_org/remoting/jingle_glue/ |
chromium_port_allocator.cc | 34 const std::string& relay, 60 const std::string& relay, 69 relay, 79 // Filter out non-UDP relay ports, so that we don't try using TCP. 80 for (cricket::PortConfiguration::RelayList::iterator relay = 81 config->relays.begin(); relay != config->relays.end(); ++relay) { 84 relay->ports.begin(); port != relay->ports.end(); ++port) { 89 relay->ports = filtered_ports [all...] |
jingle_info_request.cc | 88 const buzz::XmlElement* relay = query->FirstNamed(buzz::QN_JINGLE_INFO_RELAY); local 89 if (relay) { 90 relay_token = relay->TextNamed(buzz::QN_JINGLE_INFO_TOKEN); 92 relay->FirstNamed(buzz::QN_JINGLE_INFO_SERVER);
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
jingleinfotask.cc | 90 // only respect relay push from the server 124 const XmlElement *relay = query->FirstNamed(QN_JINGLE_INFO_RELAY); local 125 if (relay) { 126 relay_token = relay->TextNamed(QN_JINGLE_INFO_TOKEN); 127 for (const XmlElement *server = relay->FirstNamed(QN_JINGLE_INFO_SERVER);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
httpportallocator.h | 79 void SetRelayToken(const std::string& relay) { relay_token_ = relay; } 116 const std::string& relay, 174 const std::string& relay,
|
basicportallocator.h | 92 virtual void AddRelay(const RelayServerConfig& relay) { 93 relays_.push_back(relay); 232 // Adds another relay server, with the given ports and modifier, to the list. 235 // Determines whether the given relay server supports the given protocol. 236 static bool SupportsProtocol(const RelayServerConfig& relay,
|
basicportallocator.cc | 426 // No relay ports specified in this config. 764 // NOTE: This will even skip a _different_ set of relay servers if we 767 // single relay server in each one. 791 "Udp", "Relay", "Tcp", "SslTcp" 952 LOG(LS_VERBOSE) << "AllocationSequence: Relay ports disabled, skipping."; 956 // If BasicPortAllocatorSession::OnAllocate left relay ports enabled then we 957 // ought to have a relay list for them here. 961 << "AllocationSequence: No relay server configured, skipping."; 965 PortConfiguration::RelayList::const_iterator relay; local 966 for (relay = config_->relays.begin() [all...] |
connectivitychecker.cc | 272 LOG(LS_ERROR) << " relay address with bad protocol added"; 280 LOG(LS_ERROR) << " got relay address for non-existing nic"; 316 LOG(LS_ERROR) << "Relay address error."; 358 PortConfiguration::RelayList::const_iterator relay; local 362 LOG(LS_ERROR) << "Machine has no networks; no relay ports created."; 365 for (relay = config->relays.begin(); 366 relay != config->relays.end(); ++relay) { 382 for (relay_port = relay->ports.begin(); 383 relay_port != relay->ports.end() [all...] |
httpportallocator.cc | 105 relay_hosts_.push_back("relay.google.com"); 114 relay_hosts_.push_back("relay.google.com"); 143 // Creating relay sessions can take time and is done asynchronously. 157 LOG(LS_VERBOSE) << "HttpPortAllocator: Relay ports disabled, skipping."; 163 << "giving up on relay."; 168 LOG(LS_ERROR) << "HttpPortAllocator: no relay hosts configured."; 175 LOG(LS_INFO) << "HTTPPortAllocator: sending to relay host " << host; 177 LOG(LS_WARNING) << "No relay auth token found."; 201 LOG(LS_WARNING) << "Received unexpected username value from relay server."; 204 LOG(LS_WARNING) << "Received unexpected password value from relay server." [all...] |
/external/chromium_org/remoting/client/plugin/ |
pepper_port_allocator.cc | 116 // Filter out non-UDP relay ports, so that we don't try using TCP. 117 for (cricket::PortConfiguration::RelayList::iterator relay = 118 config->relays.begin(); relay != config->relays.end(); ++relay) { 121 relay->ports.begin(); port != relay->ports.end(); ++port) { 126 relay->ports = filtered_ports; 191 // and Relay parameters are stored together in PortConfiguration 192 // and ReceiveSessionResponse() doesn't save relay session 216 headers << "X-Talk-Google-Relay-Auth: " << relay_token() << "\n\r" [all...] |
/external/qemu/slirp/ |
misc.h | 82 void relay _P((int));
|
misc.c | 490 relay(s) 509 lprint ("Error: tty_attach failed in misc.c:relay()\r\n");
|
/external/qemu/slirp-android/ |
misc.h | 78 void relay _P((int));
|
misc.c | 454 relay(s) 473 lprint ("Error: tty_attach failed in misc.c:relay()\r\n");
|
/external/kernel-headers/original/linux/ |
if_pppox.h | 163 struct sockaddr_pppox relay; /* what socket data will be member in struct:pppoe_opt 211 #define pppoe_relay proto.pppoe.relay
|
/external/chromium_org/content/renderer/p2p/ |
port_allocator.cc | 35 // URL used to create a relay session. 38 // Number of times we will try to request relay session. 41 // Manimum relay server size we would try to parse. 47 LOG(ERROR) << "Received invalid port number from relay server: " << string; 161 LOG(ERROR) << "Relay session request failed."; 168 // Resolve Stun and Relay server addresses. 220 // Copy relay configuration from alloctor and keeping it in a map. 221 RelayServer relay; local 222 relay.config = allocator_->config_.relays[i]; 223 relay.relay_address_request = relay_request [all...] |
/external/dnsmasq/src/ |
dhcp.c | 22 struct in_addr relay, primary; member in struct:iface_param 237 parm.relay = mess->giaddr; 269 /* Send to BOOTP relay */ 358 of each interface (and any relay address) and does the following things: 362 3) Fills in local (this host) and router (this host or relay) addresses. 413 else if (param->relay.s_addr && is_same_net(param->relay, context->start, context->netmask)) 415 context->router = param->relay;
|
/external/chromium/base/ |
file_util_proxy.cc | 725 scoped_refptr<MessageLoopRelay> relay) { 726 return relay->Start(message_loop_proxy, from_here);
|
/external/chromium_org/remoting/webapp/ |
format_iq.js | 140 } else if (name == 'relay') { 159 result += '\n relay ' + rserver + ' token: ' + token;
|
/external/blktrace/doc/ |
blktrace.tex | 342 through the debug file system (relay). Each device being traced has 393 -r \emph{rel-path} & --relay=\emph{rel-path} & Specifies debugfs mount point \\ \hline 739 supplies block IO layer state transition data via the relay [all...] |
/external/chromium_org/v8/test/mjsunit/ |
unicode-test.js | [all...] |