Searched defs:priority (Results 276 - 300 of 402) sorted by relevance

<<11121314151617

/external/chromium_org/net/http/
H A Dhttp_network_transaction.cc126 HttpNetworkTransaction::HttpNetworkTransaction(RequestPriority priority, argument
133 priority_(priority),
448 void HttpNetworkTransaction::SetPriority(RequestPriority priority) { argument
449 priority_ = priority;
451 stream_request_->SetPriority(priority);
453 stream_->SetPriority(priority);
1182 // Currently, non-HIGHEST priority requests are frame or sub-frame resource
H A Dhttp_stream_factory_impl_job.cc46 RequestPriority priority,
51 dict->SetString("priority", RequestPriorityToString(priority));
72 RequestPriority priority,
78 priority_(priority),
228 void HttpStreamFactoryImpl::Job::SetPriority(RequestPriority priority) { argument
229 priority_ = priority;
44 NetLogHttpStreamJobCallback(const GURL* original_url, const GURL* url, RequestPriority priority, NetLog::LogLevel ) argument
69 Job(HttpStreamFactoryImpl* stream_factory, HttpNetworkSession* session, const HttpRequestInfo& request_info, RequestPriority priority, const SSLConfig& server_ssl_config, const SSLConfig& proxy_ssl_config, NetLog* net_log) argument
/external/chromium_org/net/socket/
H A Dclient_socket_pool_base.h80 RequestPriority priority,
116 RequestPriority priority() const { return priority_; } function in class:net::ConnectJob
172 RequestPriority priority,
181 RequestPriority priority() const { return priority_; } function in class:net::internal::ClientSocketPoolBaseHelper::Request
391 // Returns the priority of the top of the pending request queue
392 // (which may be less than the maximum priority over the entire
396 // NOTE: FirstMax().value()->priority() is not the same as
397 // FirstMax().priority()!
398 return pending_requests_.FirstMax().value()->priority();
433 // Inserts the request into the queue based on priority
664 Request(ClientSocketHandle* handle, const CompletionCallback& callback, RequestPriority priority, internal::ClientSocketPoolBaseHelper::Flags flags, bool ignore_limits, const scoped_refptr<SocketParams>& params, const BoundNetLog& net_log) argument
733 RequestSocket(const std::string& group_name, const scoped_refptr<SocketParams>& params, RequestPriority priority, ClientSocketHandle* handle, const CompletionCallback& callback, const BoundNetLog& net_log) argument
[all...]
H A Dssl_client_socket_pool.cc173 RequestPriority priority,
187 priority,
317 priority(),
338 priority(),
360 priority(),
691 request.priority(),
712 RequestPriority priority,
719 return base_.RequestSocket(group_name, *casted_socket_params, priority,
172 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, const GetMessengerCallback& get_messenger_callback, Delegate* delegate, NetLog* net_log) argument
710 RequestSocket(const std::string& group_name, const void* socket_params, RequestPriority priority, ClientSocketHandle* handle, const CompletionCallback& callback, const BoundNetLog& net_log) argument
/external/chromium_org/net/url_request/
H A Durl_request.cc585 RequestPriority priority,
604 priority_(priority),
1024 void URLRequest::SetPriority(RequestPriority priority) { argument
1025 DCHECK_GE(priority, MINIMUM_PRIORITY);
1026 DCHECK_LE(priority, MAXIMUM_PRIORITY);
1028 if ((load_flags_ & LOAD_IGNORE_LIMITS) && (priority != MAXIMUM_PRIORITY)) {
1035 if (priority_ == priority)
1038 priority_ = priority;
1041 NetLog::IntegerCallback("priority", priority_));
584 URLRequest(const GURL& url, RequestPriority priority, Delegate* delegate, const URLRequestContext* context, CookieStore* cookie_store, NetworkDelegate* network_delegate) argument
H A Durl_request_http_job.cc233 void URLRequestHttpJob::SetPriority(RequestPriority priority) { argument
234 priority_ = priority;
/external/chromium_org/sync/engine/
H A Dsync_scheduler_impl.cc308 bool SyncSchedulerImpl::CanRunJobNow(JobPriority priority) { argument
317 && priority != CANARY_PRIORITY) {
330 bool SyncSchedulerImpl::CanRunNudgeJobNow(JobPriority priority) { argument
333 if (!CanRunJobNow(priority)) {
461 void SyncSchedulerImpl::DoNudgeSyncSessionJob(JobPriority priority) { argument
463 DCHECK(CanRunNudgeJobNow(priority));
494 void SyncSchedulerImpl::DoConfigurationSyncSessionJob(JobPriority priority) { argument
499 if (!CanRunJobNow(priority)) {
677 JobPriority priority = next_sync_session_job_priority_; local
686 DoConfigurationSyncSessionJob(priority);
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceFetcher.cpp117 if (request.priority() != ResourceLoadPriorityUnresolved)
118 return request.priority();
128 // Async scripts do not block the parser so they get the lowest priority and can be
660 WTF_LOG(ResourceLoading, "ResourceFetcher::requestResource '%s', charset '%s', priority=%d, forPreload=%u, type=%s", url.elidedString().latin1().data(), request.charset().latin1().data(), request.priority(), request.forPreload(), ResourceTypeName(type));
718 ResourceLoadPriority priority = loadPriority(type, request); local
719 if (priority != resource->resourceRequest().priority()) {
720 resource->mutableResourceRequest().setPriority(priority);
721 resource->didChangePriority(priority,
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.cpp338 void FrameLoaderClientImpl::dispatchDidChangeResourcePriority(unsigned long identifier, ResourceLoadPriority priority, int intraPriorityValue) argument
341 m_webFrame->client()->didChangeResourcePriority(m_webFrame, identifier, static_cast<WebURLRequest::Priority>(priority), intraPriorityValue);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c101 float priority; /* the priority */ member in struct:_xsltCompMatch
1761 ctxt->comp->priority = 0.5; /* '//' means not 0 priority */
1909 Preset default priority to be zero.
1912 element->priority = 0;
1928 * Set-up the priority
1930 if (element->priority == 0) { /* if not yet determined */
1940 element->priority = -0.25;
1944 element->priority
2038 float priority; /* the priority */ local
2244 float priority; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h1014 int priority; member in struct:GalliumDXGIDevice
1049 priority = Priority;
1056 *pPriority = priority;
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl.cc20 base::TimeDelta GetTimeoutForPriority(int priority) { argument
21 if (priority > message_center::DEFAULT_PRIORITY) {
386 StartTimer(id, GetTimeoutForPriority((*iter)->priority()));
/external/jmdns/src/javax/jmdns/impl/
H A DServiceInfoImpl.java122 * @param priority
127 public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priority, boolean persistent, String text) { argument
128 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, (byte[]) null);
145 * @param priority
150 public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priority, boolean persistent, Map<String, ?> props) { argument
151 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, textFromProperties(props));
160 * @param priority
165 public ServiceInfoImpl(String type, String name, String subtype, int port, int weight, int priority, boolean persistent, byte text[]) { argument
166 this(ServiceInfoImpl.decodeQualifiedNameMap(type, name, subtype), port, weight, priority, persistent, text);
169 public ServiceInfoImpl(Map<Fields, String> qualifiedNameMap, int port, int weight, int priority, boolea argument
173 ServiceInfoImpl(Map<Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, String text) argument
185 ServiceInfoImpl(Map<Fields, String> qualifiedNameMap, int port, int weight, int priority, boolean persistent, byte text[]) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dtipc_config.h167 * Link priority limits (min, default, max, media default)
208 __be32 priority; /* Range [1,31]. Override per link */ member in struct:tipc_bearer_config
/external/libselinux/src/
H A Dandroid.c1419 int priority; local
1424 priority = ANDROID_LOG_WARN;
1427 priority = ANDROID_LOG_INFO;
1430 priority = ANDROID_LOG_ERROR;
1436 LOG_PRI(priority, "SELinux", "%s", strp);
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h1014 int priority; member in struct:GalliumDXGIDevice
1049 priority = Priority;
1056 *pPriority = priority;
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DHeaderFactoryImpl.java648 * Creates a new PriorityHeader based on the newly supplied priority value.
650 * @param priority - the new string value of the priority.
652 * unexpectedly while parsing the priority value.
655 public PriorityHeader createPriorityHeader(String priority) argument
657 if (priority == null)
658 throw new NullPointerException("bad priority arg");
660 p.setPriority(priority);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_public.c1769 * Set the priority of the stream. Determines which stream's voices
1772 * priority.
1785 EAS_PUBLIC EAS_RESULT EAS_SetPriority (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 priority) argument
1789 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_PRIORITY, priority);
1796 * Returns the current priority setting of the stream
1801 * pPriority - pointer to variable to receive priority
H A Deas_synth.h332 EAS_U8 priority; member in struct:s_synth_tag
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_public.c1769 * Set the priority of the stream. Determines which stream's voices
1772 * priority.
1785 EAS_PUBLIC EAS_RESULT EAS_SetPriority (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 priority) argument
1789 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_PRIORITY, priority);
1796 * Returns the current priority setting of the stream
1801 * pPriority - pointer to variable to receive priority
H A Deas_synth.h332 EAS_U8 priority; member in struct:s_synth_tag
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_public.c1784 * Set the priority of the stream. Determines which stream's voices
1787 * priority.
1800 EAS_PUBLIC EAS_RESULT EAS_SetPriority (EAS_DATA_HANDLE pEASData, EAS_HANDLE pStream, EAS_I32 priority) argument
1804 return EAS_IntSetStrmParam(pEASData, pStream, PARSER_DATA_PRIORITY, priority);
1811 * Returns the current priority setting of the stream
1816 * pPriority - pointer to variable to receive priority
H A Deas_synth.h332 EAS_U8 priority; member in struct:s_synth_tag
/external/stressapptest/src/
H A Dsat.cc1130 // Set disk threads high priority. They don't take much processor time,
1398 int priority = 12; local
1400 priority = 5;
1401 logprintf(priority, "Log: Thread %d found %lld hardware incidents\n",
1420 int priority = 12; local
1422 priority = 5;
1423 logprintf(priority, "Log: Thread %d found %lld hardware incidents\n",
1898 void logprintf(int priority, const char *format, ...) { argument
1901 Logger::GlobalLogger()->VLogF(priority, format, args);
H A Dworker.h206 // Enum to mark a thread as low/med/high priority.
223 void SetPriority(Priority priority) { priority_ = priority; } argument
318 int priority,
368 int priority,
393 Priority priority_; // Worker thread priority.
434 int priority,
785 void ProcessError(struct ErrorRecord *error, int priority,

Completed in 4319 milliseconds

<<11121314151617