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

<<31323334353637383940>>

  /external/chromium_org/sync/internal_api/public/
data_type_debug_info_listener.h 28 // Waiting time for association of higher priority types to finish before
  /external/chromium_org/sync/tools/testserver/
synced_notifications.html 37 'priority: 2\n' +
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceLoadPriority.h 32 // The unresolved priority is here for the convenience of the clients. It
  /external/chromium_org/third_party/WebKit/public/testing/
WebFrameTestProxy.h 147 virtual void didChangeResourcePriority(blink::WebFrame* frame, unsigned identifier, const blink::WebURLRequest::Priority& priority)
151 m_baseProxy->didChangeResourcePriority(frame, identifier, priority);
152 Base::didChangeResourcePriority(frame, identifier, priority);
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.cc 77 uint16 priority; local
78 if (!buffer.ReadUInt16(&priority)) {
138 uint16 priority = 0; local
166 buffer.WriteUInt16(priority);
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigParser_android.h 28 * about each file. Order is the priority order for the font. This is
  /external/chromium_org/third_party/tcmalloc/vendor/packages/deb/
control 2 Priority: optional
  /external/chromium_org/tools/cr/cr/base/
linux.py 39 def priority(self): member in class:LinuxPlatform
  /external/chromium_org/ui/message_center/
notification_types.h 46 // Top priority for system-level notifications.. This can't be set from
  /external/chromium_org/webkit/child/
weburlloader_impl.h 40 virtual void didChangePriority(blink::WebURLRequest::Priority new_priority);
  /external/dropbear/
svr-session.c 160 /* priority is priority as with syslog() */
161 void svr_dropbear_log(int priority, const char* format, va_list param) {
172 syslog(priority, "%s", printbuf);
  /external/e2fsprogs/debian/attic/libs/
control 3 Priority: required
55 Priority: extra
67 Priority: extra
80 Priority: extra
  /external/iproute2/include/linux/
fib_rules.h 40 FRA_PRIORITY, /* priority/preference */
  /external/iproute2/man/man8/
tc-pfifo_fast.8 23 based on their Type of Service bits or assigned priority.
  /external/jmonkeyengine/engine/src/test/jme3test/input/combomoves/
TestComboMoves.java 198 // choose move with highest priority
199 float priority = 0; local
202 if (move.getPriority() > priority){
203 priority = move.getPriority();
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 131 getStaticCtorSection(unsigned Priority = 65535) const {
132 (void)Priority;
136 getStaticDtorSection(unsigned Priority = 65535) const {
137 (void)Priority;
  /external/replicaisland/src/com/replica/replicaisland/
SoundSystem.java 82 synchronized public final int play(Sound sound, boolean loop, int priority) {
85 stream = mSoundPool.play(sound.soundId, 1.0f, 1.0f, priority, loop ? -1 : 0, 1.0f);
94 synchronized public final int play(Sound sound, boolean loop, int priority, float volume, float rate) {
97 stream = mSoundPool.play(sound.soundId, volume, volume, priority, loop ? -1 : 0, rate);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowHandlerThread.java 25 public void __constructor__(String name, int priority) {
  /external/skia/src/ports/
SkFontConfigParser_android.h 28 * about each file. Order is the priority order for the font. This is
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 49 int32_t priority = PRIORITY_DEFAULT
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 107 * Default priority for devices that we try to auto-connect to and
114 * Default priority for devices that allow incoming
121 * Default priority for devices that does not allow incoming
128 * Default priority when not set or when the device is unpaired
IBluetoothA2dp.aidl 33 boolean setPriority(in BluetoothDevice device, int priority);
IBluetoothInputDevice.aidl 33 boolean setPriority(in BluetoothDevice device, int priority);
IBluetoothMap.aidl 35 boolean setPriority(in BluetoothDevice device, int priority);
  /frameworks/base/core/java/android/os/
HandlerThread.java 36 * @param priority The priority to run the thread at. The value supplied must be from
39 public HandlerThread(String name, int priority) {
41 mPriority = priority;

Completed in 1502 milliseconds

<<31323334353637383940>>