HomeSort by relevance Sort by last modified time
    Searched defs:priority (Results 176 - 200 of 338) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tcpdump/
print-lisp.c 58 * | /| Priority | Weight | M Priority | M Weight |
89 * | /| Priority | Weight | M Priority | M Weight |
216 nd_uint8_t priority; member in struct:map_register_loc
354 ND_PRINT((ndo, "\n Priority/Weight %u/%u,"
355 " Multicast Priority/Weight %u/%u,",
356 lisp_loc->priority, lisp_loc->weight,
  /external/webrtc/webrtc/libjingle/xmpp/
presencestatus.h 24 // These are arranged in "priority order", i.e., if we see
25 // two statuses at the same priority but with different Shows,
39 int priority() const { return pri_; } function in class:buzz::PresenceStatus
rostermoduleimpl.cc 198 XmppPresenceImpl::priority() const { function in class:buzz::XmppPresenceImpl
214 XmppPresenceImpl::set_priority(int priority) {
218 if (priority < -128 || priority > 127)
222 if (0 != priority) {
224 if (rtc::ToString(priority, &priority_string)) {
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 41 Packet(RtpPacketSender::Priority priority,
49 : priority(priority),
58 RtpPacketSender::Priority priority; member in struct:webrtc::paced_sender::Packet
69 // Used by priority queue to sort packets.
73 if (first->priority != second->priority)
74 return first->priority > second->priority
    [all...]
  /external/webrtc/webrtc/p2p/base/
portallocator.h 92 RelayServerConfig(RelayType type) : type(type), priority(0) {}
108 int priority; member in struct:cricket::RelayServerConfig
  /external/wpa_supplicant_8/hostapd/
main.c 126 int priority; local
130 priority = LOG_DEBUG;
133 priority = LOG_INFO;
136 priority = LOG_NOTICE;
139 priority = LOG_WARNING;
142 priority = LOG_INFO;
145 syslog(priority, "%s", format);
  /frameworks/av/services/camera/libcameraservice/utils/
ClientManager.h 102 * resource, and the corresponding cost, priority, owner ID, and conflicting keys list used
105 * Aside from the priority, these values are immutable once the ClientDescriptor has been
135 * Return the priority for this descriptor.
157 void setPriority(const ClientPriority& priority);
236 void ClientDescriptor<KEY, VALUE>::setPriority(const ClientPriority& priority) {
239 // off in the incoming priority argument since an AIDL thread might have
242 mPriority.setScore(priority.getScore());
243 mPriority.setState(priority.getState());
274 * result in the lower-priority of the two being removed. Priority ties result in th
460 ClientPriority priority = client->getPriority(); local
    [all...]
  /art/openjdkjvmti/
ti_thread.cc 288 info_ptr->priority = target->GetNativePriority();
340 // Priority.
344 info_ptr->priority = static_cast<jint>(f->GetInt(peer));
759 jint priority; member in struct:openjdkjvmti::AgentData
803 jint priority) {
807 if (priority < JVMTI_THREAD_MIN_PRIORITY || priority > JVMTI_THREAD_MAX_PRIORITY) {
840 data->priority = priority;
    [all...]
  /bionic/libc/kernel/uapi/linux/
ipv6.h 79 __u8 priority : 4, version : 4; member in struct:ipv6hdr
81 __u8 version : 4, priority : 4;
batadv_packet.h 198 __u8 priority : 3; member in struct:batadv_frag_packet
202 __u8 priority : 3; member in struct:batadv_frag_packet
tipc_config.h 104 __be32 priority; member in struct:tipc_bearer_config
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 41 private static final int PRIORITY = 1;
101 int sampleId1 = mSoundPool.load(mContext, getSoundA(), PRIORITY);
108 sampleId2 = mSoundPool.load(afd, PRIORITY);
116 sampleId3 = mSoundPool.load(fd, offset, length, PRIORITY);
123 sampleId4 = mSoundPool.load(path, PRIORITY);
150 int sampleID = loadSampleSync(getSoundA(), PRIORITY);
155 int priority = 1; local
158 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
172 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
183 priority = 0
    [all...]
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 381 "-p PRIO --prio=PRIO priority of highest prio thread\n"
394 static int priority; variable
423 {"priority", required_argument, NULL, 'p'},
444 case 'p': priority = atoi(optarg); break;
457 if (priority < 0 || priority > 99)
564 par[i].prio = priority;
565 if (priority)
566 priority--;
  /external/cldr/tools/java/org/unicode/cldr/tool/
TablePrinter.java 64 public TablePrinter setSortPriority(int priority) {
65 columnSorter.setSortPriority(columns.size() - 1, priority); local
267 public void setSortPriority(int column, int priority) {
268 if (sortPriorities.length <= priority) {
269 int[] temp = new int[priority + 1];
273 sortPriorities[priority] = column;
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 7 import com.bumptech.glide.Priority;
69 private Priority priority; field in class:GenericRequest
93 Priority priority,
119 priority,
165 Priority priority,
186 this.priority = priority;
    [all...]
  /external/kernel-headers/original/uapi/linux/
ipv6.h 113 * are glued to priority now, forming "class".
118 __u8 priority:4, member in struct:ipv6hdr
122 priority:4;
  /external/kmod/libkmod/
libkmod-index.c 54 * Each key can have multiple values. Values are sorted by an integer priority.
78 * uint32_t priority;
162 const char *value, unsigned len, unsigned int priority)
167 while (*values && (*values)->priority < priority)
174 v->priority = priority;
280 unsigned int priority; local
286 priority = read_long(in);
289 add_value(&node->values, value, buf.used, priority);
621 unsigned int priority; member in struct:index_mm_value
    [all...]
  /external/libcups/cups/
tls-gnutls.c 1247 /* Priority string */
1532 gnutls_priority_t priority; \/* Priority *\/ local
    [all...]
  /external/libhevc/encoder/
osal.h 64 /* OSAL thread priority levels. */
189 /* Flag determining whether to use OSAL Thread priority mapping or not. */
190 /* Value set to 1 - use OSAL thread priority mapping. */
191 /* Value set to 0 - Direct value set as thread priority */
194 /* Priority range shall be considered + ve values for increasing */
195 /* priority and negative values for decreasing priority. The range shall */
198 WORD32 priority; member in struct:__anon28761
230 /* name thread priority etc. */
233 /* Flag determining whether to use OSAL Thread priority mapping or not. *
242 WORD32 priority; member in struct:__anon28764
    [all...]
  /external/linux-kselftest/tools/testing/selftests/mqueue/
mq_perf_tests.c 323 int i, priority; local
333 mq_receive(queue, buff, sizeof(buff), &priority);
  /external/nanohttpd/nanolets/src/main/java/fi/iki/elonen/router/
RouterNanoHTTPD.java 329 private final int priority; field in class:RouterNanoHTTPD.UriResource
337 public UriResource(String uri, int priority, Class<?> handler, Object... initParameter) {
348 this.priority = priority + uriParams.size() * 1000;
482 private void addRoute(String url, int priority, Class<?> handler, Object... initParameter) {
485 mappings.add(new UriResource(url, priority + mappings.size(), handler, initParameter));
487 mappings.add(new UriResource(url, priority + mappings.size(), notImplemented));
498 return o1.priority - o2.priority;
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
MockSpdyPeer.java 303 @Override public void priority(int streamId, int streamDependency, int weight, method in class:MockSpdyPeer.InFrame
  /frameworks/av/services/audioflinger/
Effects.h 176 // First handle in mHandles has highest priority and controls the effect module
233 int32_t priority);
276 int priority() const { return mPriority; } function in class:EffectHandle
294 int mPriority; // client application priority to control the effect
  /bionic/libc/kernel/uapi/linux/android/
binder.h 168 __s32 priority; member in struct:binder_pri_desc
172 __s32 priority; member in struct:binder_pri_ptr_cookie
  /device/google/marlin/camera/QCamera2/stack/common/
mm_camera_interface.h 316 * matching priority
376 * @priority : save matched priority frames only
387 mm_camera_super_buf_priority_t priority; member in struct:__anon3388
    [all...]

Completed in 3003 milliseconds

1 2 3 4 5 6 78 91011>>