HomeSort by relevance Sort by last modified time
    Searched full:priority (Results 101 - 125 of 2369) sorted by null

1 2 3 45 6 7 8 91011>>

  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/common/logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
LogView.java 29 * @param priority Log level of the data being logged. Verbose, Error, etc.
36 public void println(int priority, String tag, String msg, Throwable tr) {
39 // For the purposes of this View, we want to print the priority as readable text.
40 switch(priority) {
69 // Take the priority, tag, message, and exception, and concatonate as necessary
81 mNext.println(priority, tag, msg, tr);
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/logger/
Log.java 58 * @param priority Log level of the data being logged. Verbose, Error, etc.
64 public static void println(int priority, String tag, String msg, Throwable tr) {
66 mLogNode.println(priority, tag, msg, tr);
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
78 public static void println(int priority, String tag, String msg) {
79 println(priority, tag, msg, null);
83 * Prints a message at VERBOSE priority.
95 * Prints a message at VERBOSE priority.
106 * Prints a message at DEBUG priority.
118 * Prints a message at DEBUG priority
    [all...]
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /frameworks/volley/tests/src/com/android/volley/mock/
MockRequest.java 84 private Priority mPriority = super.getPriority();
86 public void setPriority(Priority priority) {
87 mPriority = priority;
91 public Priority getPriority() {
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
vlan.h 36 #define VLAN_PRI_SHIFT 13 /* user priority */
38 #define VLAN_PRI_MASK 7 /* 3 bits of priority */
50 uint16 vlan_tag; /* priority, cfi and vid */
57 uint16 vlan_tag; /* priority, cfi and vid */
72 uint16 vlan_tag; /* priority, cfi and vid */
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/timer/os2/
SDL_systimer.c 102 ULONG priority = 0, nesting; /* Shut down the warnings */ local
126 It turns out that on Warp3fp42 it is the priority at the time
130 priority = (tib->tib_ptib2->tib2_ulpri);
131 if ((priority & 0xFF00) == 0x0300) /* already time-critical */
135 /* We do not want to run at high priority if a signal causes us
151 /* Nobody switched priority while we slept... Ignore errors... */
152 /* tib->tib_ptib2->tib2_ulpri = priority; */ /* Get back... */
153 if (!(rc = DosSetPriority(PRTYS_THREAD, (priority>>8) & 0xFF, 0, 0)))
154 rc = DosSetPriority(PRTYS_THREAD, 0, priority & 0xFF, 0);
159 /* The actual blocking call is made with "normal" priority. This way w
    [all...]
  /development/apps/Fallback/
AndroidManifest.xml 13 <intent-filter android:priority="-1000">
18 <intent-filter android:priority="-1000">
24 <intent-filter android:priority="-1000">
32 <intent-filter android:priority="-1000">
41 <intent-filter android:priority="-1000">
47 <intent-filter android:priority="-1000">
54 <intent-filter android:priority="-1000">
  /external/chromium/base/
process.h 84 // A process is backgrounded when it's priority is lower than normal.
88 // Set a process as backgrounded. If value is true, the priority
89 // of the process will be lowered. If value is false, the priority
91 // process priority.
92 // Returns true if the priority was changed, false otherwise.
95 // Returns an integer representing the priority of a process. The meaning
102 // Holds the priority that the process was set to when it was backgrounded.
  /external/openssl/crypto/pqueue/
pqueue.c 76 memcpy(item->priority,prio64be,sizeof(item->priority));
127 int cmp = memcmp(next->priority, item->priority,8);
178 if ( memcmp(next->priority, prio64be,8) == 0)
186 if ( memcmp(next->priority, prio64be,8) ==0)
210 item->priority[0],item->priority[1],
211 item->priority[2],item->priority[3]
    [all...]
  /frameworks/av/include/media/
SoundPool.h 97 float rightVolume, int priority, int loop, float rate);
102 int priority() { return mPriority; } function in class:android::SoundEvent
126 int priority, int loop, float rate);
137 void setPriority(int priority) { mPriority = priority; }
169 int load(const char* url, int priority);
170 int load(int fd, int64_t offset, int64_t length, int priority);
172 int play(int sampleID, float leftVolume, float rightVolume, int priority,
180 void setPriority(int channelID, int priority);
203 SoundChannel* allocateChannel_l(int priority);
    [all...]
  /docs/source.android.com/src/devices/
audio_avoiding_pi.jd 1 page.title=Avoiding Priority Inversion
14 priority inversion, as of the Android 4.1 (Jellybean) release,
45 <h2 id="priorityInversion">Priority Inversion</h2>
48 <a href="http://en.wikipedia.org/wiki/Priority_inversion">Priority inversion</a>
50 where a higher-priority task is blocked for an unbounded time waiting
51 for a lower-priority task to release a resource such as [shared
57 In an audio system, priority inversion typically manifests as a
66 In the Android audio implementation, priority inversion is most
78 fast mixer thread (they both have elevated priority, but slightly
98 not yet implemented. The likely priority inversion spots will b
    [all...]
  /frameworks/base/core/java/android/os/
Process.java 169 * Standard priority of application threads.
183 * Lowest available thread priority. Only for those who really, really
192 * Standard priority background threads. This gives your thread a slightly
193 * lower than normal priority, so that it will have less chance of impacting
202 * Standard priority of threads that are currently running a user interface
204 * change to this priority; the system will automatically adjust your
213 * Standard priority of system display threads, involved in updating
215 * normally change to this priority.
223 * Standard priority of the most important display threads, for compositing
225 * change to this priority
    [all...]
  /external/chromium/net/spdy/
spdy_http_utils.cc 112 // TODO(gavinp): re-adjust this once SPDY v3 has three priority bits,
114 int ConvertRequestPriorityToSpdyPriority(const RequestPriority priority) {
115 DCHECK(HIGHEST <= priority && priority < NUM_PRIORITIES);
116 switch (priority) {
122 return priority;
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 23 Module &M, Function *F, int Priority) {
30 Ty, IRB.getInt32(Priority), F, NULL);
58 void llvm::appendToGlobalCtors(Module &M, Function *F, int Priority) {
59 appendToGlobalArray("llvm.global_ctors", M, F, Priority);
62 void llvm::appendToGlobalDtors(Module &M, Function *F, int Priority) {
63 appendToGlobalArray("llvm.global_dtors", M, F, Priority);
  /external/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h 22 /// Append F to the list of global ctors of module M with the given Priority.
26 void appendToGlobalCtors(Module &M, Function *F, int Priority);
29 void appendToGlobalDtors(Module &M, Function *F, int Priority);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowWifiConfiguration.java 17 realObject.priority = 0;
40 config.priority = realObject.priority;
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
PriorityThreadFactoryTest.java 40 private void priorityTest(int priority) throws InterruptedException {
41 ThreadFactory factory = new PriorityThreadFactory(priority);
45 assertEquals(priority, r.getPriority());
  /external/chromium/base/allocator/
allocator_shim.h 12 // be used by subprocesses. Priority is given to the current value of
  /external/chromium/net/tools/flip_server/
mem_cache.h 71 // priority, filename
82 priority(0),
90 priority(0),
97 int priority; member in class:net::MemCacheIter
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
Property.java 194 * Gets the custom sort priority of this property
196 * @return the sort priority
203 * Sets the custom sort priority of this property
205 * @param priority the new priority to use
207 public void setPriority(int priority) {
208 this.mPriority = priority;
219 /** Sort {@link Property} instances by priority */
220 public static final Comparator<Property> PRIORITY = new Comparator<Property>() {

Completed in 403 milliseconds

1 2 3 45 6 7 8 91011>>