HomeSort by relevance Sort by last modified time
    Searched full:priority (Results 1426 - 1450 of 3742) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
signalthread.cc 59 bool SignalThread::SetPriority(ThreadPriority priority) {
63 return worker_.SetPriority(priority);
signalthread.h 65 // Context: Main Thread. Call before Start to change the worker's priority.
66 bool SetPriority(ThreadPriority priority);
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils_unittest.cc 41 uint16 priority; local
60 ASSERT_TRUE(buffer.ReadUInt16(&priority));
  /external/chromium_org/third_party/libjingle/source/talk/third_party/libudev/
libudev.h 35 int priority, const char *file, int line, const char *fn,
38 void udev_set_log_priority(struct udev *udev, int priority);
  /external/chromium_org/tools/cr/cr/base/
android.py 61 def priority(self): member in class:AndroidPlatform
62 return super(AndroidPlatform, self).priority + 1
  /external/chromium_org/ui/views/focus/
focus_manager_unittest.cc 265 // Hitting the return key; return_target2 has the priority.
330 // Register high priority target.
343 // Add a normal priority target and make sure it doesn't see the key.
349 // priority one).
359 // Unregister the high priority accelerator.
370 // Add the high priority target back and make sure it starts seeing the key.
383 // Unregister the normal priority accelerator.
395 // Unregister the high priority accelerator.
    [all...]
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 331 // Iterate over "chunks" of ctors with same priority and emit each chunk
332 // into separate function. Note - everything is sorted first by priority,
341 unsigned Priority = I->first.priority;
342 // Compute the function suffix from priority. Prepend with zeroes to make
344 std::string PrioritySuffix = llvm::utostr(Priority);
345 // Priority is always <= 65535 (enforced by sema)..
355 AddGlobalCtor(Fn, Priority);
  /external/e2fsprogs/lib/blkid/
blkidP.h 43 int bid_pri; /* Device priority */
118 * Priority settings for different types of devices
  /external/iproute2/man/man8/
ip-link.8 306 - assign VLAN QOS (priority) bits for the VLAN tag. When specified, all VLAN
307 tags transmitted by the VF will include the specified priority bits in the
ip-link.8.in 288 - assign VLAN QOS (priority) bits for the VLAN tag. When specified, all VLAN
289 tags transmitted by the VF will include the specified priority bits in the
  /external/ipsec-tools/src/racoon/
plog.c 85 int priority; member in struct:plogtags
171 vsyslog(ptab[pri].priority, newfmt, ap_bak);
racoon.8 73 and the priority
75 Debugging messages are sent with the priority
  /external/iptables/extensions/
libxt_TOS.c 58 " --set-tos value Set Type of Service/Priority field to value\n"
75 " --set-tos value[/mask] Set Type of Service/Priority field to value\n"
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 72 getStaticCtorSection(unsigned Priority = 65535) const;
74 getStaticDtorSection(unsigned Priority = 65535) const;
  /external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp 1 //===- ResourcePriorityQueue.cpp - A DFA-oriented priority queue -*- C++ -*-==//
40 cl::desc("Track reg pressure and switch priority to in-depth"));
404 // Initial trivial priority.
411 // Forced priority is high.
578 /// unscheduled predecessor, we want to increase its priority: it getting
580 /// node of the same priority that will not make a node available.
589 // Since it is available, it must be in the priority queue. First remove it.
592 // Reinsert the node into the priority queue, which recomputes its
  /external/llvm/utils/TableGen/
DisassemblerEmitter.cpp 57 /// precisely the current context), then it has priority.
59 /// the higher-priority context wins (that is, the one that is more specific).
  /external/nist-sip/java/gov/nist/javax/sip/header/
NameMap.java 155 putNameMap(PRIORITY, Priority.class.getName()); //39
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyWriter.java 45 public synchronized void synStream(int flags, int streamId, int associatedStreamId, int priority,
56 out.writeShort((priority & 0x7) << 13 | (unused & 0x1f) << 8 | (slot & 0xff));
  /external/srtp/crypto/include/
err.h 129 * string, followed by a an arg list. The priority argument
138 err_report(int priority, char *format, ...);
  /external/tcpdump/
print-hsrp.c 74 * | Holdtime | Priority | Group | Reserved |
128 printf(" priority=%d", hp->hsrp_priority);
print-slow.c 199 printf("\n\t System %s, System Priority %u, Key %u" \
200 ", Port %u, Port Priority %u\n\t State Flags [%s]",
  /external/zlib/src/qnx/
package.qpg 104 <QPM:Priority>Optional</QPM:Priority>
  /frameworks/av/libvideoeditor/osal/src/
M4OSA_Mutex.c 207 * priority and made it ready to run.
209 * between threads with the same priority.
M4OSA_Semaphore.c 201 * priority is unblocked and made ready to run.
203 * between threads with the same priority.
  /frameworks/base/core/java/android/content/
SyncRequest.java 257 /** Priority of this sync relative to others from calling app [-2, 2]. Default 0. */
536 * @param priority the priority of this request among all requests from the calling app.
539 public Builder setPriority(int priority) {
540 if (priority < -2 || priority > 2) {
541 throw new IllegalArgumentException("Priority must be within range [-2, 2]");
543 mPriority = priority;

Completed in 1755 milliseconds

<<51525354555657585960>>