/external/smack/src/org/xbill/DNS/ |
ZoneTransferException.java | 6 * An exception thrown when a zone transfer fails.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_18.txt | 3 Content-Transfer-Encoding: 7bit
|
msg_40.txt | 6 Content-Transfer-Encoding: 7Bit
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
msg_18.txt | 3 Content-Transfer-Encoding: 7bit
|
msg_40.txt | 6 Content-Transfer-Encoding: 7Bit
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_resource_buffer.c | 55 * Create a buffer transfer. 75 struct pipe_transfer *transfer; local 77 transfer = CALLOC_STRUCT(pipe_transfer); 78 if (transfer == NULL) { 82 transfer->resource = resource; 83 transfer->level = level; 84 transfer->usage = usage; 85 transfer->box = *box; 140 * the transfer (just as done with textures), which would allow 156 FREE(transfer); [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_resource_buffer.c | 55 * Create a buffer transfer. 75 struct pipe_transfer *transfer; local 77 transfer = CALLOC_STRUCT(pipe_transfer); 78 if (transfer == NULL) { 82 transfer->resource = resource; 83 transfer->level = level; 84 transfer->usage = usage; 85 transfer->box = *box; 140 * the transfer (just as done with textures), which would allow 156 FREE(transfer); [all...] |
/frameworks/base/docs/html/training/beam-files/ |
index.jd | 2 page.tags=NfcAdapter,Android Beam,share,file transfer 31 Android allows you to transfer large files between devices using the Android Beam file transfer 32 feature. This feature has a simple API and allows users to start the transfer process by simply 33 touching devices. In response, Android Beam file transfer automatically copies files from one 37 While the Android Beam file transfer API handles large amounts of data, the Android Beam NDEF 38 transfer API introduced in Android 4.0 (API level 14) handles small amounts of data such as
|
/external/apache-http/src/org/apache/http/impl/entity/ |
LaxContentLengthStrategy.java | 48 * This strategy conforms to the entity transfer rules outlined in 54 * about unsupported transfer codecs and malformed content-length headers. 58 * The transfer-length of a message is the length of the message-body as it appears in the 59 * message; that is, after any transfer-codings have been applied. When a message-body is 60 * included with a message, the transfer-length of that body is determined by one of the 70 * 2.If a Transfer-Encoding header field (section 14.41) is present and has any value other 71 * than "identity", then the transfer-length is defined by use of the "chunked" transfer- 76 * OCTETs represents both the entity-length and the transfer-length. The Content-Length 78 * Transfer-Encodin [all...] |
StrictContentLengthStrategy.java | 45 * This entity generator comforms to the entity transfer rules outlined in the 54 * The transfer-length of a message is the length of the message-body as it appears in the 55 * message; that is, after any transfer-codings have been applied. When a message-body is 56 * included with a message, the transfer-length of that body is determined by one of the 66 * 2.If a Transfer-Encoding header field (section 14.41) is present and has any value other 67 * than "identity", then the transfer-length is defined by use of the "chunked" transfer- 72 * OCTETs represents both the entity-length and the transfer-length. The Content-Length 74 * Transfer-Encoding 78 * Transfer-Encoding header field and a Content-Length header field [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/ |
tr_texture.c | 118 struct pipe_transfer *transfer) 122 if(!transfer) 125 assert(transfer->resource == tr_res->resource); 131 memcpy(&tr_trans->base, transfer, sizeof(struct pipe_transfer)); 134 tr_trans->transfer = transfer; 142 tr_ctx->pipe->transfer_destroy(tr_ctx->pipe, transfer); 152 struct pipe_transfer *transfer = tr_trans->transfer; local 155 context->transfer_destroy(context, transfer); [all...] |
tr_texture.h | 71 struct pipe_transfer *transfer; member in struct:trace_transfer 110 trace_transfer(struct pipe_transfer *transfer) 112 if(!transfer) 114 (void)trace_resource(transfer->resource); 115 return (struct trace_transfer *)transfer; 137 struct pipe_transfer *transfer);
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_texture.c | 118 struct pipe_transfer *transfer) 122 if(!transfer) 125 assert(transfer->resource == tr_res->resource); 131 memcpy(&tr_trans->base, transfer, sizeof(struct pipe_transfer)); 134 tr_trans->transfer = transfer; 142 tr_ctx->pipe->transfer_destroy(tr_ctx->pipe, transfer); 152 struct pipe_transfer *transfer = tr_trans->transfer; local 155 context->transfer_destroy(context, transfer); [all...] |
tr_texture.h | 71 struct pipe_transfer *transfer; member in struct:trace_transfer 110 trace_transfer(struct pipe_transfer *transfer) 112 if(!transfer) 114 (void)trace_resource(transfer->resource); 115 return (struct trace_transfer *)transfer; 137 struct pipe_transfer *transfer);
|
/packages/providers/DownloadProvider/ui/res/values-pt-rPT/ |
strings.xml | 19 <string name="app_label" msgid="3070921713463294774">"Transferências"</string> 20 <string name="download_title_sorted_by_date" msgid="5898014492155434221">"Transferências ? ordenadas por data"</string> 21 <string name="download_title_sorted_by_size" msgid="1417193166677094813">"Transferências ? ordenadas por tamanho"</string> 22 <string name="no_downloads" msgid="1029667411186146836">"Não há transferências."</string> 31 <string name="dialog_failed_body" msgid="587545111677064427">"Quer tentar novamente a transferência mais tarde ou eliminá-la da fila?"</string> 33 <string name="dialog_queued_body" msgid="708552801635572720">"Este ficheiro está em fila para transferência futura e, por isso, ainda não está disponível."</string> 35 <string name="dialog_insufficient_space_on_external" msgid="8692452156251449195">"Não é possível concluir a transferência. O armazenamento externo não tem espaço suficiente."</string> 36 <string name="dialog_insufficient_space_on_cache" msgid="6313630206163908994">"Não é possível concluir a transferência. O armazenamento interno de transferências não tem espaço suficiente."</string> 37 <string name="dialog_cannot_resume" msgid="8664509751358983543">"A transferência foi interrompida e não pode ser retomada."</string [all...] |
/external/clang/test/SemaObjC/ |
arc-cf.m | 18 x = (id) CFMakeString0(); // expected-error {{requires a bridged cast}} expected-note {{__bridge to convert directly}} expected-note {{CFBridgingRelease call to transfer}} 19 x = (id) CFCreateString0(); // expected-error {{requires a bridged cast}} expected-note {{CFBridgingRelease call to transfer}} 27 x = (id) CFCreateString1(); // expected-error {{requires a bridged cast}} expected-note {{CFBridgingRelease call to transfer}} 45 x = (id) CFMakeString3(); // expected-error {{requires a bridged cast}} expected-note {{CFBridgingRelease call to transfer}} 46 x = (id) CFCreateString3(); // expected-error {{requires a bridged cast}} expected-note {{CFBridgingRelease call to transfer}}
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_upload_mgr.c | 49 struct pipe_transfer *transfer; /* Transfer object for the upload buffer. */ member in struct:u_upload_mgr 77 if (upload->transfer) { 78 struct pipe_box *box = &upload->transfer->box; 81 pipe_buffer_flush_mapped_range(upload->pipe, upload->transfer, 84 pipe_transfer_unmap(upload->pipe, upload->transfer); 85 pipe_transfer_destroy(upload->pipe, upload->transfer); 86 upload->transfer = NULL; 143 &upload->transfer); 191 &upload->transfer); 246 struct pipe_transfer *transfer = NULL; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_upload_mgr.c | 49 struct pipe_transfer *transfer; /* Transfer object for the upload buffer. */ member in struct:u_upload_mgr 77 if (upload->transfer) { 78 struct pipe_box *box = &upload->transfer->box; 81 pipe_buffer_flush_mapped_range(upload->pipe, upload->transfer, 84 pipe_transfer_unmap(upload->pipe, upload->transfer); 85 pipe_transfer_destroy(upload->pipe, upload->transfer); 86 upload->transfer = NULL; 143 &upload->transfer); 191 &upload->transfer); 246 struct pipe_transfer *transfer = NULL; local [all...] |
/external/chromium_org/third_party/libusb/src/libusb/ |
libusb.h | 335 * Endpoint transfer type. Values for bits 0:1 of the 550 * the bConfigurationValue. Bits 0:1 determine the transfer type and 714 /** The total number of bytes this EP will transfer every 873 * \ref libusb_request_type. Bit 7 determines data transfer direction, see 892 /** Number of bytes to transfer */ [all...] |
io.c | 52 * application by considering each transfer on a case-by-case basis. 86 * The synchronous I/O interface allows you to perform a USB transfer with 87 * a single function call. When the function call returns, the transfer has 121 * Additionally, there is no opportunity to cancel the transfer after the 135 * begin a transfer and then return immediately. Your application passes a 153 * order to accurately handle transfer timeouts. 155 * the function with that stack is guaranteed not to return until the transfer 158 * the transfer request is done in a separate function from where the transfer 160 * submit a second transfer based on the results of an earlier transfer 1388 struct usbi_transfer *transfer; local 1524 struct libusb_transfer *transfer = local 1839 struct libusb_transfer *transfer = local 1855 struct usbi_transfer *transfer; local 2331 struct usbi_transfer *transfer; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/noop/ |
noop_pipe.c | 147 * transfer 155 struct pipe_transfer *transfer; local 157 transfer = CALLOC_STRUCT(pipe_transfer); 158 if (transfer == NULL) 160 pipe_resource_reference(&transfer->resource, resource); 161 transfer->level = level; 162 transfer->usage = usage; 163 transfer->box = *box; 164 transfer->stride = 1; 165 transfer->layer_stride = 1 [all...] |
/external/mesa3d/src/gallium/drivers/noop/ |
noop_pipe.c | 147 * transfer 155 struct pipe_transfer *transfer; local 157 transfer = CALLOC_STRUCT(pipe_transfer); 158 if (transfer == NULL) 160 pipe_resource_reference(&transfer->resource, resource); 161 transfer->level = level; 162 transfer->usage = usage; 163 transfer->box = *box; 164 transfer->stride = 1; 165 transfer->layer_stride = 1 [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
openbsd_usb.c | 474 struct libusb_transfer *transfer; local 480 transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); 481 hpriv = (struct handle_priv *)transfer->dev_handle->os_priv; 483 switch (transfer->type) { 488 if (IS_XFEROUT(transfer)) { 497 if (IS_XFEROUT(transfer) && 498 transfer->flags & LIBUSB_TRANSFER_ADD_ZERO_PACKET) { 682 struct libusb_transfer *transfer; local 687 transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); 688 dpriv = (struct device_priv *)transfer->dev_handle->dev->os_priv 777 struct libusb_transfer *transfer; local [all...] |
/development/host/windows/usb/api/ |
adb_legacy_io_completion.cpp | 51 ULONG transfer;
local 54 &transfer,
64 if (wait && ret && (0 == transfer) && (0 != expected_transfer_size_) &&
70 &transfer,
74 if (!ret || (0 != transfer) ||
86 *bytes_transferred = is_write_ioctl() ? transferred_bytes_ : transfer;
|
/development/host/windows/usb/winusb/ |
adb_winusb_io_completion.cpp | 59 ULONG transfer;
local 63 &transfer,
72 if (wait && ret && (0 == transfer) && (0 != expected_transfer_size_) &&
79 &transfer,
82 if (!ret || (0 != transfer) ||
94 *bytes_transferred = transfer;
|