Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 77) sorted by relevance

1234

/development/ndk/platforms/android-9/include/sys/
Dstat.h45 struct stat { struct
77 struct stat { argument
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
/development/ndk/platforms/android-3/include/sys/
Dstat.h44 struct stat { struct
85 extern int stat(const char *, struct stat *); argument
86 extern int fstat(int, struct stat *);
87 extern int lstat(const char *, struct stat *);
91 #define stat64 stat
100 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
/development/ndk/platforms/android-12/include/sys/
Dstat.h45 struct stat { struct
77 struct stat { argument
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
/development/ndk/platforms/android-19/include/sys/
Dstat.h45 struct stat { struct
77 struct stat { argument
119 extern int stat(const char *, struct stat *);
120 extern int fstat(int, struct stat *);
121 extern int lstat(const char *, struct stat *);
125 #define stat64 stat
134 extern int fstatat(int dirfd, const char *path, struct stat *buf, int flags);
/development/ndk/platforms/android-21/include/sys/
Dstat.h130 struct stat { __STAT64_BODY }; struct
150 extern int fstat(int, struct stat*);
152 extern int fstatat(int, const char*, struct stat*, int);
154 extern int lstat(const char*, struct stat*);
156 extern int stat(const char*, struct stat*);
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_rob_image_homography.cpp74 …oint_count,double *x_i,double *xp_i,double one_over_scale2,db_Statistics *stat,double thresh=DB_OU… in db_RobImageHomography_Statistics() argument
90 if(stat) in db_RobImageHomography_Statistics()
92 stat->nr_points=point_count; in db_RobImageHomography_Statistics()
93 stat->one_over_scale2=one_over_scale2; in db_RobImageHomography_Statistics()
94 stat->nr_inliers=i; in db_RobImageHomography_Statistics()
95 stat->inlier_fraction=frac; in db_RobImageHomography_Statistics()
97 stat->cost=db_RobImageHomography_Cost(H,point_count,x_i,xp_i,one_over_scale2); in db_RobImageHomography_Statistics()
98 stat->model_dimension=0; in db_RobImageHomography_Statistics()
101 stat->lambda1=log(4.0); in db_RobImageHomography_Statistics()
102 stat->lambda2=log(4.0*((double)db_maxi(1,stat->nr_points))); in db_RobImageHomography_Statistics()
[all …]
Ddb_rob_image_homography.h111 db_Statistics *stat=NULL,
/development/ndk/platforms/android-21/include/
Dftw.h57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
Dfts.h112 struct stat *fts_statp; /* stat(2) information */
/development/ndk/platforms/android-3/include/linux/nfsd/
Dxdr.h96 struct kstat stat; member
101 struct kstat stat; member
111 struct kstat stat; member
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dstat.h25 struct stat { struct
81 struct stat { struct
/development/ndk/platforms/android-21/arch-mips/include/asm/
Dstat.h25 struct stat { struct
81 struct stat { struct
/development/ndk/platforms/android-21/arch-mips64/include/asm/
Dstat.h25 struct stat { struct
81 struct stat { struct
/development/ndk/platforms/android-21/arch-x86/include/asm/
Dstat.h25 struct stat { struct
81 struct stat { struct
/development/ndk/platforms/android-21/arch-x86_64/include/asm/
Dstat.h25 struct stat { struct
81 struct stat { struct
/development/perftests/panorama/
Dbenchmark.cpp36 struct stat filestat; in loadImages()
41 if (stat(filename, &filestat) != 0) break; in loadImages()
/development/ndk/platforms/android-21/include/asm-generic/
Dstat.h24 struct stat { struct
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dstat.h22 struct stat { struct
/development/ndk/platforms/android-21/arch-arm/include/asm/
Dstat.h39 struct stat { struct
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dstat.h31 struct stat { struct
/development/ndk/platforms/android-8/include/
Dfts.h112 struct stat *fts_statp; /* stat(2) information */
/development/ndk/platforms/android-3/include/linux/sunrpc/
Dxprt.h160 } stat; member
/development/build/tools/
Dmk_sdk_repo_xml.sh422 SIZE=$( stat -f %z "$SRC" )
424 SIZE=$( stat -c %s "$SRC" )
/development/ndk/platforms/android-21/include/linux/dvb/
Dfrontend.h467 struct dtv_stats stat[MAX_DTV_STATS]; member
/development/ndk/platforms/android-21/include/linux/
Dcoda.h532 struct coda_statfs stat; member

1234