Searched defs:priority (Results 1 - 25 of 175) sorted by relevance

1234567

/external/iptables/include/linux/netfilter/
H A Dxt_CLASSIFY.h7 __u32 priority; member in struct:xt_classify_target_info
/external/kernel-headers/original/linux/netfilter/
H A Dxt_CLASSIFY.h5 u_int32_t priority; member in struct:xt_classify_target_info
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceRequestCFNet.h44 inline ResourceLoadPriority toResourceLoadPriority(int priority) argument
46 switch (priority) {
63 inline int toHTTPPipeliningPriority(ResourceLoadPriority priority) argument
65 switch (priority) {
/external/chromium/net/spdy/
H A Dspdy_io_buffer.cc14 IOBuffer* buffer, int size, int priority, SpdyStream* stream)
16 priority_(priority),
13 SpdyIOBuffer( IOBuffer* buffer, int size, int priority, SpdyStream* stream) argument
H A Dspdy_io_buffer.h25 // |priority| is the priority of this buffer. Lower numbers are higher
26 // priority.
28 SpdyIOBuffer(IOBuffer* buffer, int size, int priority, SpdyStream* stream);
36 int priority() const { return priority_; } function in class:net::SpdyIOBuffer
H A Dspdy_http_utils.cc112 // TODO(gavinp): re-adjust this once SPDY v3 has three priority bits,
114 int ConvertRequestPriorityToSpdyPriority(const RequestPriority priority) { argument
115 DCHECK(HIGHEST <= priority && priority < NUM_PRIORITIES);
116 switch (priority) {
122 return priority;
/external/chromium/net/url_request/
H A Durl_request_netlog_params.cc15 RequestPriority priority)
19 priority_(priority) {
27 dict->SetInteger("priority", static_cast<int>(priority_));
11 URLRequestStartEventParameters( const GURL& url, const std::string& method, int load_flags, RequestPriority priority) argument
/external/openssl/crypto/pqueue/
H A Dpqueue.h71 unsigned char priority[8]; /* 64-bit value in big-endian encoding */ member in struct:_pitem
/external/openssl/include/openssl/
H A Dpqueue.h71 unsigned char priority[8]; /* 64-bit value in big-endian encoding */ member in struct:_pitem
/external/webkit/Source/WebKit/android/plugins/
H A DANPLogInterface.cpp36 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/apache-xml/src/main/java/org/apache/xml/utils/
H A DThreadControllerWrapper.java33 public static Thread runThread(Runnable runnable, int priority) argument
35 return m_tpool.run(runnable, priority);
61 * @param priority if >0 the task will run with the given priority
66 public Thread run(Runnable task, int priority) argument
73 // if( priority > 0 )
74 // t.setPriority( priority );
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DPriority.java65 /** priority field
67 protected String priority; field in class:Priority
80 return priority;
84 * get the priority value.
88 return priority;
92 * Set the priority member
99 + "Priority, setPriority(), the priority parameter is null");
100 priority = p;
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPriorityParser.java48 * @param priority the header to parse
50 public PriorityParser(String priority) { argument
51 super(priority);
71 Priority priority = new Priority();
75 priority.setHeaderName(SIPHeaderNames.PRIORITY);
81 priority.setPriority(token.getTokenValue());
85 priority.setPriority(this.lexer.ttokenSafe());
90 return priority;
/external/nist-sip/java/javax/sip/header/
H A DPriorityHeader.java14 void setPriority(String priority) throws ParseException; argument
/external/srtp/crypto/kernel/
H A Derr.c95 err_report(int priority, char *format, ...) { argument
98 if (priority <= err_level) {
109 switch (priority) {
/external/valgrind/main/none/tests/
H A Dmq.c21 unsigned int priority; local
59 if ((len = mq_receive(mqdr, buffer, sizeof(buffer), &priority)) < 0)
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dwpamsg.h19 : 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-qt4/
H A Dwpamsg.h24 : msg(_msg), priority(_priority)
30 int getPriority() const { return priority; }
35 int priority; member in class:WpaMsg
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dwpamsg.h18 : msg(_msg), priority(_priority)
24 int getPriority() const { return priority; }
29 int priority; member in class:WpaMsg
/external/chromium/net/http/
H A Dhttp_request_info.h50 // The priority level for this request.
51 RequestPriority priority; member in struct:net::HttpRequestInfo
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsignalthread.cc57 bool SignalThread::SetPriority(ThreadPriority priority) { argument
61 return worker_.SetPriority(priority);
/external/guava/guava/src/com/google/common/util/concurrent/
H A DThreadFactoryBuilder.java33 * <li> a {@linkplain Thread#setPriority thread priority}
48 private Integer priority = null; field in class:ThreadFactoryBuilder
86 * Sets the priority for new threads created with this ThreadFactory.
88 * @param priority the priority for new Threads created with this
92 public ThreadFactoryBuilder setPriority(int priority) { argument
95 checkArgument(priority >= Thread.MIN_PRIORITY,
96 "Thread priority (%s) must be >= %s", priority, Thread.MIN_PRIORITY);
97 checkArgument(priority <
[all...]
/external/iptables/extensions/
H A Dlibxt_CLASSIFY.c15 "--set-class MAJOR:MINOR Set skb->priority value (always hexadecimal!)\n");
40 if (CLASSIFY_string_to_priority(cb->arg, &clinfo->priority))
46 CLASSIFY_print_class(unsigned int priority, int numeric) argument
48 printf(" %x:%x", TC_H_MAJ(priority)>>16, TC_H_MIN(priority));
59 CLASSIFY_print_class(clinfo->priority, numeric);
69 TC_H_MAJ(clinfo->priority)>>16, TC_H_MIN(clinfo->priority));
/external/okhttp/src/main/java/libcore/net/spdy/
H A DSpdyWriter.java37 public int priority; field in class:SpdyWriter
64 out.writeShort((priority & 0x3) << 30 | (unused & 0x3FFF) << 16);
/external/chromium/chrome/browser/
H A Doom_priority_manager.cc85 // existing renderers in priority order, and hand out oom_adj scores
152 // below the renderers in priority, so 5 to 10 gives us some
153 // variation in priority without taking up the whole range. In the
163 float priority = kMinPriority; local
171 static_cast<int>(priority + 0.5f));
172 priority += priority_increment;

Completed in 2895 milliseconds

1234567