Searched refs:registry_ (Results 1 – 9 of 9) sorted by relevance
/external/libmojo/mojo/public/cpp/bindings/lib/ |
D | sync_handle_watcher.cc | 20 registry_(SyncHandleRegistry::current()), in SyncHandleWatcher() 26 registry_->UnregisterHandle(handle_); in ~SyncHandleWatcher() 48 bool result = registry_->WatchAllHandles(should_stop_array, 2); in SyncWatch() 62 registry_->RegisterHandle(handle_, handle_signals_, callback_); in IncrementRegisterCount() 71 registry_->UnregisterHandle(handle_); in DecrementRegisterCount()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | ShellWayland.cpp | 130 if (registry_) in ~ShellWayland() 131 wl_registry_destroy(registry_); in ~ShellWayland() 142 registry_ = wl_display_get_registry(display_); in init_connection() 143 if (!registry_) in init_connection() 146 wl_registry_add_listener(registry_, ®istry_listener_, this); in init_connection() 159 if (registry_) in init_connection() 160 wl_registry_destroy(registry_); in init_connection()
|
D | ShellWayland.h | 46 struct wl_registry *registry_; variable
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | policy_compiler.cc | 92 registry_(registry), in PolicyCompiler() 117 CHECK(registry_->EnableUnsafeTraps()) in Compile() 161 CHECK(registry_->EnableUnsafeTraps()); in MaybeAddEscapeHatch() 452 uint16_t trap_id = registry_->Add(fnc, aux, safe); in Trap()
|
D | policy_compiler.h | 140 TrapRegistry* registry_; variable
|
/external/libmojo/mojo/public/cpp/bindings/ |
D | sync_handle_watcher.h | 63 scoped_refptr<SyncHandleRegistry> registry_; variable
|
/external/protobuf/src/google/protobuf/ |
D | extension_set.cc | 81 ExtensionRegistry* registry_ = NULL; variable 85 delete registry_; in DeleteRegistry() 86 registry_ = NULL; in DeleteRegistry() 90 registry_ = new ExtensionRegistry; in InitRegistry() 100 if (!InsertIfNotPresent(registry_, std::make_pair(containing_type, number), in Register() 110 return (registry_ == NULL) in FindRegisteredExtension() 112 : FindOrNull(*registry_, std::make_pair(containing_type, number)); in FindRegisteredExtension()
|
/external/protobuf/js/ |
D | message.js | 1312 jspb.Message.registry_[id] = constructor; 1323 jspb.Message.registry_ = {};
|
D | message_test.js | 253 assertEquals(jspb.Message.registry_['res'], proto.jspb.test.SomeResponse);
|