/third_party/ltp/testcases/kernel/fs/inode/ |
D | inode01.c | 96 int file_id; variable 352 file_id = creat(new_string, FILE_MODE); in generate() 353 if (file_id == -1) { in generate() 372 write(file_id, new_string, len); in generate() 381 close(file_id); in generate() 502 file_id = open(path_string, READ); in check() 503 if (file_id <= 0) { in check() 520 read(file_id, read_string, len); in check() 538 close(file_id); in check() 692 close(file_id); in term()
|
D | inode02.c | 82 int file_id; variable 449 file_id = creat(new_string, FILE_MODE); in generate() 450 if (file_id == -1) { in generate() 470 write(file_id, new_string, len); in generate() 478 close(file_id); in generate() 603 file_id = open(path_string, READ); in check() 604 if (file_id <= 0) { in check() 622 read(file_id, read_string, len); in check() 639 close(file_id); in check() 799 close(file_id); in term()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_debug.cpp | 46 const auto file_id = inst->GetOperandAs<uint32_t>(0); in ValidateLine() local 47 const auto file = _.FindDef(file_id); in ValidateLine() 50 << "OpLine Target <id> '" << _.getIdName(file_id) in ValidateLine()
|
/third_party/spirv-tools/source/val/ |
D | validate_debug.cpp | 46 const auto file_id = inst->GetOperandAs<uint32_t>(0); in ValidateLine() local 47 const auto file = _.FindDef(file_id); in ValidateLine() 50 << "OpLine Target <id> '" << _.getIdName(file_id) in ValidateLine()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_debug.cpp | 46 const auto file_id = inst->GetOperandAs<uint32_t>(0); in ValidateLine() local 47 const auto file = _.FindDef(file_id); in ValidateLine() 50 << "OpLine Target <id> '" << _.getIdName(file_id) in ValidateLine()
|
/third_party/ntfs-3g/libntfs-3g/ |
D | object_id.c | 119 le64 file_id; member 146 le64 file_id; in set_object_id_index() local 151 file_id = cpu_to_le64(file_id_cpu); in set_object_id_index() 167 indx.data.file_id = file_id; in set_object_id_index() 241 && (MREF(le64_to_cpu(entry->data.file_id)) in merge_index_data() 535 ->data.file_id) == ni->mft_no)) { in ntfs_set_ntfs_object_id()
|
D | reparse.c | 945 le64 file_id; in set_reparse_index() local 950 file_id = cpu_to_le64(file_id_cpu); in set_reparse_index() 964 memcpy(&indx.key.file_id, &file_id, 8); in set_reparse_index() 984 le64 file_id; in remove_reparse_index() local 996 file_id = cpu_to_le64(file_id_cpu); in remove_reparse_index() 999 memcpy(&key.file_id, &file_id, 8); in remove_reparse_index()
|
/third_party/mindspore/mindspore/lite/minddata/wrapper/ |
D | MDToDApi.cc | 346 int64_t file_id = pMDToDApi->_file_id; in GetJsonFullFileName() local 347 if (file_id < 0) { in GetJsonFullFileName() 348 MS_LOG(ERROR) << "Illegal file ID to update: " << file_id << "."; in GetJsonFullFileName() 433 int64_t file_id = pMDToDApi->_file_id; in MDToDApi_UpdateIsForTrain() local 434 MS_LOG(INFO) << "Start Update isForTRain for id: " << file_id << " To " << isForTrain; in MDToDApi_UpdateIsForTrain() 436 if (file_id < 0) return -1; in MDToDApi_UpdateIsForTrain() 450 int64_t file_id = pMDToDApi->_file_id; in MDToDApi_UpdateNoOfFaces() local 451 MS_LOG(INFO) << "Start Update noOfFaces for id: " << file_id << " To " << noOfFaces; in MDToDApi_UpdateNoOfFaces() 453 if (file_id < 0) return -1; in MDToDApi_UpdateNoOfFaces()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | storage_manager.cc | 28 std::string StorageManager::GetBaseName(const std::string &prefix, int32_t file_id) { in GetBaseName() argument 30 oss << prefix << std::setfill('0') << std::setw(5) << file_id; in GetBaseName() 34 std::string StorageManager::ConstructFileName(const std::string &prefix, int32_t file_id, const std… in ConstructFileName() argument 35 std::string base_name = GetBaseName(prefix, file_id); in ConstructFileName()
|
D | storage_manager.h | 81 std::string GetBaseName(const std::string &prefix, int32_t file_id); 83 …std::string ConstructFileName(const std::string &prefix, int32_t file_id, const std::string &suffi…
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | pcsc_funcs.c | 252 static int _scard_select_file(struct scard_data *scard, unsigned short file_id, 256 static int scard_select_file(struct scard_data *scard, unsigned short file_id, 806 static int _scard_select_file(struct scard_data *scard, unsigned short file_id, in _scard_select_file() argument 824 wpa_printf(MSG_DEBUG, "SCARD: select file %04x", file_id); in _scard_select_file() 835 cmd[5] = file_id >> 8; in _scard_select_file() 836 cmd[6] = file_id & 0xff; in _scard_select_file() 887 static int scard_select_file(struct scard_data *scard, unsigned short file_id, in scard_select_file() argument 890 return _scard_select_file(scard, file_id, buf, buf_len, in scard_select_file()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | pcsc_funcs.c | 252 static int _scard_select_file(struct scard_data *scard, unsigned short file_id, 256 static int scard_select_file(struct scard_data *scard, unsigned short file_id, 806 static int _scard_select_file(struct scard_data *scard, unsigned short file_id, in _scard_select_file() argument 824 wpa_printf(MSG_DEBUG, "SCARD: select file %04x", file_id); in _scard_select_file() 835 cmd[5] = file_id >> 8; in _scard_select_file() 836 cmd[6] = file_id & 0xff; in _scard_select_file() 887 static int scard_select_file(struct scard_data *scard, unsigned short file_id, in scard_select_file() argument 890 return _scard_select_file(scard, file_id, buf, buf_len, in scard_select_file()
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfmux.h | 126 Guid file_id; member
|
D | gstasfmux.c | 203 asfmux->file_id.v1 = 0; in gst_asf_mux_reset() 204 asfmux->file_id.v2 = 0; in gst_asf_mux_reset() 205 asfmux->file_id.v3 = 0; in gst_asf_mux_reset() 206 asfmux->file_id.v4 = 0; in gst_asf_mux_reset() 658 gst_asf_put_guid (*buf + 24, asfmux->file_id); in gst_asf_mux_write_file_properties() 1202 gst_asf_put_guid (*buf + 24, asfmux->file_id); in gst_asf_mux_write_data_object() 1315 gst_asf_generate_file_id (&asfmux->file_id); in gst_asf_mux_start_file() 1713 gst_asf_put_guid (data + 24, asfmux->file_id); in gst_asf_mux_push_simple_index() 1870 gst_asf_put_guid (data + 8, asfmux->file_id); in gst_asf_mux_stop_file()
|
/third_party/googletest/googletest/scripts/ |
D | upload.py | 680 def UploadFile(filename, file_id, content, is_binary, status, is_base): argument 695 url = "/%d/upload_content/%d/%d" % (int(issue), int(patchset), file_id) 722 file_id = int(file_id_str) 724 UploadFile(filename, file_id, base_content, is_binary, status, True) 726 UploadFile(filename, file_id, new_content, is_binary, status, False)
|
/third_party/NuttX/fs/nfs/ |
D | nfs_proto.h | 353 uint32_t file_id[2]; member
|
D | nfs_adapter.c | 1008 if (nfs_dir && nfs_dir->nfs_entries && (nfs_dir->nfs_entries->file_id[0] == (uint32_t)EOF)) in vfs_nfs_readdir() 1134 entry->file_id[0] = *ptr++; in vfs_nfs_readdir() 1135 entry->file_id[1] = *ptr++; /*lint !e662 !e661*/ in vfs_nfs_readdir() 1211 entry->file_id[0] = (uint32_t)EOF; in vfs_nfs_readdir() 1223 if (nfs_dir->nfs_entries->file_id[0] == (uint32_t)EOF) in vfs_nfs_readdir()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_parser.cpp | 1117 if (current_function->entry_line.file_id == 0) in parse() 1119 current_function->entry_line.file_id = ops[0]; in parse()
|
D | spirv_glsl.hpp | 371 void emit_line_directive(uint32_t file_id, uint32_t line_literal);
|
D | spirv_common.hpp | 936 uint32_t file_id = 0; member
|
D | spirv_glsl.cpp | 13805 if (func.entry_line.file_id != 0) in emit_function() 13806 emit_line_directive(func.entry_line.file_id, func.entry_line.line_literal); in emit_function() 15628 void CompilerGLSL::emit_line_directive(uint32_t file_id, uint32_t line_literal) in emit_line_directive() argument 15638 statement_no_indent("#line ", line_literal, " \"", get<SPIRString>(file_id).str, "\""); in emit_line_directive()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsinfo.c | 1524 le64_to_cpu(entry->key.reparse.file_id), in ntfs_dump_index_key() 1526 le64_to_cpu(entry->key.reparse.file_id)); in ntfs_dump_index_key()
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | layout.h | 2190 leMFT_REF file_id; /* Mft record of the file containing the member
|