HomeSort by relevance Sort by last modified time
    Searched full:priorities (Results 1 - 25 of 358) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/glide/library/src/main/java/com/bumptech/glide/
Priority.java 4 * Priorities for completing loads. If more than one load is queued at a time, the load with the higher priority will be
5 * started first. Priorities are condsidered best effort, there are no guarantees about the order in which loads will
  /external/strace/xlat/
priorities.h 1 /* Generated by ./xlat/gen.sh from ./xlat/priorities.in; do not edit. */
3 static const struct xlat priorities[] = { variable in typeref:struct:xlat
  /external/proguard/src/proguard/classfile/editor/
ComparableConstant.java 42 private static final int[] PRIORITIES = new int[19];
45 PRIORITIES[ClassConstants.CONSTANT_Integer] = 0; // Possibly byte index (ldc).
46 PRIORITIES[ClassConstants.CONSTANT_Float] = 1;
47 PRIORITIES[ClassConstants.CONSTANT_String] = 2;
48 PRIORITIES[ClassConstants.CONSTANT_Class] = 3;
49 PRIORITIES[ClassConstants.CONSTANT_Long] = 4; // Always wide index (ldc2_w).
50 PRIORITIES[ClassConstants.CONSTANT_Double] = 5; // Always wide index (ldc2_w).
51 PRIORITIES[ClassConstants.CONSTANT_Fieldref] = 6; // Always wide index (getfield,...).
52 PRIORITIES[ClassConstants.CONSTANT_Methodref] = 7; // Always wide index (invokespecial,...).
53 PRIORITIES[ClassConstants.CONSTANT_InterfaceMethodref] = 8; // Always wide index (invokeinterface)
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
LogPrinterTest.java 31 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO, local
33 for (int i = 0; i < priorities.length; i++) {
34 new LogPrinter(priorities[i], mTag);
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
ChromiumUrlRequestPriority.template 7 // A simple auto-generated interface used to list request priorities as used by
  /external/chromium_org/cc/resources/
prioritized_tile_set_unittest.cc 129 TilePriority priorities[4] = { local
139 tile->SetPriority(ACTIVE_TREE, priorities[priority]);
140 tile->SetPriority(PENDING_TREE, priorities[priority]);
163 TilePriority priorities[4] = { local
173 tile->SetPriority(ACTIVE_TREE, priorities[priority]);
174 tile->SetPriority(PENDING_TREE, priorities[priority]);
199 TilePriority priorities[4] = { local
209 tile->SetPriority(ACTIVE_TREE, priorities[priority]);
210 tile->SetPriority(PENDING_TREE, priorities[priority]);
236 TilePriority priorities[4] = local
269 TilePriority priorities[4] = { local
305 TilePriority priorities[4] = { local
341 TilePriority priorities[4] = { local
377 TilePriority priorities[4] = { local
461 TilePriority priorities[4] = { local
580 TilePriority priorities[4] = { local
    [all...]
tile_manager_perftest.cc 186 TreePriority priorities[] = {SAME_PRIORITY_FOR_BOTH_TREES, local
200 host_impl_.BuildRasterQueue(&queue, priorities[priority_count]);
201 priority_count = (priority_count + 1) % arraysize(priorities);
216 TreePriority priorities[] = {SAME_PRIORITY_FOR_BOTH_TREES, local
231 host_impl_.BuildRasterQueue(&queue, priorities[priority_count]);
237 priority_count = (priority_count + 1) % arraysize(priorities);
252 TreePriority priorities[] = {SAME_PRIORITY_FOR_BOTH_TREES, local
272 host_impl_.BuildEvictionQueue(&queue, priorities[priority_count]);
273 priority_count = (priority_count + 1) % arraysize(priorities);
288 TreePriority priorities[] = {SAME_PRIORITY_FOR_BOTH_TREES local
    [all...]
picture_layer_tiling_perftest.cc 190 TreePriority priorities[] = {SAME_PRIORITY_FOR_BOTH_TREES, local
197 priorities[priority_count],
199 priority_count = (priority_count + 1) % arraysize(priorities);
221 TreePriority priorities[] = {SAME_PRIORITY_FOR_BOTH_TREES, local
243 priorities[priority_count],
250 priority_count = (priority_count + 1) % arraysize(priorities);
  /external/android-clat/
logging.h 21 // for the priorities
  /external/chromium_org/ui/file_manager/image_loader/
worker.js 9 * synchronously, taking into account priorities. The highest priority is 0.
61 * with higher priorities are finished. If the result is cached, then it is
118 * Sorts pending requests by priorities.
  /external/chromium_org/cc/layers/
picture_layer_impl_perftest.cc 125 TreePriority priorities[] = {SAME_PRIORITY_FOR_BOTH_TREES, local
133 pending_layer_, priorities[priority_count]);
139 priority_count = (priority_count + 1) % arraysize(priorities);
157 TreePriority priorities[] = {SAME_PRIORITY_FOR_BOTH_TREES, local
164 pending_layer_, priorities[priority_count]);
165 priority_count = (priority_count + 1) % arraysize(priorities);
  /bionic/libc/include/
syslog.h 38 /* Priorities are translated to Android log priorities as shown. */
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
syslog.h 38 /* Priorities are translated to Android log priorities as shown. */
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
syslog.h 38 /* Priorities are translated to Android log priorities as shown. */
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
syslog.h 38 /* Priorities are translated to Android log priorities as shown. */
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
syslog.h 38 /* Priorities are translated to Android log priorities as shown. */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
syslog.h 38 /* Priorities are translated to Android log priorities as shown. */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
syslog.h 38 /* Priorities are translated to Android log priorities as shown. */
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_browser_handlers.h 33 // Tasks are stored as a vector in order of priorities.
  /external/chromium_org/components/feedback/proto/
chrome.proto 13 // Encapsulates the priorities of Buganizer issues.
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityService.java 26 * the conveyance of thread priorities over Binder.
  /libcore/luni/src/main/java/java/util/concurrent/
ThreadFactory.java 12 * enabling applications to use special thread subclasses, priorities, etc.
  /external/ipsec-tools/src/libipsec/
ipsec_set_policy.3 116 a signed integer where higher priorities indicate the policy is placed
117 closer to the beginning of the list and lower priorities indicate the
120 priorities are added at the end of the group of such policies.
124 support policy priorities (Linux \*[Gt]= 2.6.6).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
syslog.h 43 * priorities/facilities are encoded into a single 32-bit quantity, where the
45 * (0-big number). Both the priorities and the facilities map roughly
49 * priorities (these are ordered)
154 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
syslog.h 43 * priorities/facilities are encoded into a single 32-bit quantity, where the
45 * (0-big number). Both the priorities and the facilities map roughly
49 * priorities (these are ordered)
154 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */

Completed in 6285 milliseconds

1 2 3 4 5 6 7 8 91011>>