Home
last modified time | relevance | path

Searched +full:- +full:- +full:verbose (Results 1 – 25 of 1185) sorted by relevance

12345678910>>...48

/external/libcap/contrib/
Dpcaps4server4 # author: chris friedhoff - chris@friedhoff.org
9 # 1 - initial release pcaps4convenience
10 # 1 - 2007.02.15 - initial release
11 # 2 - 2007.11.02 - changed to new setfcaps api; each app is now callable; suppressed error of id
12 # 3 - 2007.12.28 - changed to libcap2 package setcap/getcap
13 # 4 - renamed to pcaps4server
16 # 5 - changed 'attr -S -r' to 'setcap -r' and removed attr code
31 VERBOSE="-v"
32 #VERBOSE=""
41 echo -e "\n\033[00;31m $1 ...\033[00;00m\n"
[all …]
/external/rust/crates/log/.github/workflows/
Dmain.yml7 runs-on: ${{ matrix.os }}
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
22 os: macos-latest
24 - build: win32
[all …]
/external/python/cpython2/Tools/versioncheck/
Dpyversioncheck.py1 """pyversioncheck - Module to help with checking versions"""
7 # Verbose options
8 VERBOSE_SILENT=0 # Single-line reports per package
9 VERBOSE_NORMAL=1 # Single-line reports per package, more info if outdated
17 def versioncheck(package, url, version, verbose=0): argument
18 ok, newversion, fp = checkonly(package, url, version, verbose)
19 if verbose > VERBOSE_NORMAL:
24 print '%s: up-to-date (version %s)'%(package, version)
28 if verbose > VERBOSE_SILENT:
35 def checkonly(package, url, version, verbose=0): argument
[all …]
/external/libcups/systemv/
Dcupstestppd.c6 * Copyright © 2007-2018 by Apple Inc.
7 * Copyright © 1997-2007 by Easy Software Products, all rights reserved.
19 #include <cups/cups-private.h>
21 #include <cups/ppd-private.h>
91 static int check_constraints(ppd_file_t *ppd, int errors, int verbose,
93 static int check_case(ppd_file_t *ppd, int errors, int verbose);
94 static int check_defaults(ppd_file_t *ppd, int errors, int verbose,
96 static int check_duplex(ppd_file_t *ppd, int errors, int verbose,
99 int verbose, int warn);
101 int verbose, int warn);
[all …]
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-universal-x86_64.i386.test1 RUN: llvm-objdump %p/Inputs/macho-universal.x86_64.i386 -d -m -no-show-raw-insn -full-leading-addr
2 RUN: | FileCheck %s -check-prefix UEXE-all
3 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -d -m -no-show-raw-insn -full-leadi…
4 RUN: | FileCheck %s -check-prefix UArchive-i386
5 RUN: llvm-objdump %p/Inputs/macho-universal.x86_64.i386 -universal-headers -m \
6 RUN: | FileCheck %s -check-prefix FAT
7 RUN: llvm-objdump %p/Inputs/macho-universal.x86_64.i386 -universal-headers -m \
8 RUN: -non-verbose | FileCheck %s -check-prefix NON-VERBOSE
9 RUN: llvm-objdump %p/Inputs/macho-universal64.x86_64.i386 -universal-headers \
10 RUN: -m | FileCheck %s -check-prefix FAT-64
[all …]
Dmacho-literals.test1 … RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__l…
2-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__literal4 -n…
3 … RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__l…
4-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__literal8 -n…
5 …RUN: llvm-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__li…
6-mc < %s -triple x86_64-apple-darwin -filetype=obj | llvm-objdump -m -section __TEXT,__literal16 -
16 # CHECK-LIT4: Contents of (__TEXT,__literal4) section
17 # CHECK-LIT4: 0000000000000000 0x40200000
18 # CHECK-LIT4: 0000000000000004 0x41040000
19 # CHECK-LIT4: 0000000000000008 0x7f800000
[all …]
/external/sg3_utils/lib/
Dsg_cmds_basic.c2 * Copyright (c) 1999-2022 Douglas Gilbert.
4 * Use of this source code is governed by a BSD-style
7 * SPDX-License-Identifier: BSD-2-Clause
76 sg_cmds_open_device(const char * device_name, bool read_only, int verbose) in sg_cmds_open_device() argument
78 return scsi_pt_open_device(device_name, read_only, verbose); in sg_cmds_open_device()
84 sg_cmds_open_flags(const char * device_name, int flags, int verbose) in sg_cmds_open_flags() argument
86 return scsi_pt_open_flags(device_name, flags, verbose); in sg_cmds_open_flags()
96 static const char * const pass_through_s = "pass-through";
102 pr2ws(" %s: %s requested %d bytes (data-%s got %d " in sg_cmds_resid_print()
111 int slen, bool noisy, int verbose, int * o_sense_cat) in sg_cmds_process_helper() argument
[all …]
Dsg_cmds_basic2.c2 * Copyright (c) 1999-2022 Douglas Gilbert.
4 * Use of this source code is governed by a BSD-style
7 * SPDX-License-Identifier: BSD-2-Clause
85 /* Invokes a SCSI SYNCHRONIZE CACHE (10) command. Return of 0 -> success,
86 * various SG_LIB_CAT_* positive values or -1 -> other errors */
90 int verbose) in sg_ll_sync_cache_10() argument
107 return -1; in sg_ll_sync_cache_10()
111 if (verbose) { in sg_ll_sync_cache_10()
119 return -1; in sg_ll_sync_cache_10()
122 res = do_scsi_pt(ptvp, sg_fd, DEF_PT_TIMEOUT, verbose); in sg_ll_sync_cache_10()
[all …]
/external/ltp/testcases/commands/tar/
Dtar_tests.sh2 # SPDX-License-Identifier: GPL-2.0-or-later
19 local verbose=$1
22 if [ -z "$verbose" ]; then
23 if [ -s tar.out ]; then
33 if [ $(wc -l < tar.out) != $# ]; then
40 if ! grep -q $i tar.out; then
52 local verbose="$2"
55 EXPECT_PASS tar t${verbose}f "$fname" \> tar.out
62 if ! [ -f $i ]; then
75 local verbose="$2"
[all …]
/external/selinux/libsemanage/src/
Dpywrap-test.py11 -m for modules\n\
12 -u for users\n\
13 -U for add user (warning this will write!)\n\
14 -s for seusers\n\
15 -S for add seuser (warning this will write!)\n\
16 -p for ports\n\
17 -P for add port (warning this will write!)\n\
18 -f for file contexts \n\
19 -F for add file context (warning this will write!)\n\
20 -i for network interfaces \n\
[all …]
/external/sg3_utils/examples/
Dsg_persist_tst.sh14 verbose=""
18 echo "Usage: sg_persist_tst.sh [-e] [-h] [-s] [-v] <device>"
20 echo " -e, --exclusive exclusive access (def: write " \
22 echo " -h, --help print usage message"
23 echo " -s, --second use second key"
24 echo " -v, --verbose more verbose output"
25 echo " -vv even more verbose output"
26 echo " -vvv even more verbose output"
34 echo "support 'exclusive access' type (so use '-e')."
38 while test ! -z "$opt" -a -z "${opt##-*}"; do
[all …]
/external/pcre/src/sljit/
DsljitLir.c2 * Stack-less Just-In-Time compiler
45 if (SLJIT_UNLIKELY(compiler->error)) \
46 return compiler->error; \
51 if (SLJIT_UNLIKELY(compiler->error)) \
58 return compiler->error; \
70 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
78 compiler->error = SLJIT_ERR_ALLOC_FAILED; \
86 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \
227 /* 1 - 31 last destination register */
254 …(((scratches < SLJIT_NUMBER_OF_SCRATCH_REGISTERS ? 0 : (scratches - SLJIT_NUMBER_OF_SCRATCH_REGIST…
[all …]
/external/sg3_utils/src/
Dsg_ident.c2 * Copyright (c) 2005-2018 Douglas Gilbert.
4 * Use of this source code is governed by a BSD-style
7 * SPDX-License-Identifier: BSD-2-Clause
50 {"verbose", no_argument, 0, 'v'},
57 bool raw, int verbose) in decode_ii() argument
72 if (verbose && (n < 1)) in decode_ii()
78 for (k = 0; k < (ii_len - 3); k += 4) in decode_ii()
82 if (verbose) in decode_ii()
96 pr2serr("Usage: sg_ident [--ascii] [--clear] [--help] [--itype=IT] " in usage()
97 "[--raw] [--set]\n" in usage()
[all …]
/external/python/cpython2/Lib/bsddb/test/
Dtest_thread.py1 """TestCases for multi-threaded access to a DB.
10 DASH = '-'
19 from test_all import db, dbutils, test_support, verbose, have_threads, \
30 #----------------------------------------------------------------------
39 if verbose:
65 #----------------------------------------------------------------------
76 if verbose:
77 print '\n', '-=' * 30
95 )#verbose = verbose)
110 )#verbose = verbose)
[all …]
/external/strace/tests-mx32/
Dioctl_dm.c6 * Copyright (c) 2016-2018 The strace developers.
43 # include <linux/dm-ioctl.h>
45 # ifndef VERBOSE
46 # define VERBOSE 0 macro
52 (((s_) + (ALIGNOF(t_) - 1UL)) & ~(ALIGNOF(t_) - 1UL))
128 s->version[0] = DM_VERSION_MAJOR; in init_s()
129 s->version[1] = 1; in init_s()
130 s->version[2] = 2; in init_s()
131 s->data_size = size; in init_s()
132 s->data_start = offs; in init_s()
[all …]
/external/strace/tests/
Dioctl_dm.c6 * Copyright (c) 2016-2018 The strace developers.
43 # include <linux/dm-ioctl.h>
45 # ifndef VERBOSE
46 # define VERBOSE 0 macro
52 (((s_) + (ALIGNOF(t_) - 1UL)) & ~(ALIGNOF(t_) - 1UL))
128 s->version[0] = DM_VERSION_MAJOR; in init_s()
129 s->version[1] = 1; in init_s()
130 s->version[2] = 2; in init_s()
131 s->data_size = size; in init_s()
132 s->data_start = offs; in init_s()
[all …]
/external/strace/tests-m32/
Dioctl_dm.c6 * Copyright (c) 2016-2018 The strace developers.
43 # include <linux/dm-ioctl.h>
45 # ifndef VERBOSE
46 # define VERBOSE 0 macro
52 (((s_) + (ALIGNOF(t_) - 1UL)) & ~(ALIGNOF(t_) - 1UL))
128 s->version[0] = DM_VERSION_MAJOR; in init_s()
129 s->version[1] = 1; in init_s()
130 s->version[2] = 2; in init_s()
131 s->data_size = size; in init_s()
132 s->data_start = offs; in init_s()
[all …]
/external/iptables/iptables/
Dnft-cmd.c15 #include "nft-cmd.h"
20 int rulenum, bool verbose) in nft_cmd_new() argument
29 cmd->command = command; in nft_cmd_new()
30 cmd->table = strdup(table); in nft_cmd_new()
32 cmd->chain = strdup(chain); in nft_cmd_new()
33 cmd->rulenum = rulenum; in nft_cmd_new()
34 cmd->verbose = verbose; in nft_cmd_new()
41 cmd->obj.rule = rule; in nft_cmd_new()
43 if (!state->target && strlen(state->jumpto) > 0) in nft_cmd_new()
44 cmd->jumpto = strdup(state->jumpto); in nft_cmd_new()
[all …]
/external/python/cpython3/Tools/peg_generator/pegen/
Dparser.py20 def logger(method: F) -> F:
21 """For non-memoized functions that we want to be logged.
23 (In practice this is only non-leader left-recursive functions.)
27 def logger_wrapper(self: P, *args: object) -> T:
35 self._level -= 1
36 print(f"{fill}... {method_name}({argsr}) --> {tree!s:.200}")
43 def memoize(method: F) -> F:
47 def memoize_wrapper(self: P, *args: object) -> T:
50 # Fast path: cache hit, and not verbose.
55 # Slow path: no cache hit, or verbose.
[all …]
/external/openthread/third_party/mbedtls/repo/scripts/
Dbump_version.sh4 # SPDX-License-Identifier: Apache-2.0
10 # http://www.apache.org/licenses/LICENSE-2.0
22 # Usage: bump_version.sh [ --version <version> ] [ --so-crypto <version>]
23 # [ --so-x509 <version> ] [ --so-tls <version> ]
24 # [ -v | --verbose ] [ -h | --help ]
32 until [ -z "$1" ]
35 --version)
40 --so-crypto)
44 --so-x509)
48 --so-tls)
[all …]
/external/mbedtls/scripts/
Dbump_version.sh4 # SPDX-License-Identifier: Apache-2.0
10 # http://www.apache.org/licenses/LICENSE-2.0
22 # Usage: bump_version.sh [ --version <version> ] [ --so-crypto <version>]
23 # [ --so-x509 <version> ] [ --so-tls <version> ]
24 # [ -v | --verbose ] [ -h | --help ]
27 set -e
34 until [ -z "$1" ]
37 --version)
42 --so-crypto)
46 --so-x509)
[all …]
/external/arm-trusted-firmware/plat/brcm/board/stingray/src/
Dfsx.c2 * Copyright (c) 2019-2020, Broadcom
4 * SPDX-License-Identifier: BSD-3-Clause
165 "fs4-raid",
166 "fs4-crypto",
167 "fs6-pki",
187 VERBOSE("fsx %s init start\n", fsx_type_names[fsx_type]); in fsx_init()
191 VERBOSE(" - enable fsx clock\n"); in fsx_init()
197 VERBOSE(" - reset fsx\n"); in fsx_init()
215 /* Wait for HW-init done */ in fsx_init()
216 VERBOSE(" - wait for HW-init done\n"); in fsx_init()
[all …]
/external/python/pyyaml/tests/lib/
Dtest_appliance.py24 if base.endswith('-py2'):
33 verbose = False
34 if '-v' in args:
35 verbose = True
36 args.remove('-v')
37 if '--verbose' in args:
38 verbose = True
39 args.remove('--verbose')
41 verbose = True
51 return include_functions, include_filenames, verbose
[all …]
/external/sg3_utils/include/
Dsg_cmds_extra.h5 * Copyright (c) 2004-2018 Douglas Gilbert.
7 * Use of this source code is governed by a BSD-style
10 * SPDX-License-Identifier: BSD-2-Clause
32 * ^^^ apart from sg_ll_ata_pt() as 'pass-through' is part of its name. */
37 /* Invokes a ATA PASS-THROUGH (12, 16 or 32) SCSI command (SAT). This is
39 * only (else -1 is returned). The byte at offset 0 (and bytes 0 to 9
50 * Returns SCSI status value (>= 0) or -1 if other error. Users are
52 * resid is written to residp. Note in SAT-2 and later, fixed format sense
54 * SAT-2 descriptor sense format was required (i.e. sensep[0]==0x72).
59 int max_ata_return_len, int * residp, int verbose);
[all …]
Dsg_cmds_basic.h5 * Copyright (c) 2004-2020 Douglas Gilbert.
7 * Use of this source code is governed by a BSD-style
10 * SPDX-License-Identifier: BSD-2-Clause
14 * Error, warning and verbose output is sent to the file pointed to by
18 * If 'noisy' is false and 'verbose' is zero then following functions should
19 * not output anything to sg_warnings_strm. If 'noisy' is true and 'verbose'
21 * keys) send output to sg_warnings_strm. Increasing values of 'verbose'
48 * Returns 0 when successful, SG_LIB_CAT_INVALID_OP -> not supported,
49 * SG_LIB_CAT_ILLEGAL_REQ -> bad field in cdb,
50 * SG_LIB_CAT_ABORTED_COMMAND, a negated errno or -1 -> other errors */
[all …]

12345678910>>...48