Searched refs:priority (Results 276 - 300 of 660) sorted by relevance

<<11121314151617181920>>

/external/apache-http/src/org/apache/commons/logging/
H A DLogFactory.java57 * The name (<code>priority</code>) of the key in the config file used to
58 * specify the priority of that particular config file. The associated value
59 * is a floating-point number; higher values take priority over lower values.
61 public static final String PRIORITY_KEY = "priority";
759 * just disable all commons-logging? Not high priority though - as stated
1392 * However as the priority is a new field, this change is backwards compatible.
1394 * The purpose of the priority field is to allow a webserver administrator to
1396 * file in a shared classpath location with a priority > 0; this overrides any
1405 double priority = 0.0;
1423 priority
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DTemplateList.java215 * list. Sort by import precedence, then priority, then by document order.
230 // then by priority (highest priority is at front),
233 double priority = getPriorityOrScore(item);
265 else if (priority > workPriority) // import precedence is equal
267 else if (priority < workPriority)
283 else if (priority > workPriority)
285 else if (priority < workPriority)
376 * score of that match. This score or priority can always be
386 * the value defined by the priority attribut
[all...]
/external/chromium_org/base/threading/
H A Dthread.cc164 void Thread::SetPriority(ThreadPriority priority) { argument
168 PlatformThread::SetThreadPriority(thread_, priority);
/external/chromium_org/cc/resources/
H A Ddirect_raster_worker_pool.cc70 unsigned priority = kRasterTaskPriorityBase; local
103 InsertNodesForRasterTask(&graph_, task, task->dependencies(), priority++);
H A Dimage_raster_worker_pool.cc65 unsigned priority = kRasterTaskPriorityBase; local
98 InsertNodesForRasterTask(&graph_, task, task->dependencies(), priority++);
H A Dtile.h39 const TilePriority& priority(WhichTree tree) const { function in class:cc::Tile
61 void SetPriority(WhichTree tree, const TilePriority& priority);
/external/chromium_org/chrome/browser/resources/google_now/
H A Dcards.js215 // Find a winning uncombined notification: a highest-priority notification
222 // card to it if its priority is higher.
226 priority >
228 priority) {
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler_unittest.cc140 net::RequestPriority priority,
143 context_.CreateRequest(GURL(url), priority, NULL, NULL));
171 net::RequestPriority priority) {
172 return NewURLRequestWithRoute(url, priority, kRouteId);
176 net::RequestPriority priority,
179 NewURLRequestWithRoute(url, priority, route_id));
187 TestRequest* NewRequest(const char* url, net::RequestPriority priority) { argument
188 return NewRequestWithRoute(url, priority, kRouteId);
315 // We only load low priority resources if there's a body.
318 // Throw in one high priority reques
138 NewURLRequestWithRoute( const char* url, net::RequestPriority priority, int route_id) argument
170 NewURLRequest(const char* url, net::RequestPriority priority) argument
175 NewRequestWithRoute(const char* url, net::RequestPriority priority, int route_id) argument
[all...]
/external/chromium_org/net/cookies/
H A Dcanonical_cookie.h40 CookiePriority priority);
71 CookiePriority priority);
H A Dcanonical_cookie.cc117 CookiePriority priority)
128 priority_(priority) {
258 CookiePriority priority) {
296 secure, http_only, priority);
112 CanonicalCookie( const GURL& url, const std::string& name, const std::string& value, const std::string& domain, const std::string& path, const base::Time& creation, const base::Time& expiration, const base::Time& last_access, bool secure, bool httponly, CookiePriority priority) argument
/external/chromium_org/net/dns/
H A Dmock_host_resolver.h78 RequestPriority priority,
227 RequestPriority priority,
H A Dsingle_request_host_resolver_unittest.cc34 RequestPriority priority,
/external/chromium_org/net/quic/
H A Dquic_http_stream.h36 RequestPriority priority,
62 virtual void SetPriority(RequestPriority priority) OVERRIDE;
123 // The priority of the request.
/external/chromium_org/net/socket/
H A Dsocks_client_socket_pool.h59 RequestPriority priority,
125 RequestPriority priority,
H A Dssl_client_socket_pool.cc101 RequestPriority priority,
114 priority,
229 priority(),
250 priority(),
272 priority(),
560 new SSLConnectJob(group_name, request.priority(), request.params(),
573 RequestPriority priority,
580 return base_.RequestSocket(group_name, *casted_socket_params, priority,
100 SSLConnectJob(const std::string& group_name, RequestPriority priority, const scoped_refptr<SSLSocketParams>& params, const base::TimeDelta& timeout_duration, TransportClientSocketPool* transport_pool, SOCKSClientSocketPool* socks_pool, HttpProxyClientSocketPool* http_proxy_pool, ClientSocketFactory* client_socket_factory, HostResolver* host_resolver, const SSLClientSocketContext& context, Delegate* delegate, NetLog* net_log) argument
571 RequestSocket(const std::string& group_name, const void* socket_params, RequestPriority priority, ClientSocketHandle* handle, const CompletionCallback& callback, const BoundNetLog& net_log) argument
H A Dtransport_client_socket_pool.h69 RequestPriority priority,
157 RequestPriority priority,
/external/chromium_org/testing/android/
H A Dnative_test_launcher.cc81 // Writes printf() style string to Android's logger where |priority| is one of
83 void AndroidLog(int priority, const char* format, ...) { argument
86 __android_log_vprint(priority, kLogTag, format, args);
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dthread.h142 // Sets the thread's priority. Must be called before Start().
143 ThreadPriority priority() const { return priority_; } function in class:talk_base::Thread
144 bool SetPriority(ThreadPriority priority);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Drostermodule.h125 virtual int priority() const = 0;
127 //! Set the priority of the presence
128 virtual XmppReturnStatus set_priority(int priority) = 0;
/external/chromium_org/third_party/webrtc/base/
H A Dthread.h125 // Sets the thread's priority. Must be called before Start().
126 ThreadPriority priority() const { return priority_; } function in class:rtc::Thread
127 bool SetPriority(ThreadPriority priority);
/external/ipsec-tools/src/racoon/
H A Dplog.c85 int priority; member in struct:plogtags
171 vsyslog(ptab[pri].priority, newfmt, ap_bak);
/external/kernel-headers/original/uapi/linux/
H A Dbinder.h173 __s32 priority; member in struct:binder_pri_desc
178 __s32 priority; member in struct:binder_pri_ptr_cookie
230 * int: priority
308 * int: priority
/external/chromium_org/net/spdy/
H A Dmock_spdy_framer_visitor.h33 SpdyPriority priority,
/external/chromium_org/net/tools/flip_server/
H A Dsm_interface.h50 uint32 priority,
/external/chromium_org/net/url_request/
H A Durl_request.h270 RequestPriority priority,
275 RequestPriority priority,
537 // the priority of this request must already be MAXIMUM_PRIORITY.
640 // Returns the priority level for this request.
641 RequestPriority priority() const { return priority_; } function in class:net::URLRequest
643 // Sets the priority level for this request and any related
644 // jobs. Must not change the priority to anything other than
646 void SetPriority(RequestPriority priority);
825 // The priority level for this request. Objects like

Completed in 725 milliseconds

<<11121314151617181920>>