/external/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 …]
|
/external/toolchain-utils/binary_search_tool/full_bisect_test/ |
D | main-bisect-test.sh | 17 DIR=full_bisect_test 20 if [[ ! -f "${DIR}/setup.sh" ]] ; then 21 echo "Cannot find ${DIR}/setup.sh. You are running this from the wrong directory." 27 ${DIR}/setup.sh 29 ./binary_search_state.py --get_initial_items="${DIR}/get_initial_items.sh" \ 30 --switch_to_good="${DIR}/switch_to_good.sh" \ 31 --switch_to_bad="${DIR}/switch_to_bad.sh" \ 32 --test_setup_script="${DIR}/test_setup.sh" \ 33 --test_script="${DIR}/interactive_test.sh" \ 36 ${DIR}/cleanup.sh [all …]
|
/external/openssh/regress/ |
D | sftp-glob.sh | 41 DIR=${BASE}/dir 42 DATA=${DIR}/file 44 GLOB1="${DIR}/g-wild*" 45 GLOB2="${DIR}/g-wildx" 46 QUOTE="${DIR}/g-quote\"" 47 SLASH="${DIR}/g-sl\\ash" 48 ESLASH="${DIR}/g-slash\\" 49 QSLASH="${DIR}/g-qs\\\"" 50 SPACE="${DIR}/g-q space" 53 mkdir -p ${DIR} [all …]
|
D | scp.sh | 16 DIR=${COPY}.dd 26 rm -rf ${COPY} ${COPY2} ${DIR} ${DIR2} 27 mkdir ${DIR} ${DIR2} 28 chmod 755 ${DIR} ${DIR2} 49 $SCP $scpopts ${COPY} somehost:${DIR} || fail "copy failed" 50 cmp ${COPY} ${DIR}/copy || fail "corrupted copy" 55 $SCP $scpopts ${COPY} ${DIR} || fail "copy failed" 56 cmp ${COPY} ${DIR}/copy || fail "corrupted copy" 61 $SCP $scpopts somehost:${COPY} ${DIR} || fail "copy failed" 62 cmp ${COPY} ${DIR}/copy || fail "corrupted copy" [all …]
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | RmdCommandHandlerTest.groovy | 36 static final DIR = p(PARENT, "usr") 39 createDirectory(DIR) 40 handleCommand([DIR]) 41 assertSessionReply(ReplyCodes.RMD_OK, ['rmd', DIR]) 42 assert fileSystem.exists(DIR) == false 47 createDirectory(p(DIR, SUB)) 48 session.setAttribute(SessionKeys.CURRENT_DIRECTORY, DIR) 51 assert fileSystem.exists(p(DIR, SUB)) == false 55 handleCommand([DIR]) 56 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', DIR]) [all …]
|
/external/zstd/tests/ |
D | libzstd_partial_builds.sh | 3 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 26 CFLAGS= make -C $DIR/../lib libzstd.a > $INTOVOID 27 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog 33 $RM $DIR/../lib/libzstd.a tmplog 37 ZSTD_LIB_COMPRESSION=0 CFLAGS= make -C $DIR/../lib libzstd.a > $INTOVOID 38 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog 44 $RM $DIR/../lib/libzstd.a tmplog 48 ZSTD_LIB_DECOMPRESSION=0 CFLAGS= make -C $DIR/../lib libzstd.a > $INTOVOID 49 nm $DIR/../lib/libzstd.a | $GREP "\.o" > tmplog 55 $RM $DIR/../lib/libzstd.a tmplog [all …]
|
/external/rust/crates/pin-project/tests/ui/pin_project/ |
D | invalid.stderr | 2 --> $DIR/invalid.rs:6:14 8 --> $DIR/invalid.rs:11:29 14 --> $DIR/invalid.rs:15:16 20 --> $DIR/invalid.rs:21:18 26 --> $DIR/invalid.rs:33:9 32 --> $DIR/invalid.rs:40:9 38 --> $DIR/invalid.rs:49:13 44 --> $DIR/invalid.rs:59:13 50 --> $DIR/invalid.rs:69:5 56 --> $DIR/invalid.rs:77:9 [all …]
|
/external/linux-kselftest/tools/testing/selftests/arm64/ |
D | Makefile | 35 @for DIR in $(ARM64_SUBTARGETS); do \ 36 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 38 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 42 @for DIR in $(ARM64_SUBTARGETS); do \ 43 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 44 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 48 @for DIR in $(ARM64_SUBTARGETS); do \ 49 BUILD_TARGET=$(OUTPUT)/$$DIR; \ 50 make OUTPUT=$$BUILD_TARGET -C $$DIR $@; \ 55 @for DIR in $(ARM64_SUBTARGETS); do \ [all …]
|
/external/linux-kselftest/tools/testing/selftests/firmware/ |
D | fw_fallback.sh | 27 echo -n "$name" >"$DIR"/trigger_request & 31 while [ ! -e "$DIR"/"$name"/loading ]; do 40 echo 1 >"$DIR"/"$name"/loading 41 cat "$file" >"$DIR"/"$name"/data 42 echo 0 >"$DIR"/"$name"/loading 54 echo -n "$name" >"$DIR"/trigger_request 2>/dev/null & 58 while [ ! -e "$DIR"/"$name"/loading ]; do 67 echo -1 >"$DIR"/"$name"/loading 75 if [ ! -e "$DIR"/trigger_custom_fallback ]; then 83 echo -n "$name" >"$DIR"/trigger_custom_fallback 2>/dev/null & [all …]
|
D | fw_filesystem.sh | 26 if printf '\000' >"$DIR"/trigger_request 2> /dev/null; then 31 if [ ! -e "$DIR"/trigger_async_request ]; then 35 if printf '\000' >"$DIR"/trigger_async_request 2> /dev/null; then 42 if echo -n "nope-$NAME" >"$DIR"/trigger_request 2> /dev/null; then 57 if ! echo -n "$NAME" >"$DIR"/trigger_request ; then 71 if [ ! -e "$DIR"/trigger_async_request ]; then 75 if ! echo -n "$NAME" >"$DIR"/trigger_async_request ; then 92 if [ ! -f $DIR/reset ]; then 106 echo 1 > $DIR/reset 111 echo 1 > $DIR/release_all_firmware [all …]
|
/external/llvm-project/flang/runtime/ |
D | descriptor-io.h | 34 template <typename A, Direction DIR> 43 if constexpr (DIR == Direction::Output) { in FormattedIntegerIO() 64 template <int KIND, Direction DIR> 74 if constexpr (DIR == Direction::Output) { in FormattedRealIO() 94 template <int KIND, Direction DIR> 118 } else if constexpr (DIR == Direction::Output) { in FormattedComplexIO() 138 template <typename A, Direction DIR> 153 if constexpr (DIR == Direction::Output) { in FormattedCharacterIO() 175 template <typename A, Direction DIR> 189 if constexpr (DIR == Direction::Output) { in FormattedLogicalIO() [all …]
|
/external/llvm-project/compiler-rt/lib/tsan/go/ |
D | buildgo.sh | 158 DIR=$(mktemp -qd /tmp/gotsan.XXXXXXXXXX) 160 rm -rf $DIR 164 DIR=. 169 rm -f $DIR/gotsan.cpp 171 cat $F >> $DIR/gotsan.cpp 185 $CC $DIR/gotsan.cpp -c -o $DIR/race_debug_$SUFFIX.syso $DEBUG_FLAGS $CFLAGS 191 echo $CC gotsan.cpp -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS 193 $CC $DIR/gotsan.cpp -c -o $DIR/race_$SUFFIX.syso $FLAGS $CFLAGS 195 $CC $OSCFLAGS $ARCHCFLAGS test.c $DIR/race_$SUFFIX.syso -g -o $DIR/test $OSLDFLAGS $LDFLAGS 199 if nm $DIR/race_$SUFFIX.syso | grep -q __libc_; then [all …]
|
/external/llvm-project/openmp/runtime/src/include/ |
D | omp_lib.h.var | 453 !DIR$ IF(__INTEL_COMPILER.GE.1400) 454 !DIR$ attributes known_intrinsic :: omp_init_lock 455 !DIR$ ENDIF 461 !DIR$ IF(__INTEL_COMPILER.GE.1400) 462 !DIR$ attributes known_intrinsic :: omp_destroy_lock 463 !DIR$ ENDIF 469 !DIR$ IF(__INTEL_COMPILER.GE.1400) 470 !DIR$ attributes known_intrinsic :: omp_set_lock 471 !DIR$ ENDIF 477 !DIR$ IF(__INTEL_COMPILER.GE.1400) [all …]
|
/external/tensorflow/tensorflow/java/maven/ |
D | run_inside_container.sh | 69 cd "${DIR}/libtensorflow" 72 cd "${DIR}" 76 NATIVE_DIR="${DIR}/libtensorflow_jni/src/main/resources/org/tensorflow/native" 109 cd "${DIR}" 113 NATIVE_DIR="${DIR}/libtensorflow_jni_gpu/src/main/resources/org/tensorflow/native" 134 cd "${DIR}" 151 rm -rf "${DIR}/proto/tmp" 155 mkdir -p "${DIR}/proto/tmp/protoc" 156 unzip -d "${DIR}/proto/tmp/protoc" "/tmp/protoc.zip" 162 mkdir -p "${DIR}/proto/tmp/src" [all …]
|