HomeSort by relevance Sort by last modified time
    Searched refs:priority (Results 226 - 250 of 1753) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 345 # priority: Priority group
346 # By default, all networks and credentials get the same priority group
347 # (0). This field can be used to give higher priority for credentials
351 # with the highest priority value will be selected.
491 # priority: priority group (integer)
492 # By default, all networks will get same priority group (0). If some of the
495 # priority groups will be iterated in decreasing priority (i.e., the larger th
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
MessageInfo.java 31 public int priority; field in class:MessageInfo
45 priority = in.readInt();
59 dest.writeInt(priority);
67 priority = p;
107 builder.append(", priority = ");
108 builder.append(priority);
  /external/chromium_org/base/threading/
platform_thread_posix.cc 45 priority(kThreadPriority_Normal),
52 ThreadPriority priority; member in struct:base::__anon6437::ThreadParams
65 if (thread_params->priority != kThreadPriority_Normal) {
67 thread_params->priority);
93 ThreadPriority priority) {
116 params.priority = priority;
206 ThreadPriority priority) {
209 delegate, thread_handle, priority);
  /hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
log.h 281 #define MPL_LOG(priority, tag, fmt, ...) \
282 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__)
286 * Log macro that allows you to specify a number for the priority.
290 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
291 ALOG(priority, tag, fmt, ##__VA_ARGS__)
293 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
294 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__)
296 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
297 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__)
306 #define MPL_LOG_PRI_VA(priority, tag, fmt, args)
    [all...]
  /hardware/invensense/60xx/mlsdk/platform/include/
