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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/content/pm/
ResolveInfo.java 56 * The declared priority of this match. Comes from the "priority"
58 * priority.
60 public int priority; field in class:ResolveInfo
65 * values are a higher priority.
208 pw.println(prefix + "priority=" + priority
237 priority = orig.priority;
252 + " " + ci.name + " p=" + priority + " o=
    [all...]
  /frameworks/base/media/tests/SoundPoolTest/src/com/android/
SoundPoolTest.java 95 private int loadSound(int resId, int priority) {
96 int id = mSoundPool.load(getApplicationContext(), resId, priority);
197 if (DEBUG) Log.d(LOG_TAG, "Begin priority test");
200 // play a normal priority looping sound
210 // play a low priority sound
214 Log.e(LOG_TAG, "Normal > Low priority test failed");
218 Log.e(LOG_TAG, "Normal > Low priority test passed");
222 // play a high priority sound
226 Log.e(LOG_TAG, "High > Normal priority test failed");
229 Log.e(LOG_TAG, "High > Normal priority test passed")
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipv6.h 100 * are glued to priority now, forming "class".
105 __u8 priority:4, member in struct:ipv6hdr
109 priority:4;
fib_rules.h 39 FRA_PRIORITY, /* priority/preference */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipv6.h 100 * are glued to priority now, forming "class".
105 __u8 priority:4, member in struct:ipv6hdr
109 priority:4;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipv6.h 100 * are glued to priority now, forming "class".
105 __u8 priority:4, member in struct:ipv6hdr
109 priority:4;
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c 155 threadContext->priority = M4OSA_kThreadNormalPriority ;
213 int priority = 0; local
260 /* Set the priority based on default android priorities */
262 * outcome of this priority settings are not yet satisfactory */
265 switch(threadContext->priority)
268 priority = ANDROID_PRIORITY_NORMAL;
271 priority = ANDROID_PRIORITY_DISPLAY;
274 priority = ANDROID_PRIORITY_URGENT_DISPLAY;
277 priority = ANDROID_PRIORITY_AUDIO;
280 priority = ANDROID_PRIORITY_URGENT_AUDIO
521 M4OSA_ThreadPriorityLevel priority local
758 M4OSA_ThreadPriorityLevel* priority = local
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
xt_CLASSIFY.h 22 u_int32_t priority; member in struct:xt_classify_target_info
  /development/ndk/platforms/android-3/include/android/
log.h 42 * - a priority
77 * Android log priority values, in ascending priority order.
114 * to inspect it, if a debugger is attached. This uses the FATAL priority.
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java 47 * priority for the task.
55 int priority = (Integer) child.getTag(); local
56 String priorityStr = "Priority: " + priority;
  /external/chromium/net/socket/
tcp_client_socket_pool.h 28 TCPSocketParams(const HostPortPair& host_port_pair, RequestPriority priority,
36 TCPSocketParams(const std::string& host, int port, RequestPriority priority,
52 void Initialize(RequestPriority priority, const GURL& referrer,
137 RequestPriority priority,
  /external/chromium/net/spdy/
spdy_bitmasks.h 17 // Priority mask from the SYN_FRAME
spdy_http_utils.h 33 int ConvertRequestPriorityToSpdyPriority(RequestPriority priority);
  /external/chromium/net/url_request/
url_request_netlog_params.h 24 RequestPriority priority);
  /external/clang/test/SemaObjC/
comptypes-a.m 9 - (NSInteger)priority;
  /external/dropbear/debian/
control 3 Priority: optional
  /external/iptables/extensions/
libxt_tos.man 2 including the "Precedence" bits) or the (also 8-bit) Priority field in the IPv6
  /external/smack/src/org/xbill/DNS/
KXRecord.java 24 * @param preference The preference of this KX. Records with lower priority
  /frameworks/base/cmds/system_server/
system_main.cpp 52 ALOGW("*** Current priority: %d\n", getpriority(PRIO_PROCESS, 0));
  /frameworks/base/core/java/android/bluetooth/
IBluetoothA2dp.aidl 33 boolean setPriority(in BluetoothDevice device, int priority);
  /frameworks/base/core/tests/coretests/src/android/os/
BinderThreadPriorityTest.java 79 Process.setThreadPriority(mSavedPriority); // To realign priority & cgroup, if needed
81 Log.i(TAG, "Saved priority: " + mSavedPriority);
87 // scheduler group reliably unless we start out with background priority.
142 // properly after a back-call with a different priority.
IBinderThreadPriorityService.aidl 23 void setPriorityAndCallBack(int priority, IBinderThreadPriorityService recurse);
  /frameworks/rs/driver/
rsdCore.cpp 52 static void SetPriority(const Context *rsc, int32_t priority);
204 void SetPriority(const Context *rsc, int32_t priority) {
207 dc->mCpuRef->setPriority(priority);
211 rsdGLSetPriority(rsc, priority);
  /hardware/samsung_slsi/exynos5/libcamera2/
SignalDrivenThread.cpp 54 int32_t priority, size_t stack)
57 run(name, priority, stack);
60 int32_t priority, size_t stack)
68 run(name, priority, stack);
  /packages/providers/ContactsProvider/tests/res/xml/
contacts.xml 19 <Picture android:priority="42"/>

Completed in 527 milliseconds

1 2 3 4 5 6 7 891011>>