| /external/libcap/contrib/ |
| D | pcaps4server | 4 # 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; supressed 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/v8/tools/release/ |
| D | search_related_commits.py | 3 # Use of this source code is governed by a BSD-style license that can be 15 git_working_dir, start_hash, until, separator, verbose=False): argument 18 start_hash, until, git_working_dir, verbose) 19 if verbose: 32 git_working_dir, commit, until, separator, verbose) 42 git_working_dir, start_hash, until, separator, verbose=False): argument 46 start_hash, separator, git_working_dir, verbose) 53 ["show", "-s", "--format=%B", start_hash], 54 verbose) 57 matches = re.search("(\{#)([0-9]*)(\})", original_message) [all …]
|
| /external/llvm/test/tools/llvm-objdump/X86/ |
| D | macho-universal-x86_64.i386.test | 1 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 …]
|
| D | macho-literals.test | 1 … 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 …]
|
| D | macho-archive-headers.test | 1 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all \ 3 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all -… 4 RUN: | FileCheck %s -check-prefix=OFFSETS 5 RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all -… 6 RUN: | FileCheck %s -check-prefix=NON-VERBOSE 9 CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64) 10 CHECK: -rw-r--r--124/11 44 {{.*}} __.SYMDEF SORTED 11 CHECK: -rw-r--r--124/0 860 {{.*}} hello.o 12 CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386) 13 CHECK: -rw-r--r--124/11 60 {{.*}} __.SYMDEF SORTED [all …]
|
| /external/selinux/libsemanage/src/ |
| D | pywrap-test.py | 8 -m for modules\n\ 9 -u for users\n\ 10 -U for add user (warning this will write!)\n\ 11 -s for seusers\n\ 12 -S for add seuser (warning this will write!)\n\ 13 -p for ports\n\ 14 -P for add port (warning this will write!)\n\ 15 -f for file contexts \n\ 16 -F for add file context (warning this will write!)\n\ 17 -i for network interfaces \n\ [all …]
|
| /external/bison/tests/ |
| D | calc.at | 1 # Simple calculator. -*- Autotest -*- 3 # Copyright (C) 2000-2012 Free Software Foundation, Inc. 18 ## ---------------------------------------------------- ## 20 ## ---------------------------------------------------- ## 23 # ------------------------- # 25 # ------------------------- # 28 # _AT_DATA_CALC_Y($1, $2, $3, [BISON-DIRECTIVES]) 29 # ----------------------------------------------- 30 # Produce `calc.y' and, if %defines was specified, `calc-lex.c' or 31 # `calc-lex.cc'. [all …]
|
| /external/strace/tests-mx32/ |
| D | ioctl_dm.c | 43 # include <linux/dm-ioctl.h> 45 # ifndef VERBOSE 46 # define VERBOSE 0 macro 52 (((s_) + (ALIGNOF(t_) - 1UL)) & ~(ALIGNOF(t_) - 1UL)) 124 s->version[0] = DM_VERSION_MAJOR; in init_s() 125 s->version[1] = 1; in init_s() 126 s->version[2] = 2; in init_s() 127 s->data_size = size; in init_s() 128 s->data_start = offs; in init_s() 129 s->dev = 0x1234; in init_s() [all …]
|
| /external/strace/tests-m32/ |
| D | ioctl_dm.c | 43 # include <linux/dm-ioctl.h> 45 # ifndef VERBOSE 46 # define VERBOSE 0 macro 52 (((s_) + (ALIGNOF(t_) - 1UL)) & ~(ALIGNOF(t_) - 1UL)) 124 s->version[0] = DM_VERSION_MAJOR; in init_s() 125 s->version[1] = 1; in init_s() 126 s->version[2] = 2; in init_s() 127 s->data_size = size; in init_s() 128 s->data_start = offs; in init_s() 129 s->dev = 0x1234; in init_s() [all …]
|
| /external/strace/tests/ |
| D | ioctl_dm.c | 43 # include <linux/dm-ioctl.h> 45 # ifndef VERBOSE 46 # define VERBOSE 0 macro 52 (((s_) + (ALIGNOF(t_) - 1UL)) & ~(ALIGNOF(t_) - 1UL)) 124 s->version[0] = DM_VERSION_MAJOR; in init_s() 125 s->version[1] = 1; in init_s() 126 s->version[2] = 2; in init_s() 127 s->data_size = size; in init_s() 128 s->data_start = offs; in init_s() 129 s->dev = 0x1234; in init_s() [all …]
|
| /external/icu/icu4c/source/data/rbnf/ |
| D | en.txt | 9 "%with-words:", 17 "%in-numerals:", 19 "60: =%%min-sec=;", 20 "3600: =%%hr-min-sec=;", 21 "%%min-sec:", 24 "%%hr-min-sec:", 29 "0: =%in-numerals=;", 30 "%%lenient-parse:", 31 "& ':' = '.' = ' ' = '-';", 34 "%digits-ordinal:", [all …]
|
| D | hu.txt | 6 "%spellout-numbering-year:", 7 "-x: m\u00EDnusz >>;", 9 "0: =%spellout-numbering=;", 11 "10000: =%spellout-numbering=;", 12 "%spellout-numbering:", 13 "0: =%spellout-cardinal=;", 14 "%spellout-cardinal:", 15 "-x: m\u00EDnusz >>;", 39 "200: <%%spellout-cardinal-initial<\u00ADsz\u00E1z[\u00AD>>];", 41 "2000: <%%spellout-cardinal-initial<\u00ADezer[ >>];", [all …]
|
| /external/pcre/dist2/src/sljit/ |
| D | sljitLir.c | 2 * Stack-less Just-In-Time compiler 4 * Copyright 2009-2012 Zoltan Herczeg (hzmester@freemail.hu). All rights reserved. 31 if (SLJIT_UNLIKELY(compiler->error)) \ 32 return compiler->error; \ 37 if (SLJIT_UNLIKELY(compiler->error)) \ 44 return compiler->error; \ 56 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 64 compiler->error = SLJIT_ERR_ALLOC_FAILED; \ 72 compiler->error = SLJIT_ERR_EX_ALLOC_FAILED; \ 190 /* 1 - 31 last destination register */ [all …]
|
| /external/llvm/test/CodeGen/Mips/Fast-ISel/ |
| D | check-disabled-mcpus.ll | 1 ; RUN: llc -march=mips -mcpu=mips2 -O0 -relocation-model=pic \ 2 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 3 ; RUN: llc -march=mips -mcpu=mips3 -O0 -relocation-model=pic -target-abi n64 \ 4 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 5 ; RUN: llc -march=mips -mcpu=mips4 -O0 -relocation-model=pic -target-abi n64 \ 6 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 8 ; RUN: llc -march=mips -mcpu=mips32r6 -O0 -relocation-model=pic \ 9 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s 10 ; RUN: llc -march=mips -mcpu=mips32r2 -mattr=+micromips -O0 -relocation-model=pic \ 11 ; RUN: -fast-isel-verbose <%s 2>&1 | FileCheck %s [all …]
|
| /external/emma/core/java12/com/vladium/emma/report/ |
| D | ReportProcessor.java | 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html 30 // ---------------------------------------------------------------------------- 118 final boolean verbose = m_log.atVERBOSE (); in _run() 119 if (verbose) in _run() 121 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); in _run() 124 log.verbose ("input data path:"); in _run() 125 log.verbose ("{"); in _run() 131 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run() 133 log.verbose ("}"); in _run() 138 log.verbose ("source path not set"); in _run() [all …]
|
| /external/compiler-rt/test/BlocksRuntime/ |
| D | recursive-test.c | 14 int verbose = 0; variable 18 if (argc > 1) verbose = 1; in main() 22 if (verbose) printf("recursive_local_block is a local recursive block\n"); in main() 24 if (verbose) printf("%d\n", i); in main() 26 recursive_local_block(i - 1); in main() 30 …if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local… in main() 33 …if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n"… in main() 36 if (verbose) printf("other_local_block running\n"); in main() 40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block); in main() 45 …if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive… in main() [all …]
|
| /external/llvm/test/CodeGen/WebAssembly/ |
| D | cpus.ll | 3 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm32-unknown-unknown -mcpu=mvp 2>&1 | FileCheck %s 4 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm64-unknown-unknown -mcpu=mvp 2>&1 | FileCheck %s 5 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm32-unknown-unknown -mcpu=generic 2>&1 | FileCheck %s 6 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm64-unknown-unknown -mcpu=generic 2>&1 | FileCheck %s 7 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm32-unknown-unknown -mcpu=bleeding-edge 2>&1 | FileC… 8 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm64-unknown-unknown -mcpu=bleeding-edge 2>&1 | FileC… 9 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm32-unknown-unknown -mcpu=invalidcpu 2>&1 | FileChec… 10 ; RUN: llc < %s -asm-verbose=false -mtriple=wasm64-unknown-unknown -mcpu=invalidcpu 2>&1 | FileChec… 12 ; CHECK-NOT: is not a recognized processor for this target
|
| /external/owasp/sanitizer/tools/ |
| D | upload_jars_to_googlecode_downloads.sh | 4 echo "Usage: $0 [-go] [-verbose] [-force]" 9 echo " -go: Run commands instead of just echoing them." 10 echo " -verbose: More verbose logging." 11 echo " -force: Ignore sanity checks for testing." 12 echo " Incompatible with -go." 13 echo " -nobranch: Don't create a new release branch." 17 # 1 for verbose logging 18 export VERBOSE="0" 19 # 1 if commands that have side-effects should actually be run instead of logged 24 -verbose) [all …]
|
| /external/icu/icu4c/source/tools/genren/ |
| D | genren.pl | 6 #* Copyright (C) 2001-2012, International Business Machines 11 #* encoding: US-ASCII 27 $nmopts = '-Cg -f s'; 32 (-e $path) || die "Cannot find uversion.h"; 45 while($ARGV[0] =~ /^-/) { # detects whether there are any arguments 47 /^-v/ && ($VERBOSE++, next); # verbose 48 /^-h/ && (&printHelpMsgAndExit, next); # help 49 /^-o/ && (($headername = shift (@ARGV)), next); # output file 50 /^-n/ && (($nmopts = shift (@ARGV)), next); # nm opts 51 /^-p/ && (($post = shift (@ARGV)), next); # nm opts [all …]
|
| /external/ltp/ |
| D | execltp.in | 5 Used as a second layer for ease-of-use with users as many developers 7 organization -_-. 9 Copyright (C) 2009-2012, Garrett Cooper 23 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 37 def parse_ltp_results(exec_log, output_log, verbose=0): 57 - exited 58 - signaled 59 - stopped 60 - unknown 68 3. verbose tells us whether or not we need to include the passed results. [all …]
|
| /external/proguard/src/proguard/shrink/ |
| D | ShortestUsagePrinter.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 5 * Copyright (c) 2002-2014 Eric Lafortune (eric@graphics.cornell.edu) 19 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 47 private final boolean verbose; field in ShortestUsagePrinter 66 * @param verbose specifies whether the output should be verbose. 69 boolean verbose) in ShortestUsagePrinter() argument 71 this(shortestUsageMarker, verbose, System.out); in ShortestUsagePrinter() 78 * @param verbose specifies whether the output should be verbose. 82 boolean verbose, in ShortestUsagePrinter() argument 86 this.verbose = verbose; in ShortestUsagePrinter() [all …]
|
| /external/proguard/src/proguard/retrace/ |
| D | ReTrace.java | 2 * ProGuard -- shrinking, optimization, obfuscation, and preverification 5 * Copyright (c) 2002-2014 Eric Lafortune (eric@graphics.cornell.edu) 19 * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 32 * Tool for de-obfuscating stack traces of applications that were obfuscated 40 private static final String REGEX_OPTION = "-regex"; 41 private static final String VERBOSE_OPTION = "-verbose"; 46 private static final String REGEX_CLASS = "\\b(?:[A-Za-z0-9_$]+\\.)*[A-Za-z0-9_$]+\\b"; 47 private static final String REGEX_CLASS_SLASH = "\\b(?:[A-Za-z0-9_$]+/)*[A-Za-z0-9_$]+\\b"; 48 private static final String REGEX_LINE_NUMBER = "\\b[0-9]+\\b"; 50 private static final String REGEX_MEMBER = "<?\\b[A-Za-z0-9_$]+\\b>?"; [all …]
|
| /external/googletest/googlemock/test/ |
| D | gmock-nice-strict_test.cc | 32 #include "gmock/gmock-generated-nice-strict.h" 37 #include "gtest/gtest-spi.h" 55 using testing::GMOCK_FLAG(verbose); 115 const string saved_flag = GMOCK_FLAG(verbose); in TEST() 116 GMOCK_FLAG(verbose) = "warning"; in TEST() 126 GMOCK_FLAG(verbose) = saved_flag; in TEST() 132 const string saved_flag = GMOCK_FLAG(verbose); in TEST() 133 GMOCK_FLAG(verbose) = "warning"; in TEST() 141 raw_foo->DoThis(); in TEST() 145 GMOCK_FLAG(verbose) = saved_flag; in TEST() [all …]
|
| D | gmock_test.cc | 32 // Google Mock - a framework for writing C++ mock classes. 43 using testing::GMOCK_FLAG(verbose); 51 const ::std::string old_verbose = GMOCK_FLAG(verbose); in TestInitGoogleMock() 61 EXPECT_EQ(expected_gmock_verbose, GMOCK_FLAG(verbose).c_str()); in TestInitGoogleMock() 62 GMOCK_FLAG(verbose) = old_verbose; // Restores the gmock_verbose flag. in TestInitGoogleMock() 74 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 88 TestInitGoogleMock(argv, new_argv, GMOCK_FLAG(verbose)); in TEST() 94 "--gmock_verbose=info", in TEST() 109 "--non_gmock_flag=blah", in TEST() 115 "--non_gmock_flag=blah", in TEST() [all …]
|
| /external/v8/testing/gmock/test/ |
| D | gmock-nice-strict_test.cc | 32 #include "gmock/gmock-generated-nice-strict.h" 37 #include "gtest/gtest-spi.h" 55 using testing::GMOCK_FLAG(verbose); 115 const string saved_flag = GMOCK_FLAG(verbose); in TEST() 116 GMOCK_FLAG(verbose) = "warning"; in TEST() 126 GMOCK_FLAG(verbose) = saved_flag; in TEST() 132 const string saved_flag = GMOCK_FLAG(verbose); in TEST() 133 GMOCK_FLAG(verbose) = "warning"; in TEST() 141 raw_foo->DoThis(); in TEST() 145 GMOCK_FLAG(verbose) = saved_flag; in TEST() [all …]
|