Home
last modified time | relevance | path

Searched refs:DATA (Results 1 – 25 of 1780) sorted by relevance

12345678910>>...72

/external/openssh/regress/
Dmultiplex.sh13 DATA=/bin/ls${EXEEXT}
38 ${SSH} -F $OBJ/ssh_config -S$CTL otherhost cat ${DATA} > ${COPY}
39 test -f ${COPY} || fail "ssh -Sctl: failed copy ${DATA}"
40 cmp ${DATA} ${COPY} || fail "ssh -Sctl: corrupted copy of ${DATA}"
44 ${SSH} -F $OBJ/ssh_config -S $CTL otherhost cat ${DATA} > ${COPY}
45 test -f ${COPY} || fail "ssh -S ctl: failed copy ${DATA}"
46 cmp ${DATA} ${COPY} || fail "ssh -S ctl: corrupted copy of ${DATA}"
50 echo "get ${DATA} ${COPY}" | \
52 test -f ${COPY} || fail "sftp: failed copy ${DATA}"
53 cmp ${DATA} ${COPY} || fail "sftp: corrupted copy of ${DATA}"
[all …]
Dsftp-cmds.sh10 DATA=/bin/ls${EXEEXT}
86 echo "get $DATA $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
88 cmp $DATA ${COPY} || fail "corrupted copy after get"
92 echo "get \"$DATA\" $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
94 cmp $DATA ${COPY} || fail "corrupted copy after get"
98 cp $DATA ${QUOTECOPY}
107 cp $DATA "$SPACECOPY"
114 cp $DATA "$GLOBMETACOPY"
123 echo "get $DATA ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
125 cmp $DATA ${COPY}.dd/`basename $DATA` || fail "corrupted copy after get"
[all …]
Dscp.sh15 DATA=/bin/ls${EXEEXT}
33 $SCP $scpopts ${DATA} ${COPY} || fail "copy failed"
34 cmp ${DATA} ${COPY} || fail "corrupted copy"
38 $SCP $scpopts ${DATA} somehost:${COPY} || fail "copy failed"
39 cmp ${DATA} ${COPY} || fail "corrupted copy"
43 $SCP $scpopts somehost:${DATA} ${COPY} || fail "copy failed"
44 cmp ${DATA} ${COPY} || fail "corrupted copy"
48 cp ${DATA} ${COPY}
54 cp ${DATA} ${COPY}
60 cp ${DATA} ${COPY}
[all …]
Dtransfer.sh6 DATA=/bin/ls${EXEEXT}
12 ${SSH} -n -q -$p -F $OBJ/ssh_proxy somehost cat ${DATA} > ${COPY}
14 fail "ssh cat $DATA failed"
16 cmp ${DATA} ${COPY} || fail "corrupted copy"
21 dd if=$DATA obs=${s} 2> /dev/null | \
24 fail "ssh cat $DATA failed"
26 cmp $DATA ${COPY} || fail "corrupted copy"
Drekey.sh6 DATA=${OBJ}/data
10 rm -f ${COPY} ${LOG} ${DATA}
11 touch ${DATA}
12 dd if=/bin/ls${EXEEXT} of=${DATA} bs=1k seek=511 count=1 > /dev/null 2>&1
17 cat $DATA | \
24 cmp $DATA ${COPY} || fail "corrupted copy"
32 rm -f ${COPY} ${LOG} ${DATA}
Dputty-transfer.sh6 DATA=/bin/ls
23 -i putty.rsa$p 127.0.0.1 cat ${DATA} > ${COPY}
25 fail "ssh cat $DATA failed"
27 cmp ${DATA} ${COPY} || fail "corrupted copy"
32 dd if=$DATA obs=${s} 2> /dev/null | \
37 fail "ssh cat $DATA failed"
39 cmp $DATA ${COPY} || fail "corrupted copy"
Dstderr-after-eof.sh6 DATA=/etc/motd
7 DATA=${OBJ}/data
23 rm -f ${DATA} ${COPY}
24 cp /dev/null ${DATA}
26 (date;echo $i) | $CHECKSUM >> ${DATA}
Dsftp.sh6 DATA=/bin/ls${EXEEXT}
12 get $DATA ${COPY}.1
13 put $DATA ${COPY}.2
29 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
30 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
Dssh-com-sftp.sh6 DATA=/bin/ls${EXEEXT}
12 get $DATA ${COPY}.1
13 put $DATA ${COPY}.2
60 cmp $DATA ${COPY}.1 || fail "corrupted copy after get"
61 cmp $DATA ${COPY}.2 || fail "corrupted copy after put"
Dconch-ciphers.sh6 DATA=/bin/ls
24 127.0.0.1 "cat ${DATA}" 2>/dev/null | cat > ${COPY}
26 fail "ssh cat $DATA failed"
28 cmp ${DATA} ${COPY} || fail "corrupted copy"
Dputty-ciphers.sh6 DATA=/bin/ls
22 127.0.0.1 cat ${DATA} > ${COPY}
24 fail "ssh cat $DATA failed"
26 cmp ${DATA} ${COPY} || fail "corrupted copy"
Dreexec.sh6 DATA=/bin/ls${EXEEXT}
27 cat ${DATA} > ${COPY}
29 fail "ssh cat $DATA failed"
31 cmp ${DATA} ${COPY} || fail "corrupted copy"
Dforwarding.sh5 DATA=/bin/ls${EXEEXT}
29 somehost cat $DATA > $OBJ/ls.copy
30 test -f $OBJ/ls.copy || fail "failed copy $DATA"
31 cmp $DATA $OBJ/ls.copy || fail "corrupted copy of $DATA"
Dsftp-glob.sh42 DATA=${DIR}/file
54 touch "${DATA}" "${GLOB1}" "${GLOB2}" "${QUOTE}" "${SPACE}"
58 sftp_ls "${DIR}/fil*" "file glob" "${DATA}" ""
59 sftp_ls "${BASE}/d*" "dir glob" "`basename ${DATA}`" ""
Dssh-com-client.sh70 DATA=/bin/ls${EXEEXT}
102 ${ssh2} -F ${OBJ}/ssh2_config somehost cat ${DATA} > ${COPY}
106 cmp ${DATA} ${COPY} || fail "ssh2 ${v} cat test (receive) data mismatch"
111 cat ${DATA} | \
116 cmp ${DATA} ${COPY} || \
Dsftp-batch.sh6 DATA=/bin/ls${EXEEXT}
13 get $DATA $COPY
27 get $DATA $COPY
/external/icu4c/test/cintltst/
Dcposxtst.c41 const char* DATA[] = { in TestMessageCatalog() local
71 for (i=0; DATA[i]!=NULL; i+=4) { in TestMessageCatalog()
72 int32_t set_num = T_CString_stringToInteger(DATA[i], 10); in TestMessageCatalog()
73 int32_t msg_num = T_CString_stringToInteger(DATA[i+1], 10); in TestMessageCatalog()
80 u_uastrcpy(exp, DATA[i+2]); in TestMessageCatalog()
92 str, DATA[i+2]); in TestMessageCatalog()
95 if (len != (int32_t) uprv_strlen(DATA[i+2])) { in TestMessageCatalog()
97 len, uprv_strlen(DATA[i+2])); in TestMessageCatalog()
100 if (uprv_strcmp(err, DATA[i+3]) != 0) { in TestMessageCatalog()
102 err, DATA[i+3]); in TestMessageCatalog()
Dutransts.c493 const char* DATA[] = { in TestFilter() local
502 int32_t DATA_length = sizeof(DATA) / sizeof(DATA[0]); in TestFilter()
515 u_charsToUChars(DATA[i], filt, (int32_t)strlen(DATA[i])+1); in TestFilter()
525 u_charsToUChars(DATA[i+1], buf, (int32_t)strlen(DATA[i+1])+1); in TestFilter()
536 u_charsToUChars(DATA[i+2], exp, (int32_t)strlen(DATA[i+2])+1); in TestFilter()
538 log_verbose("Ok: %s | %s -> %s\n", DATA[i+1], DATA[i], cbuf); in TestFilter()
540 log_err("FAIL: %s | %s -> %s, expected %s\n", DATA[i+1], DATA[i], cbuf, DATA[i+2]); in TestFilter()
/external/icu4c/test/intltest/
Dtranstst.cpp404 const char* DATA[] = { in TestRuleBasedInverse() local
413 int32_t DATA_length = (int32_t)(sizeof(DATA) / sizeof(DATA[0])); in TestRuleBasedInverse()
426 expect(*fwd, DATA[i], DATA[i+1]); in TestRuleBasedInverse()
427 expect(*rev, DATA[i+1], DATA[i]); in TestRuleBasedInverse()
450 const char* DATA[] = { in TestKeyboard() local
461 keyboardAux(*t, DATA, (int32_t)(sizeof(DATA)/sizeof(DATA[0]))); in TestKeyboard()
482 const char* DATA[] = { in TestKeyboard2() local
496 keyboardAux(*t, DATA, (int32_t)(sizeof(DATA)/sizeof(DATA[0]))); in TestKeyboard2()
510 const char* DATA[] = { in TestKeyboard3() local
530 keyboardAux(*t, DATA, (int32_t)(sizeof(DATA)/sizeof(DATA[0]))); in TestKeyboard3()
[all …]
Dtzregts.cpp601 int32_t DATA [] = { in Test4154542() local
623 UBool shouldBeGood = (DATA[i] == GOOD); in Test4154542()
624 int32_t month = DATA[i+1]; in Test4154542()
625 int32_t day = DATA[i+2]; in Test4154542()
626 int32_t dayOfWeek = DATA[i+3]; in Test4154542()
627 int32_t time = DATA[i+4]; in Test4154542()
709 int32_t DATA [] = { in Test4154525() local
720 int32_t savings = DATA[i]; in Test4154525()
721 UBool valid = DATA[i+1] == GOOD; in Test4154525()
773 int32_t DATA []= { in Test4154650() local
[all …]
Ddtifmtts.cpp346 const char* DATA[] = { in testFormat() local
997 expect(DATA, ARRAY_SIZE(DATA)); in testFormat()
1069 const char* DATA[] = { in testFormatUserDII() local
1117 expectUserDII(DATA, ARRAY_SIZE(DATA)); in testFormatUserDII()
1178 const char* DATA[] = { in testStress() local
1235 …stress(DATA, ARRAY_SIZE(DATA), Locale(testLocale[localeIndex][0], testLocale[localeIndex][1], test… in testStress()
/external/icu4c/data/unidata/
Ducdterms.txt1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
9 INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"),
12 DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
32 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
39 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
/external/iptables/extensions/
Dlibxt_sctp.man10 Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOK…
14 DATA I U B E i u b e
26 iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA,INIT \-j DROP
28 iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA:Be \-j ACCEPT
/external/icu4c/
Dunicode-license.txt1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
12 DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES
13 ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND
15 YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA
37 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
42 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
45 DATA FILES OR SOFTWARE.
/external/llvm/test/Object/
Dreadobj-shared-object.test34 ELF: _GLOBAL_OFFSET_TABLE_ DATA {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} absolute
35 ELF: _DYNAMIC DATA {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} absolute
36 ELF: common_sym DATA {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} global
37 ELF: tls_sym DATA {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} global,th…
38 ELF: defined_sym DATA {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} global
47 ELF: common_sym DATA {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} global
48 ELF: tls_sym DATA {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} global,th…
49 ELF: defined_sym DATA {{[0-9a-f]+}} {{[0-9a-f]+}} {{[0-9a-f]+}} global

12345678910>>...72