HomeSort by relevance Sort by last modified time
    Searched refs:priority (Results 451 - 475 of 957) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-single.h 76 /* Set the current thread's priority. */
78 __gthread_objc_thread_set_priority (int priority _GLIBCXX_UNUSED)
84 /* Return the current thread's priority. */
  /bionic/libc/kernel/arch-x86/asm/
apicdef_32.h 176 u32 priority : 8, member in struct:local_apic::__anon179
184 u32 priority : 8, member in struct:local_apic::__anon180
191 u32 priority : 8, member in struct:local_apic::__anon181
  /development/ndk/platforms/android-9/arch-x86/include/asm/
apicdef_32.h 176 u32 priority : 8, member in struct:local_apic::__anon1369
184 u32 priority : 8, member in struct:local_apic::__anon1370
191 u32 priority : 8, member in struct:local_apic::__anon1371
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.cc 152 const XmlElement * priority = stanza->FirstNamed(QN_PRIORITY); local
153 if (priority != NULL) {
155 if (talk_base::FromString(priority->BodyText(), &pri)) {
  /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/kernel-headers/original/asm-x86/
apicdef_32.h 155 /*080*/ struct { /* Task Priority Register */
156 u32 priority : 8, member in struct:local_apic::__anon9538
162 struct { /* Arbitration Priority Register */
163 u32 priority : 8, member in struct:local_apic::__anon9539
169 struct { /* Processor Priority Register */
170 u32 priority : 8, member in struct:local_apic::__anon9540
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
WifiManagerTest.java 112 configuration.priority = 44;
117 assertThat(configuration.priority, equalTo(44));
118 assertThat(configuredNetworks.get(1).priority, equalTo(44));
  /frameworks/base/services/java/com/android/server/
PreferredComponent.java 183 public boolean sameSet(List<ResolveInfo> query, int priority) {
190 if (ri.priority != priority) continue;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
apicdef_32.h 153 u32 priority : 8, member in struct:local_apic::__anon31351
160 u32 priority : 8, member in struct:local_apic::__anon31352
167 u32 priority : 8, member in struct:local_apic::__anon31353
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
apicdef_32.h 153 u32 priority : 8, member in struct:local_apic::__anon32136
160 u32 priority : 8, member in struct:local_apic::__anon32137
167 u32 priority : 8, member in struct:local_apic::__anon32138
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 153 u32 priority : 8, member in struct:local_apic::__anon33996
160 u32 priority : 8, member in struct:local_apic::__anon33997
167 u32 priority : 8, member in struct:local_apic::__anon33998
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
apicdef_32.h 153 u32 priority : 8, member in struct:local_apic::__anon34706
160 u32 priority : 8, member in struct:local_apic::__anon34707
167 u32 priority : 8, member in struct:local_apic::__anon34708
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
apicdef_32.h 153 u32 priority : 8, member in struct:local_apic::__anon38344
160 u32 priority : 8, member in struct:local_apic::__anon38345
167 u32 priority : 8, member in struct:local_apic::__anon38346

Completed in 542 milliseconds

<<11121314151617181920>>