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

<<11121314151617181920>>

  /developers/samples/android/connectivity/network/BasicNetworkDemo/BasicNetworkDemo/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 40 public void println(int priority, String tag, String msg, Throwable tr) {
  /developers/samples/android/connectivity/network/NetworkConnect/NetworkConnect/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 40 public void println(int priority, String tag, String msg, Throwable tr) {
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 40 public void println(int priority, String tag, String msg, Throwable tr) {
  /developers/samples/android/security/keystore/BasicAndroidKeyStore/BasicAndroidKeyStore/src/main/java/com/example/android/common/logger/
MessageOnlyLogFilter.java 40 public void println(int priority, String tag, String msg, Throwable tr) {
  /development/apps/SdkSetup/
AndroidManifest.xml 27 <intent-filter android:priority="1">
  /development/ndk/platforms/android-3/include/linux/
ipmi_smi.h 49 int priority);
notifier.h 21 int priority; member in struct:notifier_block
  /external/chromium/base/test/
perf_test_suite.cc 35 // Raise to high priority to have more precise measurements. Since we don't
  /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/
FontHostConfiguration_android.h 31 * about each file. Order is the priority order for the font. This is
  /external/webkit/LayoutTests/fast/encoding/
css-charset-dom.html 5 <!-- The document charset and link charset have lower priority than @charset, so they
css-charset.html 5 <!-- The document charset and link charset have lower priority than
  /external/webkit/Source/WebCore/css/
CSSStyleDeclaration.idl 40 in DOMString priority)
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
QueuedOperation.h 39 virtual int priority() = 0;
  /external/webkit/Source/WebCore/platform/network/
ResourceLoadPriority.h 32 // The unresolved priority is here for the convenience of the clients. It should not be passed to the ResourceLoadScheduler.
  /external/webkit/Tools/wx/packaging/debian/
control 3 Priority: extra
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 49 int32_t priority = PRIORITY_DEFAULT
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 101 * Default priority for devices that we try to auto-connect to and
108 * Default priority for devices that allow incoming
115 * Default priority for devices that does not allow incoming
122 * Default priority when not set or when the device is unpaired

Completed in 877 milliseconds

<<11121314151617181920>>