/third_party/node/test/wasi/c/ |
D | readdir.c | 29 assert(entry->d_type == DT_REG); in main() 31 assert(entry->d_type == DT_UNKNOWN); in main() 35 assert(entry->d_type == DT_DIR); in main() 37 assert(entry->d_type == DT_UNKNOWN); in main()
|
/third_party/e2fsprogs/contrib/ |
D | spd_readdir.c | 65 unsigned char d_type; member 223 ds->d_type = d->d_type; in cache_dirstruct() 335 dirstruct->ret_dir.d_type = ds->d_type; in readdir() 358 entry->d_type = ds->d_type; in readdir_r() 381 dirstruct->ret_dir64.d_type = ds->d_type; in readdir64() 405 entry->d_type = ds->d_type; in readdir64_r()
|
/third_party/mindspore/mindspore/core/ops/ |
D | range.cc | 28 void Range::set_d_type(const int64_t d_type) { (void)this->AddAttr(kDType, MakeValue(d_type)); } in set_d_type() argument 53 void Range::Init(const int64_t d_type, const int64_t start, const int64_t limit, const int64_t delt… in Init() argument 54 this->set_d_type(d_type); in Init()
|
D | range.h | 40 void Init(const int64_t d_type, const int64_t start, const int64_t limit, const int64_t delta); 42 void set_d_type(const int64_t d_type);
|
/third_party/json/test/thirdparty/Fuzzer/ |
D | FuzzerIOPosix.cpp | 48 if (E->d_type == DT_REG || E->d_type == DT_LNK) in ListFilesInDirRecursive() 50 else if (E->d_type == DT_DIR && *E->d_name != '.') in ListFilesInDirRecursive()
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 236 int d_type; member 276 int d_type; member 507 entry->d_type = DT_CHR; in _wreaddir_r() 509 entry->d_type = DT_DIR; in _wreaddir_r() 511 entry->d_type = DT_REG; in _wreaddir_r() 797 entry->d_type = DT_CHR; in readdir_r() 799 entry->d_type = DT_DIR; in readdir_r() 801 entry->d_type = DT_REG; in readdir_r() 820 entry->d_type = DT_UNKNOWN; in readdir_r()
|
/third_party/python/Include/ |
D | descrobject.h | 43 PyTypeObject *d_type; member 50 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
|
/third_party/musl/src/regex/ |
D | glob.c | 137 if (p2 && de->d_type && de->d_type!=DT_DIR && de->d_type!=DT_LNK) in do_glob() 160 int r = do_glob(buf, pos+l, de->d_type, p2 ? p2 : "", flags, errfunc, tail); in do_glob()
|
/third_party/python/Objects/ |
D | descrobject.c | 22 Py_XDECREF(descr->d_type); in descr_dealloc() 43 return PyUnicode_FromFormat(format, name, "?", descr->d_type->tp_name); in descr_repr() 77 if (!PyObject_TypeCheck(obj, descr->d_type)) { in descr_check() 82 descr->d_type->tp_name, in descr_check() 126 cls = descr->d_common.d_type; in classmethod_get() 142 return PyCMethod_New(descr->d_method, obj, NULL, descr->d_common.d_type); in method_get() 209 if (!PyObject_TypeCheck(obj, descr->d_type)) { in descr_setcheck() 214 descr->d_type->tp_name, in descr_setcheck() 366 ((PyMethodDescrObject *)func)->d_common.d_type, in method_vectorcall_FASTCALL_KEYWORDS_METHOD() 582 type_qualname = _PyObject_GetAttrId((PyObject *)descr->d_type, in calculate_qualname() [all …]
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 224 typedef typename TupleT::d_type type; 470 typedef nil_t d_type; typedef 671 typedef C c_type; typedef D d_type; typedef 713 typedef C c_type; typedef D d_type; typedef 760 typedef C c_type; typedef D d_type; typedef 808 typedef C c_type; typedef D d_type; typedef 858 typedef C c_type; typedef D d_type; typedef 909 typedef C c_type; typedef D d_type; typedef 961 typedef C c_type; typedef D d_type; typedef 1014 typedef C c_type; typedef D d_type; typedef [all …]
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | dirent.h | 9 unsigned char d_type; member
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | dirent.h | 9 unsigned char d_type; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | dirent.h | 9 unsigned char d_type; member
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | dirent.h | 9 unsigned char d_type; member
|
/third_party/musl/arch/generic/bits/ |
D | dirent.h | 9 unsigned char d_type; member
|
/third_party/ltp/testcases/kernel/fs/read_all/ |
D | read_all.c | 407 if (dent->d_type == DT_DIR) in visit_dir() 409 else if (dent->d_type == DT_LNK) in visit_dir() 411 else if (dent->d_type == DT_UNKNOWN) in visit_dir()
|
/third_party/glib/gio/ |
D | glocalfileenumerator.c | 280 file_type_from_dirent (char d_type) in file_type_from_dirent() argument 282 switch (d_type) in file_type_from_dirent() 337 local->entries[i].type = file_type_from_dirent (entry->d_type); in next_file_helper()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/ |
D | dirent.h | 64 unsigned char d_type; member
|
/third_party/boost/boost/safe_numerics/concept/ |
D | promotion_policy.hpp | 20 using d_type = typename PP::template division_result<T, U>; typedef
|
/third_party/mindspore/mindspore/lite/src/ops/populate/ |
D | range_populate.cc | 42 param->dType_ = value->d_type(); in PopulateRangeParameter()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/tdt/ |
D | tdt_plugin.h | 56 Status getTdtType(DataType d_type, aclDataType &datatype);
|
D | tdt_plugin.cc | 105 Status TdtPlugin::getTdtType(DataType d_type, aclDataType &datatype) { in getTdtType() argument 106 switch (d_type.value()) { in getTdtType()
|
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32_grad/ |
D | network_test.cc | 53 if (f->d_type == DT_DIR) fileIterator(session, path + f->d_name + "/", cb); in fileIterator() 55 if (f->d_type == DT_REG) res |= cb(session, path + f->d_name); in fileIterator()
|
/third_party/boost/libs/filesystem/src/ |
D | directory.cpp | 271 if (result->d_type == DT_UNKNOWN) // filesystem does not supply d_type value in dir_itr_increment() 277 if (result->d_type == DT_DIR) in dir_itr_increment() 279 else if (result->d_type == DT_REG) in dir_itr_increment() 281 else if (result->d_type == DT_LNK) in dir_itr_increment()
|
/third_party/FreeBSD/sbin/newfs_msdos/ |
D | mkfs_define.h | 102 uint16_t d_type; /* drive type */ member
|