Searched refs:priority (Results 76 - 100 of 681) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction_factory.cc24 net::RequestPriority priority,
27 int rv = network_layer_->CreateTransaction(priority, &network_transaction);
23 CreateTransaction( net::RequestPriority priority, scoped_ptr<net::HttpTransaction>* trans) argument
/external/chromium_org/net/spdy/
H A Dspdy_http_utils.h52 RequestPriority priority,
56 SpdyPriority priority,
H A Dspdy_http_utils.cc169 const RequestPriority priority,
171 DCHECK_GE(priority, MINIMUM_PRIORITY);
172 DCHECK_LE(priority, MAXIMUM_PRIORITY);
174 // SPDY 2 only has 2 bits of priority, but we have 5 RequestPriorities.
176 if (priority > LOWEST) {
177 return static_cast<SpdyPriority>(HIGHEST - priority);
179 return static_cast<SpdyPriority>(HIGHEST - priority - 1);
182 return static_cast<SpdyPriority>(HIGHEST - priority);
187 SpdyPriority priority,
192 return (priority >
168 ConvertRequestPriorityToSpdyPriority( const RequestPriority priority, SpdyMajorVersion protocol_version) argument
186 ConvertSpdyPriorityToRequestPriority( SpdyPriority priority, SpdyMajorVersion protocol_version) argument
[all...]
/external/chromium_org/net/url_request/
H A Durl_request_netlog_params.cc16 RequestPriority priority,
23 dict->SetString("priority", RequestPriorityToString(priority));
13 NetLogURLRequestStartCallback(const GURL* url, const std::string* method, int load_flags, RequestPriority priority, int64 upload_id, NetLog::LogLevel ) argument
H A Durl_request_netlog_params.h27 RequestPriority priority,
/external/chromium_org/tools/cr/cr/actions/
H A Dinstaller.py48 def priority(self): member in class:SkipInstaller
49 return super(SkipInstaller, self).priority - 1
/external/chromium_org/tools/cr/cr/base/
H A Dbuildtype.py56 def priority(self): member in class:ReleaseBuildType
57 return BuildType.GetPlugin('Debug').priority + 1
/external/lzma/CPP/Windows/
H A DThread.h32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); } argument
/external/chromium_org/v8/src/
H A Dobject-observe.js23 // priority of the callback (which determines delivery order between
241 // priority -> observer and is then stored on objectInfo.changeObservers.
247 var priority = CallbackInfoGetPriority(callbackInfo);
249 objectInfo.changeObservers[priority] = observer;
263 var priority = CallbackInfoGetPriority(callbackInfo);
264 objectInfo.changeObservers[priority] = observer;
278 var priority = CallbackInfoGetPriority(callbackInfo); variable
279 objectInfo.changeObservers[priority] = null;
289 for (var priority in objectInfo.changeObservers) {
290 var observer = objectInfo.changeObservers[priority];
[all...]
/external/deqp/framework/delibs/dethread/
H A DdeThread.h35 * \brief Thread scheduling priority.
53 deThreadPriority priority; member in struct:deThreadAttributes_s
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
H A DFifoPriorityThreadPoolExecutor.java12 * A FIFO priority {@link ThreadPoolExecutor} that prioritizes submitted {@link Runnable}s by assuming they implement
15 * same time. Runnables with the same priority will be executed in FIFO order.
55 private final int priority; field in class:FifoPriorityThreadPoolExecutor.FifoPriorityLoadTask
64 priority = ((Prioritized) runnable).getPriority();
70 int result = priority - loadTask.priority;
/external/chromium_org/net/quic/crypto/
H A Dcrypto_server_config_protobuf.h92 uint64 priority() const { function in class:net::QuicServerConfigProtobuf
96 void set_priority(int64 priority) { argument
97 priority_ = priority;
124 // Relative priority of this config vs other configs with the same
/external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
H A Derr.c95 err_report(int priority, char *format, ...) { argument
98 if (priority <= err_level) {
109 switch (priority) {
/external/deqp/framework/delibs/dethread/win32/
H A DdeThreadWin32.c43 static int mapPriority (deThreadPriority priority) argument
45 switch (priority)
89 SetThreadPriority(thread, mapPriority(attributes->priority));
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DBaseTestHandler.java33 int priority, List<Header> headerBlock, HeadersMode headersMode) {
61 @Override public void priority(int streamId, int priority) { argument
32 headers(boolean outFinished, boolean inFinished, int streamId, int associatedStreamId, int priority, List<Header> headerBlock, HeadersMode headersMode) 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/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoadPriorityOptimizer.cpp100 ResourceLoadPriority priority = it->value->status == Visible ? local
103 if (priority != it->value->imageResource->resourceRequest().priority()) {
104 it->value->imageResource->mutableResourceRequest().setPriority(priority, it->value->screenArea);
105 it->value->imageResource->didChangePriority(priority, it->value->screenArea);
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DResourceRunner.java29 private final Priority priority; field in class:ResourceRunner
42 ExecutorService resizeService, EngineJob job, Priority priority) {
54 this.priority = priority;
98 return priority.ordinal();
39 ResourceRunner(EngineKey key, int width, int height, CacheLoader cacheLoader, ResourceDecoder<InputStream, Z> cacheDecoder, Transformation<Z> transformation, ResourceTranscoder<Z, R> transcoder, SourceResourceRunner sourceRunner, ExecutorService diskCacheService, ExecutorService resizeService, EngineJob job, Priority priority) argument
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant.conf383 # priority: Priority group
384 # By default, all networks and credentials get the same priority group
385 # (0). This field can be used to give higher priority for credentials
389 # with the highest priority value will be selected.
474 # <FQDN>,<0/1 exact match>,<priority>,<* or country code>
475 # (non-exact match means any subdomain matches the entry; priority is in
476 # 0..255 range with 0 being the highest priority)
584 # priority: priority group (integer)
585 # By default, all networks will get same priority grou
[all...]
/external/iproute2/tc/
H A Dm_skbedit.c36 "PM = priority PRIORITY \n"
39 "PRIORITY = classID to assign to priority field\n"
60 __u32 flags = 0, priority, mark; local
78 } else if (matches(*argv, "priority") == 0) {
81 if (get_tc_classid(&priority, *argv)) {
82 fprintf(stderr, "Illegal priority\n");
150 &priority, sizeof(priority));
165 __u32 *priority; local
186 priority
[all...]
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl.cc60 RequestPriority priority,
67 priority,
77 RequestPriority priority,
86 priority,
96 RequestPriority priority,
120 new Job(this, session_, alternate_request_info, priority,
126 Job* job = new Job(this, session_, request_info, priority,
149 RequestPriority priority,
160 job = new Job(this, session_, alternate_request_info, priority,
164 job = new Job(this, session_, request_info, priority,
58 RequestStream( const HttpRequestInfo& request_info, RequestPriority priority, const SSLConfig& server_ssl_config, const SSLConfig& proxy_ssl_config, HttpStreamRequest::Delegate* delegate, const BoundNetLog& net_log) argument
75 RequestWebSocketHandshakeStream( const HttpRequestInfo& request_info, RequestPriority priority, const SSLConfig& server_ssl_config, const SSLConfig& proxy_ssl_config, HttpStreamRequest::Delegate* delegate, WebSocketHandshakeStreamBase::CreateHelper* create_helper, const BoundNetLog& net_log) argument
94 RequestStreamInternal( const HttpRequestInfo& request_info, RequestPriority priority, const SSLConfig& server_ssl_config, const SSLConfig& proxy_ssl_config, HttpStreamRequest::Delegate* delegate, WebSocketHandshakeStreamBase::CreateHelper* websocket_handshake_stream_create_helper, const BoundNetLog& net_log) argument
146 PreconnectStreams( int num_streams, const HttpRequestInfo& request_info, RequestPriority priority, const SSLConfig& server_ssl_config, const SSLConfig& proxy_ssl_config) argument
[all...]
H A Dhttp_basic_stream.cc22 RequestPriority priority,
25 state_.Initialize(request_info, priority, net_log, callback);
113 void HttpBasicStream::SetPriority(RequestPriority priority) { argument
21 InitializeStream(const HttpRequestInfo* request_info, RequestPriority priority, const BoundNetLog& net_log, const CompletionCallback& callback) argument
H A Dhttp_stream_factory_impl_request_unittest.cc63 // Make sure that Request passes on its priority updates to its jobs.
86 EXPECT_EQ(DEFAULT_PRIORITY, job->priority());
89 EXPECT_EQ(MEDIUM, job->priority());
95 EXPECT_EQ(IDLE, job->priority());
/external/dnsmasq/src/
H A Dlog.c255 /* priority is one of LOG_DEBUG, LOG_INFO, LOG_NOTICE, etc. See sys/syslog.h.
256 OR'd to priority can be MS_TFTP, MS_DHCP, ... to be able to do log separation between
259 void my_syslog(int priority, const char *format, ...) argument
272 if ((LOG_FACMASK & priority) == MS_TFTP)
274 else if ((LOG_FACMASK & priority) == MS_DHCP)
277 priority = LOG_PRI(priority);
289 if (priority <= LOG_ERR)
291 else if (priority == LOG_WARNING)
293 else if (priority <
[all...]
/external/openssl/crypto/bio/
H A Dbss_log.c131 static void xsyslog(BIO* bp, int priority, const char* string);
173 int priority, i; local
212 priority = mapping[i].log_level;
215 xsyslog(b, priority, pp);
254 static void xsyslog(BIO *bp, int priority, const char *string) argument
263 switch (priority)
309 static void xsyslog(BIO *bp, int priority, const char *string) argument
336 switch (priority)
387 static void xsyslog(BIO *bp, int priority, const char *string) argument
389 syslog(priority, "
[all...]

Completed in 959 milliseconds

1234567891011>>