OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:progress
(Results
526 - 550
of
2620
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium/chrome/browser/download/
download_manager.h
11
// Objects that are interested in notifications about new downloads, or
progress
102
// are in
progress
or have completed.
107
// in-
progress
(including dangerous downloads waiting for user confirmation).
204
// The number of in
progress
(including paused) downloads.
304
// Updates the app icon about the overall download
progress
.
341
// |in_progress_| is a map of all downloads that are in
progress
and that have
/external/e2fsprogs/e2fsck/
pass5.c
38
if (ctx->
progress
)
39
if ((ctx->
progress
)(ctx, 5, 0, ctx->fs->group_desc_count*2))
257
if (ctx->
progress
)
258
if ((ctx->
progress
)(ctx, 5, group,
458
if (ctx->
progress
)
459
if ((ctx->
progress
)(ctx, 5,
/external/libnfc-nxp/src/
phFriNfc_MifareStdMap.h
79
#define PH_FRINFC_NDEFMAP_STATE_RD_ACS_BIT 5 /*!< Read access bit is in
progress
*/
87
#define PH_FRINFC_NDEFMAP_STATE_POLL 13 /*!< Poll in
progress
*/
88
#define PH_FRINFC_NDEFMAP_STATE_DISCONNECT 14 /*!< Disconnect in
progress
*/
89
#define PH_FRINFC_NDEFMAP_STATE_CONNECT 15 /*!< Connect in
progress
*/
91
#define PH_FRINFC_NDEFMAP_STATE_RD_SEC_ACS_BIT 16 /*!< Convert to ReadOnly in
progress
*/
92
#define PH_FRINFC_NDEFMAP_STATE_WRITE_SEC 17 /*!< Convert to ReadOnly in
progress
*/
/external/zlib/src/contrib/delphi/
ZLib.pas
53
procedure
Progress
(Sender: TObject); dynamic;
78
written to the output stream. This is useful for updating a
progress
113
This is useful for updating a
progress
indicator when you are reading a
398
procedure TCustomZLibStream.
Progress
(Sender: TObject);
458
Progress
(Self);
515
Progress
(Self);
/frameworks/base/core/java/android/app/
ListFragment.java
188
* way to have the built-in indeterminant
progress
state be shown.
304
* this time an indeterminant
progress
indicator will be shown instead.
312
* @param shown If true, the list view is shown; if false, the
progress
330
* this time an indeterminant
progress
indicator will be shown instead.
332
* @param shown If true, the list view is shown; if false, the
progress
427
// have our data right away and start with the
progress
indicator.
/frameworks/base/media/tests/EffectsTest/res/layout/
equalizertest.xml
174
android:
progress
="50"
234
android:
progress
="50"
294
android:
progress
="50"
354
android:
progress
="50"
414
android:
progress
="50"
450
android:
progress
="50"
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java
178
public void onProgressChanged(SeekBar seekBar, int
progress
, boolean fromUser) {
182
mTest.onBar1Changed(
progress
);
184
mTest.onBar2Changed(
progress
);
186
mTest.onBar3Changed(
progress
);
188
mTest.onBar4Changed(
progress
);
190
mTest.onBar5Changed(
progress
);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java
94
// Receive
progress
dialog
103
// Send
progress
dialog
150
// update
progress
bar for ongoing transfer
417
* Update
progress
bar per data got from content provider
427
// if Max and
progress
both equal 0, the
progress
display 100%.
/packages/apps/Camera/src/com/android/camera/
FocusOverlayManager.java
43
* CAF is not in
progress
.
45
* CAF is in
progress
.
68
private static final int STATE_FOCUSING = 1; // Focus is in
progress
.
69
// Focus is in
progress
and the camera should take a picture after focus finishes.
249
// while the snapshot is still in
progress
. The user probably wants
389
// If auto focus was in
progress
, it would have been stopped.
/packages/apps/Gallery2/src/com/android/camera/
FocusOverlayManager.java
40
* CAF is not in
progress
.
42
* CAF is in
progress
.
65
private static final int STATE_FOCUSING = 1; // Focus is in
progress
.
66
// Focus is in
progress
and the camera should take a picture after focus finishes.
251
// while the snapshot is still in
progress
. The user probably wants
384
// If auto focus was in
progress
, it would have been stopped.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java
146
* @param monitor A
progress
monitor. Can be null. Caller is responsible for calling done.
156
SubMonitor
progress
= SubMonitor.convert(monitor, taskLabel == null ? "" : taskLabel, 100);
local
186
// advance 5% of whatever is allocated on the
progress
bar
187
progress
.setWorkRemaining(100);
188
progress
.worked(5);
189
progress
.subTask(String.format("Preload %1$s", className));
/external/bison/lib/
strerror-override.c
47
return "Operation now in
progress
";
49
return "Operation already in
progress
";
188
return "Graceful shutdown in
progress
";
/external/chromium/chrome/browser/ui/views/download/
download_item_view.h
9
// and a button for canceling an in
progress
download, or opening
237
// For canceling an in
progress
icon request.
252
//
Progress
animation
/external/dropbear/
Makefile.in
9
# dbclient functionality, and includes the
progress
-bar functionality in scp.
104
# for the scp
progress
meter. The -D doesn't affect anything else.
203
-rm -f dropbear dbclient dropbearkey dropbearconvert scp scp-
progress
\
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
webkit
340
progress
341
progress
-bar
342
progress
-bar-value
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java
162
int
progress
= webView.getProgress();
local
164
Log.v(LOGTAG, "Page timeout triggered,
progress
= " +
progress
);
/ndk/sources/host-tools/sed-4.2.1/lib/
strerror.c
56
msg = "Operation now in
progress
";
59
msg = "Operation already in
progress
";
223
msg = "Graceful shutdown in
progress
";
/sdk/templates/activities/LoginActivity/root/src/app_package/
LoginActivity.java.ftl
182
// Show a
progress
spinner, and kick off a background task to
192
* Shows the
progress
UI and hides the login form.
198
// the
progress
spinner.
/cts/apps/CtsVerifier/res/layout/
snsr_gyro.xml
48
<TextView android:id="@+id/
progress
"
/dalvik/dx/src/com/android/dx/cf/direct/
FieldListParser.java
31
/** {@code non-null;} list in
progress
*/
MethodListParser.java
31
/** {@code non-null;} list in
progress
*/
/dalvik/vm/alloc/
Heap.h
93
* will be in
progress
and the heap lock will be held by the caller.
/development/samples/ApiDemos/res/layout/
progressbar_1.xml
27
android:
progress
="50"
/development/samples/ApiDemos/src/com/example/android/apis/view/
ProgressBar3.java
29
* Demonstrates the use of
progress
dialogs. Uses {@link Activity#onCreateDialog}
/development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java
90
// Load animations used to show/hide
progress
bar
94
// Listen for the "in" animation so we make the
progress
bar visible
100
mProgress = (ProgressBar) findViewById(R.id.
progress
);
309
* Our
progress
update pushes a title bar update.
Completed in 2902 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>