/third_party/ltp/testcases/kernel/fs/racer/ |
D | fs_racer.sh | 32 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 …]
|
D | fs_racer_file_list.sh | 22 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 …]
|
D | fs_racer_file_concat.sh | 22 DIR=$1 26 cat $DIR/$file >> $DIR/$new_file 27 cat $DIR/$file/$file/$file >> $DIR/$new_file
|
/third_party/musl/libc-test/src/api/ |
D | dirent.c | 7 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/ |
D | losetup.test | 20 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/musl/include/ |
D | dirent.h | 20 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/ |
D | dirent.h | 20 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/ |
D | dirent.h | 20 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/ |
D | dirent.h | 20 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/ |
D | dirent.h | 20 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/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
D | package.sh | 6 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" 21 (set -x; $DIR/node_modules/.bin/pkg -t node10-$OS-x64 $DIR) 23 rm -rf $DIR/output > /dev/null 2>&1 || true 24 rm $DIR/output.zip > /dev/null 2>&1 || true 26 mkdir $DIR/output 27 cd $DIR/output 31 echo "Creating $DIR/output.zip" 32 (set -x; zip -r $DIR/output.zip * > /dev/null)
|
/third_party/skia/third_party/externals/brotli/ |
D | configure-cmake | 111 --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/skia/bin/ |
D | coverage | 29 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/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw.c | 70 DIR, ""}, { 76 DIR, ""}, { 79 DIR, ""}, { 83 DIR, ""}, { 92 DIR, 102 DIR, 107 DIR, ""}, { 137 DIR, ""}, { 140 DIR, ""}, { 143 DIR, ""}, { [all …]
|
D | nftw64.c | 70 DIR, ""}, { 76 DIR, ""}, { 79 DIR, ""}, { 83 DIR, ""}, { 92 DIR, 102 DIR, 107 DIR, ""}, { 137 DIR, ""}, { 140 DIR, ""}, { 143 DIR, ""}, { [all …]
|
/third_party/skia/fuzz/ |
D | coverage | 30 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/ |
D | Makefile | 10 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/vulkan-loader/loader/ |
D | dirent_on_windows.h | 19 typedef struct DIR DIR; typedef 26 DIR *opendir(const VkAllocationCallbacks *pAllocator, const char *); 27 int closedir(const VkAllocationCallbacks *pAllocator, DIR *); 28 struct dirent *readdir(DIR *); 29 void rewinddir(DIR *);
|
D | dirent_on_windows.c | 25 struct DIR { struct 32 DIR *opendir(const VkAllocationCallbacks *pAllocator, const char *name) { in opendir() argument 33 DIR *dir = 0; in opendir() 40 …if ((dir = (DIR *)loader_alloc(pAllocator, sizeof *dir, VK_SYSTEM_ALLOCATION_SCOPE_COMMAND)) != 0 … in opendir() 66 int closedir(const VkAllocationCallbacks *pAllocator, DIR *dir) { in closedir() 86 struct dirent *readdir(DIR *dir) { in readdir() 101 void rewinddir(DIR *dir) { in rewinddir()
|
/third_party/skia/third_party/externals/swiftshader/src/ |
D | clang-format-separate.sh | 3 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/mesa3d/src/mesa/math/ |
D | m_matrix.h | 205 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \ argument 207 TO[0] = DIR[0] * MAT[0] + DIR[1] * MAT[4] + DIR[2] * MAT[8]; \ 208 TO[1] = DIR[0] * MAT[1] + DIR[1] * MAT[5] + DIR[2] * MAT[9]; \ 209 TO[2] = DIR[0] * MAT[2] + DIR[1] * MAT[6] + DIR[2] * MAT[10];\
|
/third_party/libcoap/scripts/ |
D | github_dist.sh | 17 DIR=`pwd`/`tar taf $ARCHIVE |cut -d/ -f1|head -1` 18 tar xaf $ARCHIVE && cd $DIR && \ 19 …$DIR/configure $PREFIX --enable-tests --enable-silent-rules --enable-documentation --enable-examp… 23 make -C $DIR/examples/lwip EXTRA_CFLAGS=-Werror 27 make -C $DIR/examples/contiki 31 make -C $DIR/examples/riot
|
/third_party/rust/crates/proc-macro-error/tests/ui/ |
D | abort.stderr | 2 --> $DIR/abort.rs:4:13 8 --> $DIR/abort.rs:5:18 14 --> $DIR/abort.rs:6:15 20 --> $DIR/abort.rs:7:15 37 --> $DIR/abort.rs:8:14 43 --> $DIR/abort.rs:9:1
|
D | emit.stderr | 2 --> $DIR/emit.rs:4:7 8 --> $DIR/emit.rs:4:12 14 --> $DIR/emit.rs:4:17 20 --> $DIR/emit.rs:4:24 26 --> $DIR/emit.rs:4:1 45 --> $DIR/emit.rs:5:13
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 283 struct DIR { struct 287 typedef struct DIR DIR; typedef 291 static DIR *opendir (const char *dirname); 294 static struct dirent *readdir (DIR *dirp); 298 DIR *dirp, struct dirent *entry, struct dirent **result); 302 static int closedir (DIR *dirp); 305 static void rewinddir (DIR* dirp); 676 static DIR* 680 struct DIR *dirp; in opendir() 689 dirp = (DIR*) malloc (sizeof (struct DIR)); in opendir() [all …]
|