/external/chromium_org/net/http/ |
http_stream_factory.h | 160 // Called when the priority of the parent transaction changes. 161 virtual void SetPriority(RequestPriority priority) = 0; 194 RequestPriority priority, 205 RequestPriority priority, 215 RequestPriority priority,
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
cpumonitor_unittest.cc | 118 // the thread with affinity for a specified CPU more priority on that CPU. 135 std::cout << "Error setting thread priority." << std::endl; 141 int priority, double interval, int affinity) { 146 // NOTE(fbarchard): Priority must be done before Start. 147 if (!SetThreadPriority(threads[i], priority) ||
|
/external/chromium_org/v8/src/platform/ |
condition-variable.cc | 248 // Notify the thread with the highest priority in the waitlist 259 int priority = GetThreadPriority(event->thread_); 260 ASSERT_NE(THREAD_PRIORITY_ERROR_RETURN, priority); 261 if (priority >= highest_priority) { 262 highest_priority = priority;
|
/external/iproute2/tc/ |
tc_filter.c | 104 matches(*argv, "priority") == 0) { 107 duparg("priority", *argv); 109 invarg(*argv, "invalid priority value"); 301 matches(*argv, "priority") == 0) { 304 duparg("priority", *argv);
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
ScheduleDAGVLIW.cpp | 11 // The basic approach uses a priority queue of available nodes to schedule. 12 // One at a time, nodes are taken from the priority queue (thus in priority 52 /// AvailableQueue - The priority queue to use for the available SUnits. 184 // priority. If it is not ready put it back. Schedule the node.
|
/frameworks/base/media/java/android/media/audiofx/ |
BassBoost.java | 86 * @param priority the priority level requested by the application for controlling the BassBoost 88 * how much the requesting application needs control of effect parameters. The normal priority 98 public BassBoost(int priority, int audioSession) 101 super(EFFECT_TYPE_BASS_BOOST, EFFECT_TYPE_NULL, priority, audioSession);
|
PresetReverb.java | 120 * @param priority the priority level requested by the application for controlling the 123 * The normal priority is 0, above normal is a positive number, below normal a negative number. 134 public PresetReverb(int priority, int audioSession) 136 super(EFFECT_TYPE_PRESET_REVERB, EFFECT_TYPE_NULL, priority, audioSession);
|
Virtualizer.java | 88 * @param priority the priority level requested by the application for controlling the Virtualizer 90 * how much the requesting application needs control of effect parameters. The normal priority 100 public Virtualizer(int priority, int audioSession) 103 super(EFFECT_TYPE_VIRTUALIZER, EFFECT_TYPE_NULL, priority, audioSession);
|
/frameworks/base/services/common_time/ |
common_time_server_api.cpp | 78 status_t CommonTimeServer::getMasterElectionPriority(uint8_t *priority) { 80 *priority = mMasterPriority; 84 status_t CommonTimeServer::setMasterElectionPriority(uint8_t priority) { 87 if (priority > 0x7F) 90 mMasterPriority = priority;
|
/hardware/qcom/camera/QCamera2/util/ |
QCameraCmdThread.cpp | 123 * @priority: flag to indicate if this is a cmd with priority. If true, the cmd 124 * will be enqueued to the head with priority. 130 int32_t QCameraCmdThread::sendCmd(camera_cmd_type_t cmd, uint8_t sync_cmd, uint8_t priority) 140 if (priority) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintColumn.java | 220 // sorting marker to indicate priority. (Note that we return from isAscending too.) 487 return "Priority"; 507 int priority = getPriority(marker); local 508 if (priority > 0) { 509 return Integer.toString(priority);
|
/external/chromium/base/ |
message_pump_mac.mm | 65 0, // priority 74 1, // priority 80 2, // priority 86 0, // priority 96 0, // priority 104 0, // priority 113 0, // priority 225 // CFRunLoopTimers fire outside of the priority scheme for CFRunLoopSources. 226 // In order to establish the proper priority in which work and delayed work 342 // Immediately try work in priority order [all...] |
/external/chromium/net/spdy/ |
spdy_session.h | 83 RequestPriority priority, 110 RequestPriority priority, 225 PendingCreateStream(const GURL& url, RequestPriority priority, 229 : url(&url), priority(priority), spdy_stream(spdy_stream), 233 RequestPriority priority; member in struct:net::SpdySession::PendingCreateStream 271 RequestPriority priority, 337 // |priority| is the priority for insertion into the queue. 339 void QueueFrame(spdy::SpdyFrame* frame, spdy::SpdyPriority priority, [all...] |
/external/chromium_org/base/message_loop/ |
message_pump_mac.mm | 302 0, // priority 311 1, // priority 317 2, // priority 323 0, // priority 334 0, // priority 342 0, // priority 351 0, // priority 452 // CFRunLoopTimers fire outside of the priority scheme for CFRunLoopSources. 453 // In order to establish the proper priority in which work and delayed work 575 // Immediately try work in priority order [all...] |
/external/chromium_org/content/browser/net/ |
sqlite_persistent_cookie_store_unittest.cc | 261 // Test that priority load of cookies for a specfic domain key could be 303 // 3. Priority Load (aaa.com) 383 ASSERT_EQ(net::COOKIE_PRIORITY_DEFAULT, cookies[0]->Priority()); 476 // Add a low-priority persistent cookie. 485 // Add a medium-priority persistent cookie. 494 // Add a high-priority peristent cookie. 506 // Create a store that loads session cookie and test that the priority 520 // Validate that each cookie has the correct priority. 524 EXPECT_EQ(net::COOKIE_PRIORITY_LOW, cookie_map[kLowName]->Priority()); 528 EXPECT_EQ(net::COOKIE_PRIORITY_MEDIUM, cookie_map[kMediumName]->Priority()); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/en.lproj/ |
APPRTCViewController.xib | 217 <float key="priority">1000</float> 233 <float key="priority">1000</float> 249 <float key="priority">1000</float> 265 <float key="priority">1000</float> 281 <float key="priority">1000</float> 297 <float key="priority">1000</float> 313 <float key="priority">1000</float> 329 <float key="priority">1000</float> 345 <float key="priority">1000</float> 361 <float key="priority">1000</float [all...] |
/external/stressapptest/src/ |
worker.h | 206 // Enum to mark a thread as low/med/high priority. 207 enum Priority { 223 void SetPriority(Priority priority) { priority_ = priority; } 318 int priority, 368 int priority, 393 Priority priority_; // Worker thread priority. 434 int priority, [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
README-HS20 | 33 network selection, wpa_supplicant picks the highest priority enabled 112 # priority: Priority group 113 # By default, all networks and credentials get the same priority group 114 # (0). This field can be used to give higher priority for credentials 118 # with the highest priority value will be selected. 253 > set_cred 0 priority 1 264 > set_cred 1 priority 1 287 > set_network 0 priority 0 307 The preferred credentials/networks can be indicated with the priority [all...] |
/external/chromium/net/socket/ |
client_socket_pool_manager.cc | 103 request_info.priority, 116 request_info.priority, 168 request_info.priority, 198 request_info.priority, callback, ssl_pool, 213 request_info.priority, callback, 227 request_info.priority, callback, pool, 241 request_info.priority, callback,
|
/external/chromium_org/cc/resources/ |
pixel_buffer_raster_worker_pool.cc | 201 // of top priority tasks that are scheduled. 437 unsigned priority = 2u; // 0-1 reserved for RasterFinished tasks. local 493 priority++, 518 priority++, 540 0u, // Priority 0 560 1u, // Priority 1 597 // no longer being of high enough priority to fit in our throttled
|
/external/wpa_supplicant_8/hostapd/ |
main.c | 122 int priority; local 126 priority = LOG_DEBUG; 129 priority = LOG_INFO; 132 priority = LOG_NOTICE; 135 priority = LOG_WARNING; 138 priority = LOG_INFO; 141 syslog(priority, "%s", format);
|
/frameworks/av/media/libmedia/ |
AudioEffect.cpp | 46 int32_t priority, 54 mStatus = set(type, uuid, priority, cbf, user, sessionId, io); 59 int32_t priority, 86 mStatus = set(pType, pUuid, priority, cbf, user, sessionId, io); 91 int32_t priority, 119 mPriority = priority; 131 mIEffectClient, priority, io, mSessionId, &mStatus, &mId, &enabled);
|
/frameworks/base/core/java/android/speech/tts/ |
TtsEngines.java | 249 engine.priority = resolve.priority; 265 * the engines are sorted in order of their declared priority. 277 // Note, this isn't a typo. Higher priority numbers imply 278 // higher priority, but are "lower" in the sort order. 279 return rhs.priority - lhs.priority;
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
SendersView.java | 80 // We only want to have at most 2 Priority to length maps. This will handle the case where 84 // Cache of priority to length maps. We can't just use a single instance as it may be 262 priorityToLength.put(info.priority, senderLength); 263 maxFoundPriority = Math.max(maxFoundPriority, info.priority); 305 final int priority = currentMessage.priority; local 308 if (priority <= maxPriorityToInclude) {
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/ |
CdmaSmsCbTest.java | 79 * @param priority message priority 83 private static BitwiseOutputStream createBearerDataStream(int messageId, int priority, 94 if (priority != -1) { 97 bos.write(2, (priority & 0x03)); 132 * @param priority message priority 142 private static SmsMessage createCmasSmsMessage(int serviceCategory, int messageId, int priority, 167 BitwiseOutputStream bos = createBearerDataStream(messageId, priority, language); 184 * @param priority message priorit [all...] |