Home
last modified time | relevance | path

Searched refs:DIR (Results 1 – 25 of 499) sorted by relevance

12345678910>>...20

/third_party/ltp/testcases/kernel/fs/racer/
Dfs_racer.sh32 DIR="$TMPDIR/race"
36 [ -e $DIR ] || mkdir $DIR
37 ./fs_racer_file_create.sh $DIR $MAX_FILES &
38 ./fs_racer_file_create.sh $DIR $MAX_FILES &
39 ./fs_racer_file_create.sh $DIR $MAX_FILES &
41 ./fs_racer_dir_create.sh $DIR $MAX_FILES &
42 ./fs_racer_dir_create.sh $DIR $MAX_FILES &
43 ./fs_racer_dir_create.sh $DIR $MAX_FILES &
45 ./fs_racer_file_rename.sh $DIR $MAX_FILES &
46 ./fs_racer_file_rename.sh $DIR $MAX_FILES &
[all …]
Dfs_racer_file_list.sh22 DIR=$1
26 ls -R $DIR/ > /dev/null 2> /dev/null &
27 ls -R $DIR/ > /dev/null 2> /dev/null &
28 ls -R $DIR/ > /dev/null 2> /dev/null &
29 ls -R $DIR/ > /dev/null 2> /dev/null &
30 ls -R $DIR/ > /dev/null 2> /dev/null &
32 ls -R $DIR/ > /dev/null 2> /dev/null &
33 ls -R $DIR/ > /dev/null 2> /dev/null &
34 ls -R $DIR/ > /dev/null 2> /dev/null &
35 ls -R $DIR/ > /dev/null 2> /dev/null &
[all …]
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtcsdp.c395 #define DIR(val) GST_WEBRTC_RTP_TRANSCEIVER_DIRECTION_ ## val macro
400 if (offer == DIR (INACTIVE) || answer == DIR (INACTIVE)) in _intersect_answer_directions()
401 return DIR (INACTIVE); in _intersect_answer_directions()
402 if (offer == DIR (SENDONLY) && answer == DIR (SENDRECV)) in _intersect_answer_directions()
403 return DIR (RECVONLY); in _intersect_answer_directions()
404 if (offer == DIR (SENDONLY) && answer == DIR (RECVONLY)) in _intersect_answer_directions()
405 return DIR (RECVONLY); in _intersect_answer_directions()
406 if (offer == DIR (RECVONLY) && answer == DIR (SENDRECV)) in _intersect_answer_directions()
407 return DIR (SENDONLY); in _intersect_answer_directions()
408 if (offer == DIR (RECVONLY) && answer == DIR (SENDONLY)) in _intersect_answer_directions()
[all …]
/third_party/musl/libc-test/src/api/
Ddirent.c7 T(DIR) in f()
20 {int(*p)(DIR*) = closedir;} in f()
21 {int(*p)(DIR*) = dirfd;} in f()
22 {DIR*(*p)(int) = fdopendir;} in f()
23 {DIR*(*p)(const char*) = opendir;} in f()
24 {struct dirent*(*p)(DIR*) = readdir;} in f()
25 {int(*p)(DIR*restrict,struct dirent*restrict,struct dirent**restrict) = readdir_r;} in f()
26 {void(*p)(DIR*) = rewinddir;} in f()
29 {void(*p)(DIR*,long) = seekdir;} in f()
30 {long(*p)(DIR*) = telldir;} in f()
/third_party/toybox/tests/
Dlosetup.test20 DIR="/dev/block" # Presumably Android.
22 DIR="/dev"
33 testcmd "-f" "-f" "$DIR/loop0\n" "" ""
35 testcmd "-f --show" "-f --show blah.img" "$DIR/loop1\n" "" ""
37 "$DIR/loop0: [$DEV]:$NODE ($FILE)\n$DIR/loop1: [$DEV]:$NODE ($FILE)\n" "" ""
38 testcmd "-d $DIR/loop0" "-d $DIR/loop0 && losetup -a" \
39 "$DIR/loop1: [$DEV]:$NODE ($FILE)\n" "" ""
/third_party/e2fsprogs/contrib/
Dspd_readdir.c70 DIR *dir;
81 static int (*real_closedir)(DIR *dir) = 0;
82 static DIR *(*real_opendir)(const char *name) = 0;
83 static DIR *(*real_fdopendir)(int fd) = 0;
84 static void *(*real_rewinddir)(DIR *dirp) = 0;
85 static struct dirent *(*real_readdir)(DIR *dir) = 0;
86 static int (*real_readdir_r)(DIR *dir, struct dirent *entry,
88 static struct dirent64 *(*real_readdir64)(DIR *dir) = 0;
89 static int (*real_readdir64_r)(DIR *dir, struct dirent64 *entry,
91 static off_t (*real_telldir)(DIR *dir) = 0;
[all …]
/third_party/musl/ndk_musl_include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
24 int closedir(DIR *);
25 DIR *fdopendir(int);
26 DIR *opendir(const char *);
27 struct dirent *readdir(DIR *);
28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict);
29 void rewinddir(DIR *);
30 int dirfd(DIR *);
36 void seekdir(DIR *, long);
37 long telldir(DIR *);
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
24 int closedir(DIR *);
25 DIR *fdopendir(int);
26 DIR *opendir(const char *);
27 struct dirent *readdir(DIR *);
28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict);
29 void rewinddir(DIR *);
30 int dirfd(DIR *);
36 void seekdir(DIR *, long);
37 long telldir(DIR *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
24 int closedir(DIR *);
25 DIR *fdopendir(int);
26 DIR *opendir(const char *);
27 struct dirent *readdir(DIR *);
28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict);
29 void rewinddir(DIR *);
30 int dirfd(DIR *);
36 void seekdir(DIR *, long);
37 long telldir(DIR *);
/third_party/musl/include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
24 int closedir(DIR *);
25 DIR *fdopendir(int);
26 DIR *opendir(const char *);
27 struct dirent *readdir(DIR *);
28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict);
29 void rewinddir(DIR *);
30 int dirfd(DIR *);
36 void seekdir(DIR *, long);
37 long telldir(DIR *);
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
24 int closedir(DIR *);
25 DIR *fdopendir(int);
26 DIR *opendir(const char *);
27 struct dirent *readdir(DIR *);
28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict);
29 void rewinddir(DIR *);
30 int dirfd(DIR *);
36 void seekdir(DIR *, long);
37 long telldir(DIR *);
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
24 int closedir(DIR *);
25 DIR *fdopendir(int);
26 DIR *opendir(const char *);
27 struct dirent *readdir(DIR *);
28 int readdir_r(DIR *__restrict, struct dirent *__restrict, struct dirent **__restrict);
29 void rewinddir(DIR *);
30 int dirfd(DIR *);
36 void seekdir(DIR *, long);
37 long telldir(DIR *);
/third_party/skia/bin/
Dcoverage29 DIR="$(mktemp -d "${TMPDIR:-/tmp}/skia_coverage_XXXXXXXXXX")"
47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
52 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
54 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
56 genhtml -q "$DIR"/merged --legend -o "$DIR"/coverage_report --ignore-errors source
58 xdg-open "$DIR"/coverage_report/index.html
/third_party/flutter/skia/bin/
Dcoverage29 DIR="$(mktemp -d "${TMPDIR:-/tmp}/skia_coverage_XXXXXXXXXX")"
47 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
52 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
54 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
56 genhtml -q "$DIR"/merged --legend -o "$DIR"/coverage_report --ignore-errors source
58 xdg-open "$DIR"/coverage_report/index.html
/third_party/flutter/skia/third_party/externals/harfbuzz/
DMakefile.am90 …@DIR=$(PACKAGE_TARNAME)-$(VERSION)-win`case $(host_triplet) in i686-*) echo 32 ;; x86_64-*) echo 6…
91 $(RM) -r $$DIR; $(MKDIR_P) $$DIR || exit 1; \
92 cp util/.libs/hb-{shape,view,subset}.exe $$DIR && \
93 …$(top_srcdir)/mingw-ldd.py $$DIR/hb-view.exe | grep -v 'not found' | cut -d '>' -f 2 | xargs cp -t…
94 cp src/.libs/libharfbuzz{,-subset}-0.dll $$DIR && \
95 chmod a+x $$DIR/*.{exe,dll} && \
96 $(STRIP) $$DIR/*.{exe,dll} && \
97 zip -r $$DIR.zip $$DIR && \
98 $(RM) -r $$DIR && \
99 echo "$$DIR.zip is ready."
/third_party/skia/third_party/externals/brotli/
Dconfigure-cmake111 --bindir=DIR user executables [PREFIX/bin]
112 --sbindir=DIR system admin executables [PREFIX/sbin]
113 --libexecdir=DIR program executables [PREFIX/libexec]
114 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
115 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
116 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
117 --libdir=DIR object code libraries [PREFIX/lib]
118 --includedir=DIR C header files [PREFIX/include]
119 --oldincludedir=DIR C header files for non-gcc [/usr/include]
120 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
[all …]
/third_party/flutter/skia/fuzz/
Dcoverage30 DIR="$(mktemp -d "${TMPDIR:-/tmp}/skia_coverage_XXXXXXXXXX")"
50 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
79 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
81 genhtml -q "$DIR"/merged --legend -o "$DIR"/coverage_report --ignore-errors source
83 xdg-open "$DIR"/coverage_report/index.html
/third_party/skia/fuzz/
Dcoverage30 DIR="$(mktemp -d "${TMPDIR:-/tmp}/skia_coverage_XXXXXXXXXX")"
50 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/baseline -i
77 lcov -q --gcov-tool="$GCOV" -c -b "$BUILD" -d "$BUILD" -o "$DIR"/coverage
79 lcov -q -a "$DIR"/baseline -a "$DIR"/coverage -o "$DIR"/merged
81 genhtml -q "$DIR"/merged --legend -o "$DIR"/coverage_report --ignore-errors source
83 xdg-open "$DIR"/coverage_report/index.html
/third_party/ltp/testcases/network/
DMakefile10 DIR := datafiles macro
12 CLEAN_TARGETS += $(DIR)
16 INSTALL_TARGETS := $(addprefix $(DIR)/ascii.,sm med lg jmb)
17 INSTALL_TARGETS += $(addprefix $(DIR)/bin.,sm med lg jmb)
35 $(DESTDIR)/$(INSTALL_DIR)/$(DIR) $(DIR): %:
38 generate: $(DIR)
/third_party/skia/third_party/externals/swiftshader/src/
Dclang-format-separate.sh3 for DIR in "Device" "Pipeline" "Reactor" "System" "Vulkan" "WSI"
6 find ${SRC_DIR}/$DIR -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs clang-format -i
7 find ${SRC_DIR}/$DIR -iname "*.hpp" -o -iname "*.cpp" -o -iname "*.inl" | xargs clang-format -i
9 git add ${SRC_DIR}/$DIR
10 CHANGE_ID="$(echo $CHANGE_ID_SEED $DIR | openssl sha1)"
11 …git commit -m "clang-format the src/$DIR directory" -m "Bug: b/144825072" -m "Change-Id:I$CHANGE_I…
/third_party/glib/glib/dirent/
Ddirent.h62 } DIR; typedef
64 DIR* __cdecl opendir (const char*);
65 struct dirent* __cdecl readdir (DIR*);
66 int __cdecl closedir (DIR*);
67 void __cdecl rewinddir (DIR*);
68 long __cdecl telldir (DIR*);
69 void __cdecl seekdir (DIR*, long);
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dnftw64.c70 DIR, ""}, {
76 DIR, ""}, {
79 DIR, ""}, {
83 DIR, ""}, {
92 DIR,
102 DIR,
107 DIR, ""}, {
137 DIR, ""}, {
140 DIR, ""}, {
143 DIR, ""}, {
[all …]
Dnftw.c70 DIR, ""}, {
76 DIR, ""}, {
79 DIR, ""}, {
83 DIR, ""}, {
92 DIR,
102 DIR,
107 DIR, ""}, {
137 DIR, ""}, {
140 DIR, ""}, {
143 DIR, ""}, {
[all …]
/third_party/e2fsprogs/lib/et/
Dcompile_et.sh.in6 DIR=@datadir@/et
10 DIR="$ET_DIR"
31 DIR="$_ET_DIR_OVERRIDE";
34 if test ! -f "$DIR/et_h.awk" || test ! -f "$DIR/et_c.awk" ; then
47 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
54 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
/third_party/mindspore/scripts/
Ddot2svg.sh22 DIR="."
24 DIR="$1"
27 for f in "${DIR}"/*.dot
29 dot -Tsvg -o "${DIR}/$(basename "${f}").svg" "${DIR}/$(basename "${f}")"

12345678910>>...20