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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 155 int pri; local
156 if (rtc::FromString(priority->BodyText(), &pri)) {
157 s->set_priority(pri);
  /external/wpa_supplicant_8/src/ap/
hw_features.c 343 * Switch PRI/SEC channels if Beacons were detected on selected SEC
344 * channel, but not on selected PRI channel.
363 * Match PRI/SEC channel with any existing HT40 BSS on the same
446 int pri = bss->freq; local
447 int sec = pri;
463 sec = pri - 20;
465 sec = pri + 20;
468 if ((pri < affected_start || pri > affected_end) &&
473 " freq=%d pri=%d sec=%d"
    [all...]
ieee802_11_ht.c 182 int pri = 2407 + 5 * channel; local
196 if ((pri < affected_start || pri > affected_end))
201 wpa_printf(MSG_ERROR, "Neighboring BSS: freq=%d", pri);
  /frameworks/base/core/jni/
android_util_Process.cpp 288 jint tid, jint policy, jint pri)
292 param.sched_priority = pri;
303 jint pid, jint pri)
308 if (pri >= ANDROID_PRIORITY_BACKGROUND) {
320 int rc = androidSetThreadPriority(pid, pri);
330 // pid, pri, getpriority(PRIO_PROCESS, pid));
334 jint pri)
336 android_os_Process_setThreadPriority(env, clazz, androidGetTid(), pri);
343 jint pri = getpriority(PRIO_PROCESS, pid); local
347 //ALOGI("Returning priority of %" PRId32 ": %" PRId32 "\n", pid, pri);
    [all...]
  /external/e2fsprogs/lib/blkid/
devname.c 183 dev_t devno, int pri, int only_if_new)
253 if (pri)
254 dev->bid_pri = pri;
  /system/core/liblog/tests/
liblog_test.cpp 617 static bool checkPriForTag(AndroidLogFormat *p_format, const char *tag, android_LogPriority pri) {
618 return android_log_shouldPrintLine(p_format, tag, pri)
619 && !android_log_shouldPrintLine(p_format, tag, (android_LogPriority)(pri - 1));
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_task_manager.h 131 PendingTask(const base::Closure& task, Priority pri, int seq);
sync_task_manager.cc 42 const base::Closure& task, Priority pri, int seq)
43 : task(task), priority(pri), seq(seq) {}
  /external/chromium_org/third_party/libevent/
event.c 644 event_priority_set(struct event *ev, int pri)
648 if (pri < 0 || pri >= ev->ev_base->nactivequeues)
651 ev->ev_pri = pri;
event.h 832 @param pri the priority to be assigned
835 int bufferevent_priority_set(struct bufferevent *bufev, int pri);
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_regs.c 227 switch (ska.pri) {
host_x86_isel.c     [all...]
host_arm64_isel.c     [all...]
  /external/jemalloc/test/include/test/
test.h 3 #define assert_cmp(t, a, b, cmp, neg_cmp, pri, ...) do { \
12 "%"pri" "#neg_cmp" %"pri": ", \
  /system/core/libutils/
Threads.cpp 319 int androidSetThreadPriority(pid_t tid, int pri)
326 if (pri >= ANDROID_PRIORITY_BACKGROUND) {
336 if (setpriority(PRIO_PROCESS, tid, pri) < 0) {
  /external/mockito/cglib-and-asm/src/org/mockito/asm/util/
CheckClassAdapter.java 467 int pri = (access & Opcodes.ACC_PRIVATE) == 0 ? 0 : 1; local
469 if (pub + pri + pro > 1) {
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 361 #define L2CAP_GET_PRIORITY_QUOTA(pri) ((L2CAP_NUM_CHNL_PRIORITY - (pri)) * L2CAP_CHNL_PRIORITY_WEIGHT)
    [all...]
  /external/iputils/ninfod/
ninfod.c 164 void stderrlog(int pri, char *fmt, ...)
185 res = snprintf(buf, rem, "[%s] ", log_level(pri));
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/
ResolverActivity.java 390 DisplayResolveInfo(ResolveInfo pri, CharSequence pLabel,
392 ri = pri;
  /external/chromium_org/third_party/libevent/test/
regress.c 1210 struct test_pri_event *pri = arg; local
1213 if (pri->count == 3) {
1218 pri->count++;
1221 event_add(&pri->ev, &tv);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 302 int pri = 0; local
304 pri = c.getInt(c.getColumnIndex(Mms.PRIORITY));
306 if (pri == PduHeaders.PRIORITY_HIGH) {
1089 int pri = ap.getFilterPriority(); local
    [all...]
  /external/ipsec-tools/src/racoon/
pfkey.c 224 int pri; local
229 pri = LLV_DEBUG;
231 pri = LLV_ERROR;
233 plog(pri, LOCATION, NULL,
    [all...]
  /external/netperf/
netlib.c 125 #include <sys/pri.h>
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 767 DisplayResolveInfo(ResolveInfo pri, CharSequence pLabel,
769 ri = pri;
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
NotificationCompat.java     [all...]

Completed in 2985 milliseconds

1 2 3 4 5 6 7 8 91011>>