/development/samples/browseable/BorderlessButtons/src/com.example.android.common.logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/CustomChoiceList/src/com.example.android.common.logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/ImmersiveMode/src/com.example.android.common/logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/StorageProvider/src/com.example.android.common/logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/ |
LogView.java | 41 * @param priority Log level of the data being logged. Verbose, Error, etc. 48 public void println(int priority, String tag, String msg, Throwable tr) { 53 // For the purposes of this View, we want to print the priority as readable text. 54 switch(priority) { 83 // Take the priority, tag, message, and exception, and concatenate as necessary 104 mNext.println(priority, tag, msg, tr);
|
/external/chromium/chrome/browser/ |
oom_priority_manager.cc | 85 // existing renderers in priority order, and hand out oom_adj scores 152 // below the renderers in priority, so 5 to 10 gives us some 153 // variation in priority without taking up the whole range. In the 163 float priority = kMinPriority; local 171 static_cast<int>(priority + 0.5f)); 172 priority += priority_increment;
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
sched_get_priority_max.c | 47 * highest priority use smaller numbers) and the following happens: 52 * The following table shows the base priority levels for combinations 53 * of priority class and priority value in Win32. 55 * Process Priority Class Thread Priority Level
|
sched_get_priority_min.c | 47 * highest priority use smaller numbers) and the following happens: 52 * The following table shows the base priority levels for combinations 53 * of priority class and priority value in Win32. 55 * Process Priority Class Thread Priority Level
|
/external/chromium_org/net/spdy/ |
buffered_spdy_framer.cc | 64 SpdyPriority priority, 74 control_frame_fields_->priority = priority; 136 control_frame_fields_->priority, 252 SpdyPriority priority, 256 return spdy_framer_.CreateSynStream(stream_id, associated_stream_id, priority,
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
Animation.cpp | 42 PassRefPtr<Animation> Animation::create(PassRefPtr<Element> target, PassRefPtr<AnimationEffect> effect, const Timing& timing, Priority priority, PassOwnPtr<EventDelegate> eventDelegate) 44 return adoptRef(new Animation(target, effect, timing, priority, eventDelegate)); 47 Animation::Animation(PassRefPtr<Element> target, PassRefPtr<AnimationEffect> effect, const Timing& timing, Priority priority, PassOwnPtr<EventDelegate> eventDelegate) 52 , m_priority(priority)
|
/frameworks/base/telephony/java/android/telephony/cdma/ |
CdmaSmsCbProgramData.java | 60 /** Alert option: low-priority alert once. */ 63 /** Alert option: low-priority alert - repeat. */ 66 /** Alert option: medium-priority alert once. */ 69 /** Alert option: medium-priority alert - repeat. */ 72 /** Alert option: high-priority alert once. */ 75 /** Alert option: high-priority alert - repeat. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
resource.h | 92 /* Maximum nice priority allowed to raise to. 98 /* Maximum realtime priority allowed for non-priviledged 206 /* Number of involuntary context switches, i.e. a higher priority process 211 /* Priority limits. */ 212 #define PRIO_MIN -20 /* Minimum priority a process can have. */ 213 #define PRIO_MAX 20 /* Maximum priority a process can have. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
resource.h | 92 /* Maximum nice priority allowed to raise to. 98 /* Maximum realtime priority allowed for non-priviledged 206 /* Number of involuntary context switches, i.e. a higher priority process 211 /* Priority limits. */ 212 #define PRIO_MIN -20 /* Minimum priority a process can have. */ 213 #define PRIO_MAX 20 /* Maximum priority a process can have. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
resource.h | 92 /* Maximum nice priority allowed to raise to. 98 /* Maximum realtime priority allowed for non-priviledged 206 /* Number of involuntary context switches, i.e. a higher priority process 211 /* Priority limits. */ 212 #define PRIO_MIN -20 /* Minimum priority a process can have. */ 213 #define PRIO_MAX 20 /* Maximum priority a process can have. */
|
/external/chromium_org/content/browser/loader/ |
resource_scheduler.cc | 67 // Adds |request| to the queue with given |priority|. 69 net::RequestPriority priority) { 71 NetQueue::Pointer pointer = queue_.Insert(request, priority); 85 // Returns the highest priority request that's queued, or NULL if none are. 221 client->pending_requests.Insert(request.get(), url_request->priority()); 329 net::RequestPriority old_priority = request->url_request()->priority(); 347 request->url_request()->priority()); 350 // Check if this request is now able to load at its new priority. 357 // priority one. For each entry, one of three things can happen: 377 // from the currently highest priority request. Avoid copying a singula [all...] |
/frameworks/av/include/media/ |
AudioEffect.h | 162 * the same effect type but with a higher priority. Control is returned when the 192 * on the priority parameter. If priority is higher than the priority used by the current 215 * priority: requested priority for effect control: the priority level corresponds to the 216 * value of priority parameter: negative values indicate lower priorities, positive values 217 * higher priorities, 0 being the normal priority. 229 int32_t priority = 0 295 int32_t priority() const { return mPriority; } function in class:android::AudioEffect [all...] |
/system/core/include/log/ |
log.h | 157 * verbose priority. 169 * debug priority. 177 * info priority. 185 * warn priority. 193 * error priority. 429 #define ALOG(priority, tag, ...) \ 430 LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__) 434 * Log macro that allows you to specify a number for the priority. 437 #define LOG_PRI(priority, tag, ...) \ 438 android_printLog(priority, tag, __VA_ARGS__ [all...] |
/packages/apps/Email/src/com/android/email/service/ |
AttachmentDownloadService.java | 81 // Low priority will be used for opportunistic downloads 83 // Normal priority is for forwarded downloads in outgoing mail 85 // High priority is for user requests 176 final int priority; field in class:AttachmentDownloadService.DownloadRequest 198 priority = getPriority(attachment); 203 priority = orig.priority; 235 * Comparator class for the download set; we first compare by priority. Requests with equal 236 * priority are compared by the time the request was created (older requests come first) 242 if (req1.priority != req2.priority) 284 long priority = getPriority(att); local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bss_log.c | 131 static void xsyslog(BIO* bp, int priority, const char* string); 173 int priority, i; local 212 priority = mapping[i].log_level; 215 xsyslog(b, priority, pp); 254 static void xsyslog(BIO *bp, int priority, const char *string) 263 switch (priority) 309 static void xsyslog(BIO *bp, int priority, const char *string) 336 switch (priority) 387 static void xsyslog(BIO *bp, int priority, const char *string) 389 syslog(priority, "%s", string) [all...] |
/external/openssl/crypto/bio/ |
bss_log.c | 131 static void xsyslog(BIO* bp, int priority, const char* string); 173 int priority, i; local 212 priority = mapping[i].log_level; 215 xsyslog(b, priority, pp); 254 static void xsyslog(BIO *bp, int priority, const char *string) 263 switch (priority) 309 static void xsyslog(BIO *bp, int priority, const char *string) 336 switch (priority) 387 static void xsyslog(BIO *bp, int priority, const char *string) 389 syslog(priority, "%s", string) [all...] |
/external/srec/portable/include/ |
ptrd.h | 62 * Every thread has a priority. Threads with higher priority are executed in preference 63 * to threads with lower priority. When code running in some thread creates a new Thread 64 * object, the new thread has its priority initially set equal to the priority of the creating 375 * Minimum thread priority. 380 * Maximum thread priority. 385 * Normal thread priority. 429 * Returns the thread priority. 432 * @param value [out] Thread priority [all...] |