/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/offline/ |
D | DownloadManagerTest.java | 135 runner.getDownloader(0).unblock().assertReleased().assertStartCount(1); in postDownloadRequest_downloads() 147 runner.getDownloader(1).unblock().assertReleased().assertStartCount(1); in postRemoveRequest_removes() 179 downloader.assertStarted(MAX_RETRY_DELAY).unblock(); in downloadFails_retries() 198 downloader.assertStarted(MAX_RETRY_DELAY).unblock(); in downloadProgressOnRetry_retryCountResets() 215 runner.getDownloader(1).unblock().assertNotCanceled(); in removeCancelsDownload() 228 downloader1.unblock().assertNotCanceled(); in downloadNotCancelRemove() 229 runner.getDownloader(2).unblock().assertNotCanceled(); in downloadNotCancelRemove() 242 downloader1.unblock().assertNotCanceled(); in secondSameRemoveRequestIgnored() 254 runner1.getDownloader(0).unblock(); in removeAllDownloads_removesAllDownloads() 259 runner1.getDownloader(1).unblock(); in removeAllDownloads_removesAllDownloads() [all …]
|
/external/swiftshader/src/Common/ |
D | Resource.cpp | 47 unblock.wait(); in lock() 74 unblock.signal(); in lock() 93 unblock.wait(); in lock() 118 unblock.signal(); in unlock() 146 unblock.signal(); in unlock()
|
D | Resource.hpp | 101 Event unblock; member in sw::Resource
|
/external/mesa3d/src/gallium/auxiliary/driver_rbug/ |
D | rbug_core.c | 423 …struct rbug_proto_context_draw_unblock *unblock = (struct rbug_proto_context_draw_unblock *)header; in rbug_context_draw_unblock() local 429 rb_context = rbug_get_context_locked(rb_screen, unblock->context); in rbug_context_draw_unblock() 438 if (unblock->unblock & RBUG_BLOCK_RULE) in rbug_context_draw_unblock() 441 rb_context->draw_blocked &= ~unblock->unblock; in rbug_context_draw_unblock() 443 rb_context->draw_blocker &= ~unblock->unblock; in rbug_context_draw_unblock()
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | rbug_context.h | 81 rbug_block_t unblock; member 150 rbug_block_t unblock,
|
D | rbug_context.c | 197 rbug_block_t unblock, in rbug_send_context_draw_unblock() argument 219 WRITE(4, rbug_block_t, unblock); /* unblock */ in rbug_send_context_draw_unblock() 596 READ(4, rbug_block_t, unblock); /* unblock */ in rbug_demarshal_context_draw_unblock()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | posix_signal_blocker.hpp | 61 void unblock() in unblock() function in asio::detail::posix_signal_blocker
|
/external/libchrome/ipc/ |
D | ipc_message.h | 111 void set_unblock(bool unblock) { in set_unblock() argument 112 if (unblock) { in set_unblock()
|
/external/autotest/client/site_tests/audio_CrasSanity/ |
D | control | 12 # Temporarily remove the test to unblock PFQ. See crbug/718171 in detail.
|
/external/igt-gpu-tools/tests/ |
D | kms_atomic_interruptible.c | 62 static void unblock(int block) in unblock() function 133 unblock(block); in run_plane_test()
|
/external/autotest/client/site_tests/cellular_SIMLocking/ |
D | control.pseudomodem | 29 - Attempt to unblock a puk-locked SIM with incorrect sim-puk, until the SIM
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | GCOV.cpp | 459 void GCOVBlock::unblock(const GCOVBlock *U, BlockVector &Blocked, in unblock() function in GCOVBlock 472 GCOVBlock::unblock(GB, Blocked, BlockLists); in unblock() 506 GCOVBlock::unblock(V, Blocked, BlockLists); in lookForCircuit()
|
/external/wayland/ |
D | releasing.txt | 66 x.y.0 release (like we did with the 1.5.0 release, to unblock master
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | GCOV.cpp | 444 void GCOVBlock::unblock(const GCOVBlock *U, BlockVector &Blocked, in unblock() function in GCOVBlock 457 GCOVBlock::unblock(GB, Blocked, BlockLists); in unblock() 491 GCOVBlock::unblock(V, Blocked, BlockLists); in lookForCircuit()
|
/external/llvm-project/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 296 static void unblock(const GCOVBlock *U, BlockVector &Blocked,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | GCOV.h | 370 static void unblock(const GCOVBlock *U, BlockVector &Blocked,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 192 void unblock(int U);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 186 void unblock(int U);
|
/external/libabigail/tests/data/test-abidiff/ |
D | test-PR18791-report0.txt | 112 [C] 'method bool sigc::connection::unblock()' has some indirect sub-type changes: 296 [C] 'method void sigc::signal_base::unblock()' has some indirect sub-type changes: 358 [C] 'method bool sigc::slot_base::unblock()' has some indirect sub-type changes:
|
/external/crosvm/protos/src/ |
D | plugin.proto | 384 // Depending on the reason a VCPU has exited, the Wait request will unblock and return a field
|
/external/clang/docs/ |
D | AddressSanitizer.rst | 157 to unblock yourself and continue on with the testing. This suppression
|
/external/cpuinfo/test/build.prop/ |
D | lg-optimus-g-pro.log | 197 sys.hdmi.block=unblock
|
/external/llvm-project/clang/docs/ |
D | AddressSanitizer.rst | 159 to unblock yourself and continue on with the testing. This suppression
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1305 unblock(V); in circuit() 1319 void SwingSchedulerDAG::Circuits::unblock(int U) { in unblock() function in SwingSchedulerDAG::Circuits 1328 unblock(W->NodeNum); in unblock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1223 unblock(V); in circuit() 1237 void SwingSchedulerDAG::Circuits::unblock(int U) { in unblock() function in SwingSchedulerDAG::Circuits 1246 unblock(W->NodeNum); in unblock()
|