/external/libmtp/examples/ |
getfile.c | 47 if (LIBMTP_Get_File_To_File(device, id, to_path, progress, NULL) != 0 ) { 83 if (LIBMTP_Get_File_To_File(device, id, file, progress, NULL) != 0 ) { 86 // Terminate progress bar.
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
OutgoingFileTransfer.java | 134 * returns immediately and its progress will be updated through the
145 * @param progress
146 * A callback to monitor the progress of the file transfer
152 final NegotiationProgress progress)
154 if(progress == null) {
155 throw new IllegalArgumentException("Callback progress cannot be null.");
164 this.callback = progress;
170 progress.outputStreamEstablished(OutgoingFileTransfer.this.outputStream);
183 "File transfer in progress or has already completed.");
189 * to the remote user. It returns immediately and the progress of the file [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLDataGridCellElement.cpp | 88 float HTMLDataGridCellElement::progress() const function in class:WebCore::HTMLDataGridCellElement 93 void HTMLDataGridCellElement::setProgress(float progress) 95 setAttribute(progressAttr, String::number(progress));
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
PerspectiveTransformOperation.cpp | 35 PassRefPtr<TransformOperation> PerspectiveTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) 42 p = p + (1. - p) * progress; // FIXME: this seems wrong. https://bugs.webkit.org/show_bug.cgi?id=52700 54 toT.blend(fromT, progress);
|
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequestProgressEventThrottle.h | 44 // This implements the XHR2 progress event dispatching: "dispatch a progress event called progress
|
/external/webkit/Source/WebKit/chromium/public/ |
WebFileWriter.h | 45 // Only one write or one truncate operation can be in progress at a time. 50 // Cancel will attempt to abort a running write or truncate. However, it may not be possible to cancel an in-progress action, or the call may have come in too late. Partial writes are possible. 51 // Do not call cancel when there is no write or truncate in progress.
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
ProgressCallbackEntity.java | 81 private void broadcastProgressIfNeeded(int progress) { 84 intent.putExtra("progress", progress);
|
/cts/tests/tests/holo/res/layout/ |
progressbar_horizontal_0.xml | 19 android:progress="0"
|
progressbar_horizontal_100.xml | 19 android:progress="100"
|
seekbar_0.xml | 19 android:progress="0"
|
seekbar_100.xml | 19 android:progress="100"
|
seekbar_50.xml | 19 android:progress="50"
|
/developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapter/src/main/res/values/ |
attrs.xml | 19 <!-- Specifies a style resource to use for an indeterminate progress spinner. -->
|
/development/samples/ApiDemos/ |
README.txt | 5 - Progress Dialogs
|
/external/jpeg/ |
jconfig.cfg | 41 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connectionless.h | 75 * \retval NFCSTATUS_PENDING Reception operation is in progress, 80 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress. 107 * \retval NFCSTATUS_PENDING Reception operation is in progress, 112 * \retval NFCSTATUS_SHUTDOWN Shutdown in progress.
|
/external/linux-tools-perf/util/ |
debug.h | 35 #include "ui/progress.h"
|
/external/mockito/src/org/mockito/internal/invocation/ |
MatchersBinder.java | 11 import org.mockito.internal.progress.ArgumentMatcherStorage;
|
/external/mockito/src/org/mockito/internal/progress/ |
HandyReturnValues.java | 5 package org.mockito.internal.progress;
|
MockingProgress.java | 6 package org.mockito.internal.progress;
|
/external/qemu/distrib/jpeg-6b/ |
jconfig.cfg | 41 /* Define this if you want percent-done progress reports from cjpeg/djpeg. */
|
/external/svox/PicoLangInstallerDeuDeu/res/layout/ |
installing.xml | 22 <ProgressBar android:id="@android:id/progress"
|
/external/svox/PicoLangInstallerEngGbr/res/layout/ |
installing.xml | 22 <ProgressBar android:id="@android:id/progress"
|
/external/svox/PicoLangInstallerEngUsa/res/layout/ |
installing.xml | 22 <ProgressBar android:id="@android:id/progress"
|
/external/svox/PicoLangInstallerFraFra/res/layout/ |
installing.xml | 22 <ProgressBar android:id="@android:id/progress"
|