Home
last modified time | relevance | path

Searched refs:get_storage (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A DoopStorageSet.cpp53 to[i] = get_storage(strong_start + i); in fill_strong()
59 to[i] = get_storage(weak_start + i); in fill_weak()
65 to[i] = get_storage(all_start + i); in fill_all()
69 OopStorage* OopStorageSet::get_storage(uint index) { in get_storage() function in OopStorageSet
75 OopStorage* OopStorageSet::get_storage(E id) { in get_storage() function in OopStorageSet
78 return get_storage(static_cast<uint>(id)); in get_storage()
81 template OopStorage* OopStorageSet::get_storage(StrongId);
82 template OopStorage* OopStorageSet::get_storage(WeakId);
83 template OopStorage* OopStorageSet::get_storage(Id);
H A DoopStorageSet.hpp58 static OopStorage* get_storage(uint index);
61 static OopStorage* get_storage(E id);
78 static OopStorage* storage(StrongId id) { return get_storage(id); } in storage()
79 static OopStorage* storage(WeakId id) { return get_storage(id); } in storage()
80 static OopStorage* storage(Id id) { return get_storage(id); } in storage()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DweakHandle.cpp34 template <> OopStorage* WeakHandle<vm_weak_data>::get_storage() { in get_storage() function in WeakHandle
38 template <> OopStorage* WeakHandle<vm_string_table_data>::get_storage() { in get_storage() function in WeakHandle
42 template <> OopStorage* WeakHandle<vm_resolved_method_table_data>::get_storage() { in get_storage() function in WeakHandle
49 oop* oop_addr = get_storage()->allocate(); in create()
53 get_storage()->name()); in create()
67 get_storage()->release(_obj); in release()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DweakHandle.cpp34 template <> OopStorage* WeakHandle<vm_class_loader_data>::get_storage() { in get_storage() function in WeakHandle
38 template <> OopStorage* WeakHandle<vm_string_table_data>::get_storage() { in get_storage() function in WeakHandle
42 template <> OopStorage* WeakHandle<vm_resolved_method_table_data>::get_storage() { in get_storage() function in WeakHandle
49 oop* oop_addr = get_storage()->allocate(); in create()
53 get_storage()->name()); in create()
67 get_storage()->release(_obj); in release()
/dports/www/py-django-formtools/django-formtools-2.1/tests/wizard/
H A Dstorage.py29 storage = self.get_storage()('wizard1', request, None)
41 storage2 = self.get_storage()('wizard2', request, None)
46 storage = self.get_storage()('wizard1', request, None)
62 storage2 = self.get_storage()('wizard2', request, None)
67 storage = self.get_storage()('wizard1', request, None)
82 storage2 = self.get_storage()('wizard2', request, None)
87 storage = self.get_storage()('wizard1', request, None)
97 storage = self.get_storage()('wizard1', request, temp_storage)
H A Dtest_loadstorage.py3 from formtools.wizard.storage import MissingStorage, get_storage
10 get_storage('formtools.wizard.storage.base.BaseStorage', 'wizard1'),
16 get_storage('formtools.wizard.storage.idontexist.IDontExistStorage', 'wizard1')
18 get_storage('formtools.wizard.storage.base.IDontExistStorage', 'wizard1')
H A Dtest_cookiestorage.py11 def get_storage(self): member in TestCookieStorage
16 storage = self.get_storage()('wizard1', request, None)
31 storage = self.get_storage()('wizard1', request, None)
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DweakHandle.cpp36 template <> OopStorage* WeakHandle<vm_class_loader_data>::get_storage() { in get_storage() function in WeakHandle
40 template <> OopStorage* WeakHandle<vm_string_table_data>::get_storage() { in get_storage() function in WeakHandle
44 template <> OopStorage* WeakHandle<vm_resolved_method_table_data>::get_storage() { in get_storage() function in WeakHandle
51 oop* oop_addr = get_storage()->allocate(); in create()
67 get_storage()->release(_obj); in release()
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/
H A Doptional.hpp214 storage& get_storage() TYPE_SAFE_LVALUE_REF noexcept in get_storage() function in type_safe::basic_optional
225 storage&& get_storage() && noexcept in get_storage() function in type_safe::basic_optional
230 const storage&& get_storage() const&& noexcept in get_storage() function in type_safe::basic_optional
256 get_storage().create_value(std::forward<T>(value));
351 a.get_storage().swap_value(b.get_storage()); in swap()
361 get_storage().destroy_value(); in reset()
410 return get_storage().has_value(); in has_value()
421 return get_storage().get_value(); in value()
429 return get_storage().get_value(); in value()
437 return std::move(get_storage()).get_value(); in value()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DweakHandle.cpp35 template <> OopStorage* WeakHandle<vm_class_loader_data>::get_storage() { in get_storage() function in WeakHandle
39 template <> OopStorage* WeakHandle<vm_string_table_data>::get_storage() { in get_storage() function in WeakHandle
46 oop* oop_addr = get_storage()->allocate(); in create()
62 get_storage()->release(_obj); in release()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DweakHandle.cpp35 template <> OopStorage* WeakHandle<vm_class_loader_data>::get_storage() { in get_storage() function in WeakHandle
39 template <> OopStorage* WeakHandle<vm_string_table_data>::get_storage() { in get_storage() function in WeakHandle
46 oop* oop_addr = get_storage()->allocate(); in create()
62 get_storage()->release(_obj); in release()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DweakHandle.cpp35 template <> OopStorage* WeakHandle<vm_class_loader_data>::get_storage() { in get_storage() function in WeakHandle
39 template <> OopStorage* WeakHandle<vm_string_table_data>::get_storage() { in get_storage() function in WeakHandle
46 oop* oop_addr = get_storage()->allocate(); in create()
62 get_storage()->release(_obj); in release()
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/kolab_activesync/
H A Dkolab_activesync.php200 $storage = $this->rc->get_storage();
221 $storage = $this->rc->get_storage();
262 $storage = $this->rc->get_storage();
275 $storage = $this->rc->get_storage();
301 $storage = $this->rc->get_storage();
377 $storage = $this->rc->get_storage();
410 $storage = $this->rc->get_storage();
449 $storage = $this->rc->get_storage();
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dsockopt_inherit.c38 static __inline struct sockopt_inherit *get_storage(struct bpf_sockopt *ctx) in get_storage() function
64 storage = get_storage(ctx); in _getsockopt()
89 storage = get_storage(ctx); in _setsockopt()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dsockopt_inherit.c38 static __inline struct sockopt_inherit *get_storage(struct bpf_sockopt *ctx) in get_storage() function
64 storage = get_storage(ctx); in _getsockopt()
89 storage = get_storage(ctx); in _setsockopt()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/progs/
H A Dsockopt_inherit.c38 static __inline struct sockopt_inherit *get_storage(struct bpf_sockopt *ctx) in get_storage() function
64 storage = get_storage(ctx); in _getsockopt()
89 storage = get_storage(ctx); in _setsockopt()
/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/settings/
H A Dfolders.php33 $storage = $rcmail->get_storage();
60 $storage = $rcmail->get_storage();
287 $storage = $rcmail->get_storage();
332 $options = $rcmail->get_storage()->folder_info($mailbox);
351 $storage = $rcmail->get_storage();
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/oauth2client/contrib/django_util/
H A Dviews.py36 from oauth2client.contrib.django_util import get_storage
149 get_storage(request).put(credentials)
181 elif get_storage(request).get() is not None:
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Darena.h61 const uint8* get_storage() const;
116 inline const uint8* Arena::get_storage() const in get_storage() function
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/wuala/
H A Dwuala_stats72 get_storage();
77 sub get_storage
/dports/mail/roundcube-calendar-kolab/roundcubemail-plugins-kolab-3.5.5/plugins/kolab_folders/
H A Dkolab_folders.php141 $storage = $this->rc->get_storage();
241 $storage = $this->rc->get_storage();
356 $storage = $this->rc->get_storage();
537 $storage = $this->rc->get_storage();
614 $storage = $this->rc->get_storage();
734 $storage = $this->rc->get_storage();
800 $storage = $this->rc->get_storage();
/dports/mail/roundcube/roundcubemail-1.5.1/plugins/subscriptions_option/
H A Dsubscriptions_option.php89 $storage = $rcmail->get_storage();
102 $storage = $rcmail->get_storage();
/dports/editors/kakoune/kakoune-2021.11.08/src/
H A Dbuffer.hh189 { return m_lines.get_storage(line); } in line_storage()
275 StringDataPtr& get_storage(LineCount line) in get_storage() function
279 const StringDataPtr& get_storage(LineCount line) const in get_storage() function
284 { return get_storage(line)->strview(); } in operator []()
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/python/example/
H A Dmenu.py19 def get_storage(session): function
64 storage = get_storage(session)
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/python/example/
H A Dmenu.py19 def get_storage(session): function
64 storage = get_storage(session)

12345678910>>...17