HomeSort by relevance Sort by last modified time
    Searched defs:verbose (Results 251 - 275 of 1227) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/zlib/
zutil.c 120 # ifndef verbose
121 # define verbose 0 macro
123 int ZLIB_INTERNAL z_verbose = verbose;
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /art/runtime/interpreter/mterp/
gen_mterp.py 29 verbose = False variable
332 if verbose:
373 if verbose:
  /art/test/testrunner/
testrunner.py 37 --verbose
111 verbose = False variable
591 If verbose is set to True, it continuously prints test status information
593 If verbose is set to False, it keeps on erasing test
605 if not verbose:
606 # Without --verbose, the testrunner erases passing test info. It
621 if not verbose:
639 if verbose:
791 if not verbose:
792 # Without --verbose, the testrunner erases passing test info. I
    [all...]
  /development/scripts/
native_heapdump_viewer.py 38 [--verbose]: verbose output
53 verbose = False variable
67 elif args[0] == "--verbose":
68 verbose = True variable
243 if verbose:
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 124 static bool validateSignature(uint8_t *sigPack, struct RsaData *rsa, bool verbose, uint32_t *refHash, bool preset)
133 if (verbose)
142 if (verbose)
170 if (verbose) {
226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool bareData)
247 if (verbose)
266 if (!validateSignature(sigPack, rsa, verbose, (uint32_t*)sha2finish(&shaState), false)) {
294 if (verbose)
296 if (!validateSignature(sigPack, rsa, verbose, hash, false)) {
316 static int handleSign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbose, bool bareData
432 bool verbose = false; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sort.py 6 verbose = test_support.verbose variable
12 if verbose:
58 if verbose:
80 if verbose:
99 if verbose:
270 def test_main(verbose=None):
282 if verbose and hasattr(sys, "gettotalrefcount"):
292 test_main(verbose=True)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/
pygettext.py 132 --verbose
520 'style=', 'verbose', 'version', 'width=', 'exclude-file=',
539 verbose = 0
578 elif opt in ('-v', '--verbose'):
579 options.verbose = 1
633 if options.verbose:
638 if options.verbose:
533 verbose = 0 variable in class:main.Options
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
CommandLine.py 236 'generate verbose output'),
292 # Generate verbose output ?
293 verbose = 0 variable in class:Application
365 elif self.verbose:
566 """ Turn on verbose output.
568 self.verbose = 1
622 options = [Option('-v','verbose')]
625 print 'VERBOSE, Yeah !'
pybench.py 411 # Produce verbose output ?
412 verbose = 0 variable in class:Benchmark
420 def __init__(self, name, verbose=None, timer=None, warp=None,
428 if verbose is not None:
429 self.verbose = verbose
476 if self.verbose:
494 if self.verbose:
505 if self.verbose:
515 if self.verbose:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
EdkLogger.py 30 VERBOSE = 15
44 DEBUG_6, DEBUG_7, DEBUG_8, DEBUG_9, VERBOSE, WARN, INFO,
51 # For VERBOSE, INFO, WARN level
99 ## Log verbose message
101 # @param Message Verbose information
103 def verbose(Message): function
104 return _InfoLogger.log(VERBOSE, Message)
218 # For VERBOSE, INFO, WARN level
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 140 protected boolean verbose; field in class:Antlr3Mojo
288 log.debug("ANTLR: verbose : " + verbose);
322 tool.setVerbose(verbose);
  /external/autotest/client/bin/
job_unittest.py 92 verbose = False variable in class:test_init_minimal_options.call_init.options
242 options.verbose = False
282 options.verbose = False
  /external/autotest/client/tests/monotonic_time/src/
time_test.c 33 int verbose = 0; variable
42 { "verbose", no_argument, 0, 'v' },
59 " -v,--verbose verbose output\n"
237 struct timespec *timeout = (verbose || duration) ? &ts : NULL;
282 if (verbose)
349 ++verbose;
  /external/autotest/client/tests/tsc/src/
checktsc.c 21 int verbose = 0; variable
29 { "verbose", no_argument, 0, 'v' },
49 printf(" -v,--verbose verbose output\n");
202 if (verbose)
226 if (verbose)
353 ++verbose;
  /external/blktrace/btt/
bt_timeline.c 34 int verbose, done, time_bounded, output_all_data, seek_absolute; variable
114 if (verbose) {
  /external/curl/docs/examples/
curlx.c 121 ./curlx -p12 psy.p12 -envpass XX -in request -verbose -accesstype AD_DVCS
145 int verbose; member in struct:sslctxparm_st
195 if(p->verbose > 2)
201 if(p->verbose > 1)
206 if(p->verbose)
213 if(p->verbose)
219 if(p->verbose > 2)
297 p.verbose = 0;
367 else if(strcmp(*args, "-verbose") == 0) {
368 p.verbose++
    [all...]
  /external/dtc/
fdtput.c 43 int verbose; /* verbose output */ member in struct:display_info
85 if (disp->verbose)
107 if (disp->verbose)
116 if (disp->verbose) {
126 if (disp->verbose)
402 {"verbose", no_argument, NULL, 'v'},
453 disp.verbose = 1;
  /external/e2fsprogs/misc/
chattr.c 71 static int verbose; variable
145 verbose = 1;
230 if (verbose) {
242 if (verbose) {
259 if (verbose)
270 if (verbose)
348 if (verbose)
e2fuzz.c 30 static int verbose = 0; variable
278 if (verbose)
327 printf("-v: Verbose output.\n");
360 verbose = 1;
  /external/e2fsprogs/util/
subst.c 329 int verbose = 0; local
350 verbose++;
421 if (verbose)
424 if (verbose)
432 else if (verbose)
442 if (verbose)
symlinks.c 38 static int verbose = 0, fix_links = 0, recurse = 0, delete = 0, shorten = 0, variable
213 } else if (verbose) {
318 "\t-v == verbose (show all symlinks)\n\n");
369 else if (c == 'v') verbose = 1;
  /external/f2fs-tools/tools/sg_write_buffer/
sg_write_buffer.c 66 {"verbose", no_argument, 0, 'v'},
82 " [--timeout=TO] [--verbose] [--version] "
111 " --verbose|-v increase verbosity\n"
199 int verbose = 0; local
315 ++verbose;
361 if (verbose > 4)
368 sg_fd = sg_cmds_open_device(device_name, false /* rw */, verbose);
428 if (verbose) {
452 if (verbose)
457 if (verbose)
    [all...]
  /external/freetype/src/tools/
apinames.c 230 read_header_file( FILE* file, int verbose )
295 if ( verbose )
329 " -v : verbose mode, output sent to standard error\n"
352 int verbose = 0; local
368 verbose = 1;
450 read_header_file( stdin, verbose );
462 if ( verbose )
465 read_header_file( file, verbose );
  /external/icu/icu4c/source/test/thaitest/
thaitest.cpp 94 // verbose - report all breaks if true, otherwise just report differences
95 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
162 const UChar *noSpaces, int32_t noSpaceCount, UBool verbose)
163 : fBreaksNotFound(0), fInvalidBreaks(0), fWordCount(0), fVerbose(verbose)
444 UBool verbose = FALSE; local
452 if (argc >= 2 && strcmp(argv[1], "-verbose") == 0) {
453 verbose = TRUE;
462 fprintf(stderr, "Usage: %s [-verbose] [<file>]\n", argv[0]);
485 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);

Completed in 1336 milliseconds

<<11121314151617181920>>