/external/chromium_org/chrome/renderer/ |
security_filter_peer.cc | 14 SecurityFilterPeer::SecurityFilterPeer(content::RequestPeer* peer) 15 : original_peer_(peer) { 25 content::RequestPeer* peer, 44 return CreateSecurityFilterPeerForFrame(peer, os_error); 46 return new ReplaceContentPeer(peer, std::string(), std::string()); 55 content::RequestPeer* peer, 64 return new ReplaceContentPeer(peer, "text/html", html); 131 BufferedPeer::BufferedPeer(content::RequestPeer* peer, 133 : SecurityFilterPeer(peer), mime_type_(mime_type) {} 182 ReplaceContentPeer::ReplaceContentPeer(content::RequestPeer* peer, [all...] |
/external/chromium_org/content/browser/resources/media/ |
webrtc_internals.js | 10 /** A map from peer connection id to the PeerConnectionRecord. */ 15 /** A simple class to store the updates and stats data for a peer connection. */ 36 * Adds the initilization info of the peer connection. 37 * @param {string} url The URL of the web page owning the peer connection. 38 * @param {Array} servers STUN servers used by the peer connection. 101 // Requests stats from all peer connections every second. 107 /** Sends a request to the browser to get peer connection statistics. */ 115 * A helper function for getting a peer connection element id. 118 * of the peer connection. 119 * @return {string} The peer connection element id [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay.c | 158 wpa_printf(MSG_DEBUG, "*** Live Peer List ***"); 161 wpa_printf(MSG_DEBUG, "*** Potential Live Peer List ***"); 166 mi = body->peer + i; 291 struct ieee802_1x_kay_peer *peer; local 293 dl_list_for_each(peer, peers, struct ieee802_1x_kay_peer, list) { 294 if (os_memcmp(peer->mi, mi, MI_LEN) == 0) 295 return peer; 343 struct ieee802_1x_kay_peer *peer; local 345 peer = get_peer_mi(&participant->live_peers, mi); 346 if (peer) 391 struct ieee802_1x_kay_peer *peer; local 519 struct ieee802_1x_kay_peer *peer; local 563 struct ieee802_1x_kay_peer *peer; local 595 struct ieee802_1x_kay_peer *peer; local 710 struct ieee802_1x_kay_peer *peer; local 803 struct ieee802_1x_kay_peer *peer; local 822 struct ieee802_1x_kay_peer *peer; local 864 struct ieee802_1x_kay_peer *peer; local 883 struct ieee802_1x_kay_peer *peer; local 984 struct ieee802_1x_kay_peer *peer; local 1237 struct ieee802_1x_kay_peer *peer; local 1516 struct ieee802_1x_kay_peer *peer; local 1944 struct ieee802_1x_kay_peer *peer; local 2081 struct ieee802_1x_kay_peer *peer; local 2194 struct ieee802_1x_kay_peer *peer; local 2344 struct ieee802_1x_kay_peer *peer, *pre_peer; local 3394 struct ieee802_1x_kay_peer *peer; local [all...] |
/art/runtime/ |
instruction_set.h | 209 bool operator==(const InstructionSetFeatures &peer) const { 210 return mask_ == peer.mask_; 213 bool operator!=(const InstructionSetFeatures &peer) const { 214 return mask_ != peer.mask_; 217 bool operator<=(const InstructionSetFeatures &peer) const { 218 return (mask_ & peer.mask_) == mask_;
|
/external/chromium_org/device/nfc/ |
nfc_adapter.h | 56 // was never started or because a connection with a tag or peer has been 74 // Called when a remote NFC adapter |peer| has been detected, which is 75 // available for peer-to-peer communication over NFC. The observer can use 76 // this method to take further action on |peer| such as reading its records 77 // or pushing NDEFs to it. While |peer| will be valid within the context of 79 // the object may get destroyed if the connection with the peer is lost. 81 // peer's assigned unique identifier instead, which can be used to obtain a 82 // pointer to the peer, as long as it exists. 83 virtual void PeerFound(NfcAdapter* adaper, NfcPeer* peer) {} [all...] |
nfc_adapter.cc | 59 void NfcAdapter::SetPeer(const std::string& identifier, NfcPeer* peer) { 61 VLOG(1) << "Peer object for peer \"" << identifier << "\" already exists."; 64 peers_[identifier] = peer; 81 VLOG(1) << "Peer object for peer \"" << identifier << "\" not found."; 84 NfcPeer* peer = iter->second; local 86 return peer;
|
nfc_peer.h | 21 // - NDEF. Specifically, reading NDEF records found on the peer device and 35 // Interface for observing changes from NFC peer devices. 40 // This method will be called when an NDEF record |record| from the peer 41 // device |peer| is received. Users can use this method to be notified of 43 // received from it, if any. All records received from |peer| can be 44 // accessed by calling |peer->GetNdefMessage()|. 45 virtual void RecordReceived(NfcPeer* peer, const NfcNdefRecord* record) {} 53 // Adds and removes observers for events on this NFC peer. If monitoring 54 // multiple peers, check the |peer| parameter of observer methods to 55 // determine which peer is issuing the event [all...] |
/external/iptables/libipq/ |
libipq.c | 77 { IPQ_ERR_ADDRLEN, "Invalid peer address length" }, 107 (struct sockaddr *)&h->peer, sizeof(h->peer)); 135 addrlen = sizeof(h->peer); 168 (struct sockaddr *)&h->peer, &addrlen); 173 if (addrlen != sizeof(h->peer)) { 177 if (h->peer.nl_pid != 0) { 248 memset(&h->peer, 0, sizeof(struct sockaddr_nl)); 249 h->peer.nl_family = AF_NETLINK; 250 h->peer.nl_pid = 0 [all...] |
/developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/datalayer/ |
DataLayerListenerService.java | 106 public void onPeerConnected(Node peer) { 107 LOGD(TAG, "onPeerConnected: " + peer); 111 public void onPeerDisconnected(Node peer) { 112 LOGD(TAG, "onPeerDisconnected: " + peer);
|
/development/samples/wearable/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/ |
DataLayerListenerService.java | 106 public void onPeerConnected(Node peer) { 107 LOGD(TAG, "onPeerConnected: " + peer); 111 public void onPeerDisconnected(Node peer) { 112 LOGD(TAG, "onPeerDisconnected: " + peer);
|
/external/chromium_org/chrome/renderer/extensions/ |
extension_localization_peer.cc | 19 content::RequestPeer* peer, 22 : original_peer_(peer), 33 content::RequestPeer* peer, 41 new ExtensionLocalizationPeer(peer, message_sender, request_url) : NULL;
|
extension_localization_peer.h | 23 // instance of ExtensionLocalizationPeer based on the original Peer. 29 content::RequestPeer* peer, 57 ExtensionLocalizationPeer(content::RequestPeer* peer, 65 // Original peer that handles the request once we are done processing data_.
|
/external/chromium_org/net/server/ |
http_server_request_info.h | 34 // Request peer address. 35 IPEndPoint peer; member in class:net::HttpServerRequestInfo
|
/external/chromium_org/sandbox/win/src/ |
broker_services.cc | 65 // Helper structure that allows the broker to track peer processes 76 void DeregisterPeerTracker(PeerTracker* peer) { 78 if (::UnregisterWaitEx(peer->wait_object, INVALID_HANDLE_VALUE)) { 79 delete peer; 172 // Cancel the wait events and delete remaining peer trackers. 512 PeerTracker* peer = reinterpret_cast<PeerTracker*>(parameter); local 514 ::PostQueuedCompletionStatus(peer->job_port, 0, THREAD_CTRL_REMOVE_PEER, 515 reinterpret_cast<LPOVERLAPPED>(peer->id)); 519 scoped_ptr<PeerTracker> peer(new PeerTracker(::GetProcessId(peer_process), 521 if (!peer->id [all...] |
/external/chromium_org/v8/tools/testrunner/network/ |
distro.py | 77 # Pick the least-busy peer. Sorting the list for each test 81 # If the peer already has a shell assigned and would need this one 83 peer = peers[index] 84 if (shell.total_duration < peer.needed_work and 85 len(peer.shells) > 0 and 90 peer.AddTests(shell)
|
network_execution.py | 38 from ..objects import peer namespace 49 return [ peer.Peer.Unpack(p) for p in data ] 143 # Spawn one thread for each peer. 170 def _TalkToPeer(self, peer): 173 code = sock.connect_ex((peer.address, constants.PEER_PORT)) 176 peer.runtime = None 178 packet = workpacket.WorkPacket(peer=peer, context=self.context, 191 # The peer is reporting an error [all...] |
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
nfc_debug_ui.cc | 202 virtual void PeerFound(NfcAdapter* adaper, NfcPeer* peer) OVERRIDE; 203 virtual void PeerLost(NfcAdapter* adapter, NfcPeer* peer) OVERRIDE; 212 NfcPeer* peer, 246 // Stores the properties of the NFC peer in |out|, mapping these to keys 247 // that will be read by JS. |out| will not be modified, if no peer is known. 261 // Updates the data displayed in the UI for the current peer. 270 // The cached identifier of the most recent NFC peer device found. 287 NfcPeer* peer = nfc_adapter_->GetPeer(peer_identifier_); local 288 if (peer) 289 peer->RemoveObserver(this) 496 NfcPeer* peer = nfc_adapter_->GetPeer(peer_identifier_); local 585 NfcPeer* peer = nfc_adapter_->GetPeer(peer_identifier_); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_bio.c | 57 * of this kind, handled by the same thread (i.e. the "peer" is actually 127 BIO *peer; /* NULL if buf == NULL. member in struct:bio_bio_st 128 * If peer != NULL, then peer->ptr is also a bio_bio_st, 129 * and its "peer" member points back to us. 130 * peer != NULL iff init != 0 in the BIO. */ 132 /* This is for what we write (i.e. reading uses peer's struct): */ 133 int closed; /* valid iff peer != NULL */ 134 size_t len; /* valid iff buf != NULL; 0 if peer == NULL */ 139 size_t request; /* valid iff peer != NULL; 0 if len != 0 [all...] |
/external/openssl/crypto/bio/ |
bss_bio.c | 57 * of this kind, handled by the same thread (i.e. the "peer" is actually 127 BIO *peer; /* NULL if buf == NULL. member in struct:bio_bio_st 128 * If peer != NULL, then peer->ptr is also a bio_bio_st, 129 * and its "peer" member points back to us. 130 * peer != NULL iff init != 0 in the BIO. */ 132 /* This is for what we write (i.e. reading uses peer's struct): */ 133 int closed; /* valid iff peer != NULL */ 134 size_t len; /* valid iff buf != NULL; 0 if peer == NULL */ 139 size_t request; /* valid iff peer != NULL; 0 if len != 0 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
pmeth_fn.c | 285 int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer) 301 ret = ctx->pmeth->ctrl(ctx, EVP_PKEY_CTRL_PEER_KEY, 0, peer); 315 if (ctx->pkey->type != peer->type) 322 /* ran@cryptocom.ru: For clarity. The error is if parameters in peer are 327 if (!EVP_PKEY_missing_parameters(peer) && 328 !EVP_PKEY_cmp_parameters(ctx->pkey, peer)) 337 ctx->peerkey = peer; 339 ret = ctx->pmeth->ctrl(ctx, EVP_PKEY_CTRL_PEER_KEY, 1, peer); 347 CRYPTO_add(&peer->references,1,CRYPTO_LOCK_EVP_PKEY);
|
/external/openssl/crypto/evp/ |
pmeth_fn.c | 285 int EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer) 301 ret = ctx->pmeth->ctrl(ctx, EVP_PKEY_CTRL_PEER_KEY, 0, peer); 315 if (ctx->pkey->type != peer->type) 322 /* ran@cryptocom.ru: For clarity. The error is if parameters in peer are 327 if (!EVP_PKEY_missing_parameters(peer) && 328 !EVP_PKEY_cmp_parameters(ctx->pkey, peer)) 337 ctx->peerkey = peer; 339 ret = ctx->pmeth->ctrl(ctx, EVP_PKEY_CTRL_PEER_KEY, 1, peer); 347 CRYPTO_add(&peer->references,1,CRYPTO_LOCK_EVP_PKEY);
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
rtt.h | 33 mac_addr addr; // peer device mac address 35 wifi_peer_type peer; // optional - peer device hint (STA, P2P, AP) member in struct:__anon40577 50 wifi_peer_type peer; // peer device type (P2P, AP) member in struct:__anon40578
|
/external/iputils/ |
tftpd.c | 79 int peer; variable 189 peer = socket(from.sa.sa_family, SOCK_DGRAM, 0); 190 if (peer < 0) { 194 if (connect(peer, (struct sockaddr *)&from, sizeof(from)) < 0) { 372 if (send(peer, dp, size + 4, confirmed) != size + 4) { 380 n = recv(peer, ackbuf, sizeof (ackbuf), 0); 398 synchnet(peer); 437 if (send(peer, ackbuf, 4, confirmed) != 4) { 445 n = recv(peer, dp, PKTSIZE, 0); 461 (void) synchnet(peer); [all...] |
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransfer.java | 43 private String peer;
field in class:FileTransfer 64 protected FileTransfer(String peer, String streamID,
66 this.peer = peer;
110 * Returns the JID of the peer for this file transfer.
112 * @return Returns the JID of the peer for this file transfer.
115 return peer;
261 * The file transfer is being negotiated with the peer. The party
271 * The peer has refused the file transfer request halting the file
335 * The peer did not find any of the provided stream mechanisms [all...] |
/external/chromium_org/v8/tools/testrunner/server/ |
main.py | 151 def AddPeer(self, peer): 154 if p.address == peer.address: 156 self.peers.append(peer) 157 if peer.trusted: 158 status_handler.ITrustYouNow(peer) 187 for peer in self.peers: 188 if peer.address == self.ip: continue 189 if peer.pubkey == fingerprint: 190 status_handler.ITrustYouNow(peer) 193 status_handler.NotifyNewTrusted(peer, result [all...] |