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

1 2 3 4 5 6

  /frameworks/support/compat/java/android/support/v4/os/
AsyncTaskCompat.java 43 public static <Params, Progress, Result> AsyncTask<Params, Progress, Result> executeParallel(
44 AsyncTask<Params, Progress, Result> task,
  /external/robolectric/v1/src/main/java/android/os/
ShadowAsyncTaskBridge.java 6 public class ShadowAsyncTaskBridge<Params, Progress, Result> {
7 private AsyncTask<Params, Progress, Result> asyncTask;
9 public ShadowAsyncTaskBridge(AsyncTask<Params, Progress, Result> asyncTask) {
25 public void onProgressUpdate(Progress... values) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
ShadowRunnableAsyncTask.java 31 public class ShadowRunnableAsyncTask<Params, Progress, Result> extends
32 ShadowAsyncTask<Params, Progress, Result> {
35 public AsyncTask<Params, Progress, Result> executeOnExecutor(Executor executor,
  /developers/build/prebuilts/gradle/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DownloadCallback.java 28 interface Progress {
48 * Indicate to callback handler any progress update.
49 * @param progressCode must be one of the constants defined in DownloadCallback.Progress.
MainActivity.java 45 // Boolean telling us whether a download is in progress, so we don't trigger overlapping
116 // You can add UI behavior for progress updates here.
117 case Progress.ERROR:
119 case Progress.CONNECT_SUCCESS:
121 case Progress.GET_INPUT_STREAM_SUCCESS:
123 case Progress.PROCESS_INPUT_STREAM_IN_PROGRESS:
126 case Progress.PROCESS_INPUT_STREAM_SUCCESS:
  /developers/samples/android/connectivity/network/NetworkConnect/Application/src/main/java/com/example/android/networkconnect/
DownloadCallback.java 28 interface Progress {
48 * Indicate to callback handler any progress update.
49 * @param progressCode must be one of the constants defined in DownloadCallback.Progress.
MainActivity.java 45 // Boolean telling us whether a download is in progress, so we don't trigger overlapping
116 // You can add UI behavior for progress updates here.
117 case Progress.ERROR:
119 case Progress.CONNECT_SUCCESS:
121 case Progress.GET_INPUT_STREAM_SUCCESS:
123 case Progress.PROCESS_INPUT_STREAM_IN_PROGRESS:
126 case Progress.PROCESS_INPUT_STREAM_SUCCESS:
  /development/samples/browseable/NetworkConnect/src/com.example.android.networkconnect/
DownloadCallback.java 28 interface Progress {
48 * Indicate to callback handler any progress update.
49 * @param progressCode must be one of the constants defined in DownloadCallback.Progress.
MainActivity.java 45 // Boolean telling us whether a download is in progress, so we don't trigger overlapping
116 // You can add UI behavior for progress updates here.
117 case Progress.ERROR:
119 case Progress.CONNECT_SUCCESS:
121 case Progress.GET_INPUT_STREAM_SUCCESS:
123 case Progress.PROCESS_INPUT_STREAM_IN_PROGRESS:
126 case Progress.PROCESS_INPUT_STREAM_SUCCESS:
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAsyncTask.java 18 public class ShadowAsyncTask<Params, Progress, Result> {
20 @RealObject private AsyncTask<Params, Progress, Result> realAsyncTask;
76 public AsyncTask<Params, Progress, Result> execute(final Params... params) {
100 * @param values The progress values to update the UI with.
104 public void publishProgress(final Progress... values) {
112 private ShadowAsyncTaskBridge<Params, Progress, Result> getBridge() {
113 return new ShadowAsyncTaskBridge<Params, Progress, Result>(realAsyncTask);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
ConfigAccess.h 65 @param Progress On return, points to a character in the Request string. Points to the string's null
82 OUT EFI_STRING *Progress,
94 @param Progress A pointer to a string filled in with the offset of the most recent '&' before the first
107 OUT EFI_STRING *Progress
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
HiiConfigKeyword.h 26 // Progress Errors
45 function returns an error and also sets the Progress and ProgressErr with the
64 @param Progress On return, points to a character in the KeywordString.
81 error. See Progress and ProgressErr for more data.
101 OUT EFI_STRING *Progress,
113 returns an EFI_INVALID_PARAMETER and also set the Progress and ProgressErr with the
135 @param Progress On return, points to a character in the KeywordString. Points
153 1.Progress, ProgressErr, or Resuts is NULL.
155 Progress and ProgressErr for more data.
180 OUT EFI_STRING *Progress,
    [all...]
HiiConfigRouting.h 61 @param Progress On return, points to a character in the
86 error. The Progress parameter
90 known driver. Progress set to
98 @retval EFI_INVALID_PARAMETER Illegal syntax. Progress set
105 EFI_INVALID_PARAMETER. Progress
116 OUT EFI_STRING *Progress,
176 @param Progress A pointer to a string filled in with the
204 OUT EFI_STRING *Progress
234 @param Progress A pointer to a string filled in with the
241 @retval EFI_SUCCESS The request succeeded. Progress points
    [all...]
HiiConfigAccess.h 74 @param Progress On return, points to a character in the
99 Progress set to the first character
102 @retval EFI_INVALID_PARAMETER Illegal syntax. Progress set
107 @retval EFI_INVALID_PARAMETER Unknown name. Progress points
117 OUT EFI_STRING *Progress,
138 @param Progress A pointer to a string filled in with the
167 OUT EFI_STRING *Progress
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
HiiConfigRouting.h 42 OUT EFI_STRING *Progress,
54 Progress - On return, points to a character in the Request string. Points to the string's null
69 Progress set to the 'G' in "GUID" of the routing
75 Progress parameter is set to NULL.
77 EFI_INVALID_PARAMETER - Illegal syntax. Progress set to most recent & before
80 EFI_INVALID_PARAMETER - Unknown name. Progress points to the & before
121 OUT EFI_STRING *Progress
132 Progress - A pointer to a string filled in with the offset of the most recent "&" before the first
158 OUT EFI_STRING *Progress
173 Progress - A pointer to a string filled in with the offset of the most recent "&" before the (…)
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgConfigDxe/
TcgConfigImpl.c 123 @param[out] Progress On return, points to a character in the Request
147 OUT EFI_STRING *Progress,
163 if (Progress == NULL || Results == NULL) {
167 *Progress = Request;
231 Progress
240 // Set Progress string to the original request string.
243 *Progress = NULL;
245 *Progress = Request + StrLen (Request);
257 @param[out] Progress A pointer to a string filled in with the offset of
274 OUT EFI_STRING *Progress
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
BootLogoLib.h 3 to show progress bar and LOGO.
59 Update progress bar with title above it. It only works in Graphics mode.
63 @param Title Title above progress bar.
64 @param ProgressColor Progress bar color.
65 @param Progress Progress (0-100)
66 @param PreviousValue The previous value of the progress.
68 @retval EFI_STATUS Successly update the progress bar
78 IN UINTN Progress,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigAccess/
HiiConfigAccess.h 48 OUT EFI_STRING *Progress,
60 Progress - On return, points to a character in the Request string.
83 OUT EFI_STRING *Progress
93 Progress - A pointer to a string filled in with the offset of the most
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.h 86 @param Progress On return, points to a character in the Request string.
106 OUT EFI_STRING *Progress,
116 @param Progress A pointer to a string filled in with the offset of the most
131 OUT EFI_STRING *Progress
  /packages/apps/Contacts/src/com/android/contacts/util/
WeakAsyncTask.java 23 public abstract class WeakAsyncTask<Params, Progress, Result, WeakTarget> extends
24 AsyncTask<Params, Progress, Result> {
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailAsyncTask.java 41 public abstract class EmailAsyncTask<Params, Progress, Result> {
141 private final InnerTask<Params, Progress, Result> mInnerTask;
149 mInnerTask = new InnerTask<Params, Progress, Result>(this);
187 public final EmailAsyncTask<Params, Progress, Result> executeParallel(Params... params) {
196 public final EmailAsyncTask<Params, Progress, Result> executeSerial(Params... params) {
204 public final EmailAsyncTask<Params, Progress, Result> cancelPreviousAndExecuteParallel(
213 public final EmailAsyncTask<Params, Progress, Result> cancelPreviousAndExecuteSerial(
218 private EmailAsyncTask<Params, Progress, Result> executeInternal(Executor executor,
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEEConfig/
TrEEConfigImpl.c 61 @param[out] Progress On return, points to a character in the Request
85 OUT EFI_STRING *Progress,
89 if (Progress == NULL || Results == NULL) {
93 *Progress = Request;
151 @param[out] Progress A pointer to a string filled in with the offset of
168 OUT EFI_STRING *Progress
171 if (Configuration == NULL || Progress == NULL) {
  /frameworks/native/cmds/dumpstate/tests/
dumpstate_test.cpp 59 MOCK_METHOD1(onProgressUpdated, binder::Status(int32_t progress));
142 ds.progress_.reset(new Progress());
168 void SetProgress(long progress, long initial_max, long threshold = 0) {
172 ds.progress_.reset(new Progress(initial_max, progress, 1.2));
175 std::string GetProgressMessage(const std::string& listener_name, int progress, int max,
177 EXPECT_EQ(progress, ds.progress_->Get()) << "invalid progress";
185 android::base::StringPrintf("Adjusting max progress from %d to %d\n", old_max, max);
189 message += android::base::StringPrintf("Setting progress (%s): %d/%d\n"
601 Progress progress; local
621 Progress progress = GetInstance(10, 1.2); \/\/ 20% growth factor local
640 Progress progress = GetInstance(10, 1.2); \/\/ 20% growth factor local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/
SafeAsyncTask.java 36 public abstract class SafeAsyncTask<Params, Progress, Result>
37 extends AsyncTask<Params, Progress, Result> {
81 public final SafeAsyncTask<Params, Progress, Result> executeOnThreadPool(
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
FrontPage.h 109 @param Progress - On return, points to a character in the Request string.
129 OUT EFI_STRING *Progress,
139 @param Progress - A pointer to a string filled in with the offset of the most
154 OUT EFI_STRING *Progress

Completed in 444 milliseconds

1 2 3 4 5 6