Home
last modified time | relevance | path

Searched refs:file_id (Results 1 – 25 of 3197) sorted by relevance

12345678910>>...128

/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Depswrite_hdf5.f9048 integer(HID_T) :: file_id local
174 call h5fclose_f(file_id, error)
267 call h5fclose_f(file_id, error)
315 integer(HID_T) :: file_id local
342 call h5fclose_f(file_id, error)
352 integer(HID_T) :: file_id local
369 call h5fclose_f(file_id, error)
380 integer(HID_T) :: file_id local
395 call h5fclose_f(file_id, error)
407 integer(HID_T) :: file_id local
[all …]
H A Dkernel_io_hdf5_inc.f9045 integer(HID_T) :: file_id local
59 call h5fopen_f(fname, OPEN_MODE, file_id, error)
60 call h5lexists_f(file_id, '/mf_header', mf_exists, error)
61 call h5fclose_f(file_id, error)
81 call h5fopen_f(fname, OPEN_MODE, file_id, error)
94 call hdf5_require_flavor(file_id, 'bse_header/flavor', SCALARSIZE, fname)
109 call HDF5_READWRITE_INT()(file_id, 'bse_header/bands/nvb', kern%nvb, error)
110 call HDF5_READWRITE_INT()(file_id, 'bse_header/bands/ncb', kern%ncb, error)
111 call HDF5_READWRITE_INT()(file_id, 'bse_header/bands/n1b', kern%n1b, error)
114 call HDF5_READWRITE_INT()(file_id, 'bse_header/bands/ns', kern%ns, error)
[all …]
H A Depsread_hdf5.f9075 call h5fclose_f(file_id, error)
121 call h5fclose_f(file_id,error)
163 call h5fclose_f(file_id,error)
191 call h5fclose_f(file_id,error)
213 call h5fclose_f(file_id, error)
234 call h5fclose_f(file_id, error)
261 call h5fclose_f(file_id,error)
281 call h5fclose_f(file_id,error)
297 integer(HID_T) :: file_id local
327 integer(HID_T) :: file_id local
[all …]
/dports/science/berkeleygw/BGW-2.0.0/Epsilon/
H A Depsmat_hdf5_upgrade.f9035 integer(HID_T) :: file_id variable
129 call hdf5_read_int(file_id, 'nspin', nspin, error)
174 call h5fclose_f(file_id, error)
208 call hdf5_create_group(file_id, 'mats', error)
300 call h5ldelete_f(file_id, 'q-gvec-index', error)
301 call h5ldelete_f(file_id, 'dblinfo', error)
302 call h5ldelete_f(file_id, 'intinfo', error)
310 call h5fclose_f(file_id, error)
322 call h5lcreate_hard_f(file_id, src, file_id, dest, error)
323 call h5ldelete_f(file_id, src, error)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/file_transfer/
H A Dsession_file_operations_handler.cc26 file_id, in ReadFile()
43 file_id, in ReadChunk()
61 file_id, in WriteFile()
79 file_id, in WriteChunk()
108 file_id, in Close()
131 std::uint64_t file_id, in OnReaderOpenResult() argument
134 readers_.erase(file_id); in OnReaderOpenResult()
148 std::uint64_t file_id, in OnReaderReadResult() argument
158 uint64_t file_id, in OnWriterOperationResult() argument
167 uint64_t file_id, in OnWriterCloseResult() argument
[all …]
/dports/devel/monotone/monotone-1.1/src/
H A Dmerge_content.hh79 void record_file(file_id const & ident,
104 void get_version(file_id const & ident,
119 std::map<file_id, file_path> content_paths;
140 void record_file(file_id const & ident,
152 void get_version(file_id const & ident,
172 void record_file(file_id const & ident,
184 void get_version(file_id const & ident,
201 void record_file(file_id const & ident,
213 void get_version(file_id const & ident,
260 file_id & merged_id);
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dinventory.py69 self.file_id = file_id
241 self.file_id = file_id
349 return ((self.file_id == other.file_id) and
607 work_tree.id2path(self.file_id), self.file_id)
842 file_id, self.get_entry(file_id)))
844 if old.get_entry(file_id) != self.get_entry(file_id):
846 file_id, self.get_entry(file_id)))
979 file_id = entry.file_id
1336 raise errors.NoSuchId(tree=None, file_id=file_id)
1360 file_id, self.get_entry(file_id)))
[all …]
/dports/science/hdf5/hdf5-1.10.6/fortran/src/
H A DH5Fff.F90105 INTEGER(HID_T), INTENT(OUT) :: file_id local
395 INTEGER(HID_T), INTENT(IN) :: file_id local
400 hdferr = h5freopen_c(file_id, ret_file_id)
438 INTEGER(HID_T), INTENT(IN) :: file_id local
480 INTEGER(HID_T), INTENT(IN) :: file_id local
561 SUBROUTINE h5fclose_f(file_id, hdferr) argument
570 INTEGER(HID_T), INTENT(IN) :: file_id local
574 hdferr = h5fclose_c(file_id)
608 INTEGER(HID_T), INTENT(IN) :: file_id local
617 INTEGER(HID_T), INTENT(IN) :: file_id local
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Mrm/
H A DMrmIheader.c147 Idb__HDR_GetHeader (IDBFile file_id) in Idb__HDR_GetHeader() argument
169 file_id, NULL, MrmBAD_RECORD); in Idb__HDR_GetHeader()
207 file_id, NULL, MrmNOT_VALID); in Idb__HDR_GetHeader()
223 file_id, NULL, MrmNOT_VALID); in Idb__HDR_GetHeader()
229 file_id, NULL, MrmNOT_VALID); in Idb__HDR_GetHeader()
344 file_id->group_counts[ndx] = 0; in Idb__HDR_InitHeader()
459 file_id, NULL, MrmBAD_RECORD); in Idb__HDR_UpdateHeader()
551 file_id, NULL, MrmBAD_RECORD); in Idb__HDR_EnterItem()
639 file_id, NULL, MrmBAD_RECORD); in Idb__HDR_ReturnItem()
719 file_id, NULL, MrmBAD_RECORD); in Idb__HDR_NextRID()
[all …]
H A DMrmItop.c301 UrmIdbCloseFile (IDBFile file_id, in UrmIdbCloseFile() argument
316 file_id->validation = 0 ; \ in UrmIdbCloseFile()
317 XtFree((char*)file_id) ; \ in UrmIdbCloseFile()
328 if (file_id->class_ctable != NULL) in UrmIdbCloseFile()
330 if (file_id->resource_ctable != NULL) in UrmIdbCloseFile()
352 file_id->validation = 0 ; in UrmIdbCloseFile()
353 XtFree ((char*)file_id) ; in UrmIdbCloseFile()
505 return Idb__INX_FindResources (file_id, file_id->index_root, in UrmIdbFindIndexedResource()
550 UrmIdbGetRIDResource (IDBFile file_id, in UrmIdbGetRIDResource() argument
619 UrmIdbGetResourceId (IDBFile file_id, in UrmIdbGetResourceId() argument
[all …]
H A DMrmIrid.c123 Idb__RID_EnterItem (IDBFile file_id,
149 if ( recno > file_id->last_record )
151 file_id, NULL, MrmOUT_OF_RANGE);
156 file_id, NULL, MrmBAD_RECORD);
165 file_id, NULL, MrmBAD_DATA_INDEX);
243 if ( recno > file_id->last_record ) in Idb__RID_ReturnItem()
245 file_id, NULL, MrmOUT_OF_RANGE); in Idb__RID_ReturnItem()
250 file_id, NULL, MrmBAD_RECORD); in Idb__RID_ReturnItem()
264 file_id, NULL, MrmNULL_DATA); in Idb__RID_ReturnItem()
313 Idb__RID_NextRID (IDBFile file_id, in Idb__RID_NextRID() argument
[all …]
/dports/ftp/php-fastdfs/fastdfs-6.06/client/
H A Dstorage_client1.h40 group_name, file_id)
48 group_name, file_id)
78 group_name, file_id)
87 group_name, file_id)
115 group_name, file_id) \ argument
124 group_name, file_id) \ argument
147 const char *file_id);
290 const char *file_id);
339 char *file_id);
361 char *file_id);
[all …]
/dports/ftp/fastdfs/fastdfs-6.06/client/
H A Dstorage_client1.h40 group_name, file_id)
48 group_name, file_id)
78 group_name, file_id)
87 group_name, file_id)
115 group_name, file_id) \ argument
124 group_name, file_id) \ argument
147 const char *file_id);
290 const char *file_id);
339 char *file_id);
361 char *file_id);
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/fortran/src/
H A DH5Fff.f9097 INTEGER(HID_T), INTENT(OUT) :: file_id local
341 access_prp_default, file_id)
397 INTEGER(HID_T), INTENT(IN) :: file_id local
402 hdferr = h5freopen_c(file_id, ret_file_id)
442 INTEGER(HID_T), INTENT(IN) :: file_id local
486 INTEGER(HID_T), INTENT(IN) :: file_id local
570 SUBROUTINE h5fclose_f(file_id, hdferr) argument
576 INTEGER FUNCTION h5fclose_c(file_id)
581 INTEGER(HID_T), INTENT(IN) :: file_id local
585 hdferr = h5fclose_c(file_id)
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Ddfp.c66 int32 file_id; in DFPgetpal() local
119 ret_value = HDerr(file_id); in DFPgetpal()
135 ret_value = Hclose(file_id); in DFPgetpal()
173 int32 file_id; in DFPputpal() local
185 if (file_id == FAIL) in DFPputpal()
266 int32 file_id; in DFPnpals() local
347 if (Hclose(file_id) == FAIL) in DFPnpals()
383 int32 file_id; in DFPreadref() local
406 ret_value = (Hclose(file_id)); in DFPreadref()
536 int32 file_id; in DFPIopen() local
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/plugins/rewrite/
H A Dmaptree.py32 if file_id is not None:
33 ret[ie.file_id] = file_id
50 def old_id(self, file_id): argument
59 return file_id
61 def new_id(self, file_id): argument
68 return self.map[file_id]
70 return file_id
106 new_ie.file_id = self.new_id(new_ie.file_id)
117 if file_id is None:
119 return self.new_id(file_id)
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Dchild_by_source.rs38 if loc.id.file_id() == file_id { in child_by_source_to()
45 if loc.id.file_id() == file_id { in child_by_source_to()
52 if loc.id.file_id() == file_id { in child_by_source_to()
69 if loc.id.file_id() == file_id { in child_by_source_to()
76 if loc.id.file_id() == file_id { in child_by_source_to()
83 if loc.id.file_id() == file_id { in child_by_source_to()
106 if ast_id.either(|it| it.file_id, |it| it.file_id) == file_id { in child_by_source_to()
143 if loc.id.file_id() == file_id { in child_by_source_to()
150 if loc.id.file_id() == file_id { in child_by_source_to()
157 if loc.id.file_id() == file_id { in child_by_source_to()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Dchild_by_source.rs38 if loc.id.file_id() == file_id { in child_by_source_to()
45 if loc.id.file_id() == file_id { in child_by_source_to()
52 if loc.id.file_id() == file_id { in child_by_source_to()
69 if loc.id.file_id() == file_id { in child_by_source_to()
76 if loc.id.file_id() == file_id { in child_by_source_to()
83 if loc.id.file_id() == file_id { in child_by_source_to()
106 if ast_id.either(|it| it.file_id, |it| it.file_id) == file_id { in child_by_source_to()
143 if loc.id.file_id() == file_id { in child_by_source_to()
150 if loc.id.file_id() == file_id { in child_by_source_to()
157 if loc.id.file_id() == file_id { in child_by_source_to()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/mysql-test/suite/tokudb.bugs/r/
H A D5585.result4 file_id bigint unsigned not null auto_increment primary key,
7 insert into t1 select t1.file_id+10, t1.file_number+10 from t1;
8 insert into t1 select t1.file_id+20, t1.file_number+20 from t1;
14 file_id bigint unsigned not null,
18 primary key (file_id, insert_ts, country),
29 select t1.file_id,
31 (select hits from t2 where t2.file_id = t1.file_id and t2.insert_ts = '1971-01-01') as d
38file_id` AS `file_id`,`test`.`t1`.`file_number` AS `file_number`,(/* select#2 */ select `test`.`t2…
41 select t1.file_id,
43 (select hits from t2 where t2.file_id = t1.file_id and t2.insert_ts = '1971-01-01') as d
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/tokudb.bugs/r/
H A D5585.result4 file_id bigint unsigned not null auto_increment primary key,
7 insert into t1 select t1.file_id+10, t1.file_number+10 from t1;
8 insert into t1 select t1.file_id+20, t1.file_number+20 from t1;
14 file_id bigint unsigned not null,
18 primary key (file_id, insert_ts, country),
29 select t1.file_id,
31 (select hits from t2 where t2.file_id = t1.file_id and t2.insert_ts = '1971-01-01') as d
38file_id` AS `file_id`,`test`.`t1`.`file_number` AS `file_number`,(/* select#2 */ select `test`.`t2…
41 select t1.file_id,
43 (select hits from t2 where t2.file_id = t1.file_id and t2.insert_ts = '1971-01-01') as d
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/mysql-test/suite/tokudb.bugs/r/
H A D5585.result4 file_id bigint unsigned not null auto_increment primary key,
7 insert into t1 select t1.file_id+10, t1.file_number+10 from t1;
8 insert into t1 select t1.file_id+20, t1.file_number+20 from t1;
14 file_id bigint unsigned not null,
18 primary key (file_id, insert_ts, country),
29 select t1.file_id,
31 (select hits from t2 where t2.file_id = t1.file_id and t2.insert_ts = '1971-01-01') as d
38file_id` AS `file_id`,`test`.`t1`.`file_number` AS `file_number`,(/* select#2 */ select `test`.`t2…
41 select t1.file_id,
43 (select hits from t2 where t2.file_id = t1.file_id and t2.insert_ts = '1971-01-01') as d
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/plugins/weave_fmt/store/
H A Dversioned.py51 def filename(self, file_id): argument
53 return self._relpath(file_id)
65 ids.add(file_id)
66 yield file_id
69 def has_id(self, file_id): argument
71 filename = self.filename(file_id)
79 if self.has_id(file_id):
86 filename = self.filename(file_id)
90 def _get(self, file_id): argument
93 def _put(self, file_id, f): argument
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DVideosManager.cpp26 auto it = videos_.find(file_id); in get_video_duration()
32 if (!file_id.is_valid()) { in get_video_object()
50 auto file_id = new_video->file_id; in on_get_video() local
51 CHECK(file_id.is_valid()); in on_get_video()
53 auto &v = videos_[file_id]; in on_get_video()
57 CHECK(v->file_id == new_video->file_id); in on_get_video()
101 return file_id; in on_get_video()
110 CHECK(video->second->file_id == file_id); in get_video()
159 old->file_id = new_id; in merge_videos()
185 v->file_id = file_id; in create_video()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Fpublic.h233 H5_DLL hid_t H5Freopen(hid_t file_id);
235 H5_DLL herr_t H5Fclose(hid_t file_id);
236 H5_DLL hid_t H5Fget_create_plist(hid_t file_id);
237 H5_DLL hid_t H5Fget_access_plist(hid_t file_id);
244 H5_DLL hssize_t H5Fget_freespace(hid_t file_id);
249 H5_DLL herr_t H5Fget_mdc_config(hid_t file_id,
251 H5_DLL herr_t H5Fset_mdc_config(hid_t file_id,
254 H5_DLL herr_t H5Fget_mdc_size(hid_t file_id,
263 H5_DLL herr_t H5Fstart_swmr_write(hid_t file_id);
268 H5_DLL herr_t H5Fstart_mdc_logging(hid_t file_id);
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Fpublic.h472 H5_DLL hid_t H5Freopen(hid_t file_id);
549 H5_DLL herr_t H5Fclose(hid_t file_id);
606 H5_DLL hid_t H5Fget_create_plist(hid_t file_id);
619 H5_DLL hid_t H5Fget_access_plist(hid_t file_id);
838 H5_DLL hssize_t H5Fget_freespace(hid_t file_id);
877 H5_DLL herr_t H5Fget_eoa(hid_t file_id, haddr_t *eoa);
1077 H5_DLL herr_t H5Freset_mdc_hit_rate_stats(hid_t file_id);
1279 H5_DLL herr_t H5Fstart_swmr_write(hid_t file_id);
1351 H5_DLL herr_t H5Fclear_elink_file_cache(hid_t file_id);
1427 H5_DLL herr_t H5Fstart_mdc_logging(hid_t file_id);
[all …]

12345678910>>...128