Home
last modified time | relevance | path

Searched +full:ls +full:- +full:files (Results 1 – 25 of 889) sorted by relevance

12345678910>>...36

/external/swiftshader/third_party/llvm-7.0/llvm/test/ThinLTO/X86/
Dcache.ll3 ; RUN: opt -module-summary %s -o %t.bc
4 ; RUN: opt -module-summary %p/Inputs/cache.ll -o %t2.bc
7 ; RUN: rm -Rf %t.cache && mkdir %t.cache
8 ; RUN: llvm-lto -thinlto-action=run -exported-symbol=globalfunc %t2.bc %t.bc -thinlto-cache-dir %t.…
9 ; RUN: ls %t.cache/llvmcache.timestamp
10 ; RUN: ls %t.cache | count 1
12 ; Verify that enabling caching is ignoring module without hash with llvm-lto2
13 ; RUN: rm -Rf %t.cache
14 ; RUN: llvm-lto2 run -o %t.o %t2.bc %t.bc -cache-dir %t.cache \
15 ; RUN: -r=%t2.bc,_main,plx \
[all …]
Dsave_objects.ll1 ; RUN: opt -module-hash -module-summary %s -o %t.bc
2 ; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o %t2.bc
4 ; Check that the generating object files is working without cache
5 ; RUN: rm -Rf %t.thin.out
6 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo…
7 ; RUN: ls %t.thin.out | count 2
10 ; RUN: rm -Rf %t.thin.out
11 ; RUN: rm -Rf %t.cache && mkdir %t.cache
12 ; RUN: llvm-lto -thinlto-save-objects=%t.thin.out -thinlto-action=run %t2.bc %t.bc -exported-symbo…
13 ; RUN: ls %t.thin.out | count 2
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/
Dcache.ll2 ; RUN: opt -module-summary %s -o %t.o
3 ; RUN: opt -module-summary %p/Inputs/cache.ll -o %t2.o
5 ; RUN: rm -Rf %t.cache
6 ; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold%shlibext \
7 ; RUN: --plugin-opt=thinlto \
8 ; RUN: --plugin-opt=cache-dir=%t.cache \
9 ; RUN: -o %t3.o %t2.o %t.o
12 ; RUN: ls %t.cache | count 1
17 ; RUN: opt -module-hash -module-summary %s -o %t.o
18 ; RUN: opt -module-hash -module-summary %p/Inputs/cache.ll -o %t2.o
[all …]
/external/openssh/
Dsftp.04 sftp M-bM-^@M-^S secure file transfer program
7 sftp [-1246aCfpqrv] [-B buffer_size] [-b batchfile] [-c cipher]
8 [-D sftp_server_path] [-F ssh_config] [-i identity_file] [-l limit]
9 [-o ssh_option] [-P port] [-R num_requests] [-S program]
10 [-s subsystem | sftp_server] host
13 sftp -b batchfile [user@]host
22 The second usage format will retrieve files automatically if a non-
28 The final usage format allows for automated sessions using the -b option.
29 In such cases, it is necessary to configure non-interactive
31 (see sshd(8) and ssh-keygen(1) for details).
[all …]
Dsftp.133 .Bk -words
75 The second usage format will retrieve files automatically if a non-interactive
86 In such cases, it is necessary to configure non-interactive authentication
90 .Xr ssh-keygen 1
97 .Bl -tag -width Ds
112 existing partial or complete copies of files.
118 uses when transferring files.
128 non-interactive authentication.
132 .Sq \-
138 .Ic rm , mkdir , chdir , ls ,
[all …]
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dcpufreq.sh2 # SPDX-License-Identifier: GPL-2.0
17 if [ ! -d $CPUROOT/$1/cpufreq ]; then
24 if [ -d $CPUROOT/$1/cpufreq ]; then
31 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
39 policies=$(ls $CPUFREQROOT| grep "policy[0-9].*")
48 local files=`ls $1`
52 for file in $files; do
53 if [ -f $1/$file ]; then
71 printf "%s\n\n" "------------------------------------------------"
75 # UPDATE CPUFREQ FILES
[all …]
/external/syzkaller/vendor/google.golang.org/grpc/
Dvet.sh3 if [[ `uname -a` = *"Darwin"* ]]; then
4 … running on Mac. This script does not work on Mac. See https://github.com/grpc/grpc-go/issues/2047"
8 set -ex # Exit on error; debugging enabled.
9 set -o pipefail # Fail a pipe if any sub-command fails.
23 if [ "$1" = "-install" ]; then
24 go get -d \
26 go get -u \
31 github.com/golang/protobuf/protoc-gen-go
35 PROTOC_FILENAME=protoc-${PROTOBUF_VERSION}-linux-x86_64.zip
39 bin/protoc --version
[all …]
/external/ltp/testcases/kernel/fs/fs_bind/
DREADME9 ------
15 two places at once -- somewhat like hard links for files:
18 # mount --bind mnt mnt2
20 # ls mnt2
24 use --rbind.
29 # mount --bind mnt mnt2
32 # ls mnt2
36 # mount --bind sub /mnt/foo
37 # ls mnt/foo
39 # ls mnt2/foo
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/v1.12/
Dthinlto_emit_linked_objects.ll1 ; RUN: rm -f %t*.o.thinlto.bc
2 ; RUN: rm -f %t*.o.imports
5 ; RUN: opt -module-summary %s -o %t1.o
6 ; RUN: opt -module-summary %p/Inputs/thinlto_emit_linked_objects2.ll -o %t2.o
7 ; RUN: opt %p/Inputs/thinlto_emit_linked_objects3.ll -o %t3.o
9 ; Next do the ThinLink step, specifying thinlto-index-only so that the gold
12 ; after 'thinlto-index-only='. In this version of the test, only %t1.o will
14 ; a library (--start-lib/--end-lib pair) and not strongly referenced.
16 ; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \
17 ; RUN: --plugin-opt=thinlto \
[all …]
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.01 SQUASHFS 3.0 - A squashed read-only filesystem for Linux
3 Copyright 2002-2006 Phillip Lougher <phillip@lougher.org.uk>
13 2. Files are no longer limited to 4 GB. In theory the maximum
25 7. Special support for files larger than 256 MB has been added to
33 There is a new Unsquashfs utility (in squashfs-tools) than can be used to
40 -------------
44 SYNTAX: unsquashfs [-ls | -dest] filesystem
45 -version print version, licence and copyright information
46 -info print files as they are unsquashed
47 -ls list filesystem only
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/
Dcros_gs.py2 # Use of this source code is governed by a BSD-style license that can be
16 GS_BUCKET = 'gs://chromeos-touchpad'
17 GS_BUCKET_PUBLIC = GS_BUCKET + '-public'
38 untar_cmd_str = 'tar xf %s -C %s'
62 self.ls_cmd = '{0} {1} {2}/%s'.format(_cmd_prefix, 'ls', bucket)
69 def ls(self, files=''): member in CrosGs
70 """ls the files in the selected bucket."""
71 simple_system(self.ls_cmd % files)
77 cp_flag = '-R' if os.path.isdir(data) else ''
79 msg = '\nGesture event files have been uploaded to "%s"\n'
[all …]
/external/autotest/server/cros/tradefed_test_unittest_data/
DCtsDeqpTestCases-trimmed.txt1 07-24 22:32:21 I/CompatibilityTest: Starting 17 modules on chromeos4-row6-rack11-host11:22
2 07-24 22:32:22 I/ConsoleReporter: [chromeos4-row6-rack11-host11:22] Starting armeabi-v7a CtsDeqpTes…
3 07-24 22:32:39 I/ConsoleReporter: [1/35452 armeabi-v7a CtsDeqpTestCases chromeos4-row6-rack11-host1…
4 07-25 01:18:20 I/ConsoleReporter: [35452/35452 armeabi-v7a CtsDeqpTestCases chromeos4-row6-rack11-h…
5 07-25 01:18:26 I/ConsoleReporter: [chromeos4-row6-rack11-host11:22] armeabi-v7a CtsDeqpTestCases co…
6 07-25 01:18:29 I/ConsoleReporter: [chromeos4-row6-rack11-host11:22] Continuing armeabi-v7a CtsDeqpT…
7 07-25 01:18:30 I/ConsoleReporter: [1/81464 armeabi-v7a CtsDeqpTestCases chromeos4-row6-rack11-host1…
8 07-25 01:19:06 I/ConsoleReporter: [81464/81464 armeabi-v7a CtsDeqpTestCases chromeos4-row6-rack11-h…
9 07-25 01:19:06 I/ConsoleReporter: [chromeos4-row6-rack11-host11:22] armeabi-v7a CtsDeqpTestCases co…
10 07-25 01:19:08 I/ConsoleReporter: [chromeos4-row6-rack11-host11:22] Continuing armeabi-v7a CtsDeqpT…
[all …]
/external/linux-kselftest/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests3 # pstore_post_reboot_tests - Check pstore's behavior after crash/reboot
10 # Kselftest framework requirement - SKIP code is 4.
15 if [ -e $REBOOT_FLAG ]; then
22 prlog -n "Mounting pstore filesystem ... "
24 if [ $? -eq 0 ]; then
25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
28 mount none /sys/fs/pstore -t pstore
29 if [ $? -eq 0 ]; then
30 mount_point=`grep pstore /proc/mounts | cut -d' ' -f2 | head -n1`
40 prlog -n "Checking dmesg files exist in pstore filesystem ... "
[all …]
/external/grpc-grpc/examples/ruby/
Dgrpc-demo.gemspec1 # -*- ruby -*-
2 # encoding: utf-8
5 s.name = 'grpc-demo'
13 s.files = `git ls-files -- ruby/*`.split("\n")
14 s.executables = `git ls-files -- ruby/greeter*.rb ruby/route_guide/*.rb`.split("\n").map do |f|
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_tester.py4 # Use of this source code is governed by a BSD-style license that can be
30 gen_obj.Main(['--obj_num', str(obj_num), '--bad_obj_num', str(bad_obj_num)])
92 'tail -n1'))
93 ls = out.splitlines()
94 self.assertEqual(len(ls), 1)
95 line = ls[0]
113 """Generate [100-1000] object files, and 1-5% of which are bad ones."""
125 """Cleanup temp files."""
154 '--get_initial_items', './gen_init_list.py', '--switch_to_good',
155 './switch_to_good.py', '--switch_to_bad', './switch_to_bad.py',
[all …]
/external/toybox/toys/posix/
Dls.c1 /* ls.c - list files
6 * See http://opengroup.org/onlinepubs/9699919799/utilities/ls.html
9 * add -b (and default to it instead of -q for an unambiguous representation
11 * add -Z -ll --color
12 * Posix says the -l date format should vary based on how recent it is
13 * and we do --time-style=long-iso instead
15 USE_LS(NEWTOY(ls, "(color):;(full-time)(show-control-chars)ZgoACFHLRSabcdfhikl@mnpqrstux1[-Cxm1][-C…
17 config LS
18 bool "ls"
21 usage: ls [-ACFHLRSZacdfhiklmnpqrstux1] [--color[=auto]] [directory...]
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
Dmdate-sh2 # Get modification time of a file or directory and pretty-print it.
4 scriptversion=2010-08-21.06; # UTC
6 # Copyright (C) 1995-2013 Free Software Foundation, Inc.
28 # bugs to <bug-automake@gnu.org> or send patches to
29 # <automake-patches@gnu.org>.
31 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
34 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
36 alias -g '${1+"$@"}'='"$@"'
42 echo "$0: No file. Try '$0 --help' for more information." 1>&2
45 -h | --h*)
[all …]
/external/u-boot/board/buffalo/lsxl/
DREADME2 -----
3 The Buffalo Linkstation Pro/Live, codename LS-XHL and LS-CHLv2, is a single
4 disk NAS server. The PCBs of the LS-XHL and LS-CHLv2 are almost the same.
5 The LS-XHL has a faster CPU and more RAM with a wider data bus, therefore
6 the LS-XHL PCB has two SDRAM chips. Both have a Kirkwood CPU (Marvell
7 88F6281). The only on-board storage is a 4 Mbit SPI flash which stores the
13 -----------
29 second, while powering-on the device. The status LED turns solid amber if
32 Pressing the same button for at least 10 seconds on power-up will erase the
35 - blinking blue, for about one second
[all …]
/external/grpc-grpc/doc/
Dcommand_line_tool.md8 At this point, the tool needs to be built from source, and it should be moved out to grpc-tools rep…
15 - Send unary rpc.
16 - Attach metadata and display received metadata.
17 - Handle common authentication to server.
18 - Infer request/response types from server reflection result.
19 - Find the request/response types from a given proto file.
20 - Read proto request in text form.
21 - Read request in wire form (for protobuf messages, this means serialized binary form).
22 - Display proto response in text form.
23 - Write response in wire form to a file.
[all …]
/external/clang/test/Modules/
Dprune.m12 // RUN: rm -rf %t
14-DIMPORT_DEPENDS_ON_MODULE -fmodules-ignore-macro=DIMPORT_DEPENDS_ON_MODULE -fmodules -fimplicit-
15-DIMPORT_DEPENDS_ON_MODULE -fmodules-ignore-macro=DIMPORT_DEPENDS_ON_MODULE -fmodules -fimplicit-
16 // RUN: ls %t | grep modules.timestamp
17 // RUN: ls -R %t | grep ^Module.*pcm
18 // RUN: ls -R %t | grep DependsOnModule.*pcm
21 // but nothing gets pruned because the module files are new enough.
22 // RUN: touch -m -a -t 201101010000 %t/modules.timestamp
23 …cc1 -fmodules -fimplicit-module-maps -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prun…
24 // RUN: ls %t | grep modules.timestamp
[all …]
/external/autotest/server/site_tests/logging_GenerateCrashFiles/
Dlogging_GenerateCrashFiles.py2 # Use of this source code is governed by a BSD-style license that can be
15 """Tests if crash files are generated when crash is invoked."""
25 @param existing files: state of crash dir before induced crash.
27 @raises TestFail error if crash files are not generated.
31 out = self.host.run('ls %s' % self.CRASH_DIR, ignore_status=True)
34 file_diff = set(current_files) - set(existing_files)
35 logging.info("Crash files diff: %s" % file_diff)
37 # Check empty files, prefix, and extension of crash files.
42 if '0' == self.host.run("du -h %s" % file_path).stdout[:1]:
44 crash_extensions.append(crash_file.split('.')[-1])
[all …]
/external/icu/icu4c/packaging/rpm/
Dicu.spec3 # Copyright (C) 2000-2005, International Business Machines
21 Source: icu-%{version}.tgz
22 BuildRoot: /var/tmp/%{name}-%{version}
24 ICU is a set of C and C++ libraries that provides robust and full-featured
36 not contain any of the data files needed at runtime and present in the
37 `icu' and `icu-locales` packages.
39 %package -n libicu34
42 %description -n libicu34
43 ICU is a set of C and C++ libraries that provides robust and full-featured
45 not contain any of the data files needed at runtime and present in the
[all …]
/external/v8/tools/
Dfind-commit-for-patch.py3 # Use of this source code is governed by a BSD-style license that can be
18 "--branch", "-b", default="origin/master", type=str,
19 help="Git tree-ish where to start searching for commits, "
22 "--limit", "-l", default=500, type=int,
25 "--verbose", "-v", default=False, action="store_true",
31 files = {}
35 if line.startswith("diff --git "):
36 # diff --git a/src/objects.cc b/src/objects.cc
44 if old_hash.startswith("0000000"): continue # Ignore new files.
45 files[next_file] = old_hash
[all …]
/external/vogar/src/vogar/android/
DDeviceFilesystem.java8 * http://www.apache.org/licenses/LICENSE-2.0
47 // Do some directory bootstrapping since "mkdir -p" doesn't work in adb shell. Don't bother in mkdirs()
82 public List<File> ls(File dir) throws FileNotFoundException { in ls() method in DeviceFilesystem
85 args.add("ls"); in ls()
94 List<File> files = new ArrayList<File>(); in ls() local
98 // ls: <path>: No such file or directory in ls()
104 files.add(dir); in ls()
106 files.add(new File(dir, fileString)); in ls()
109 return files; in ls()
/external/toybox/tests/
Dchmod.test10 PERM="---""--x""-w-""-wx""r--""r-x""rw-""rwx"
22 # Creating test files to test chmod command
36 rm -rf "./$type" && mkdir $type
40 rm -f "./$type" && touch $type
41 DASH=-
45 ls -ld $type | cut -d' ' -f 1 | cut -d. -f 1" "$DASH$DASHES\n" "" ""
50 rm -rf dir file && mkdir dir && touch file
53 ls -ld dir file | cut -d' ' -f 1 | cut -d. -f 1" "drwxr-x---\n-rwxr-x---\n" "" ""
55 rm -rf dir file && mkdir dir && touch file
58 ls -ld dir file | cut -d' ' -f 1 | cut -d. -f 1" "drw-rw-rw-\n-rw-rw-rw-\n" "" ""
[all …]

12345678910>>...36