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 146 if (PROGRESS) System.out.println("SEGMENT");
163 //if (PROGRESS) System.out.println("Permute: " + source);
196 //if (PROGRESS) System.out.println(" Piece: " + piece);
224 private static boolean PROGRESS = false; // debug progress
225 //private static Transliterator NAME = PROGRESS ? Transliterator.getInstance("name") : null;
267 if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible));
271 if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible));
287 if (PROGRESS) System.out.println("Adding: " + Utility.hex(segment));
321 if (PROGRESS) System.out.println("Adding: " + NAME.transliterate(segment))
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CanonicalIterator.java 150 if (PROGRESS) System.out.println("SEGMENT");
167 //if (PROGRESS) System.out.println("Permute: " + source);
200 //if (PROGRESS) System.out.println(" Piece: " + piece);
228 private static boolean PROGRESS = false; // debug progress
229 //private static Transliterator NAME = PROGRESS ? Transliterator.getInstance("name") : null;
271 if (PROGRESS) System.out.println("Adding Permutation: " + Utility.hex(possible));
275 if (PROGRESS) System.out.println("-Skipping Permutation: " + Utility.hex(possible));
291 if (PROGRESS) System.out.println("Adding: " + Utility.hex(segment));
325 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);
  /libcore/ojluni/src/main/java/java/util/jar/
Pack200.java 456 * The unpacker's progress as a percentage, as periodically
461 * At a minimum, the unpacker must set progress to 0
466 String PROGRESS = "pack.progress";
522 * changes from the engine (such as progress indications)
575 * This is typically used by applications to update a progress bar.
578 * @see #PROGRESS
640 * The unpacker's progress as a percentage, as periodically
645 * At a minimum, the unpacker must set progress to 0
650 String PROGRESS = "unpack.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())
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java     [all...]
  /external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DeqpTestRunnerTest.java     [all...]
  /external/lz4/programs/
fullbench.c 142 #define PROGRESS(...) no_prompt ? 0 : DISPLAY(__VA_ARGS__)
561 PROGRESS("%1i- %-28.28s :%9i ->\r", loopNb, compressorName, (int)benchedSize);
585 PROGRESS("%1i- %-28.28s :%9i ->%9i (%5.2f%%),%7.1f MB/s\r", loopNb, compressorName, (int)benchedSize, (int)cSize, ratio, (double)benchedSize / bestTime / 1000.);
658 PROGRESS("%1i- %-29.29s :%10i ->\r", loopNb, dName, (int)benchedSize);
678 PROGRESS("%1i- %-29.29s :%10i -> %7.1f MB/s\r", loopNb, dName, (int)benchedSize, (double)benchedSize / bestTime / 1000.);
  /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 61 progress(0),
115 // progress | (2dp)
122 enum Dimension { PROGRESS = 0, TEXT = 1, ICON = 2, DIMENSION_MAX };
141 return gr_fb_height() - PixelsFromDp(kLayouts[layout_][PROGRESS]) -
173 // Draws the animation and progress bar (if any) on the screen.
193 // Erase behind the progress bar (in case this was a progress-only update)
198 float p = progressScopeStart + progress * progressScopeSize;
202 // Fill the progress bar from right to left.
211 // Fill the progress bar from left to right
    [all...]
  /developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 306 PROGRESS("progress"),
  /developers/samples/android/notification/LNotifications/Application/src/main/java/com/example/android/lnotifications/
OtherMetadataFragment.java 306 PROGRESS("progress"),
  /development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
OtherMetadataFragment.java 306 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 4554 milliseconds

1 2 3