Home
last modified time | relevance | path

Searched defs:INTERRUPTED (Results 1 – 9 of 9) sorted by relevance

/external/federated-compute/fcp/client/engine/
Dengine.proto40 INTERRUPTED = 2; enumerator
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
DInterruptible.kt64 private const val INTERRUPTED = 3 constant
/external/pigweed/pw_watch/py/pw_watch/
Ddebounce.py58 INTERRUPTED = 4 # - Transistions to: RERUN variable in State
/external/googleapis/google/devtools/resultstore/v2/
Dtest_suite.proto89 INTERRUPTED = 2; enumerator
/external/bazelbuild-rules_go/go/tools/bazel_testing/
Dbazel_testing.go56 INTERRUPTED = 8 const
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureBenchmarks.java270 static final int INTERRUPTED = 8; field in AbstractFutureBenchmarks.OldAbstractFuture.Sync
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DAbstractFutureBenchmarks.java270 static final int INTERRUPTED = 8; field in AbstractFutureBenchmarks.OldAbstractFuture.Sync
/external/perfetto/infra/ci/frontend/static/
Dscript.js338 'INTERRUPTED': 'cancel', property
/external/python/cpython2/Lib/test/
Dregrtest.py242 INTERRUPTED = -4 variable