/external/icu/icu4c/source/tools/genren/ |
H A D | genren.pl | 45 /^-v/ && ($VERBOSE++, next); # verbose 147 &verbose(" $_"); 160 &verbose( "type: \"$type\" "); 163 &verbose( "Import: $_ \"$type\"\n"); 164 &verbose( "C++ method: $_\n"); 177 &verbose ( "(Chopping scope $CppName[0] )"); 183 &verbose ("Skipping C++ function: $_\n"); 185 &verbose ("Skipping C++ destructor: $_\n"); 187 &verbose( "Skipping C++ class: '$CppName[0]': $_ \n"); 192 &verbose ( " 242 sub verbose { subroutine [all...] |
/external/emma/core/java12/com/vladium/emma/report/ |
H A D | ReportProcessor.java | 118 final boolean verbose = m_log.atVERBOSE (); 119 if (verbose) 121 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID); 124 log.verbose ("input data path:"); 125 log.verbose ("{"); 131 log.verbose (" " + nonexistent + f.getAbsolutePath ()); 133 log.verbose ("}"); 138 log.verbose ("source path not set"); 142 log.verbose ("source path:"); 143 log.verbose ("{"); [all...] |
/external/skia/tools/ |
H A D | misc_utils.py | 33 verbose: (boolean) should we print out the command or not. If 36 prefix: (string) When verbose, what to print before each command. 39 def __init__(self, verbose): 40 self.verbose = verbose 41 self.quiet = not verbose 55 if self.verbose: 74 if self.verbose: 93 if self.verbose: 113 if self.verbose [all...] |
/external/chromium_org/third_party/libsrtp/srtp/crypto/test/ |
H A D | aes_calc.c | 74 int verbose; local 78 /* we're not in verbose mode */ 79 verbose = 0; 82 /* we're in verbose mode */ 83 verbose = 1; 130 if (verbose) { 146 if (verbose) {
|
/external/libunwind/tests/ |
H A D | Gtest-init.cxx | 36 int verbose, errors; variable 68 if (verbose) 88 if (verbose) 97 if (verbose) 105 verbose = argc > 1;
|
H A D | ia64-test-sig.c | 36 int verbose; variable 45 if (verbose) 87 if (verbose) 95 verbose = 1; 99 if (verbose)
|
H A D | Gtest-resume-sig.c | 47 int verbose; variable 84 if (verbose) 88 if (verbose) 120 if (verbose) 130 if (verbose) 147 verbose = 1; 175 if (verbose) 188 if (verbose)
|
H A D | test-async-sig.c | 51 int verbose; variable 92 if (get_proc_name || (may_print && verbose)) 95 if (ret == 0 && (may_print && verbose)) 110 if (may_print && verbose) 136 if (verbose) 156 if (verbose) 170 verbose = 1; 183 if (0 && verbose)
|
H A D | test-static-link-gen.c | 32 extern int verbose; 56 if (verbose)
|
/external/srtp/crypto/test/ |
H A D | aes_calc.c | 38 int verbose; local 41 /* we're not in verbose mode */ 42 verbose = 0; 45 /* we're in verbose mode */ 46 verbose = 1; 92 if (verbose) { 103 if (verbose) {
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/ |
H A D | metadata_parser.js | 17 this.verbose = parent.verbose; 38 * Output a log message if |verbose| flag is on. 42 if (this.verbose)
|
/external/compiler-rt/test/asan/android_commands/ |
H A D | android_common.py | 7 verbose = False variable 9 verbose = True variable 12 if verbose:
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ |
H A D | builtin-evlist.c | 36 struct perf_attr_details details = { .verbose = false, }; 40 OPT_BOOLEAN('v', "verbose", &details.verbose, 55 if (details.event_group && (details.verbose || details.freq)) {
|
/external/qemu/distrib/ext4_utils/src/ |
H A D | ext4fixup_main.c | 31 int verbose = 0; local 42 verbose = 1; 67 return ext4fixup_internal(fsdev, verbose, no_write, stop_phase, stop_loc, stop_count);
|
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/ |
H A D | armlink_adapter.sh | 13 verbose=0 19 verbose=1 53 [ $verbose -eq 1 ] && echo $cmd
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_printf.c | 89 test_printf(unsigned verbose, FILE *fp, argument 116 test_all(unsigned verbose, FILE *fp) argument 120 test_printf(verbose, fp, NULL); 127 test_some(unsigned verbose, FILE *fp, argument 130 return test_all(verbose, fp); 135 test_single(unsigned verbose, FILE *fp) argument
|
/external/libvpx/libvpx/build/make/ |
H A D | armlink_adapter.sh | 13 verbose=0 19 verbose=1 53 [ $verbose -eq 1 ] && echo $cmd
|
/external/lldb/examples/customization/bin-utils/ |
H A D | binutils.py | 67 args[2] (optional) if specified, turns on verbose printing""" 81 verbose = True 83 verbose = False 89 if verbose and width > 0: 98 args[2] (optional) if specified, turns on verbose printing""" 110 verbose = True 112 verbose = False 118 if verbose and width > 0:
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_printf.c | 89 test_printf(unsigned verbose, FILE *fp, argument 116 test_all(unsigned verbose, FILE *fp) argument 120 test_printf(verbose, fp, NULL); 127 test_some(unsigned verbose, FILE *fp, argument 130 return test_all(verbose, fp); 135 test_single(unsigned verbose, FILE *fp) argument
|
/external/chromium_org/third_party/skia/platform_tools/android/bin/ |
H A D | android_setup.sh | 32 function verbose { function 41 verbose export $NAME=\"$VALUE\" 88 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build" 91 verbose "no target device (-d), using ${TARGET_DEVICE}" 176 verbose "The build is targeting the device: $TARGET_DEVICE"
|
/external/chromium_org/tools/cr/cr/actions/ |
H A D | gyp.py | 28 if cr.context.verbose >= 1: 32 if cr.context.verbose >= 1:
|
/external/jarjar/src/main/com/tonicsystems/jarjar/ |
H A D | MainProcessor.java | 26 private final boolean verbose; field in class:MainProcessor 31 public MainProcessor(List<PatternElement> patterns, boolean verbose, boolean skipManifest) { argument 32 this.verbose = verbose; 46 PackageRemapper pr = new PackageRemapper(ruleList, verbose); 65 StandaloneJarProcessor.run(file, file, new ExcludeProcessor(excludes, verbose)); 97 if (verbose) 101 if (verbose)
|
/external/skia/platform_tools/android/bin/ |
H A D | android_setup.sh | 28 function verbose { function 37 verbose export $NAME=\"$VALUE\" 84 verbose "no target device (-d), using ${TARGET_DEVICE} from most recent build" 87 verbose "no target device (-d), using ${TARGET_DEVICE}" 151 verbose "The build is targeting the device: $TARGET_DEVICE"
|
/external/strace/ |
H A D | mtd.c | 71 if (!verbose(tcp) || umove(tcp, arg, &minfo) < 0) 90 if (!verbose(tcp) || umove(tcp, arg, &einfo) < 0) 98 if (!verbose(tcp) || umove(tcp, arg, &einfo64) < 0) 107 if (!verbose(tcp) || umove(tcp, arg, &mbuf) < 0) 116 if (!verbose(tcp) || umove(tcp, arg, &mbuf64) < 0) 124 if (!verbose(tcp) || umove(tcp, arg, &rinfo) < 0) 134 if (!verbose(tcp) || umove(tcp, arg, &ninfo) < 0) 165 if (!verbose(tcp) || umove(tcp, arg, &oinfo) < 0) 173 if (!verbose(tcp) || umove(tcp, arg, &nlay) < 0) 193 if (!verbose(tc [all...] |
/external/chromium_org/v8/samples/ |
H A D | count-hosts.js | 31 if (options.verbose) {
|