Home
last modified time | relevance | path

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

12345

/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 …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DRuntimeEnvironmentTest.java32 final CountDownLatch finished = new CountDownLatch(1); in isMainThread_forNewThread_withoutSwitch() local
52 final CountDownLatch finished = new CountDownLatch(1); in isMainThread_forNewThread_withSwitch() local
/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
DDeltaOutputStream.java22 private boolean finished = false; field in DeltaOutputStream
/external/v8/tools/testrunner/testproc/
Dprogress.py54 def finished(self): member in ProgressIndicator
74 def finished(self): member in SimpleProgressIndicator
201 def finished(self): member in CompactProgressIndicator
298 def finished(self): member in JUnitTestProgressIndicator
355 def finished(self): member in JsonTestProgressIndicator
/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()
85 boolean finished[]) throws IOException { in connect()
170 boolean[] finished) throws IOException { in handshakeCompleted()
/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()
83 boolean finished[]) throws IOException { in connect()
165 boolean[] finished) throws IOException { in handshakeCompleted()
/external/u-boot/arch/arm/cpu/armv8/
Dcache.S104 finished: label
/external/junit/src/main/java/org/junit/runners/model/
DRunnerScheduler.java22 void finished(); in finished() method
/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/tensorflow/tensorflow/contrib/specs/python/
Dsummaries.py75 def tf_structure(x, include_shapes=False, finished=None): argument
114 def tf_print(x, depth=0, finished=None, printer=print): argument
/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/u-boot/arch/arm/cpu/armv7/
Dpsci.S230 finished: label
Dcache_v7_asm.S67 finished: label
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBroadcastPendingResult.java123 private final SettableFuture<BroadcastReceiver.PendingResult> finished = SettableFuture.create(); field in ShadowBroadcastPendingResult
/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/autotest/site_utils/
Djob_directories_unittest.py284 def __init__(self, finished): argument
290 def __init__(self, finished): argument
/external/lzma/C/
DMtCoder.c122 BoolInt finished; in ThreadFunc2() local
550 BoolInt finished = block->finished; in MtCoder_Code() local
/external/eigen/Eigen/src/Core/
DCommaInitializer.h117 inline XprType& finished() { in finished() function
/external/python/cpython2/Demo/threads/
Dsync.py503 def _qsort(tid, a, l, r, finished): argument
526 def _randarray(tid, a, finished): argument
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DCaliperTestWatcher.java91 @Override protected void finished(Description description) { in finished() method in CaliperTestWatcher
/external/autotest/frontend/client/src/autotest/common/
DStaticDataRepository.java36 public void refresh(final FinishedCallback finished) { in refresh()

12345