Home
last modified time | relevance | path

Searched refs:Cancellable (Results 1 – 7 of 7) sorted by relevance

/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieComposition.java229 …public static Cancellable fromAssetFileName(Context context, String fileName, OnCompositionLoadedL… in fromAssetFileName()
239 …public static Cancellable fromRawFile(Context context, @RawRes int resId, OnCompositionLoadedListe… in fromRawFile()
249 public static Cancellable fromInputStream(InputStream stream, OnCompositionLoadedListener l) { in fromInputStream()
259 public static Cancellable fromJsonString(String jsonString, OnCompositionLoadedListener l) { in fromJsonString()
269 public static Cancellable fromJsonReader(JsonReader reader, OnCompositionLoadedListener l) { in fromJsonReader()
340 …vate static final class ListenerAdapter implements LottieListener<LottieComposition>, Cancellable {
DCancellable.java4 public interface Cancellable { interface
/external/llvm-project/openmp/runtime/src/
Dkmp_wait_release.h171 template <class C, bool final_spin, bool Cancellable = false,
196 if (Cancellable) { in __kmp_wait_template()
386 if (Cancellable) { in __kmp_wait_template()
477 if (Cancellable) { in __kmp_wait_template()
844 template <bool Cancellable, bool Sleepable>
868 return __kmp_wait_template<kmp_flag_32, TRUE, Cancellable, Sleepable>(
871 return __kmp_wait_template<kmp_flag_32, FALSE, Cancellable, Sleepable>(
878 template <bool Cancellable, bool Sleepable>
902 return __kmp_wait_template<kmp_flag_64, TRUE, Cancellable, Sleepable>(
905 return __kmp_wait_template<kmp_flag_64, FALSE, Cancellable, Sleepable>(
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxCancellable.kt12 internal class RxCancellable(private val job: Job) : Cancellable {
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxCancellable.kt12 internal class RxCancellable(private val job: Job) : Cancellable {
/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/
DREADME.md19 FirebaseFirestore.getInstance().document("users/$id").get().await() // Cancellable await
/external/kotlinx.coroutines/kotlinx-coroutines-debug/
DREADME.md128 at kotlinx.coroutines.intrinsics.CancellableKt.startCoroutineCancellable(Cancellable.kt:25)