HomeSort by relevance Sort by last modified time
    Searched refs:priority (Results 126 - 150 of 1753) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/media/java/android/media/
SoundPool.java 51 * on priority and then by age within that priority. Limiting the maximum
68 * <p>Priority runs low to high, i.e. higher numbers are higher priority.
69 * Priority is used when a call to play() would cause the number of active
72 * the lowest priority stream. If there are multiple streams with the same
73 * low priority, it will choose the oldest stream to stop. In the case
74 * where the priority of the new stream is lower than all the active
96 * is stopped to allow a higher priority stream to play, the stream is no
135 * @param priority the priority of the sound. Currently has no effect. Us
    [all...]
  /external/iptables/extensions/
libxt_CLASSIFY.c 15 "--set-class MAJOR:MINOR Set skb->priority value (always hexadecimal!)\n");
40 if (CLASSIFY_string_to_priority(cb->arg, &clinfo->priority))
46 CLASSIFY_print_class(unsigned int priority, int numeric)
48 printf(" %x:%x", TC_H_MAJ(priority)>>16, TC_H_MIN(priority));
59 CLASSIFY_print_class(clinfo->priority, numeric);
69 TC_H_MAJ(clinfo->priority)>>16, TC_H_MIN(clinfo->priority));
  /external/smack/src/org/xbill/DNS/
SRVRecord.java 20 private int priority, weight, port; field in class:SRVRecord
32 * @param priority The priority of this SRV. Records with lower priority
35 * priority.
40 SRVRecord(Name name, int dclass, long ttl, int priority,
44 this.priority = checkU16("priority", priority);
52 priority = in.readU16()
    [all...]
  /developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicNetworking/BasicNetworkingSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/CustomChoiceList/CustomChoiceListSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/ImmersiveMode/ImmersiveModeSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/NetworkConnect/NetworkConnectSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/RenderScriptIntrinsic/RenderScriptIntrinsicSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/RepeatingAlarm/RepeatingAlarmSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/common/logger/
LogWrapper.java 45 * @param priority Log level of the data being logged. Verbose, Error, etc.
52 public void println(int priority, String tag, String msg, Throwable tr) {
67 // For instance, if priority were Log.VERBOSE, this would be the same as Log.v(tag, useMsg)
68 Log.println(priority, tag, useMsg);
72 mNext.println(priority, tag, msg, tr);

Completed in 951 milliseconds

1 2 3 4 56 7 8 91011>>