Home
last modified time | relevance | path

Searched full:txt (Results 1 – 25 of 18289) sorted by relevance

12345678910>>...732

/external/toybox/tests/
Dvi.test6 cp $FILES/vi/ascii.txt in.txt
7 cp $FILES/vi/dd_first.in cmd.txt
8 cp $FILES/vi/ascii_dd_first.out out.txt
11 "vi -s cmd.txt in.txt 1>/dev/null 2>/dev/null && cmp in.txt out.txt && echo yes" "yes\n" "" ""
14 rm in.txt cmd.txt out.txt
17 cp $FILES/vi/ascii.txt in.txt
18 cp $FILES/vi/dd_last.in cmd.txt
19 cp $FILES/vi/ascii_dd_last.out out.txt
22 "vi -s cmd.txt in.txt 1>/dev/null 2>/dev/null && cmp in.txt out.txt && echo yes" "yes\n" "" ""
25 rm in.txt cmd.txt out.txt
[all …]
Dunzip.test14 testing "-l" "unzip -l $FILES/zip/example.zip d1/d2/x.txt && [ ! -f d1/d2/x.txt ] && echo okay" "\
18 1024 2017-06-04 08:45 d1/d2/x.txt\n\
24 testing "-lq" "unzip -lq $FILES/zip/example.zip d1/d2/x.txt && [ ! -f d1/d2/x.txt ] && echo okay" "\
27 1024 2017-06-04 08:45 d1/d2/x.txt\n\
33 testing "-lv" "unzip -lv $FILES/zip/example.zip d1/d2/x.txt && [ ! -f d1/d2/file ] && echo okay" "\
37 1024 Defl:N 11 99% 2017-06-04 08:45 48d7f063 d1/d2/x.txt\n\
43 testing "-v" "unzip -v $FILES/zip/example.zip d1/d2/x.txt && [ ! -f d1/d2/file ] && echo okay" "\
47 1024 Defl:N 11 99% 2017-06-04 08:45 48d7f063 d1/d2/x.txt\n\
53 … "one file" "unzip -q $FILES/zip/example.zip d1/d2/a.txt && [ ! -f d1/d2/b.txt ] && cat d1/d2/a.tx…
55 …/example.zip && [ -f d1/d2/a.txt ] && [ -f d1/d2/b.txt ] && [ -f d1/d2/c.txt ] && [ -f d1/d2/empty…
[all …]
Dls.test13 echo "test file1" > lstest/file1.txt
14 echo "test file2" > lstest/file2.txt
20 testing "no argument" "$IN && ls; $OUT" "dir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
21 …h -C: test column spacing equals 2" "$IN && ls -C; $OUT" "dir1 dir2 file1.txt file2.txt\n" "" ""
22 …h -x: test column spacing equals 2" "$IN && ls -x; $OUT" "dir1 dir2 file1.txt file2.txt\n" "" ""
23 testing "with wild char" "$IN && ls file*; $OUT" "file1.txt\nfile2.txt\n" "" ""
24 testing "with wild char - long listing" "$IN && ls -1 file*; $OUT" "file1.txt\nfile2.txt\n" "" ""
25 testing "with -p" "$IN && ls -p; $OUT" "dir1/\ndir2/\nfile1.txt\nfile2.txt\n" "" ""
27 ".\n..\n.hfile1\ndir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
29 ".hfile1\ndir1\ndir2\nfile1.txt\nfile2.txt\n" "" ""
[all …]
/external/rust/crates/quiche/deps/boringssl/src/
Dsources.cmake9 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt
10 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt
11 crypto/cipher_extra/test/aes_128_cbc_sha256_tls_tests.txt
12 crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt
13 crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt
14 crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt
15 crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt
16 crypto/cipher_extra/test/aes_128_gcm_tests.txt
17 crypto/cipher_extra/test/aes_192_gcm_tests.txt
18 crypto/cipher_extra/test/aes_256_cbc_sha1_tls_implicit_iv_tests.txt
[all …]
/external/boringssl/src/
Dsources.cmake9 crypto/blake2/blake2b256_tests.txt
10 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt
11 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt
12 crypto/cipher_extra/test/aes_128_cbc_sha256_tls_tests.txt
13 crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt
14 crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt
15 crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt
16 crypto/cipher_extra/test/aes_128_gcm_randnonce_tests.txt
17 crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt
18 crypto/cipher_extra/test/aes_128_gcm_tests.txt
[all …]
/external/openscreen/third_party/boringssl/
DBUILD.generated_tests.gni98 "src/crypto/blake2/blake2b256_tests.txt",
99 "src/crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt",
100 "src/crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt",
101 "src/crypto/cipher_extra/test/aes_128_cbc_sha256_tls_tests.txt",
102 "src/crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt",
103 "src/crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt",
104 "src/crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt",
105 "src/crypto/cipher_extra/test/aes_128_gcm_randnonce_tests.txt",
106 "src/crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt",
107 "src/crypto/cipher_extra/test/aes_128_gcm_tests.txt",
[all …]
/external/llvm-project/llvm/test/tools/llvm-ar/
Dmove-before.test3 RUN: touch %t1.txt
4 RUN: touch %t2.txt
5 RUN: touch %t3.txt
6 RUN: touch %t4.txt
10 RUN: llvm-ar rc %t-one.a %t1.txt %t2.txt %t3.txt
11 RUN: llvm-ar mb %t2.txt %t-one.a %t3.txt
14 ONE: 1.txt
15 ONE-NEXT: 3.txt
16 ONE-NEXT: 2.txt
20 RUN: llvm-ar rc %t-front.a %t1.txt %t2.txt %t3.txt
[all …]
Dmove-after.test3 RUN: touch %t1.txt
4 RUN: touch %t2.txt
5 RUN: touch %t3.txt
6 RUN: touch %t4.txt
10 RUN: llvm-ar rc %t-one.a %t1.txt %t2.txt %t3.txt
11 RUN: llvm-ar ma %t1.txt %t-one.a %t3.txt
14 ONE: 1.txt
15 ONE-NEXT: 3.txt
16 ONE-NEXT: 2.txt
20 RUN: llvm-ar rc %t-back.a %t1.txt %t2.txt %t3.txt
[all …]
Dfull-path-option.test5 RUN: echo hello-a > a/foo.txt
6 RUN: echo hello-b > b/foo.txt
7 RUN: echo hello-parent > foo.txt
10 RUN: rm -f noop.a && llvm-ar rcP noop.a foo.txt
18 # Looking up a/foo.txt in a regular archive will fail with P because it is
19 # added to the archive as foo.txt.
21 RUN: llvm-ar rcS display.a a/foo.txt foo.txt b/foo.txt
22 RUN: llvm-ar t display.a a/foo.txt | FileCheck %s --check-prefix=DISPLAY-FOUND --match-full-lines
23 RUN: not llvm-ar tP display.a a/foo.txt 2>&1 | FileCheck %s --check-prefix=DISPLAY-NOT-FOUND
25 DISPLAY-FOUND: foo.txt
[all …]
Dcount.test7 RUN: echo hello > %t/x/foo.txt
8 RUN: echo cool > %t/y/foo.txt
9 RUN: echo world > %t/z/foo.txt
10 RUN: echo fizz > %t/x/bar.txt
11 RUN: echo buzz > %t/y/bar.txt
12 RUN: echo fizbuz > %t/z/bar.txt
13 RUN: llvm-ar rc %t/archive.a %t/x/foo.txt %t/y/foo.txt %t/z/foo.txt \
14 RUN: %t/x/bar.txt %t/y/bar.txt %t/z/bar.txt
18 LIST-MEMBERS: foo.txt
19 LIST-MEMBERS-NEXT: foo.txt
[all …]
Dinsert-before.test3 RUN: touch %t1.txt
4 RUN: touch %t2.txt
5 RUN: touch %t3.txt
6 RUN: touch %t4.txt
10 RUN: llvm-ar rc %t-one.a %t1.txt %t2.txt
11 RUN: llvm-ar rb %t2.txt %t-one.a %t3.txt
14 ONE: 1.txt
15 ONE-NEXT: 3.txt
16 ONE-NEXT: 2.txt
20 RUN: llvm-ar rc %t-front.a %t1.txt %t2.txt
[all …]
Dinsert-after.test3 RUN: touch %t1.txt
4 RUN: touch %t2.txt
5 RUN: touch %t3.txt
6 RUN: touch %t4.txt
10 RUN: llvm-ar rc %t-one.a %t1.txt %t2.txt
11 RUN: llvm-ar ra %t1.txt %t-one.a %t3.txt
14 ONE: 1.txt
15 ONE-NEXT: 3.txt
16 ONE-NEXT: 2.txt
20 RUN: llvm-ar rc %t-back.a %t1.txt %t2.txt
[all …]
/external/boringssl/
DBUILD.generated_tests.bzl155 "src/crypto/blake2/blake2b256_tests.txt",
156 "src/crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt",
157 "src/crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt",
158 "src/crypto/cipher_extra/test/aes_128_cbc_sha256_tls_tests.txt",
159 "src/crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt",
160 "src/crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt",
161 "src/crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt",
162 "src/crypto/cipher_extra/test/aes_128_gcm_randnonce_tests.txt",
163 "src/crypto/cipher_extra/test/aes_128_gcm_siv_tests.txt",
164 "src/crypto/cipher_extra/test/aes_128_gcm_tests.txt",
[all …]
/external/angle/scripts/code_generation_hashes/
DGL_CTS_(dEQP)_build_files.json8 "third_party/VK-GL-CTS/src/CMakeLists.txt":
10 "third_party/VK-GL-CTS/src/execserver/CMakeLists.txt":
12 "third_party/VK-GL-CTS/src/executor/CMakeLists.txt":
14 "third_party/VK-GL-CTS/src/external/amber/CMakeLists.txt":
16 "third_party/VK-GL-CTS/src/external/glslang/CMakeLists.txt":
18 "third_party/VK-GL-CTS/src/external/libpng/CMakeLists.txt":
20 "third_party/VK-GL-CTS/src/external/openglcts/CMakeLists.txt":
22 "third_party/VK-GL-CTS/src/external/openglcts/modules/CMakeLists.txt":
24 "third_party/VK-GL-CTS/src/external/openglcts/modules/common/CMakeLists.txt":
26 "third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/CMakeLists.txt":
[all …]
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
Dsanitizer_coverage_allowlist_blocklist.cpp1 // Tests -fsanitize-coverage-allowlist=allowlist.txt and
2 // -fsanitize-coverage-blocklist=blocklist.txt with libFuzzer-like coverage
15 // RUN: echo -e "src:*\nfun:*" > al_all.txt
16 // RUN: echo -e "" > al_none.txt
17 // RUN: echo -e "src:%s\nfun:*" > al_file.txt
18 // RUN: echo -e "src:*\nfun:*bar*" > al_bar.txt
19 // RUN: echo -e "src:*\nfun:*foo*" > al_foo.txt
20 // RUN: echo -e "src:*" > bl_all.txt
21 // RUN: echo -e "" > bl_none.txt
22 // RUN: echo -e "src:%s" > bl_file.txt
[all …]
/external/pdfium/core/fpdfdoc/
Dcpdf_nametree_unittest.cpp50 AddLimitsArray(pKid1, "9.txt", "1.txt"); in FillNameTreeDict()
55 AddLimitsArray(pKid2, "1.txt", "5.txt"); in FillNameTreeDict()
60 AddLimitsArray(pKid3, "9.txt", "9.txt"); in FillNameTreeDict()
62 AddNameKeyValue(pNames, "9.txt", 999); in FillNameTreeDict()
65 AddLimitsArray(pKid4, "2.txt", "1.txt"); in FillNameTreeDict()
67 AddNameKeyValue(pNames, "1.txt", 111); in FillNameTreeDict()
68 AddNameKeyValue(pNames, "2.txt", 222); in FillNameTreeDict()
70 AddLimitsArray(pKid5, "3.txt", "5.txt"); in FillNameTreeDict()
72 AddNameKeyValue(pNames, "3.txt", 333); in FillNameTreeDict()
73 AddNameKeyValue(pNames, "5.txt", 555); in FillNameTreeDict()
[all …]
/external/e2fsprogs/tests/f_unshare_blocks_no_space/
Dexpect.118 File /file4.txt (inode #24, mod time Mon Mar 5 20:30:04 2018)
20 /file18.txt (inode #32, mod time Mon Mar 5 20:30:04 2018)
21 /file6.txt (inode #31, mod time Mon Mar 5 20:30:04 2018)
22 /file12.txt (inode #30, mod time Mon Mar 5 20:30:04 2018)
23 /file3.txt (inode #29, mod time Mon Mar 5 20:30:04 2018)
24 /file9.txt (inode #28, mod time Mon Mar 5 20:30:04 2018)
25 /file8.txt (inode #27, mod time Mon Mar 5 20:30:04 2018)
26 /file15.txt (inode #26, mod time Mon Mar 5 20:30:04 2018)
27 /file20.txt (inode #25, mod time Mon Mar 5 20:30:04 2018)
30 File /file20.txt (inode #25, mod time Mon Mar 5 20:30:04 2018)
[all …]
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/AMDGPU/
Dsubtarget.ll10 ; RUN: llvm-objdump -D --arch-name=amdgcn --mcpu=gfx1033 %t.o > %t-specify.txt
11 ; RUN: llvm-objdump -D %t.o > %t-detect.txt
12 ; RUN: diff %t-specify.txt %t-detect.txt
15 ; RUN: llvm-objdump -D --arch-name=amdgcn --mcpu=gfx1032 %t.o > %t-specify.txt
16 ; RUN: llvm-objdump -D %t.o > %t-detect.txt
17 ; RUN: diff %t-specify.txt %t-detect.txt
20 ; RUN: llvm-objdump -D --arch-name=amdgcn --mcpu=gfx1031 %t.o > %t-specify.txt
21 ; RUN: llvm-objdump -D %t.o > %t-detect.txt
22 ; RUN: diff %t-specify.txt %t-detect.txt
25 ; RUN: llvm-objdump -D --arch-name=amdgcn --mcpu=gfx1030 %t.o > %t-specify.txt
[all …]
/external/openscreen/discovery/dnssd/public/
Ddns_sd_txt_record_unittest.cc15 DnsSdTxtRecord txt; in TEST() local
17 EXPECT_TRUE(txt.SetValue("key", data).ok()); in TEST()
18 EXPECT_TRUE(txt.GetValue("KEY").is_value()); in TEST()
20 EXPECT_TRUE(txt.SetFlag("KEY2", true).ok()); in TEST()
21 ASSERT_TRUE(txt.GetFlag("key2").is_value()); in TEST()
22 EXPECT_TRUE(txt.GetFlag("key2").value()); in TEST()
26 DnsSdTxtRecord txt; in TEST() local
27 EXPECT_TRUE(txt.SetValue("key", std::vector<uint8_t>{}).ok()); in TEST()
28 ASSERT_TRUE(txt.GetValue("key").is_value()); in TEST()
29 EXPECT_EQ(txt.GetValue("key").value().get().size(), size_t{0}); in TEST()
[all …]
/external/icu/icu4c/source/data/translit/
Droot.txt5 * File: root.txt
15 resource:process(transliterator){"Latin_ASCII.txt"}
21 resource:process(transliterator){"Any_Accents.txt"}
30 resource:process(transliterator){"Any_Accents.txt"}
36 resource:process(transliterator){"Any_Publishing.txt"}
42 resource:process(transliterator){"Arab_Latn.txt"}
60 resource:process(transliterator){"Latn_Armn.txt"}
72 resource:process(transliterator){"Beng_Arab.txt"}
78 resource:process(transliterator){"Beng_Deva.txt"}
84 resource:process(transliterator){"Beng_Gujr.txt"}
[all …]
/external/llvm-project/clang/unittests/Tooling/Syntax/
DBuildTreeTest.cpp4 // See https://llvm.org/LICENSE.txt for license information.
91 R"txt( in TEST_P()
115 )txt")); in TEST_P()
124 R"txt( in TEST_P()
141 )txt")); in TEST_P()
149 R"txt( in TEST_P()
174 )txt")); in TEST_P()
183 R"txt( in TEST_P()
192 )txt")); in TEST_P()
203 {R"txt( in TEST_P()
[all …]
/external/kotlinc/license/
DREADME.md1 The Apache 2 license (given in full in [LICENSE.txt](LICENSE.txt)) applies to all code in this repo…
11 - License: BSD ([license/third_party/asm_license.txt][asm])
15 - License: BSD ([license/third_party/asm_license.txt][asm])
19 - License: BSD ([license/third_party/asm_license.txt][asm])
23 - License: MIT ([license/third_party/pcollections_LICENSE.txt][pcollections])
27 - License: BSD ([license/third_party/asm_license.txt][asm])
31 - License: BSD ([license/third_party/asm_license.txt][asm])
35 - License: BSD ([license/third_party/dart_LICENSE.txt][dart])
39 - License: BSD ([license/third_party/dart_LICENSE.txt][dart])
43 - License: Netscape Public License 1.1 ([license/third_party/rhino_LICENSE.txt][rhino])
[all …]
/external/libabigail/tests/
Dtest-diff-dwarf.cc47 "data/test-diff-dwarf/test0-report.txt",
48 "output/test-diff-dwarf/test0-report.txt"
53 "data/test-diff-dwarf/test1-report.txt",
54 "output/test-diff-dwarf/test1-report.txt"
59 "data/test-diff-dwarf/test2-report.txt",
60 "output/test-diff-dwarf/test2-report.txt"
65 "data/test-diff-dwarf/test3-report.txt",
66 "output/test-diff-dwarf/test3-report.txt"
71 "data/test-diff-dwarf/test3-report.txt",
72 "output/test-diff-dwarf/test3-report.txt"
[all …]
/external/llvm-project/llvm/test/Other/
Dlit-globbing.ll2 RUN: echo TA > %t/TA.txt
3 RUN: echo TB > %t/TB.txt
4 RUN: echo TAB > %t/TAB.txt
10 RUN: echo %t/T?.txt | FileCheck -check-prefix=QUESTION %s
11 RUN: echo %t/'T'?.txt | FileCheck -check-prefix=QUESTION %s
13 RUN: echo %t/T??.txt | FileCheck -check-prefix=QUESTION2 %s
14 RUN: echo %t/'T'??.txt | FileCheck -check-prefix=QUESTION2 %s
16 RUN: echo 'T*' 'T?.txt' 'T??.txt' | FileCheck -check-prefix=QUOTEDARGS %s
18 STAR-NOT: TB.txt
19 STAR: {{(TA.txt.*TAB.txt|TAB.txt.*TA.txt)}}
[all …]
/external/deqp/external/openglcts/scripts/
Dbuild_mustpass.py112 filters = [include("gles2-master.txt")]),
121 filters = [include("gles3-master.txt")]),
130 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
137 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
144 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
151 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
159 filters = [include("gles3-master.txt"),
160 include("gles3-multisample.txt"),
161 exclude("gles3-multisample-issues.txt")]),
170 filters = [include("gles3-master.txt"),
[all …]

12345678910>>...732