Home
last modified time | relevance | path

Searched refs:ref_storage (Results 1 – 14 of 14) sorted by relevance

/dports/devel/buildstream/BuildStream-1.2.8/tests/frontend/
H A Dfetch.py80 def test_unfetched_junction(cli, tmpdir, datafiles, ref_storage): argument
87 'ref-storage': ref_storage
91 …ref = generate_junction(tmpdir, subproject_path, junction_path, store_ref=(ref_storage == 'inline'…
108 if ref_storage == 'project.refs':
130 def test_inconsistent_junction(cli, tmpdir, datafiles, ref_storage): argument
137 'ref-storage': ref_storage
165 def test_fetch_cross_junction(cli, tmpdir, datafiles, ref_storage, kind): argument
179 repo.source_config(ref=(ref if ref_storage == 'inline' else None))
185 'ref-storage': ref_storage
188 generate_junction(tmpdir, subproject_path, junction_path, store_ref=(ref_storage == 'inline'))
[all …]
H A Dtrack.py39 'ref-storage': ref_storage
70 if ref_storage == 'project.refs':
316 'ref-storage': ref_storage
353 if ref_storage == 'inline':
412 'ref-storage': ref_storage
446 'ref-storage': ref_storage
489 'ref-storage': ref_storage
509 if ref_storage == 'inline':
530 'ref-storage': ref_storage
596 'ref-storage': ref_storage
[all …]
H A Dbuildtrack.py51 def test_build_track(cli, datafiles, tmpdir, ref_storage, strict, argument
61 'ref-storage': ref_storage
101 elif ref_storage == 'project.refs':
112 if ref_storage == 'project.refs':
147 if ref_storage == 'project.refs':
167 def test_build_track_all(cli, tmpdir, datafiles, strict, ref_storage): argument
176 'ref-storage': ref_storage
H A Dshow.py118 def test_unfetched_junction(cli, tmpdir, datafiles, ref_storage, element_name, workspaced): argument
125 'ref-storage': ref_storage
129 …ref = generate_junction(tmpdir, subproject_path, junction_path, store_ref=(ref_storage == 'inline'…
146 if ref_storage == 'project.refs':
182 def test_inconsistent_junction(cli, tmpdir, datafiles, ref_storage, element_name, workspaced): argument
189 'ref-storage': ref_storage
H A Dbuildcheckout.py350 def test_inconsistent_junction(cli, tmpdir, datafiles, ref_storage): argument
357 'ref-storage': ref_storage
384 def test_unfetched_junction(cli, tmpdir, datafiles, ref_storage): argument
391 'ref-storage': ref_storage
395 …ref = generate_junction(tmpdir, subproject_path, junction_path, store_ref=(ref_storage == 'inline'…
412 if ref_storage == 'project.refs':
/dports/devel/buildstream/BuildStream-1.2.8/tests/pipeline/
H A Dload.py192 def test_unsupported_load_ref(cli, datafiles, ref_storage): argument
199 'ref-storage': ref_storage,
216 if ref_storage == 'inline':
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/
H A Dsource.py758 if project is not toplevel and toplevel.ref_storage == ProjectRefStorage.PROJECT_REFS:
769 elif project.ref_storage == ProjectRefStorage.PROJECT_REFS:
814 if toplevel.ref_storage == ProjectRefStorage.PROJECT_REFS:
819 if toplevel.ref_storage == ProjectRefStorage.PROJECT_REFS:
841 if toplevel.ref_storage == ProjectRefStorage.PROJECT_REFS:
H A D_project.py109 self.ref_storage = None # ProjectRefStorage setting
444 self.ref_storage = _yaml.node_get(pre_config_node, str, 'ref-storage')
445 if self.ref_storage not in [ProjectRefStorage.INLINE, ProjectRefStorage.PROJECT_REFS]:
449 .format(p, self.ref_storage))
451 if self.ref_storage == ProjectRefStorage.PROJECT_REFS:
499 if self.ref_storage == ProjectRefStorage.PROJECT_REFS:
H A D_pipeline.py420 if self._project.ref_storage == ProjectRefStorage.PROJECT_REFS:
/dports/devel/buildstream/BuildStream-1.2.8/buildstream/_artifactcache/
H A Dcascache.py251 response = remote.ref_storage.GetReference(request)
299 response = remote.ref_storage.GetReference(request)
316 remote.ref_storage.UpdateReference(request)
789 response = remote.ref_storage.Status(request)
1048 self.ref_storage = None
1087 self.ref_storage = buildstream_pb2_grpc.ReferenceStorageStub(self.channel)
/dports/graphics/darktable/darktable-3.6.1/src/lua/
H A Dluastorage.c344 static dt_imageio_module_storage_t ref_storage = { variable
380 memcpy(storage, &ref_storage, sizeof(dt_imageio_module_storage_t)); in register_storage()
/dports/graphics/darktable38/darktable-3.8.0/src/lua/
H A Dluastorage.c343 static dt_imageio_module_storage_t ref_storage = { variable
379 memcpy(storage, &ref_storage, sizeof(dt_imageio_module_storage_t)); in register_storage()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemant.h1579 int ref_storage(int);
H A Dsemsym.c1275 ref_storage(int sptr) in ref_storage() function