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

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/include/linux/netfilter_ipv4/
ipt_CLASSIFY.h 5 u_int32_t priority; member in struct:ipt_classify_target_info
  /external/kernel-headers/original/linux/netfilter/
xt_CLASSIFY.h 5 u_int32_t priority; member in struct:xt_classify_target_info
  /external/wpa_supplicant/wpa_gui/
wpamsg.h 19 : msg(_msg), priority(_priority)
25 int getPriority() const { return priority; }
30 int priority; member in class:WpaMsg
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
wpamsg.h 19 : msg(_msg), priority(_priority)
25 int getPriority() const { return priority; }
30 int priority; member in class:WpaMsg
  /frameworks/base/core/java/com/android/internal/os/
AndroidPrintStream.java 28 private final int priority; field in class:AndroidPrintStream
34 * @param priority from {@link android.util.Log}
37 public AndroidPrintStream(int priority, String tag) {
42 this.priority = priority;
47 Log.println(priority, tag, line);
  /external/webkit/WebCore/bindings/objc/
DOMCSS.mm 137 [self setProperty:@"azimuth" value:azimuth priority:@""];
147 [self setProperty:@"background" value:background priority:@""];
157 [self setProperty:@"background-attachment" value:backgroundAttachment priority:@""];
167 [self setProperty:@"background-color" value:backgroundColor priority:@""];
177 [self setProperty:@"background-image" value:backgroundImage priority:@""];
187 [self setProperty:@"background-position" value:backgroundPosition priority:@""];
197 [self setProperty:@"background-repeat" value:backgroundRepeat priority:@""];
207 [self setProperty:@"border" value:border priority:@""];
217 [self setProperty:@"border-collapse" value:borderCollapse priority:@""];
227 [self setProperty:@"border-color" value:borderColor priority:@""]
    [all...]
  /external/iproute2/tc/
m_skbedit.c 35 "queue_mapping QUEUE_MAPPING | priority PRIORITY \n"
37 "PRIORITY = classID to assign to priority field\n");
57 __u32 flags = 0, priority; local
75 } else if (matches(*argv, "priority") == 0) {
78 if (get_tc_classid(&priority, *argv)) {
79 fprintf(stderr, "Illegal priority\n");
139 &priority, sizeof(priority));
152 __u32 *priority; local
    [all...]
  /frameworks/base/core/java/android/util/
LogPrinter.java 29 * Create a new Printer that sends to the log with the given priority
32 * @param priority The desired log priority:
40 public LogPrinter(int priority, String tag) {
41 mPriority = priority;
50 public LogPrinter(int priority, String tag, int buffer) {
51 mPriority = priority;
  /external/bluetooth/bluez/src/
plugin.h 30 int priority; member in struct:bluetooth_plugin_desc
36 #define BLUETOOTH_PLUGIN_DEFINE(name, version, priority, init, exit) \
38 #name, version, priority, init, exit \
41 #define BLUETOOTH_PLUGIN_DEFINE(name, version, priority, init, exit) \
45 #name, version, priority, init, exit \
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
PriorityThreadFactory.java 24 * A thread factory that creates threads with a given thread priority.
33 * @param priority The thread priority of the threads created by this factory.
36 public PriorityThreadFactory(int priority) {
37 mPriority = priority;
  /dalvik/libcore/luni/src/main/java/java/util/
PriorityQueue.java 24 * A PriorityQueue holds elements on a priority heap, which orders the elements
52 * Constructs a priority queue with an initial capacity of 11 and natural
60 * Constructs a priority queue with the specified capacity and natural
73 * Constructs a priority queue with the specified capacity and comparator.
92 * Constructs a priority queue that contains the elements of a collection.
93 * The constructed priority queue has the initial capacity of 110% of the
98 * the collection whose elements will be added to the priority
117 * Constructs a priority queue that contains the elements of another
118 * priority queue. The constructed priority queue has the initial capacit
    [all...]
  /external/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 25 : msg(_msg), priority(_priority)
31 int getPriority() const { return priority; }
36 int priority; member in class:WpaMsg
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpamsg.h 24 : msg(_msg), priority(_priority)
30 int getPriority() const { return priority; }
35 int priority; member in class:WpaMsg
  /external/webkit/WebKit/android/plugins/
ANPLogInterface.cpp 36 android_LogPriority priority; local
39 priority = ANDROID_LOG_ERROR;
42 priority = ANDROID_LOG_WARN;
45 priority = ANDROID_LOG_DEBUG;
48 priority = ANDROID_LOG_UNKNOWN;
51 LOG_PRI_VA(priority, "plugin", format, args);
  /external/iptables/extensions/
libipt_CLASSIFY.c 19 " --set-class [MAJOR:MINOR] Set skb->priority value\n"
58 if (string_to_priority(optarg, &clinfo->priority))
83 print_class(unsigned int priority, int numeric)
85 printf("%x:%x ", TC_H_MAJ(priority)>>16, TC_H_MIN(priority));
97 print_class(clinfo->priority, numeric);
108 TC_H_MAJ(clinfo->priority)>>16, TC_H_MIN(clinfo->priority));
libipt_CLASSIFY.man 1 This module allows you to set the skb->priority value (and thus classify the packet into a specific CBQ class).
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 39 * Maintains a cache of photo priority per account type. During contact aggregation
40 * photo with a higher priority is chosen for the the entire contact, barring an
55 * The XML tag capturing the picture priority. The syntax is:
56 * <code>&lt;Picture android:priority="6"/&gt;</code>
61 * Name of the attribute of the Picture tag capturing the priority itself.
63 private static final String PRIORITY_ATTR = "priority";
73 * Returns the photo priority for the specified account type. Maintains cache
81 Integer priority = mPhotoPriorities.get(accountType); local
82 if (priority == null) {
83 priority = resolvePhotoPriority(accountType)
128 int priority = DEFAULT_PRIORITY; local
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
xt_CLASSIFY.h 16 u_int32_t priority; member in struct:xt_classify_target_info
  /external/kernel-headers/original/linux/
ioprio.h 20 * These are the io priority groups as implemented by CFQ. RT is the realtime
33 * 8 best effort priority levels are supported
44 * if process has set io priority explicitly, use that. if not, convert
45 * the cpu scheduler nice value to an io priority
  /frameworks/base/awt/java/awt/font/
GlyphJustificationInfo.java 29 * priority, absorb, and limit.
43 * priority.
49 * justification priority.
55 * priority.
60 * The Constant PRIORITY_NONE indicates the lowest justification priority.
66 * this and lower priority levels when it grows.
83 * The grow priority value represents the priority level of this glyph as it
90 * shrinkage at this and lower priority levels as it shrinks.
107 * The shrink priority represents the glyth's priority level as it i
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_CLASSIFY.h 16 u_int32_t priority; member in struct:xt_classify_target_info
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_CLASSIFY.h 16 u_int32_t priority; member in struct:xt_classify_target_info
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_CLASSIFY.h 16 u_int32_t priority; member in struct:xt_classify_target_info
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter/
xt_CLASSIFY.h 16 u_int32_t priority; member in struct:xt_classify_target_info
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_CLASSIFY.h 16 u_int32_t priority; member in struct:xt_classify_target_info

Completed in 2927 milliseconds

1 2 3 4 5 6 7 8 91011>>