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

1 2 3 4 5 6 7 8 9

  /external/proguard/src/proguard/classfile/editor/
ComparableConstant.java 42 private static final int[] PRIORITIES = new int[13];
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;
51 PRIORITIES[ClassConstants.CONSTANT_Fieldref] = 6; // Always wide index.
52 PRIORITIES[ClassConstants.CONSTANT_Methodref] = 7;
53 PRIORITIES[ClassConstants.CONSTANT_InterfaceMethodref] = 8
    [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/chrome/browser/userfeedback/proto/
chrome.proto 12 // Encapsulates the priorities of Buganizer issues.
  /external/chromium/net/spdy/
spdy_io_buffer.h 51 static uint64 order_; // Maintains a FIFO order for equal priorities.
  /external/kernel-headers/original/linux/
ioprio.h 60 * For inheritance, return the highest of the two given priorities
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityService.java 26 * the conveyance of thread priorities over Binder.
BinderThreadPriorityTest.java 31 * Test whether Binder calls inherit thread priorities correctly.
  /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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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 */
  /external/chromium/chrome/browser/
oom_priority_manager.cc 147 // Now we assign priorities based on the sorted list. We're
148 // assigning priorities in the range of 5 to 10. oom_adj takes
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 74 * of photo priorities.
122 Log.w(TAG, "Problem loading photo priorities: " + e.toString());
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c 249 /* Tentative patches to handle priorities in a better way : */
250 /* Use Android's predefined priorities (range +19..-20)
253 /* Get min and max priorities */
259 /* tentative modification of the priorities */
260 /* Set the priority based on default android priorities */
  /external/bluetooth/glib/gio/
gioscheduler.c 40 * Each I/O operation has a priority, and the scheduler uses the priorities
43 * Priorities are integers, with lower numbers indicating higher priority.
44 * It is recommended to choose priorities between %G_PRIORITY_LOW and
  /bionic/libc/include/
syslog.h 77 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */
  /development/ndk/platforms/android-3/include/
syslog.h 77 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */
  /external/chromium/base/
process.h 39 // a valid value. -20 to 19 are valid process priorities.
  /external/grub/
TODO 8 Priorities:
  /external/iproute2/man/man8/
tc-cbq-details.8 226 priorities.
365 priorities available, numbered from 0 to 15.
367 The defmap specifies which priorities this class wants to receive,
375 configures class 10:0 to send packets with priorities 6 and 7 to 10:1.
tc-cbq.8 143 priorities.
282 priorities available, numbered from 0 to 15.
284 The defmap specifies which priorities this class wants to receive,
292 configures class 10:0 to send packets with priorities 6 and 7 to 10:1.
  /external/llvm/docs/HistoricalNotes/
2000-12-06-MeetingSummary.txt 60 have their priorities shifted. The other option is to focus on a
  /external/webkit/Source/WebCore/html/parser/
HTMLParserScheduler.cpp 80 // FIXME: The timer class should handle timer priorities instead of this code.
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateattributeNS04.java 96 // Our exception priorities differ from the spec

Completed in 1022 milliseconds

1 2 3 4 5 6 7 8 9