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

1 2 3

  /toolchain/binutils/binutils-2.25/include/
progress.h 1 /* Default definitions for progress macros.
30 #ifndef PROGRESS
31 #define PROGRESS(X)
  /frameworks/native/cmds/installd/
otapreopt_script.sh 58 PROGRESS=$(cmd otadexopt progress)
59 print -u${STATUS_FD} "global_progress $PROGRESS"
67 PROGRESS=$(cmd otadexopt progress)
68 print -u${STATUS_FD} "global_progress $PROGRESS"
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CanonicalIterator.java 148 if (PROGRESS) System.out.println("SEGMENT");
165 //if (PROGRESS) System.out.println("Permute: " + source);
198 //if (PROGRESS) System.out.println(" Piece: " + piece);
226 private static boolean PROGRESS = false; // debug progress
227 //private static Transliterator NAME = PROGRESS ? Transliterator.getInstance("name") : null;
269 if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible));
273 if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible));
289 if (PROGRESS) System.out.println("Adding: " + Utility.hex(segment));
323 if (PROGRESS) System.out.println("Adding: " + NAME.transliterate(segment))
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 152 if (PROGRESS) System.out.println("SEGMENT");
169 //if (PROGRESS) System.out.println("Permute: " + source);
202 //if (PROGRESS) System.out.println(" Piece: " + piece);
230 private static boolean PROGRESS = false; // debug progress
231 //private static Transliterator NAME = PROGRESS ? Transliterator.getInstance("name") : null;
273 if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible));
277 if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible));
293 if (PROGRESS) System.out.println("Adding: " + Utility.hex(segment));
327 if (PROGRESS) System.out.println("Adding: " + NAME.transliterate(segment))
    [all...]
  /frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
MainActivity.java 42 private static Drawable PROGRESS;
55 PROGRESS = res.getDrawable(R.drawable.progress);
114 | ExtendedOptions.FEATURE_STATE_CHANGES, PLACEHOLDER, PROGRESS);
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
loadfile_machdep.h 68 #define PROGRESS(a) (void) printf a
88 #define PROGRESS(a) /* nothing */
  /libcore/ojluni/src/main/java/java/util/jar/
Pack200.java 458 * The unpacker's progress as a percentage, as periodically
461 * Progress can be monitored by polling the value of this
464 * At a minimum, the unpacker must set progress to 0
468 String PROGRESS = "pack.progress";
524 * changes from the engine (such as progress indications)
577 * This is typically used by applications to update a progress bar.
587 * @see #PROGRESS
593 * Applications that need to monitor progress of the packer
594 * can poll the value of the {@link #PROGRESS PROGRESS
    [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
CodeGenerator.java 33 import static com.android.notificationstudio.model.EditableItem.PROGRESS;
71 if (PROGRESS.hasValue() && PROGRESS.getValueBool())
NotificationGenerator.java 33 import static com.android.notificationstudio.model.EditableItem.PROGRESS;
75 if (PROGRESS.hasValue() && PROGRESS.getValueBool())
  /external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DeqpTestRunnerTest.java     [all...]
  /external/lz4/tests/
fullbench.c 91 #define PROGRESS(...) g_noPrompt ? 0 : DISPLAY(__VA_ARGS__)
457 PROGRESS("%1i- %-28.28s :%9i ->\r", loopNb, compressorName, (int)benchedSize);
479 PROGRESS("%1i- %-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\r", loopNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000000);
552 PROGRESS("%1i- %-29.29s :%10i ->\r", loopNb, dName, (int)benchedSize);
571 PROGRESS("%1i- %-29.29s :%10i -> %7.1f MB/s\r", loopNb, dName, (int)benchedSize, (double)benchedSize / bestTime / 1000000);
  /toolchain/binutils/binutils-2.25/gas/
as.c 1116 PROGRESS (1);
    [all...]
write.c     [all...]
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 39 PROGRESS(R.string.progress, TYPE_BOOLEAN, CATEGORY_MAIN),
  /bootable/recovery/
screen_ui.cpp 60 progress(0),
114 // progress | (2dp)
121 enum Dimension { PROGRESS = 0, TEXT = 1, ICON = 2, DIMENSION_MAX };
140 return gr_fb_height() - PixelsFromDp(kLayouts[layout_][PROGRESS]) -
172 // Draws the animation and progress bar (if any) on the screen.
192 // Erase behind the progress bar (in case this was a progress-only update)
197 float p = progressScopeStart + progress * progressScopeSize;
201 // Fill the progress bar from right to left.
210 // Fill the progress bar from left to right
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 302 PROGRESS("progress"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 302 PROGRESS("progress"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 302 PROGRESS("progress"),
  /toolchain/binutils/binutils-2.25/binutils/
nm.c 23 #include "progress.h"
435 PROGRESS (1);
819 PROGRESS (1);
1158 PROGRESS (1);
    [all...]
ar.c 30 #include "progress.h"
186 PROGRESS (1);
210 PROGRESS (1);
968 PROGRESS (1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tmschema.h 645 BEGIN_TM_CLASS_PARTS(PROGRESS)
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 

Completed in 427 milliseconds

1 2 3