/external/chromium_org/net/quic/congestion_control/ |
send_algorithm_simulator.cc | 67 pending_transfers_.push_back(Transfer(sender, num_bytes, start_time)); 68 // Record initial stats from when the transfer begins. 98 << ack_event.transfer->sender->next_acked << ", advancing time:" 103 HandlePendingAck(ack_event.transfer); 108 SendDataNow(send_event.transfer); 116 Transfer* transfer = NULL; local 117 for (vector<Transfer>::iterator it = pending_transfers_.begin(); 132 transfer = &(*it); 137 return PacketEvent(next_send_time, transfer); 151 Transfer* transfer = NULL; local [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
valgrind-low-amd64.c | 165 case 0: VG_(transfer) (&amd64->guest_RAX, buf, dir, size, mod); break; 166 case 1: VG_(transfer) (&amd64->guest_RBX, buf, dir, size, mod); break; 167 case 2: VG_(transfer) (&amd64->guest_RCX, buf, dir, size, mod); break; 168 case 3: VG_(transfer) (&amd64->guest_RDX, buf, dir, size, mod); break; 169 case 4: VG_(transfer) (&amd64->guest_RSI, buf, dir, size, mod); break; 170 case 5: VG_(transfer) (&amd64->guest_RDI, buf, dir, size, mod); break; 171 case 6: VG_(transfer) (&amd64->guest_RBP, buf, dir, size, mod); break; 172 case 7: VG_(transfer) (&amd64->guest_RSP, buf, dir, size, mod); break; 173 case 8: VG_(transfer) (&amd64->guest_R8, buf, dir, size, mod); break; 174 case 9: VG_(transfer) (&amd64->guest_R9, buf, dir, size, mod); break [all...] |
valgrind-low-x86.c | 132 case 0: VG_(transfer) (&x86->guest_EAX, buf, dir, size, mod); break; 133 case 1: VG_(transfer) (&x86->guest_ECX, buf, dir, size, mod); break; 134 case 2: VG_(transfer) (&x86->guest_EDX, buf, dir, size, mod); break; 135 case 3: VG_(transfer) (&x86->guest_EBX, buf, dir, size, mod); break; 136 case 4: VG_(transfer) (&x86->guest_ESP, buf, dir, size, mod); break; 137 case 5: VG_(transfer) (&x86->guest_EBP, buf, dir, size, mod); break; 138 case 6: VG_(transfer) (&x86->guest_ESI, buf, dir, size, mod); break; 139 case 7: VG_(transfer) (&x86->guest_EDI, buf, dir, size, mod); break; 140 case 8: VG_(transfer) (&x86->guest_EIP, buf, dir, size, mod); break; 150 VG_(transfer) (&eflags, buf, dir, size, mod); break [all...] |
/external/chromium_org/device/usb/ |
usb_device_handle_impl.cc | 28 void HandleTransferCompletion(PlatformUsbTransferHandle transfer); 154 struct UsbDeviceHandleImpl::Transfer { 155 Transfer(); 156 ~Transfer(); 168 UsbDeviceHandleImpl::Transfer::Transfer() 172 UsbDeviceHandleImpl::Transfer::~Transfer() { 175 void UsbDeviceHandleImpl::Transfer::Complete(UsbTransferStatus status, 365 PlatformUsbTransferHandle const transfer = libusb_alloc_transfer(0) local 399 PlatformUsbTransferHandle const transfer = libusb_alloc_transfer(0); local 425 PlatformUsbTransferHandle const transfer = libusb_alloc_transfer(0); local 458 PlatformUsbTransferHandle const transfer = libusb_alloc_transfer(packets); local 541 Transfer transfer; local 581 Transfer transfer = transfers_[handle]; local [all...] |
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
FileTransferRequest.java | 40 * The manager handling this file transfer
88 * file transfer.
91 * this file transfer.
98 * Returns the stream ID that uniquely identifies this file transfer.
101 * transfer.
109 * contains the parameters of the file transfer being transfer and also the
110 * methods available to transfer the file.
113 * requestor which contains the parameters of the file transfer
114 * being transfer and also the methods available to transfer the [all...] |
FileTransfer.java | 30 * file transfer.
110 * Returns the JID of the peer for this file transfer.
112 * @return Returns the JID of the peer for this file transfer.
119 * Returns the progress of the file transfer as a number between 0 and 1.
121 * @return Returns the progress of the file transfer as a number between 0
132 * Returns true if the transfer has been cancelled, if it has stopped because
133 * of a an error, or the transfer completed successfully.
135 * @return Returns true if the transfer has been cancelled, if it has stopped
136 * because of a an error, or the transfer completed successfully.
144 * Returns the current status of the file transfer. [all...] |
OutgoingFileTransfer.java | 28 * Handles the sending of a file to another user. File transfer's in jabber have
41 * Returns the time in milliseconds after which the file transfer
44 * @return Returns the time in milliseconds after which the file transfer
53 * Sets the time in milliseconds after which the file transfer negotiation
82 * Returns the output stream connected to the peer to transfer the file. It
86 * @return Returns the output stream connected to the peer to transfer the
98 * This method handles the negotiation of the file transfer and the stream,
112 * Thrown if an error occurs during the file transfer
120 + " been attempted on this file transfer");
133 * This methods handles the transfer and stream negotiation process. It [all...] |
FileTransferManager.java | 37 * The file transfer manager class handles the sending and recieving of files.
40 * And to recieve a file add a file transfer listener to the manager. The
41 * listener will notify you when there is a new file transfer request. To create
42 * the {@link IncomingFileTransfer} object accept the transfer, or, if the
43 * transfer is not desirable reject it.
57 * Creates a file transfer manager to initiate and receive file transfers.
69 * Add a file transfer listener to listen to incoming file transfer
110 * Removes a file transfer listener.
113 * The file transfer listener to be removed 166 IncomingFileTransfer transfer = new IncomingFileTransfer(request, local [all...] |
StreamNegotiator.java | 39 * After the file transfer negotiation process is completed according to
42 * return the stream to transfer the file.
53 * @param namespaces The namespace that relates to the accepted means of transfer.
97 throw new XMPPException("No response from file transfer initiator");
107 * @param from The initiator of the file transfer.
108 * @param streamID The stream ID related to the transfer.
121 * an appropriate file transfer method is selected. The manager will respond
122 * to the initiator with the selected means of transfer, then it will handle
123 * any negotiation specific to the particular transfer method. This method
124 * returns the InputStream, ready to transfer the file. [all...] |
/external/chromium_org/device/hid/ |
hid_connection_win.cc | 47 // to it is held until the transfer completes. 84 VPLOG(1) << "HID transfer failed"; 134 scoped_refptr<PendingHidTransfer> transfer(new PendingHidTransfer( 137 transfers_.insert(transfer); 138 transfer->TakeResultFromWindowsAPI( 143 transfer->GetOverlapped())); 151 scoped_refptr<PendingHidTransfer> transfer(new PendingHidTransfer( 153 transfers_.insert(transfer); 154 transfer->TakeResultFromWindowsAPI(WriteFile(file_.Get(), 158 transfer->GetOverlapped())) [all...] |
/packages/providers/DownloadProvider/res/values-pt-rPT/ |
strings.xml | 19 <string name="app_label" msgid="3658948994665187911">"Gestor de Transferências"</string> 20 <string name="permlab_downloadManager" msgid="7779544811202855500">"Aceder ao gestor de transferências."</string> 21 <string name="permdesc_downloadManager" msgid="4237406545998908947">"Permite que a aplicação aceda ao gestor de transferências e o utilize para transferir ficheiros. As aplicações maliciosas podem utilizar esta permissão para interromper transferências e aceder a informações privadas."</string> 22 <string name="permlab_downloadManagerAdvanced" msgid="7103642833308809655">"Funções avançadas do gestor de transferências"</string> 23 <string name="permdesc_downloadManagerAdvanced" msgid="2659546004160962761">"Permite que a aplicação aceda às funções avançadas do gestor de transferências. As aplicações maliciosas podem utilizar esta permissão para interromper transferências e aceder a informações privadas."</string> 24 <string name="permlab_downloadCompletedIntent" msgid="945913803765675685">"Enviar notificações de transferências."</string> 25 <string name="permdesc_downloadCompletedIntent" msgid="2094706189855699533">"Permite que a aplicação envie notificações acerca de transferências concluídas. As aplicações maliciosas podem utilizar esta permissão para confundir outras aplicações que transfiram ficheiros."</string> 27 <string name="permlab_seeAllExternal" product="default" msgid="140058400609165726">"Ver todas as transferências para o cartão SD"</string [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothShare.java | 60 * transfer complete. The request detail could be retrieved by app * as _ID 128 * transfer. See the DIRECTION_* constants for a list of legal values. 140 * transfer is associated with. 152 * transfer is displayed by the UI. See the VISIBILITY_* constants for a 165 * the transfer. Applications can write to this to confirm the transfer. the 177 * The name of the column containing the current status of the transfer. 214 * The name of the column containing the timestamp when the transfer is 226 * This transfer is outbound, e.g. share file to other device. 231 * This transfer is inbound, e.g. receive file from other device [all...] |
/frameworks/av/media/libnbaio/ |
README.txt | 5 Note: as used here, "short transfer count" means the return value for 17 never return a short transfer count 22 return a short transfer count if not enough data 33 if configured to not block, then will return a short transfer count 38 return a short transfer count if not enough data
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_10.txt | 10 Content-Transfer-Encoding: 7bit 16 Content-Transfer-Encoding: Quoted-Printable 22 Content-Transfer-Encoding: Base64 29 Content-Transfer-Encoding: Base64 37 This has no Content-Transfer-Encoding: header.
|
msg_21.txt | 10 Content-Transfer-Encoding: 7bit 16 Content-Transfer-Encoding: 7bit
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_10.txt | 10 Content-Transfer-Encoding: 7bit 16 Content-Transfer-Encoding: Quoted-Printable 22 Content-Transfer-Encoding: Base64 29 Content-Transfer-Encoding: Base64 37 This has no Content-Transfer-Encoding: header.
|
msg_21.txt | 10 Content-Transfer-Encoding: 7bit 16 Content-Transfer-Encoding: 7bit
|
/external/chromium_org/third_party/WebKit/ManualTests/iframe_notifications/ |
iframe-reparenting-close-window-iframe.html | 10 logWin.log("Before transfer: checkPermission returned (should be 1): " + notificationCenter.checkPermission()); 16 logWin.log("After transfer: checkPermission returned (should be 2): " + notificationCenter.checkPermission()); 19 logWin.log("After transfer, the checkPermission call is accessing a destroyed object and can return invalid value or crash, depending on circumstances.");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
encoders.py | 44 Also, add an appropriate Content-Transfer-Encoding header. 49 msg['Content-Transfer-Encoding'] = 'base64' 57 Also, add an appropriate Content-Transfer-Encoding header. 62 msg['Content-Transfer-Encoding'] = 'quoted-printable' 68 """Set the Content-Transfer-Encoding header to 7bit or 8bit.""" 72 msg['Content-Transfer-Encoding'] = '7bit' 79 msg['Content-Transfer-Encoding'] = '8bit' 81 msg['Content-Transfer-Encoding'] = '7bit'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
encoders.py | 44 Also, add an appropriate Content-Transfer-Encoding header. 49 msg['Content-Transfer-Encoding'] = 'base64' 57 Also, add an appropriate Content-Transfer-Encoding header. 62 msg['Content-Transfer-Encoding'] = 'quoted-printable' 68 """Set the Content-Transfer-Encoding header to 7bit or 8bit.""" 72 msg['Content-Transfer-Encoding'] = '7bit' 79 msg['Content-Transfer-Encoding'] = '8bit' 81 msg['Content-Transfer-Encoding'] = '7bit'
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_screen_buffer.c | 75 struct pipe_transfer *transfer = local 78 transfer->resource = resource; 79 transfer->level = level; 80 transfer->usage = usage; 81 transfer->box = *box; 82 transfer->stride = 0; 83 transfer->layer_stride = 0; 84 transfer->data = NULL; 89 return transfer; 93 struct pipe_transfer *transfer) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/ |
r600_buffer.c | 56 struct pipe_transfer *transfer = util_slab_alloc(&rctx->pool_transfers); local 58 transfer->resource = resource; 59 transfer->level = level; 60 transfer->usage = usage; 61 transfer->box = *box; 62 transfer->stride = 0; 63 transfer->layer_stride = 0; 64 transfer->data = NULL; 69 return transfer; 73 struct pipe_transfer *transfer) [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_screen_buffer.c | 75 struct pipe_transfer *transfer = local 78 transfer->resource = resource; 79 transfer->level = level; 80 transfer->usage = usage; 81 transfer->box = *box; 82 transfer->stride = 0; 83 transfer->layer_stride = 0; 84 transfer->data = NULL; 89 return transfer; 93 struct pipe_transfer *transfer) [all...] |
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_buffer.c | 56 struct pipe_transfer *transfer = util_slab_alloc(&rctx->pool_transfers); local 58 transfer->resource = resource; 59 transfer->level = level; 60 transfer->usage = usage; 61 transfer->box = *box; 62 transfer->stride = 0; 63 transfer->layer_stride = 0; 64 transfer->data = NULL; 69 return transfer; 73 struct pipe_transfer *transfer) [all...] |
/external/arduino/libraries/SPI/ |
keywords.txt | 16 transfer KEYWORD2
|