Searched refs:priority (Results 176 - 200 of 660) sorted by relevance

1234567891011>>

/external/chromium_org/components/storage_monitor/
H A Dstorage_monitor_linux.cc378 MountPriorityMap::iterator priority = local
380 DCHECK(priority != mount_priority_map_.end());
382 priority->second.find(mount_point);
385 DCHECK(has_priority != priority->second.end());
389 if (priority->second.size() > 1)
392 priority->second.erase(mount_point);
393 if (priority->second.empty())
474 MountPriorityMap::iterator priority = mount_priority_map_.find(mount_device); local
475 DCHECK(priority != mount_priority_map_.end());
476 const base::FilePath& other_mount_point = priority
[all...]
/external/chromium_org/net/quic/
H A Dquic_headers_stream_test.cc42 SpdyPriority priority,
115 QuicPriority priority) {
116 WriteHeadersAndCheckData(stream_id, fin, priority, SYN_STREAM);
126 QuicPriority priority,
136 // priority,
204 for (QuicPriority priority = 0; priority < 7; ++priority) {
205 WriteHeadersAndExpectSynStream(stream_id, fin, priority);
217 for (QuicPriority priority
113 WriteHeadersAndExpectSynStream(QuicStreamId stream_id, bool fin, QuicPriority priority) argument
124 WriteHeadersAndCheckData(QuicStreamId stream_id, bool fin, QuicPriority priority, SpdyFrameType type) argument
[all...]
/external/chromium_org/base/threading/
H A Dplatform_thread.h120 // Suitable for threads that shouldn't disrupt high priority work.
172 // CreateWithPriority() does the same thing as Create() except the priority of
173 // the thread is set based on |priority|. Can be used in place of Create()
176 // priority thread on Linux.
179 ThreadPriority priority);
192 ThreadPriority priority);
/external/chromium_org/chrome/browser/net/
H A Dpreconnect.cc75 // priority here, as we won't make a request, and will surrender the created
77 // speculative socket as such, and IF we use a net::LOWEST priority, and if
85 net::RequestPriority priority = net::HIGHEST; local
116 http_stream_factory->PreconnectStreams(count, request_info, priority,
/external/chromium_org/ipc/
H A Dipc_message_utils_unittest.cc39 EXPECT_EQ(nested_msg.priority(), result_msg.priority());
/external/chromium_org/net/http/
H A Dhttp_basic_stream.h37 RequestPriority priority,
81 virtual void SetPriority(RequestPriority priority) OVERRIDE;
H A Dhttp_transaction_test_util.cc156 net::RequestPriority priority,
160 factory->CreateTransaction(priority, &trans_);
226 net::RequestPriority priority,
231 priority_(priority),
359 void MockNetworkTransaction::SetPriority(net::RequestPriority priority) { argument
360 priority_ = priority;
461 net::RequestPriority priority,
464 last_create_transaction_priority_ = priority;
466 new MockNetworkTransaction(priority, this));
155 TestTransactionConsumer( net::RequestPriority priority, net::HttpTransactionFactory* factory) argument
225 MockNetworkTransaction( net::RequestPriority priority, MockNetworkLayer* factory) argument
460 CreateTransaction( net::RequestPriority priority, scoped_ptr<net::HttpTransaction>* trans) argument
H A Dhttp_transaction_test_util.h115 TestTransactionConsumer(net::RequestPriority priority,
168 MockNetworkTransaction(net::RequestPriority priority,
213 virtual void SetPriority(net::RequestPriority priority) OVERRIDE;
226 net::RequestPriority priority() const { return priority_; } function in class:MockNetworkTransaction
264 // Returns the last priority passed to CreateTransaction, or
287 net::RequestPriority priority,
/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.h44 virtual void SetPriority(RequestPriority priority) OVERRIDE;
48 RequestPriority priority() const { return priority_; } function in class:net::URLRequestFtpJob
H A Durl_request_test_job.h105 RequestPriority priority() const { return priority_; } function in class:net::URLRequestTestJob
111 virtual void SetPriority(RequestPriority priority) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DFetchRequest.cpp34 FetchRequest::FetchRequest(const ResourceRequest& resourceRequest, const AtomicString& initiator, const String& charset, ResourceLoadPriority priority) argument
38 , m_priority(priority)
/external/chromium_org/third_party/hwcplus/include/log/
H A Dlog.h161 * verbose priority.
173 * debug priority.
181 * info priority.
189 * warn priority.
197 * error priority.
433 #define ALOG(priority, tag, ...) \
434 LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
438 * Log macro that allows you to specify a number for the priority.
441 #define LOG_PRI(priority, tag, ...) \
442 android_printLog(priority, ta
[all...]
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsignalthread.cc59 bool SignalThread::SetPriority(ThreadPriority priority) { argument
63 return worker_.SetPriority(priority);
/external/chromium_org/third_party/webrtc/base/
H A Dsignalthread.cc42 bool SignalThread::SetPriority(ThreadPriority priority) { argument
46 return worker_.SetPriority(priority);
/external/kernel-headers/original/uapi/linux/
H A Dipv6.h107 * are glued to priority now, forming "class".
112 __u8 priority:4, member in struct:ipv6hdr
116 priority:4;
/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/chromium_org/ui/message_center/
H A Dnotification.h42 int priority; member in class:message_center::RichNotificationData
101 int priority() const { return optional_fields_.priority; } function in class:message_center::Notification
102 void set_priority(int priority) { optional_fields_.priority = priority; } argument
180 // Set the priority to SYSTEM. The system priority user needs to call this
H A Dnotification_list_unittest.cc73 std::string AddPriorityNotification(NotificationPriority priority) { argument
75 optional.priority = priority;
338 // Default priority has the limit on the number of the popups.
345 // Low priority: not visible to popups.
355 // Minimum priority: doesn't update the unread count.
369 // Higher priority: no limits to the number of popups.
420 optional.priority = 1;
439 EXPECT_EQ(1, (*notifications.begin())->priority());
450 message_center::RichNotificationData priority; local
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DSourceResourceRunner.java41 private final Priority priority; field in class:SourceResourceRunner
50 ResourceEncoder<Z> encoder, ResourceTranscoder<Z, R> transcoder, DiskCache diskCache, Priority priority,
65 this.priority = priority;
134 final T data = fetcher.loadData(priority);
161 return priority.ordinal();
47 SourceResourceRunner(EngineKey key, int width, int height, CacheLoader cacheLoader, ResourceDecoder<InputStream, Z> cacheDecoder, DataFetcher<T> dataFetcher, boolean cacheSource, Encoder<T> sourceEncoder, ResourceDecoder<T, Z> decoder, Transformation<Z> transformation, ResourceEncoder<Z> encoder, ResourceTranscoder<Z, R> transcoder, DiskCache diskCache, Priority priority, ResourceCallback cb) argument
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dcros_log_marker.js11 * the latest added highlight always has highest priority to display.
47 function CrosHighlightTag(color, field, range, priority) {
51 this.priority = priority;
178 * Sorts the result by priority so that the highlight with
179 * highest priority comes first.
212 // Always picks the highlight with highest priority.
369 * A helper function used in sorting highlights by priority.
374 return h2.priority - h1.priority;
[all...]
/external/chromium_org/net/spdy/
H A Dspdy_session.h164 RequestPriority priority,
193 RequestPriority priority() const { return priority_; } function in class:net::SpdyStreamRequest
313 RequestPriority priority,
434 size_t pending_create_stream_queue_size(RequestPriority priority) const {
435 DCHECK_GE(priority, MINIMUM_PRIORITY);
436 DCHECK_LE(priority, MAXIMUM_PRIORITY);
437 return pending_create_stream_queues_[priority].size();
616 SpdyPriority priority,
639 RequestPriority priority,
703 RequestPriority priority);
[all...]
/external/chromium_org/sync/engine/
H A Dsync_scheduler_impl.cc315 bool SyncSchedulerImpl::CanRunJobNow(JobPriority priority) { argument
324 && priority != CANARY_PRIORITY) {
337 bool SyncSchedulerImpl::CanRunNudgeJobNow(JobPriority priority) { argument
340 if (!CanRunJobNow(priority)) {
457 void SyncSchedulerImpl::DoNudgeSyncSessionJob(JobPriority priority) { argument
459 DCHECK(CanRunNudgeJobNow(priority));
490 void SyncSchedulerImpl::DoConfigurationSyncSessionJob(JobPriority priority) { argument
495 if (!CanRunJobNow(priority)) {
673 JobPriority priority = next_sync_session_job_priority_; local
682 DoConfigurationSyncSessionJob(priority);
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DHttp20Draft09.java161 int priority = -1;
163 priority = source.readInt() & 0x7fffffff;
169 handler.headers(false, endStream, streamId, -1, priority, headerBlock,
199 int priority = (w1 & 0x7fffffff);
200 handler.priority(streamId, priority);
328 int streamId, int associatedStreamId, int priority, int slot, List<Header> headerBlock)
332 headers(outFinished, streamId, priority, headerBlock);
361 private void headers(boolean outFinished, int streamId, int priority, argument
371 if (priority !
327 synStream(boolean outFinished, boolean inFinished, int streamId, int associatedStreamId, int priority, int slot, List<Header> headerBlock) argument
[all...]
/external/chromium_org/cc/resources/
H A Draster_worker_pool.cc163 // with highest priority using the same task graph runner instance.
165 // This allows a micro benchmark system to run tasks with highest priority,
247 unsigned priority,
253 graph->nodes.push_back(TaskGraph::Node(task, priority, dependencies));
261 unsigned priority) {
282 InsertNodeForTask(graph, decode_task, priority, 0u);
287 InsertNodeForTask(graph, raster_task, priority, dependencies);
245 InsertNodeForTask(TaskGraph* graph, RasterizerTask* task, unsigned priority, size_t dependencies) argument
257 InsertNodesForRasterTask( TaskGraph* graph, RasterTask* raster_task, const ImageDecodeTask::Vector& decode_tasks, unsigned priority) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dcandidate.h52 const talk_base::SocketAddress& address, uint32 priority,
57 priority_(priority), username_(username), password_(password),
76 uint32 priority() const { return priority_; } function in class:cricket::Candidate
77 void set_priority(const uint32 priority) { priority_ = priority; } argument
83 // Maps old preference (which was 0.0-1.0) to match priority (which
93 // Limiting priority to UINT_MAX when value exceeds uint32 max.
146 // the priority, since that should be the same if the rest is (and it's
171 // priority = (2^24)*(type preference) +
51 Candidate(const std::string& id, int component, const std::string& protocol, const talk_base::SocketAddress& address, uint32 priority, const std::string& username, const std::string& password, const std::string& type, const std::string& network_name, uint32 generation, const std::string& foundation) argument

Completed in 2887 milliseconds

1234567891011>>