/external/libweave/src/ |
access_api_handler.h | 24 // accessControlBlackList.unblock 32 void Unblock(const std::weak_ptr<Command>& command);
|
access_black_list_manager.h | 33 virtual void Unblock(const std::vector<uint8_t>& user_id,
|
access_black_list_manager_impl.h | 31 void Unblock(const std::vector<uint8_t>& user_id,
|
access_api_handler.cc | 73 "unblock": { 125 kComponent, "_accessControlBlackList.unblock", 126 base::Bind(&AccessApiHandler::Unblock, weak_ptr_factory_.GetWeakPtr())); 161 void AccessApiHandler::Unblock(const std::weak_ptr<Command>& cmd) { 179 manager_->Unblock(user_id, app_id,
|
access_api_handler_unittest.cc | 32 MOCK_METHOD3(Unblock, 66 "_accessControlBlackList.unblock", 131 "unblock": { 208 TEST_F(AccessApiHandlerTest, Unblock) { 209 EXPECT_CALL(access_manager_, Unblock(std::vector<uint8_t>{1, 2, 3}, 216 'name' : '_accessControlBlackList.unblock',
|
access_black_list_manager_impl_unittest.cc | 114 TEST_F(AccessBlackListManagerImplTest, Unblock) { 122 manager_->Unblock({1, 2, 3}, {3, 4, 5}, {}); 126 manager_->Unblock({5, 2, 3}, {5, 4, 5}, base::Bind([](ErrorPtr error) {
|
access_black_list_manager_impl.cc | 118 void AccessBlackListManagerImpl::Unblock(const std::vector<uint8_t>& user_id,
|
/system/update_engine/payload_generator/ |
cycle_breaker.h | 52 void Unblock(Vertex::Index u);
|
cycle_breaker.cc | 133 void CycleBreaker::Unblock(Vertex::Index u) { 141 Unblock(w); 194 Unblock(vertex);
|
/external/v8/src/ |
optimizing-compile-dispatcher.h | 53 void Unblock();
|
optimizing-compile-dispatcher.cc | 172 if (FLAG_block_concurrent_recompilation) Unblock(); 188 if (FLAG_block_concurrent_recompilation) Unblock(); 286 void OptimizingCompileDispatcher::Unblock() {
|
/prebuilts/go/darwin-x86/src/runtime/trace/ |
trace_test.go | 197 // Unblock helper goroutines and wait them to finish. 330 // Unblock helper goroutines and wait them to finish.
|
/prebuilts/go/linux-x86/src/runtime/trace/ |
trace_test.go | 197 // Unblock helper goroutines and wait them to finish. 330 // Unblock helper goroutines and wait them to finish.
|
/prebuilts/go/darwin-x86/src/sync/ |
rwmutex.go | 116 // Unblock blocked readers, if any.
|
/prebuilts/go/linux-x86/src/sync/ |
rwmutex.go | 116 // Unblock blocked readers, if any.
|
/external/v8/src/runtime/ |
runtime-test.cc | 203 isolate->optimizing_compile_dispatcher()->Unblock();
|
/prebuilts/go/darwin-x86/src/net/ |
fd_unix.go | 193 // Unblock any I/O. Once it all unblocks and returns,
|
/prebuilts/go/linux-x86/src/net/ |
fd_unix.go | 193 // Unblock any I/O. Once it all unblocks and returns,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
msimcntl.h | [all...] |
/prebuilts/go/darwin-x86/src/net/http/ |
transport_test.go | 917 // Tell all handlers to unblock and reply. [all...] |
/prebuilts/go/linux-x86/src/net/http/ |
transport_test.go | 917 // Tell all handlers to unblock and reply. [all...] |