HomeSort by relevance Sort by last modified time
    Searched full:preemptable (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
ProviderExecutor.java 47 public interface Preemptable {
53 private final ArrayList<WeakReference<Preemptable>> mPreemptable = new ArrayList<>();
58 for (WeakReference<Preemptable> ref : mPreemptable) {
59 final Preemptable p = ref.get();
70 * Execute the given task. If given task is not {@link Preemptable}, it will
71 * preempt all outstanding preemptable tasks.
74 if (task instanceof Preemptable) {
76 mPreemptable.add(new WeakReference<Preemptable>((Preemptable) task));
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
IconHelper.java 43 import com.android.documentsui.ProviderExecutor.Preemptable;
127 implements Preemptable {
  /frameworks/wilhelm/src/itf/
IObject.c 642 static SLresult IObject_SetPriority(SLObjectItf self, SLint32 priority, SLboolean preemptable)
650 thiz->mPreemptable = SL_BOOLEAN_FALSE != preemptable; // normalize
672 SLboolean preemptable = thiz->mPreemptable; local
675 *pPreemptable = preemptable;
  /prebuilts/go/darwin-x86/src/runtime/
mgcmark.go 210 // Instead we recheck it here on the non-preemptable system
  /prebuilts/go/linux-x86/src/runtime/
mgcmark.go 210 // Instead we recheck it here on the non-preemptable system
  /art/runtime/
elf.h     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /external/llvm/include/llvm/Support/
ELF.h     [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-18/arch-x86/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-arm/usr/include/OMXAL/
OpenMAXAL.h 196 XAboolean preemptable
    [all...]

Completed in 2443 milliseconds

1 2 3 4