Home
last modified time | relevance | path

Searched refs:stored_object (Results 1 – 25 of 92) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/common/
H A Dnamespaced_stored_object_test.py12 from dashboard.common import stored_object
36 self.assertIsNone(stored_object.Get('internal_only__foo'))
42 self.assertIsNone(stored_object.Get('internal_only__foo'))
50 stored_object.Set('internal_only__foo', [1, 2, 3])
51 stored_object.Set('externally_visible__foo', [4, 5, 6])
56 stored_object.Set('internal_only__foo', [1, 2, 3])
57 stored_object.Set('externally_visible__foo', [4, 5, 6])
62 stored_object.Set('internal_only__foo', [1, 2, 3])
63 stored_object.Set('externally_visible__foo', [4, 5, 6])
67 stored_object.Set('internal_only__foo', [1, 2, 3])
[all …]
H A Dstored_object_test.py11 from dashboard.common import stored_object
34 stored_object.Set('chris', new_account)
35 chris_account = stored_object.Get('chris')
41 stored_object.Set('chris', new_account)
42 chris_account = stored_object.Get('chris')
44 part_entities = stored_object.PartEntity.query().fetch()
54 stored_object.Set('chris', new_account)
56 stored_object.Delete('chris')
58 multipart_entities = stored_object.MultipartEntity.query().fetch()
60 part_entities = stored_object.PartEntity.query().fetch()
H A Dnamespaced_stored_object.py12 from dashboard.common import stored_object
25 result = yield stored_object.GetAsync(namespaced_key)
39 result = yield stored_object.GetAsync(namespaced_key)
52 yield stored_object.SetAsync(namespaced_key, value)
64 yield stored_object.SetAsync(namespaced_key, value)
77 yield (stored_object.DeleteAsync(internal_key),
78 stored_object.DeleteAsync(external_key))
H A Dlayered_cache.py45 from dashboard.common import stored_object
80 return stored_object.Get(key)
94 return stored_object.Get(key)
124 stored_object.Set(key, value)
150 unnamespaced_future = stored_object.DeleteAsync(key)
/dports/security/py-angr/angr-9.0.5405/angr/
H A Dkeyed_region.py384 stored_object = StoredObject(start, obj, size)
385 self._object_mapping[stored_object.obj_id] = stored_object
386 self.__store(stored_object, overwrite=overwrite)
398 start = stored_object.start
422 b.set_object(stored_object)
438 a.set_object(stored_object)
446 item.set_object(stored_object)
485 if len({stored_object.obj} | item.internal_objects) > 1:
487 item.set_object(StoredObject(stored_object.start, top, stored_object.size))
499 item.set_object(stored_object)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/pinpoint/handlers/
H A Dmigrate.py17 from dashboard.common import stored_object
33 return stored_object.Get(_STATUS_KEY) or {}
36 status = stored_object.Get(_STATUS_KEY)
51 stored_object.Set(_STATUS_KEY, status)
75 stored_object.Set(_STATUS_KEY, status)
78 stored_object.Set(_STATUS_KEY, None)
/dports/math/e-antic/Catch2-ff349a5/include/internal/benchmark/
H A Dcatch_constructor.hpp28 new(&data) T(other.stored_object()); in ObjectStorage()
33 new(&data) T(std::move(other.stored_object())); in ObjectStorage()
47 stored_object().~T(); in destruct()
58 T& stored_object() { in stored_object() function
62 T const& stored_object() const { in stored_object() function
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/benchmark/
H A Dcatch_constructor.hpp28 new(&data) T(other.stored_object()); in ObjectStorage()
33 new(&data) T(std::move(other.stored_object())); in ObjectStorage()
47 stored_object().~T(); in destruct()
58 T& stored_object() { in stored_object() function
62 T const& stored_object() const { in stored_object() function
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/
H A Dcatch_constructor.hpp28 new(&data) T(other.stored_object()); in ObjectStorage()
33 new(&data) T(std::move(other.stored_object())); in ObjectStorage()
47 stored_object().~T(); in destruct()
58 T& stored_object() { in stored_object() function
62 T const& stored_object() const { in stored_object() function
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/benchmark/
H A Dcatch_constructor.hpp28 new(&data) T(other.stored_object()); in ObjectStorage()
33 new(&data) T(std::move(other.stored_object())); in ObjectStorage()
47 stored_object().~T(); in destruct()
58 T& stored_object() { in stored_object() function
62 T const& stored_object() const { in stored_object() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/benchmark/
H A Dcatch_constructor.hpp28 new(&data) T(other.stored_object()); in ObjectStorage()
33 new(&data) T(std::move(other.stored_object())); in ObjectStorage()
47 stored_object().~T(); in destruct()
58 T& stored_object() { in stored_object() function
62 T const& stored_object() const { in stored_object() function
/dports/devel/catch/Catch2-2.13.7/include/internal/benchmark/
H A Dcatch_constructor.hpp28 new(&data) T(other.stored_object()); in ObjectStorage()
33 new(&data) T(std::move(other.stored_object())); in ObjectStorage()
47 stored_object().~T(); in destruct()
58 T& stored_object() { in stored_object() function
62 T const& stored_object() const { in stored_object() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/
H A Dupdate_test_suite_descriptors_test.py18 from dashboard.common import stored_object
34 stored_object.Set(descriptor.PARTIAL_TEST_SUITES_KEY, [
37 stored_object.Set(descriptor.COMPOSITE_TEST_SUITES_KEY, [
40 stored_object.Set(descriptor.GROUPABLE_TEST_SUITE_PREFIXES_KEY, [
48 stored_object.Set(internal_key, ['internal'])
90 stored_object.Set(external_key, ['suite'])
H A Dgraph_revisions_test.py17 from dashboard.common import stored_object
58 cached_rows = stored_object.Get(
70 stored_object.Set(
78 stored_object.Set(
89 stored_object.Set(
113 stored_object.Get('externally_visible__num_revisions_'
H A Dedit_site_config_test.py18 from dashboard.common import stored_object
39 stored_object.Set('foo', 'XXXYYY')
76 self.assertEqual([1, 2, 3], stored_object.Get('foo'))
79 stored_object.Set('foo', 'XXX')
87 self.assertEqual('XXX', stored_object.Get('foo'))
H A Dupdate_test_suites_test.py18 from dashboard.common import stored_object
34 stored_object.Set(descriptor.PARTIAL_TEST_SUITES_KEY, [
37 stored_object.Set(descriptor.GROUPABLE_TEST_SUITE_PREFIXES_KEY, [
46 stored_object.Set(key, {'foo': 'bar'})
78 stored_object.Set(key, {'foo': 'bar'})
85 stored_object.Set(
H A Dedit_site_config.py19 from dashboard.common import stored_object
61 value = stored_object.Get(key)
107 old_value = stored_object.Get(key)
111 stored_object.Set(key, new_value)
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/CORBA/Poa/
H A DAOM.java171 public Obj findObject(org.omg.CORBA.Object stored_object) in findObject() argument
173 if (stored_object == null) in findObject()
180 if (stored_object instanceof ObjectImpl) in findObject()
183 Delegate d = ((ObjectImpl) stored_object)._get_delegate(); in findObject()
208 if (stored_object.equals(ref.object)) in findObject()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/CORBA/Poa/
H A DAOM.java171 public Obj findObject(org.omg.CORBA.Object stored_object) in findObject() argument
173 if (stored_object == null) in findObject()
180 if (stored_object instanceof ObjectImpl) in findObject()
183 Delegate d = ((ObjectImpl) stored_object)._get_delegate(); in findObject()
208 if (stored_object.equals(ref.object)) in findObject()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/CORBA/Poa/
H A DAOM.java171 public Obj findObject(org.omg.CORBA.Object stored_object) in findObject() argument
173 if (stored_object == null) in findObject()
180 if (stored_object instanceof ObjectImpl) in findObject()
183 Delegate d = ((ObjectImpl) stored_object)._get_delegate(); in findObject()
208 if (stored_object.equals(ref.object)) in findObject()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/CORBA/Poa/
H A DAOM.java171 public Obj findObject(org.omg.CORBA.Object stored_object) in findObject() argument
173 if (stored_object == null) in findObject()
180 if (stored_object instanceof ObjectImpl) in findObject()
183 Delegate d = ((ObjectImpl) stored_object)._get_delegate(); in findObject()
208 if (stored_object.equals(ref.object)) in findObject()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/CORBA/Poa/
H A DAOM.java171 public Obj findObject(org.omg.CORBA.Object stored_object) in findObject() argument
173 if (stored_object == null) in findObject()
180 if (stored_object instanceof ObjectImpl) in findObject()
183 Delegate d = ((ObjectImpl) stored_object)._get_delegate(); in findObject()
208 if (stored_object.equals(ref.object)) in findObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/api/
H A Dconfig_test.py16 from dashboard.common import stored_object
28 stored_object.Set(external_key, datastore_hooks.EXTERNAL)
31 stored_object.Set(internal_key, datastore_hooks.INTERNAL)
H A Dtest_suites_test.py17 from dashboard.common import stored_object
29 stored_object.Set(external_key, ['external'])
32 stored_object.Set(internal_key, ['external', 'internal'])
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/CORBA/
H A DConnected_objects.java117 public cObject getKey(org.omg.CORBA.Object stored_object) in getKey() argument
129 if (stored_object.equals(ref.object) || in getKey()
130 stored_object._is_equivalent(ref.object) in getKey()

1234