Home
last modified time | relevance | path

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

12345678910>>...41

/external/libconfig/contrib/ls-config/doc/
Dbin.api.txt2 ------------
4 First place somewhere ls-config binary, or make it from source
7 it form source and then copy *.mo files according to You system
10 ------
12 Remember to call ls-config always with -f parameter,
13 wich give ls-config inormation wich config file use.
16 -g (get) for reading values (default)
17 -s (set) for store values
18 -h (help) for display help message
19 both parameter (-g and -s) nedd to give it variable path
[all …]
Dbash.api.txt2 ------------
4 First of all, You must place ls-config binary and lslib-core bash
5 script in the same directory (default: /usr/share/ls/lib)
7 Next in lslib-core header chcange configuration:
8 PACD tu point to parent directory of paced files
13 ------
16 and set his value to 1. (It protect lslib-core) to run
20 source /usr/share/ls/lib/lslib-core
25 ----------
27 cfg_g $PATH - this echo variable value of given PATH
[all …]
/external/openthread/script/
Dmake-pretty35 # script/make-pretty
39 # script/make-pretty clang
40 # script/make-pretty clang-format
41 # script/make-pretty clang-tidy
45 # script/make-pretty markdown
49 # script/make-pretty python
53 # script/make-pretty shell
57 # script/make-pretty check clang
58 # script/make-pretty check clang-format
59 # script/make-pretty check clang-tidy
[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/ltp/testcases/network/nfs/nfs_stress/
Dnfs07.sh2 # SPDX-License-Identifier: GPL-2.0-or-later
5 # DESCRIPTION: Create a large number of files and directories on NFS volume.
26 echo "-n x Create x files and x directories, default is 5000"
33 local rpath=$(nfs_get_remote_path | sed -e 's/%/%%/g')
37 tst_rhost_run -s -c "touch \$(seq -f \"$file_fmt\" -s ' ' $FILE_COUNT)"
38 tst_rhost_run -s -c "mkdir \$(seq -f \"$dir_fmt\" -s ' ' $FILE_COUNT)"
45 # Pass the list of files through `sort -u` in case `ls` doesn't filter
47 count=$(ls | grep '^file' | sort -u | wc -l)
49 if [ $count -ne $FILE_COUNT ]; then
50 tst_res TFAIL "Listing files failed: $count != $FILE_COUNT"
[all …]
/external/libconfig/contrib/ls-config/debian/
Dls-config.12 .\"https://github.com/lucas-net-pl/ls-config
5 .TH ls-config x "1" "" "Linux User's Manual"
8 ls-config \- program to use libconfig9 configuration files in bash scripts
11 .B ls-config
12 [\fB\-f\fR \fIFILE\fR]
17 You can use libcongig9 files directly invoking ls-config.
19 Remember to call ls-config always with -f parameter,
20 wich give ls-config inormation wich config file use.
26 both parameter (-g and -s) nedd to give it variable path
38 Configuration variable value (only with -s)
[all …]
Dcontrol1 Source: ls-config
5 Build-Depends: debhelper (>= 8.0.0), libconfig9
6 Standards-Version: 3.9.3
8 Vcs-Git: https://github.com/lucas-net-pl/ls-config.git
9 Vcs-Browser: https://github.com/lucas-net-pl/ls-config
11 Package: ls-config
15 This software allo to use libconfig9 style configuration files
/external/cronet/third_party/icu/scripts/
Dupdate.sh3 # Use of this source code is governed by a BSD-style license that can be
9 if [ $# -lt 1 ];
11 echo "Usage: "$0" version (e.g. '56-1')" >&2
17 # Makes ("68" "1") from "68-1".
18 readonly major_minor_version=(${version//-/ })
23 repoprefix="https://github.com/unicode-org/icu/tags/release-"
28 svn ls "${repo}" > /dev/null 2>&1 || \
34 rm -rf "${treeroot}/${file}"
40 svn export --native-eol LF "${repo}/${file}" "${treeroot}/${file}"
46 rm -rf "${treeroot}/source/${d}"
[all …]
/external/libconfig/contrib/ls-config/src/po/
Den_GB.po1 # Language en-GB translations for PACKAGE package.
8 "Project-Id-Version: 1.0\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2013-10-06 19:23+0200\n"
11 "PO-Revision-Date: 2013-09-09 23:56+0200\n"
12 "Last-Translator: Łukasz A. Grabowski <lucas@lucas.net.pl>\n"
13 "Language-Team: Language en-GB\n"
14 "Language: en-GB\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
[all …]
/external/ot-br-posix/script/
Dmake-pretty35 # script/make-pretty
39 # script/make-pretty clang
43 # script/make-pretty markdown
47 # script/make-pretty python
51 # script/make-pretty shell
55 # script/make-pretty check clang
56 # script/make-pretty check markdown
57 # script/make-pretty check python
58 # script/make-pretty check shell
61 set -euo pipefail
[all …]
/external/AFLplusplus/
Dafl-cmin.bash3 # american fuzzy lop++ - corpus minimization tool
4 # ---------------------------------------------
14 # https://www.apache.org/licenses/LICENSE-2.0
16 # This tool tries to find the smallest subset of files in the input directory
20 # - Screening large corpora of input files before using them as a seed for
21 # afl-fuzz. The tool will remove functionally redundant files and likely
24 # (In this case, you probably also want to consider running afl-tmin on
25 # the individual files later on to reduce their size.)
27 # - Minimizing the corpus generated organically by afl-fuzz, perhaps when
28 # planning to feed it to more resource-intensive tools. The tool achieves
[all …]
/external/libiio/src/CI/travis/
Dbefore_deploy1 #!/bin/sh -e
9 if [ -z "$TRAVIS_BUILD_DIR" ] ; then
10 t=$(find ./ -name CMakeCache.txt|head -1)
11 if [ -n "${t}" ] ; then
15 echo "I am confused - can't find CMakeCache.txt"
23 if [ -z "${LDIST}" -a -f "build/.LDIST" ] ; then
24 export LDIST="-$(cat build/.LDIST)"
26 if [ -z "${LDIST}" ] ; then
27 export LDIST="-$(get_ldist)"
33 for i in $(find ./ -name CMakeCache.txt)
[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/server/cros/tradefed/tradefed_utils_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/libbpf/scripts/
Dsync-kernel.sh4 echo "USAGE: ./sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>"
6 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CH…
7 …BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOINT-COMMIT."
8 echo "Set MANUAL_MODE to 1 to manually control every cherry-picked commits."
12 set -eu
14 LIBBPF_REPO=${1-""}
15 LINUX_REPO=${2-""}
16 BPF_BRANCH=${3-""}
17 BASELINE_COMMIT=${BPF_NEXT_BASELINE:-$(cat ${LIBBPF_REPO}/CHECKPOINT-COMMIT)}
18 BPF_BASELINE_COMMIT=${BPF_BASELINE:-$(cat ${LIBBPF_REPO}/BPF-CHECKPOINT-COMMIT)}
[all …]
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_test.py2 # -*- coding: utf-8 -*-
4 # 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)])
47 with open("./is_setup", "w", encoding="utf-8"):
97 "tail -n1"
100 ls = out.splitlines()
101 self.assertEqual(len(ls), 1)
102 line = ls[0]
120 """Generate [100-1000] object files, and 1-5% of which are bad ones."""
123 with open("./is_setup", "w", encoding="utf-8"):
[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/linux-kselftest/tools/testing/selftests/pstore/
Dpstore_post_reboot_tests2 # SPDX-License-Identifier: GPL-2.0-only
4 # 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`
[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/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/libsrtp2/
Dformat.sh5 # run clang-format on each .c & .h file
9 if [ -z "${CLANG_FORMAT}" ]; then
10 CLANG_FORMAT=clang-format
13 a=`git ls-files '*.h' '*.c'`
16 $CLANG_FORMAT -i -style=file $x
20 m=`git ls-files -m`
21 if [ -n "$m" ]; then
22 v=`$CLANG_FORMAT -version`
25 echo "The following files required formatting:"
29 if [ "$1" = "-d" ]; then
/external/bpftool/scripts/
Dsync-kernel.sh4 echo "USAGE: ./sync-kernel.sh <bpftool-repo> <kernel-repo>"
8 …echo " - Update the libbpf submodule, commit, and use its new checkpoints as target commits for b…
9 echo " - Cherry-pick commits from the bpf-next branch, up to the bpf-next target commit."
10 echo " - Cherry-pick commits from the bpf branch, up to the bpf target commit."
11 echo " - Update bpftool's version number based on bpf-next's kernel version and target commit."
12 echo " - Create a new commit with the updated version and checkpoints."
13 echo " - Check consistency."
15 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <bpftool-repo>/C…
16 …PF_BASELINE to override bpf tree commit, otherwise read from <bpftool-repo>/BPF-CHECKPOINT-COMMIT."
17 …t BPF_NEXT_TIP_COMMIT to override bpf-next tree target commit, otherwise read from <bpftool-repo>/…
[all …]
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dgit_repo.py7 # https://www.apache.org/licenses/LICENSE-2.0
33 ) -> str:
36 ['git', '-C', str(repo), *args],
46 def _ls_files(args: Collection[PathOrStr], repo: Path) -> Iterable[Path]:
47 """Returns results of git ls-files as absolute paths."""
49 for file in git_stdout('ls-files', '--', *args, repo=repo).splitlines():
58 ) -> Iterable[Path]:
59 """Returns absolute paths of files changed since the specified commit."""
63 '--name-only',
64 '--diff-filter=d',
[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/libabigail/.github/workflows/
Dlibabigail.yaml7 # get-release:
8 # container: ghcr.io/woodard/libabigail-ubuntu-22.04:latest
9 # runs-on: ubuntu-latest
11 # - name: Organize Files
13 # mkdir -p /abi
14 # cp /opt/abigail-env/.spack-env/view/lib/libabigail.so /abi/
15 # cp /lib/x86_64-linux-gnu/libc.so.6 /abi/
16 # cp /lib/x86_64-linux-gnu/libstdc++.so.6 /abi/
17 # cp /lib/x86_64-linux-gnu/libsystemd.so.0 /abi/
19 # - name: Upload Libs
[all …]

12345678910>>...41