Home
last modified time | relevance | path

Searched defs:finished (Results 1 – 25 of 194) sorted by relevance

12345678

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c1401 uint32_t finished = 0; in test_cil_copy_node_helper_block() local
1421 uint32_t finished = 0; in test_cil_copy_node_helper_block_merge() local
1444 uint32_t finished = 0; in test_cil_copy_node_helper_perm() local
1476 uint32_t finished = 0; in test_cil_copy_node_helper_perm_neg() local
1499 uint32_t finished = 0; in test_cil_copy_node_helper_class() local
1519 uint32_t finished = 0; in test_cil_copy_node_helper_class_dup_neg() local
1542 uint32_t finished = 0; in test_cil_copy_node_helper_common() local
1562 uint32_t finished = 0; in test_cil_copy_node_helper_common_dup_neg() local
1585 uint32_t finished = 0; in test_cil_copy_node_helper_classcommon() local
1608 uint32_t finished = 0; in test_cil_copy_node_helper_sid() local
[all …]
Dtest_cil_resolve_ast.c8004 uint32_t finished = 0; in test_cil_disable_children_helper_optional_enabled() local
8021 uint32_t finished = 0; in test_cil_disable_children_helper_optional_disabled() local
8040 uint32_t finished = 0; in test_cil_disable_children_helper_block() local
8057 uint32_t finished = 0; in test_cil_disable_children_helper_user() local
8074 uint32_t finished = 0; in test_cil_disable_children_helper_role() local
8091 uint32_t finished = 0; in test_cil_disable_children_helper_type() local
8108 uint32_t finished = 0; in test_cil_disable_children_helper_typealias() local
8125 uint32_t finished = 0; in test_cil_disable_children_helper_common() local
8142 uint32_t finished = 0; in test_cil_disable_children_helper_class() local
8159 uint32_t finished = 0; in test_cil_disable_children_helper_bool() local
[all …]
Dtest_cil_build_ast.c16421 uint32_t finished = 0; in test_cil_build_ast_node_helper_block() local
16439 uint32_t finished = 0; in test_cil_build_ast_node_helper_block_neg() local
16458 uint32_t finished = 0; in test_cil_build_ast_node_helper_blockinherit() local
16476 uint32_t finished = 0; in test_cil_build_ast_node_helper_blockinherit_neg() local
16495 uint32_t finished = 0; in test_cil_build_ast_node_helper_permset() local
16513 uint32_t finished = 0; in test_cil_build_ast_node_helper_permset_neg() local
16532 uint32_t finished = 0; in test_cil_build_ast_node_helper_in() local
16550 uint32_t finished = 0; in test_cil_build_ast_node_helper_in_neg() local
16568 uint32_t finished = 0; in test_cil_build_ast_node_helper_class() local
16586 uint32_t finished = 0; in test_cil_build_ast_node_helper_class_neg() local
[all …]
/external/rust/crates/ryu/tests/
Dexhaustive.rs12 let finished = Arc::new(AtomicUsize::new(0)); in test_exhaustive() localVariable
17 let finished = finished.clone(); in test_exhaustive() localVariable
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DRuntimeEnvironmentTest.java33 final CountDownLatch finished = new CountDownLatch(1); in isMainThread_forNewThread_withoutSwitch() local
53 final CountDownLatch finished = new CountDownLatch(1); in isMainThread_forNewThread_withSwitch() local
/external/robolectric/robolectric/src/test/java/org/robolectric/
DRuntimeEnvironmentTest.java49 final CountDownLatch finished = new CountDownLatch(1); in isMainThread_forNewThread_withoutSwitch() local
71 final CountDownLatch finished = new CountDownLatch(1); in isMainThread_forNewThread_withSwitch() local
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/javax/net/ssl/
DTestSSLEnginePair.java66 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create()
82 boolean finished[]) throws IOException { in connect()
158 ByteBuffer scratch, boolean[] finished) throws IOException { in handshakeStep()
/external/conscrypt/testing/src/main/java/org/conscrypt/javax/net/ssl/
DTestSSLEnginePair.java64 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create()
80 boolean finished[]) throws IOException { in connect()
162 boolean[] finished) throws IOException { in handshakeStep()
/external/xz-java/src/org/tukaani/xz/
DSimpleOutputStream.java26 private boolean finished = false; field in SimpleOutputStream
92 assert !finished; in writePending() local
DLZMA2OutputStream.java37 private boolean finished = false; field in LZMA2OutputStream
186 assert !finished; in writeEndMarker() local
/external/selinux/libsepol/cil/src/
Dcil_tree.c268 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk_core()
276 uint32_t finished = CIL_TREE_SKIP_NOTHING; in cil_tree_walk_core() local
304 int (*process_node)(struct cil_tree_node *node, uint32_t *finished, void *extra_args), in cil_tree_walk()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DDispatcher.java142 synchronized void finished(AsyncCall call) { in finished() method in Dispatcher
179 synchronized void finished(Call call) { in finished() method in Dispatcher
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DDispatcher.java140 synchronized void finished(AsyncCall call) { in finished() method in Dispatcher
177 synchronized void finished(Call call) { in finished() method in Dispatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/
DWorkerTest.kt47 val finished = Channel<Unit>() in testRunBlockingInTerminatedWorker() constant
DTestBase.kt21 private var finished = atomic(false) in <lambda>() variable in kotlinx.coroutines.TestBase
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DIterationController.h136 bool finished(double nr) in finished() function
147 bool finished(const MatrixBase<VectorType> &v) in finished() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/scheduling/
DCoroutineSchedulerCloseStressTest.kt34 private val finished = atomic(0) constant in kotlinx.coroutines.scheduling.CoroutineSchedulerCloseStressTest
/external/junit/src/main/java/org/junit/runners/model/
DRunnerScheduler.java22 void finished(); in finished() method
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DHelpers.kt70 private val finished = atomic(false) constant in OrderedExecutionTestBase
/external/junit/src/main/java/org/junit/rules/
DStopwatch.java123 protected void finished(long nanos, Description description) { in finished() method in Stopwatch
157 @Override protected void finished(Description description) { in finished() method in Stopwatch.InternalWatcher
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/
DTestBase.kt21 private var finished = false in <lambda>() variable in kotlinx.coroutines.TestBase
/external/robolectric/utils/src/main/java/org/robolectric/util/
DPerfStatsCollector.java136 public void finished() { in finished() method in PerfStatsCollector.Event
140 public void finished(boolean success) { in finished() method in PerfStatsCollector.Event
/external/autotest/site_utils/
Djob_directories_unittest.py286 def __init__(self, finished): argument
292 def __init__(self, finished): argument
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBroadcastPendingResult.java123 private final SettableFuture<BroadcastReceiver.PendingResult> finished = SettableFuture.create(); field in ShadowBroadcastPendingResult
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBroadcastPendingResult.java123 private final SettableFuture<BroadcastReceiver.PendingResult> finished = SettableFuture.create(); field in ShadowBroadcastPendingResult

12345678