HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 926 - 950 of 3185) sorted by null

<<31323334353637383940>>

  /system/extras/ext4_utils/
make_ext4fs_main.c 73 int verbose = 0; local
144 verbose = 1;
204 sparse, crc, wipe, sehnd, verbose);
  /external/iptables/iptables/
ip6tables.c 119 {.name = "verbose", .has_arg = 0, .val = 'v'},
274 " --verbose -v verbose mode\n"
687 int verbose,
699 if (verbose)
714 int verbose,
722 if (verbose)
737 int verbose,
749 if (verbose)
801 int verbose,
1341 int verbose = 0; local
    [all...]
iptables.c 117 {.name = "verbose", .has_arg = 0, .val = 'v'},
287 " --verbose -v verbose mode\n"
692 int verbose,
704 if (verbose)
719 int verbose,
727 if (verbose)
742 int verbose,
754 if (verbose)
806 int verbose,
1370 int verbose = 0; local
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 320 def _run_webkit_patch(self, args, verbose):
322 verbose_args = ['--verbose'] if verbose else []
368 if options.verbose:
369 cmd_line.append('--verbose')
401 def _optimize_baselines(self, test_prefix_list, verbose=False):
408 self._run_webkit_patch(['optimize-baselines', '--suffixes', ','.join(all_suffixes), test], verbose)
471 self._optimize_baselines(test_prefix_list, options.verbose)
585 if options.verbose:
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 212 if (log.atVERBOSE ()) log.verbose ("destination file [" + outFile + "] skipped: more recent than the source");
459 if (log.atVERBOSE ()) log.verbose ("destination file [" + fullOutFile + "] skipped: more recent that the source file");
625 final boolean verbose = log.atVERBOSE ();
626 if (verbose)
628 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID);
631 log.verbose ("instrumentation path:");
632 log.verbose ("{");
638 log.verbose (" " + nonexistent + f.getAbsolutePath ());
640 log.verbose ("}");
643 log.verbose ("instrumentation output mode: " + m_outMode)
    [all...]
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 269 final boolean verbose = log.atVERBOSE ();
270 if (verbose)
272 log.verbose (IAppConstants.APP_VERBOSE_BUILD_ID);
275 log.verbose ("coverage path:");
276 log.verbose ("{");
282 log.verbose (" " + nonexistent + f.getAbsolutePath ());
284 log.verbose ("}");
288 log.verbose ("source path not set");
292 log.verbose ("source path:");
293 log.verbose ("{");
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
CameraCaptureResultTest.java 47 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
130 if (VERBOSE) {
157 if (VERBOSE) {
174 if(VERBOSE) {
  /external/llvm/utils/Misc/
zkill 155 parser.add_option("-v", "--verbose", dest="verbose",
156 help="Print more verbose output",
215 if opts.verbose:
264 if opts.verbose:
  /external/llvm/utils/
llvm-native-gxx 6 $Verbose = 0;
34 $Verbose = 1;
70 "based on '$DefaultOutputFileBase'\n" if $Verbose;
87 print "$command\n" if $Verbose;
164 print "Output file is $OutputFile\n" if $Verbose;
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java 42 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);
208 if (VERBOSE) {
230 if (VERBOSE) {
253 if (VERBOSE) {
  /ndk/build/tools/
build-ndk-sysroot.sh 50 --verbose)
51 if [ "$VERBOSE" = "yes" ] ; then
54 VERBOSE=yes
83 echo " --verbose enable verbose messages"
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_sanity.c 46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE)
49 #define VERBOSE 0
437 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
449 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
462 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
481 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
546 if (VERBOSE)
572 if (VERBOSE)
600 if (VERBOSE)
634 if (VERBOSE)
    [all...]
  /external/clang/utils/analyzer/
SATestBuild.py 175 Verbose = 1
186 if Verbose == 1:
225 if Verbose == 1:
282 if Verbose == 1:
309 if Verbose == 1:
316 if Verbose == 1:
371 if (Verbose > 0):
441 if Verbose == 1:
471 if Verbose == 1:
481 if Verbose == 1:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_sanity.c 46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE)
49 #define VERBOSE 0
437 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
449 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
462 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
481 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
546 if (VERBOSE)
572 if (VERBOSE)
600 if (VERBOSE)
634 if (VERBOSE)
    [all...]
  /frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java 480 if (Log.isLoggable(TAG, Log.VERBOSE)) {
520 if (Log.isLoggable(TAG, Log.VERBOSE)) {
540 if (Log.isLoggable(TAG, Log.VERBOSE)) {
566 if (Log.isLoggable(TAG, Log.VERBOSE)) {
772 if (Log.isLoggable(TAG, Log.VERBOSE)) {
    [all...]
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 47 int verbose = 0; variable
253 if (verbose) {
259 if (verbose)
265 if (verbose)
278 if (verbose)
296 if (verbose) {
464 verbose = 1;
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 98 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
116 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) {
149 if (verbose) {
184 addFile(getLongPathname(line), name, source, sourceTOC, verbose); local
245 if (verbose) {
383 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) {
440 if (verbose) {
  /external/chromium_org/v8/src/
v8utils.h 79 byte* ReadBytes(const char* filename, int* size, bool verbose = true);
87 bool verbose = true);
95 bool verbose = true);
103 bool verbose = true);
111 const char* str, int size, bool verbose = true);
255 bool verbose = true);
258 bool verbose = true);
  /external/chromium_org/v8/tools/
run-deopt-fuzzer.py 47 from testrunner.local import verbose namespace
196 " (verbose, dots, color, mono)"),
211 result.add_option("-v", "--verbose", help="Verbose output",
358 mode_flags, options.verbose,
431 if options.verbose:
439 if options.verbose:
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 99 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose);
117 const char *dataFile, uint32_t max_size, UBool sourceTOC, UBool verbose, char *gencmnFileName) {
159 if (verbose) {
203 addFile(getLongPathname(line), name, source, sourceTOC, verbose); local
266 if (verbose) {
404 addFile(const char *filename, const char *name, const char *source, UBool sourceTOC, UBool verbose) {
460 if (verbose) {
  /external/iputils/
rarpd.c 36 int verbose; variable
161 if (verbose)
191 if (verbose) {
310 if (verbose)
323 if (verbose)
451 if (verbose) {
586 ++verbose;
  /external/linux-tools-perf/
builtin-report.c 307 if (verbose > 3)
310 if (verbose > 2)
420 OPT_INCR('v', "verbose", &verbose,
421 "be more verbose (show symbol address, etc)"),
492 * providing it only in verbose mode not to bloat too
495 if (verbose) {
  /external/strace/
resource.c 157 if (syserror(tcp) || !verbose(tcp))
181 if (!verbose(tcp))
223 if (syserror(tcp) || !verbose(tcp))
243 if (!verbose(tcp))
296 else if (syserror(tcp) || !verbose(tcp))
332 else if (syserror(tcp) || !verbose(tcp))
396 if (syserror(tcp) || !verbose(tcp))
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 229 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
273 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadFromUri %s", uri);
297 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) LogTag.debug("loadDraft %s", conv);
429 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]
Conversation.java 327 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
366 if (DELETEDEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
416 if (DELETEDEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
482 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
497 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
505 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
639 if (DELETEDEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
669 if (DELETEDEBUG || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
    [all...]

Completed in 1395 milliseconds

<<31323334353637383940>>