HomeSort by relevance Sort by last modified time
    Searched refs:Transfer (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-spi-0.9.0.M2.jar 
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_quarantine.h 69 cache_.Transfer(c);
143 void Transfer(QuarantineCache *c) {
  /external/wpa_supplicant_8/hs20/server/www/
est.php 83 header("Content-Transfer-Encoding: base64");
91 header("Content-Transfer-Encoding: base64");
185 header("Content-Transfer-Encoding: base64");
  /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() });
  /build/tools/releasetools/
blockimgdiff.py 151 class Transfer(object):
162 # otherwise it would depend on the hash values of the Transfer objects.
458 raise ValueError("unknown transfer style '%s'\n" % xf.style)
487 with open(prefix + ".transfer.list", "wb") as f:
610 # Check that the input blocks for this transfer haven't yet been touched.
618 # Check that the output blocks for this transfer haven't yet been touched.
620 # Touch all the blocks written by this transfer.
764 # the transfer objects.
818 # Now record the sequence in the 'order' field of each transfer,
855 # special transfer style for zero blocks
    [all...]
  /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...]
  /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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
asptlb.h     [all...]
tapi3if.h     [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...]
test_email_renamed.py 91 eq(msg['content-transfer-encoding'], 'quoted-printable')
101 msg['Content-Transfer-Encoding'] = 'quinted-puntable'
105 eq(msg['content-transfer-encoding'], 'quinted-puntable')
201 # Subpart 5 has no Content-Transfer-Encoding: header.
203 'This has no Content-Transfer-Encoding: header.\n')
210 msg['content-transfer-encoding'] = cte
502 msg['content-transfer-encoding'] = 'base64'
514 eq(msg['content-transfer-encoding'], '7bit')
519 eq(msg['content-transfer-encoding'], '7bit')
525 eq(msg['content-transfer-encoding'], '7bit'
    [all...]
  /prebuilts/python/linux-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...]

Completed in 4507 milliseconds

1 2