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

<<21222324252627282930>>

  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8.c 130 ** Increasing the priority slightly above normal can help with
135 if( argc>4 && (strcmp(argv[1], "-priority")==0) ){
144 printf ("error setting priority\n");
150 printf ("Current process priority is %d.\n", (int)myParam.sched_priority);
152 printf ("Setting process priority to %d.\n", (int)myParam.sched_priority);
154 printf ("error setting priority\n");
180 "\t-priority <value> : set priority of task\n"
  /external/chromium_org/tools/cr/cr/actions/
installer.py 48 def priority(self): member in class:SkipInstaller
49 return super(SkipInstaller, self).priority - 1
  /external/iptables/extensions/
libxt_TOS.man 2 "precedence" bits) or the Priority field in the IPv6 header. Note that TOS
8 TOS/Priority field. If \fImask\fP is omitted, 0xFF is assumed.
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
WifiConfigurationTest.java 31 wifiConfiguration.priority = 2;
51 assertThat(copy.priority, equalTo(2));
  /external/smack/src/org/jivesoftware/smack/util/dns/
DNSJavaResolver.java 56 int priority = srvRecord.getPriority(); local
61 r = new SRVRecord(host, port, priority, weight);
  /frameworks/base/docs/html/guide/topics/manifest/
intent-filter-element.jd 10 android:<a href="#priority">priority</a>="<i>integer</i>" &gt;
96 <dt><a name="priority"></a>{@code android:priority}</dt>
97 <dd>The priority that should be given to the parent component with regard
106 higher priority values as potential targets for the intent.</li>
109 receive broadcast messages. Those with higher priority
122 higher priority. The default value is 0.
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool_SoundPoolImpl.cpp 42 android_media_SoundPool_SoundPoolImpl_load_URL(JNIEnv *env, jobject thiz, jstring path, jint priority)
51 int id = ap->load(s, priority);
58 jlong offset, jlong length, jint priority)
64 int64_t(offset), int64_t(length), int(priority));
77 jfloat leftVolume, jfloat rightVolume, jint priority, jint loop,
83 return ap->play(sampleID, leftVolume, rightVolume, priority, loop, rate);
143 int priority)
148 ap->setPriority(channelID, priority);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
CpuVideoTrackDecoder.java 205 int priority = colorPriorities.get(supportedColorFormat); local
206 candidateCodecs.put(priority, info.getName());
212 // Pick the best codec (with the highest color priority)
223 for (int priority = 0; priority < values.length; ++priority) {
224 result.append(values[priority], priority);
  /frameworks/volley/src/com/android/volley/toolbox/
ClearCacheRequest.java 58 public Priority getPriority() {
59 return Priority.IMMEDIATE;
  /frameworks/volley/tests/src/com/android/volley/mock/
WaitableQueue.java 59 public Priority getPriority() {
60 return Priority.LOW;
  /hardware/samsung_slsi/exynos5/libcamera2/
SignalDrivenThread.h 52 int32_t priority, size_t stack);
60 int32_t priority, size_t stack);
  /cts/tests/tests/os/src/android/os/cts/
ProcessTest.java 98 * 1.Set the priority of the calling thread, based on Linux priorities level,
99 * from -20 for highest scheduling priority to 19 for lowest scheduling priority.
104 int priority = Process.getThreadPriority(myTid); local
105 assertTrue(priority >= THREAD_PRIORITY_HIGHEST
106 && priority <= Process.THREAD_PRIORITY_LOWEST);
  /developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicNetworking/BasicNetworkingSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);
  /developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/java/com/example/android/common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
48 public void println(int priority, String tag, String msg, Throwable tr) {
53 // For the purposes of this View, we want to print the priority as readable text.
54 switch(priority) {
83 // Take the priority, tag, message, and exception, and concatenate as necessary
104 mNext.println(priority, tag, msg, tr);

Completed in 1994 milliseconds

<<21222324252627282930>>