Searched refs:priority (Results 326 - 350 of 681) sorted by relevance

<<11121314151617181920>>

/external/iproute2/tc/
H A Dq_cbq.c289 wrr.priority = prio;
383 if (wrr.priority == 0 && (n->nlmsg_flags&NLM_F_EXCL)) {
385 wrr.priority = TC_CBQ_MAXPRIO;
391 wrr.weight = (wrr.priority == TC_CBQ_MAXPRIO) ? 1 : r.rate;
512 if (wrr->priority != TC_CBQ_MAXPRIO)
513 fprintf(f, "prio %u", wrr->priority);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
H A DHttp20Draft09Test.java73 int associatedStreamId, int priority, List<Header> headerBlock,
79 assertEquals(-1, priority);
91 { // Write the headers frame, specifying priority flag and value.
97 frame.writeInt(0); // Highest priority is 0.
108 int associatedStreamId, int priority, List<Header> nameValueBlock,
114 assertEquals(0, priority);
151 int associatedStreamId, int priority, List<Header> headerBlock,
157 assertEquals(-1, priority);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h231 const blink::WebURLRequest::Priority& priority,
236 frame, identifier, priority, intra_priority_value);
238 frame, identifier, priority, intra_priority_value);
228 didChangeResourcePriority( blink::WebLocalFrame* frame, unsigned identifier, const blink::WebURLRequest::Priority& priority, int intra_priority_value) argument
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_request.cc203 void HttpStreamFactoryImpl::Request::SetPriority(RequestPriority priority) { argument
206 (*it)->SetPriority(priority);
209 bound_job_->SetPriority(priority);
H A Dhttp_stream_factory_impl_request.h103 virtual void SetPriority(RequestPriority priority) OVERRIDE;
/external/chromium_org/net/socket/
H A Dtransport_client_socket_pool.h116 int DoResolveHost(RequestPriority priority, const BoundNetLog& net_log);
160 RequestPriority priority,
231 RequestPriority priority,
H A Dclient_socket_pool.h78 // connecting. |priority| will determine the placement into the wait list.
102 RequestPriority priority,
113 // ClientSocketPool will assign a priority to the new connections, if any.
114 // This priority will probably be lower than all others, since this method
H A Dsocks_client_socket.h34 RequestPriority priority,
/external/chromium_org/net/tools/flip_server/
H A Dhttp_interface.cc181 uint32 priority,
185 mci.priority = priority;
180 NewStream(uint32 stream_id, uint32 priority, const std::string& filename) argument
/external/chromium_org/net/url_request/
H A Durl_request.h542 // the priority of this request must already be MAXIMUM_PRIORITY.
645 // Returns the priority level for this request.
646 RequestPriority priority() const { return priority_; } function in class:net::URLRequest
648 // Sets the priority level for this request and any related
649 // jobs. Must not change the priority to anything other than
651 void SetPriority(RequestPriority priority);
713 RequestPriority priority,
835 // The priority level for this request. Objects like
H A Durl_request_ftp_job.cc87 void URLRequestFtpJob::SetPriority(RequestPriority priority) { argument
88 priority_ = priority;
90 http_transaction_->SetPriority(priority);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DPropertySetCSSStyleDeclaration.cpp218 void AbstractPropertySetCSSStyleDeclaration::setProperty(const String& propertyName, const String& value, const String& priority, ExceptionState& exceptionState) argument
224 bool important = equalIgnoringCase(priority, "important");
225 if (!important && !priority.isEmpty())
/external/chromium_org/third_party/libevent/
H A Devbuffer.c296 bufferevent_priority_set(struct bufferevent *bufev, int priority) argument
298 if (event_priority_set(&bufev->ev_read, priority) == -1)
300 if (event_priority_set(&bufev->ev_write, priority) == -1)
/external/chromium_org/third_party/webrtc/modules/pacing/
H A Dpaced_sender.cc182 bool PacedSender::SendPacket(Priority priority, uint32_t ssrc, argument
193 if (priority != kHighPriority &&
200 switch (priority) {
/external/chromium_org/tools/cr/cr/
H A Dplugin.py27 # Lowest priority, always there default values.
158 def priority(self): member in class:Plugin
237 """Return all enabled plugins of type cls in priority order."""
239 key=attrgetter('priority'), reverse=True)
284 if not result or plugin.priority > result.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/owasp/sanitizer/tools/findbugs/lib/
H A Dannotations.jar ... edu.umd.cs.findbugs.annotations.Priority priority () public abstract edu.umd.cs.findbugs
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dchrome_content_rules_registry.cc84 apply_info.priority = (*it)->priority();
96 apply_info.priority = (*it)->priority();
/external/chromium_org/components/cronet/android/
H A Durl_request_adapter.h50 net::RequestPriority priority);
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_adapter.h65 enum PairingDelegatePriority priority));
/external/chromium_org/net/cookies/
H A Dparsed_cookie.h70 bool SetPriority(const std::string& priority);
/external/chromium_org/net/dns/
H A Dhost_resolver.h149 RequestPriority priority,
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimation.h69 Priority priority() const { return m_priority; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DMemoryCache.cpp231 // Start from the tail, since this is the lowest priority
240 // Start pruning from the lowest priority list.
241 for (int priority = MemoryCacheLiveResourcePriorityLow; priority <= MemoryCacheLiveResourcePriorityHigh; ++priority) {
242 MemoryCacheEntry* current = m_liveDecodedResources[priority].m_tail;
556 void MemoryCache::updateDecodedResource(Resource* resource, UpdateReason reason, MemoryCacheLiveResourcePriority priority) argument
563 if (priority != MemoryCacheLiveResourcePriorityUnknown && priority != entry->m_liveResourcePriority)
564 entry->m_liveResourcePriority = priority;
577 MemoryCacheLiveResourcePriority MemoryCache::priority(Resource* resource) const function in class:blink::MemoryCache
[all...]
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DLexicons.py177 final_state.set_action(action, priority = -token_number)

Completed in 785 milliseconds

<<11121314151617181920>>