Home
last modified time | relevance | path

Searched refs:d_type (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/node/test/wasi/c/
Dreaddir.c29 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/
Dspd_readdir.c65 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/
Drange.cc28 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()
Drange.h40 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/
DFuzzerIOPosix.cpp48 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/
Ddirent-win32.h236 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/
Ddescrobject.h43 PyTypeObject *d_type; member
50 #define PyDescr_TYPE(x) (((PyDescrObject *)(x))->d_type)
/third_party/musl/src/regex/
Dglob.c137 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/
Ddescrobject.c22 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/
Dtuples.hpp224 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/
Ddirent.h9 unsigned char d_type; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
Ddirent.h9 unsigned char d_type; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Ddirent.h9 unsigned char d_type; member
/third_party/musl/porting/uniproton/kernel/include/bits/
Ddirent.h9 unsigned char d_type; member
/third_party/musl/arch/generic/bits/
Ddirent.h9 unsigned char d_type; member
/third_party/ltp/testcases/kernel/fs/read_all/
Dread_all.c407 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/
Dglocalfileenumerator.c280 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/
Ddirent.h64 unsigned char d_type; member
/third_party/boost/boost/safe_numerics/concept/
Dpromotion_policy.hpp20 using d_type = typename PP::template division_result<T, U>; typedef
/third_party/mindspore/mindspore/lite/src/ops/populate/
Drange_populate.cc42 param->dType_ = value->d_type(); in PopulateRangeParameter()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/tdt/
Dtdt_plugin.h56 Status getTdtType(DataType d_type, aclDataType &datatype);
Dtdt_plugin.cc105 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/
Dnetwork_test.cc53 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/
Ddirectory.cpp271 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/
Dmkfs_define.h102 uint16_t d_type; /* drive type */ member

1234