/external/chromium_org/chrome/browser/chromeos/login/ |
profile_auth_data.h | 23 static void Transfer(Profile* from_profile,
|
profile_auth_data.cc | 103 // do the actual transfer. 109 // Nothing to transfer over? 139 // Transfer only if the existing cookie jar is empty. 213 void ProfileAuthData::Transfer(
|
login_utils.cc | 511 // Transfer proxy authentication cache, cookies (optionally) and server 516 ProfileAuthData::Transfer(authenticator_->authentication_profile(), [all...] |
/external/chromium_org/chrome/browser/usb/ |
usb_device_handle.h | 135 struct Transfer; 146 // Submits a transfer and starts tracking it. Retains the buffer and copies 147 // the completion callback until the transfer finishes, whereupon it invokes 156 // Invokes the callbacks associated with a given transfer, and removes it from 157 // the in-flight transfer set. 158 void TransferComplete(PlatformUsbTransferHandle transfer); 170 typedef std::map<PlatformUsbTransferHandle, Transfer> TransferMap;
|
usb_device_handle.cc | 22 void HandleTransferCompletion(PlatformUsbTransferHandle transfer); 101 PlatformUsbTransferHandle transfer) { 104 base::Bind(HandleTransferCompletion, transfer)); 109 void HandleTransferCompletion(PlatformUsbTransferHandle transfer) { 112 reinterpret_cast<UsbDeviceHandle*>(transfer->user_data); 113 CHECK(device_handle) << "Device handle is closed before transfer finishes."; 114 device_handle->TransferComplete(transfer); 115 libusb_free_transfer(transfer); 159 struct UsbDeviceHandle::Transfer { 160 Transfer(); 215 Transfer transfer = transfers_[handle]; local 413 PlatformUsbTransferHandle const transfer = libusb_alloc_transfer(0); local 447 PlatformUsbTransferHandle const transfer = libusb_alloc_transfer(0); local 474 PlatformUsbTransferHandle const transfer = libusb_alloc_transfer(0); local 505 PlatformUsbTransferHandle const transfer = libusb_alloc_transfer(packets); local 564 Transfer transfer; local [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_quarantine.h | 64 cache_.Transfer(c); 134 void Transfer(QuarantineCache *c) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
ImageEditorPanel.java | 27 import org.eclipse.swt.dnd.Transfer;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ClipboardSupport.java | 39 import org.eclipse.swt.dnd.Transfer; 113 new Transfer[] { TextTransfer.getInstance() } 124 Transfer[] types = new Transfer[] { 406 * Returns true if we have a a simple xml transfer data object on the
|
LayoutCanvas.java | 67 import org.eclipse.swt.dnd.Transfer; [all...] |
OutlinePage.java | 87 import org.eclipse.swt.dnd.Transfer; 396 Transfer[] transfers = new Transfer[] { [all...] |
PaletteControl.java | 70 import org.eclipse.swt.dnd.Transfer; 679 source.setTransfer(new Transfer[] { SimpleXmlTransfer.getInstance() }); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
ChooseAssetTypePage.java | 29 import org.eclipse.swt.dnd.Transfer; 168 new Transfer[] { textTransfer });
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
CopyCutAction.java | 30 import org.eclipse.swt.dnd.Transfer; 153 new Transfer[] { TextTransfer.getInstance() });
|
/system/core/libpixelflinger/codeflinger/ |
ARMAssembler.cpp | 295 #pragma mark Data Transfer... 327 #pragma mark Block Data Transfer... 330 // block data transfer...
|
MIPSAssembler.cpp | 764 #pragma mark Data Transfer... 767 // data transfer... 969 #pragma mark Block Data Transfer... 972 // block data transfer... [all...] |
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_operations_util.cc | 165 // transfer protocol |device|. On success, returns true and fills in |name|, 358 HRESULT hr = content->Transfer(resources.Receive());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
GLFunctionTraceViewer.java | 58 import org.eclipse.swt.dnd.Transfer; 863 new Transfer[] { TextTransfer.getInstance() }); [all...] |
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
file_manager_browsertest.cc | 664 Transfer,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ftplib.py | 3 Based on RFC 959: File Transfer Protocol (FTP), by J. Postel and J. Reynolds 22 '226 Transfer complete.' 230 '''Abort a file transfer. Uses out-of-band data. 313 """Initiate a transfer over the data connection. 315 If the transfer is active, send a port command and the 316 transfer command, and accept the connection. If the server is 318 transfer command. Either way, return the socket for the 319 connection and the expected size of the transfer. The 627 '226 Transfer complete.' 773 Returns the expected transfer size or None; size is not guaranteed t [all...] |
urllib.py | 8 "HTTP - Hypertext Transfer Protocol", at [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ftplib.py | 3 Based on RFC 959: File Transfer Protocol (FTP), by J. Postel and J. Reynolds 22 '226 Transfer complete.' 230 '''Abort a file transfer. Uses out-of-band data. 313 """Initiate a transfer over the data connection. 315 If the transfer is active, send a port command and the 316 transfer command, and accept the connection. If the server is 318 transfer command. Either way, return the socket for the 319 connection and the expected size of the transfer. The 627 '226 Transfer complete.' 773 Returns the expected transfer size or None; size is not guaranteed t [all...] |
urllib.py | 8 "HTTP - Hypertext Transfer Protocol", at [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
gbemu.js | [all...] |
/external/robolectric/lib/main/ |
h2-1.2.147.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
test_email.py | 91 eq(msg['content-transfer-encoding'], 'quoted-printable') 101 msg['Content-Transfer-Encoding'] = 'quinted-puntable' 105 eq(msg['content-transfer-encoding'], 'quinted-puntable') 224 # Subpart 5 has no Content-Transfer-Encoding: header. 226 'This has no Content-Transfer-Encoding: header.\n') 233 msg['content-transfer-encoding'] = cte 242 msg['Content-Transfer-Encoding'] = 'x-uuencode' 546 msg['content-transfer-encoding'] = 'base64' 576 eq(msg['content-transfer-encoding'], '7bit') 582 eq(msg['content-transfer-encoding'], '7bit' [all...] |