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

1 2 3 4 5 6 7

  /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 40 int[] priorities = { Log.ASSERT, Log.DEBUG, Log.ERROR, Log.INFO, local
42 for (int i = 0; i < priorities.length; i++) {
43 new LogPrinter(priorities[i], mTag);
  /external/chromium/net/flip/
flip_io_buffer.h 50 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.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 403 int[] priorities; local
407 priorities = mBigramPriorities;
411 priorities = mPriorities;
441 if (priorities[prefMaxSuggestions - 1] >= freq) return true;
443 if (priorities[pos] < freq
444 || (priorities[pos] == freq && length < suggestions.get(pos).length())) {
454 System.arraycopy(priorities, pos, priorities, pos + 1,
456 priorities[pos] = freq;
  /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).
  /prebuilt/linux-x86/toolchain/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 */
resource.h 93 priority. Priorities range from PRIO_MIN to PRIO_MAX (above). */
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 74 * of photo priorities.
122 Log.w(TAG, "Problem loading photo priorities: " + e.toString());
  /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 35 // 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.
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
documentcreateattributeNS04.java 96 // Our exception priorities differ from the spec
setAttributeNS02.java 79 // Our exception priorities differ from the spec
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
syslog.h 77 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
syslog.h 77 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
syslog.h 77 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
syslog.h 77 #define LOG_UPTO(pri) ((1 << ((pri)+1)) - 1) /* all priorities through pri */

Completed in 384 milliseconds

1 2 3 4 5 6 7