log.h 277 #define MPL_LOG(priority, tag, fmt, ...) \
278 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__)
282 * Log macro that allows you to specify a number for the priority.
286 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
287 ALOG(priority, tag, fmt, ##__VA_ARGS__)
289 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
290 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__)
292 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
293 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__)
302 #define MPL_LOG_PRI_VA(priority, tag, fmt, args)
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 285 #define MPL_LOG(priority, tag, fmt, ...) \
286 MPL_LOG_PRI(priority, tag, fmt, ##__VA_ARGS__)
290 * Log macro that allows you to specify a number for the priority.
294 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
295 LOG(priority, tag, fmt, ##__VA_ARGS__)
297 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
298 pr_debug(MPL_##priority tag fmt, ##__VA_ARGS__)
300 #define MPL_LOG_PRI(priority, tag, fmt, ...) \
301 _MLPrintLog(MPL_##priority, tag, fmt, ##__VA_ARGS__)
310 #define MPL_LOG_PRI_VA(priority, tag, fmt, args)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
create.c 94 int priority; local
121 priority = tp->sched_priority;
147 priority = a->param.sched_priority;
155 * Thread priority must be set to a valid system level
161 * don't inherit their creator's priority. They are started with
164 * PTHREAD_EXPLICIT_SCHED and priority THREAD_PRIORITY_NORMAL.
170 * then the inherited priority could be the result of a temporary
176 priority = ((ptw32_thread_t *) self.p)->sched_priority;
219 (void) ptw32_setthreadpriority (thread, SCHED_OTHER, priority);
235 * the thread handle and have set the priority
    [all...]
  /external/chromium_org/net/url_request/
url_request_http_job_unittest.cc 30 // Inherit from URLRequestHttpJob to expose the priority and some
41 using URLRequestHttpJob::priority;
64 // priority, both before and after start.
67 EXPECT_EQ(DEFAULT_PRIORITY, job->priority());
70 EXPECT_EQ(LOWEST, job->priority());
73 EXPECT_EQ(LOW, job->priority());
76 EXPECT_EQ(LOW, job->priority());
79 EXPECT_EQ(MEDIUM, job->priority());
82 // Make sure that URLRequestHttpJob passes on its priority to its
93 EXPECT_EQ(LOW, network_layer_.last_transaction()->priority());
    [all...]
url_request_netlog_params.cc 16 RequestPriority priority,
23 dict->SetString("priority", RequestPriorityToString(priority));
  /bionic/libc/private/
libc_logging.h 63 // Formats a message to the log (priority 'fatal'), then aborts.
70 // Formats a message to the log (priority 'fatal'), but doesn't abort.
89 __LIBC_HIDDEN__ int __libc_format_log(int priority, const char* tag, const char* format, ...)
92 __LIBC_HIDDEN__ int __libc_format_log_va_list(int priority, const char* tag, const char* format,
  /external/chromium_org/cc/resources/
prioritized_tile_set_unittest.cc 124 for (int priority = 0; priority < 4; ++priority) {
127 tile->SetPriority(ACTIVE_TREE, priorities[priority]);
128 tile->SetPriority(PENDING_TREE, priorities[priority]);
156 for (int priority = 0; priority < 4; ++priority) {
159 tile->SetPriority(ACTIVE_TREE, priorities[priority]);
160 tile->SetPriority(PENDING_TREE, priorities[priority]);
    [all...]
  /external/chromium_org/net/http/
http_stream_base.h 43 RequestPriority priority,
147 // Called when the priority of the parent transaction changes.
148 virtual void SetPriority(RequestPriority priority) = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkResource.cpp 75 ResourceLoadPriority priority = blocking ? ResourceLoadPriorityUnresolved : ResourceLoadPriorityVeryLow; local
76 return FetchRequest(ResourceRequest(m_owner->document().completeURL(m_url)), m_owner->localName(), m_charset, priority);
  /external/chromium_org/tools/cr/cr/actions/
installer.py 48 def priority(self): member in class:SkipInstaller
49 return super(SkipInstaller, self).priority - 1
  /external/chromium_org/tools/cr/cr/base/
buildtype.py 56 def priority(self): member in class:ReleaseBuildType
57 return BuildType.GetPlugin('Debug').priority + 1
  /external/lzma/CPP/Windows/
Thread.h 32 bool SetPriority(int priority) { return BOOLToBool(::SetThreadPriority(thread, priority)); }
  /frameworks/base/core/java/android/os/
HandlerThread.java 36 * @param priority The priority to run the thread at. The value supplied must be from
39 public HandlerThread(String name, int priority) {
41 mPriority = priority;
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityService.java 49 public void setPriorityAndCallBack(int priority, IBinderThreadPriorityService recurse) {
50 Process.setThreadPriority(priority);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 39 * Maintains a cache of photo priority per account type. During contact aggregation
40 * photo with a higher priority is chosen for the the entire contact, barring an
55 * The XML tag capturing the picture priority. The syntax is:
56 * <code>&lt;Picture android:priority="6"/&gt;</code>
61 * Name of the attribute of the Picture tag capturing the priority itself.
63 private static final String PRIORITY_ATTR = "priority";
73 * Returns the photo priority for the specified account type. Maintains cache
81 Integer priority = mPhotoPriorities.get(accountType); local
82 if (priority == null) {
83 priority = resolvePhotoPriority(accountType)
128 int priority = DEFAULT_PRIORITY; local
    [all...]
  /bootable/recovery/minzip/
Log.h 131 * verbose priority.
143 * debug priority.
151 * info priority.
159 * warn priority.
167 * error priority.
187 #define LOG(priority, tag, ...) \
188 LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
192 * Log macro that allows you to specify a number for the priority.
195 #define LOG_PRI(priority, tag, ...) \
200 * Conditional given a desired logging priority and tag
    [all...]
  /developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 40 public void println(int priority, String tag, String msg, Throwable tr) {
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 40 public void println(int priority, String tag, String msg, Throwable tr) {
  /developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 40 public void println(int priority, String tag, String msg, Throwable tr) {
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 40 public void println(int priority, String tag, String msg, Throwable tr) {
  /developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 40 public void println(int priority, String tag, String msg, Throwable tr) {

Completed in 1539 milliseconds

1 2 3 4 5 6 7 8 91011>>