Home
last modified time | relevance | path

Searched refs:contract (Results 1 – 25 of 151) sorted by relevance

1234567

/frameworks/libs/systemui/tracinglib/core/src/coroutines/
DCoroutineTracing.kt24 import kotlin.contracts.contract
44 contract { in coroutineScopeTraced()
56 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in coroutineScopeTraced()
71 contract { callsInPlace(spanName, InvocationKind.AT_MOST_ONCE) } in launchTraced()
94 contract { callsInPlace(spanName, InvocationKind.AT_MOST_ONCE) } in launchInTraced()
114 contract { callsInPlace(spanName, InvocationKind.AT_MOST_ONCE) } in asyncTraced()
142 contract { in withContextTraced()
159 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in withContextTraced()
169 contract { in runBlockingTraced()
182 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in runBlockingTraced()
[all …]
DTrackTracer.kt26 import kotlin.contracts.contract
60 contract { in traceAsync()
69 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in traceAsync()
82 contract { in traceSyncAndAsync()
DTraceContextElement.kt30 import kotlin.contracts.contract in <lambda>()
467 contract { callsInPlace(message, InvocationKind.AT_MOST_ONCE) } in debug()
/frameworks/libs/systemui/tracinglib/core/src/
DTraceUtils.kt26 import kotlin.contracts.contract
97 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in traceSection()
115 contract { in traceSection()
135 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in traceBlocking()
217 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in traceAsync()
229 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in traceAsync()
247 contract { in traceAsync()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/time/
DMeasureTimeUtil.kt21 import kotlin.contracts.contract
28 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in measureTimeMillis()
/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/activity/
DStartBalIntentSenderForResultContract.kt24 import androidx.activity.result.contract.ActivityResultContract
25 import androidx.activity.result.contract.ActivityResultContracts
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/common/
DStartBalIntentSenderForResultContract.kt24 import androidx.activity.result.contract.ActivityResultContract
25 import androidx.activity.result.contract.ActivityResultContracts
/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/util/
DUtil.kt23 import kotlin.contracts.contract in <lambda>()
59 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in logDuration()
74 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in logLn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/commandline/
DValueParser.kt22 import kotlin.contracts.contract in <lambda>()
114 contract { callsInPlace(transform, InvocationKind.AT_MOST_ONCE) } in <lambda>()
/frameworks/libs/systemui/tracinglib/demo/src/experiments/
DBasicTracingTutorial.kt26 import kotlin.contracts.contract
45 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in runStep()
DFlowTracingTutorial.kt36 import kotlin.contracts.contract
64 contract { callsInPlace(block, InvocationKind.EXACTLY_ONCE) } in runStep()
/frameworks/base/services/permission/java/com/android/server/permission/access/
DAccessCheckingService.kt43 import kotlin.contracts.contract in <lambda>()
286 contract { callsInPlace(action, InvocationKind.EXACTLY_ONCE) } in <lambda>()
292 contract { callsInPlace(action, InvocationKind.EXACTLY_ONCE) } in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DNumPadButton.java96 if (mAnimator != null) mAnimator.contract(); in onTouchEvent()
DNumPadKey.java182 if (mAnimator != null && mAnimationsEnabled) mAnimator.contract(); in onTouchEvent()
DNumPadAnimator.java82 public void contract() { in contract() method in NumPadAnimator
/frameworks/base/cmds/bmgr/
DNOTICE32 direction or management of such entity, whether by contract or
167 whether in tort (including negligence), contract, or otherwise,
/frameworks/base/data/fonts/
DNOTICE32 direction or management of such entity, whether by contract or
167 whether in tort (including negligence), contract, or otherwise,
/frameworks/av/media/libstagefright/tests/
DNOTICE32 direction or management of such entity, whether by contract or
167 whether in tort (including negligence), contract, or otherwise,
/frameworks/av/media/codec2/components/flac/
DNOTICE32 direction or management of such entity, whether by contract or
167 whether in tort (including negligence), contract, or otherwise,
/frameworks/av/media/module/codecs/m4v_h263/enc/
DNOTICE32 direction or management of such entity, whether by contract or
167 whether in tort (including negligence), contract, or otherwise,
/frameworks/av/media/module/codecs/amrnb/enc/
DNOTICE32 direction or management of such entity, whether by contract or
167 whether in tort (including negligence), contract, or otherwise,
/frameworks/av/media/module/codecs/amrnb/common/
DNOTICE32 direction or management of such entity, whether by contract or
167 whether in tort (including negligence), contract, or otherwise,
/frameworks/av/media/module/mpeg2ts/
DNOTICE32 direction or management of such entity, whether by contract or
167 whether in tort (including negligence), contract, or otherwise,
/frameworks/base/packages/PrintRecommendationService/
DNOTICE32 direction or management of such entity, whether by contract or
167 whether in tort (including negligence), contract, or otherwise,
/frameworks/av/media/libstagefright/colorconversion/
DNOTICE32 direction or management of such entity, whether by contract or
167 whether in tort (including negligence), contract, or otherwise,

1234567