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

<<21222324252627282930>>

  /ndk/build/tools/
dev-rebuild-ndk.sh 100 export VERBOSE=--verbose
161 $VERBOSE \
203 $VERBOSE \
226 $VERBOSE > $logfile 2>&1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_genexps.py 266 def test_main(verbose=None):
270 test_support.run_doctest(test_genexps, verbose)
273 if verbose and hasattr(sys, "gettotalrefcount"):
277 test_support.run_doctest(test_genexps, verbose)
283 test_main(verbose=True)
regrtest.py 26 -v/--verbose -- run tests in verbose mode with output to stdout
27 -w/--verbose2 -- re-run failed tests in verbose mode
28 -W/--verbose3 -- re-run failed tests in verbose mode immediately
229 def main(tests=None, testdir=None, verbose=0, quiet=False,
251 The other default arguments (verbose, quiet, exclude,
261 ['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
277 elif o in ('-v', '--verbose'):
278 verbose += 1
285 verbose =
    [all...]
test_doctest.py 725 >>> doctest.DocTestRunner(verbose=False).run(test)
740 >>> doctest.DocTestRunner(verbose=True).run(test)
766 The `verbose` flag makes the test runner generate more detailed
779 >>> doctest.DocTestRunner(verbose=True).run(test)
796 If the `verbose` flag is unspecified, then the output will be verbose
802 >>> # If -v does not appear in sys.argv, then output isn't verbose.
807 >>> # If -v does appear in sys.argv, then output is verbose.
847 >>> doctest.DocTestRunner(verbose=False).run(test)
864 >>> doctest.DocTestRunner(verbose=False).run(test
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_genexps.py 266 def test_main(verbose=None):
270 test_support.run_doctest(test_genexps, verbose)
273 if verbose and hasattr(sys, "gettotalrefcount"):
277 test_support.run_doctest(test_genexps, verbose)
283 test_main(verbose=True)
regrtest.py 26 -v/--verbose -- run tests in verbose mode with output to stdout
27 -w/--verbose2 -- re-run failed tests in verbose mode
28 -W/--verbose3 -- re-run failed tests in verbose mode immediately
229 def main(tests=None, testdir=None, verbose=0, quiet=False,
251 The other default arguments (verbose, quiet, exclude,
261 ['help', 'verbose', 'verbose2', 'verbose3', 'quiet',
277 elif o in ('-v', '--verbose'):
278 verbose += 1
285 verbose =
    [all...]
test_doctest.py 725 >>> doctest.DocTestRunner(verbose=False).run(test)
740 >>> doctest.DocTestRunner(verbose=True).run(test)
766 The `verbose` flag makes the test runner generate more detailed
779 >>> doctest.DocTestRunner(verbose=True).run(test)
796 If the `verbose` flag is unspecified, then the output will be verbose
802 >>> # If -v does not appear in sys.argv, then output isn't verbose.
807 >>> # If -v does appear in sys.argv, then output is verbose.
847 >>> doctest.DocTestRunner(verbose=False).run(test)
864 >>> doctest.DocTestRunner(verbose=False).run(test
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 95 mArgVerbose = argClass.getField("verbose"); //$NON-NLS-1$
146 * @param verbose verbose mode.
153 boolean forceJumbo, boolean verbose,
184 mArgVerbose.set(args, verbose);
  /system/core/libnetutils/
packet.c 181 #if VERBOSE
185 #if VERBOSE
189 #if VERBOSE
193 #if VERBOSE
197 #if VERBOSE
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 118 options = MockOptions(builder="MOCK SnowLeopard", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None)
145 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None)
173 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None)
205 options = MockOptions(builder="MOCK Win7", suffixes="txt", verbose=True, test="failures/expected/image.html", results_directory=None)
294 verbose=True, test="failures/expected/image.html", results_directory=None)
360 options = MockOptions(optimize=True, verbose=True, results_directory=None)
366 [['echo', '--verbose', 'optimize-baselines', '--suffixes', '', 'userscripts/first-test.html']])
371 options = MockOptions(optimize=True, verbose=True, results_directory=None)
377 [[['echo', 'copy-existing-baselines-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose']],
378 [['echo', 'rebaseline-test-internal', '--suffixes', 'txt,png', '--builder', 'MOCK builder', '--test', 'userscripts/first-test.html', '--verbose']],
    [all...]
  /external/chromium_org/third_party/openssl/openssl/
check-all-builds.sh 16 VERBOSE=1
18 # Dump message is $VERBOSE >= $1
23 if [ "$VERBOSE" -ge "$LOG_LEVEL" ]; then
34 # Dump a message if --verbose is used only.
40 # Run a command silently, unless --verbose or '--verbose --verbose'
46 case $VERBOSE in
172 --verbose)
173 VERBOSE=$(( $VERBOSE + 1 )
    [all...]
  /external/openssl/
check-all-builds.sh 16 VERBOSE=1
18 # Dump message is $VERBOSE >= $1
23 if [ "$VERBOSE" -ge "$LOG_LEVEL" ]; then
34 # Dump a message if --verbose is used only.
40 # Run a command silently, unless --verbose or '--verbose --verbose'
46 case $VERBOSE in
172 --verbose)
173 VERBOSE=$(( $VERBOSE + 1 )
    [all...]
  /external/oprofile/opcontrol/
opcontrol.cpp 37 #define verbose(fmt...) if (verbose_print) printf(fmt) macro
165 {"verbose", 0, 0, 'V'},
166 {"verbose-log", 1, 0, 'l'},
176 " --verbose show extra status\n"
177 " --verbose-log=lvl set daemon logging verbosity during setup\n"
393 verbose("idx: %d, name: %s, mask: %02x, ctr#: %d\n",
412 verbose("event_id is %d\n", event_info[event_idx].id);
413 verbose("count_val is %d\n", count_val);
440 verbose("Configure %s (%s)\n", fullname, content);
619 /* --verbose */
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
doctest.py 37 You can force verbose mode by passing "verbose=True" to testmod, or prohibit
38 it by passing "verbose=False". In either of those cases, sys.argv is not
569 ''', re.MULTILINE | re.VERBOSE)
591 """, re.VERBOSE | re.MULTILINE | re.DOTALL)
793 def __init__(self, verbose=False, parser=DocTestParser(),
811 self._verbose = verbose
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
doctest.py 37 You can force verbose mode by passing "verbose=True" to testmod, or prohibit
38 it by passing "verbose=False". In either of those cases, sys.argv is not
569 ''', re.MULTILINE | re.VERBOSE)
591 """, re.VERBOSE | re.MULTILINE | re.DOTALL)
793 def __init__(self, verbose=False, parser=DocTestParser(),
811 self._verbose = verbose
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 25 * -v - Verbose
312 static bool verbose = defaultVerbose; variable
378 case 'v': // Verbose
379 verbose = true;
828 bool origVerbose = verbose; // Temporarily turn off verbose
829 verbose = false;
851 verbose = origVerbose;
879 bool origVerbose = verbose; // Temporarily turn off verbose
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/util/
ByteArrayAnnotatedOutput.java 47 /** whether annotations are to be verbose */
48 private boolean verbose; field in class:ByteArrayAnnotatedOutput
101 this.verbose = false;
363 return verbose;
423 * @param verbose whether or not to indicate verbose annotations
425 public void enableAnnotations(int annotationWidth, boolean verbose) {
444 this.verbose = verbose;
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 50 /** whether annotations are to be verbose */
51 private boolean verbose; field in class:ByteArrayAnnotatedOutput
113 this.verbose = false;
359 return verbose;
419 * @param verbose whether or not to indicate verbose annotations
421 public void enableAnnotations(int annotationWidth, boolean verbose) {
440 this.verbose = verbose;
  /external/chromium_org/third_party/icu/source/test/thaitest/
thaitest.cpp 92 // verbose - report all breaks if true, otherwise just report differences
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
160 const UChar *noSpaces, int32_t noSpaceCount, UBool verbose)
161 : fBreaksNotFound(0), fInvalidBreaks(0), fWordCount(0), fVerbose(verbose)
442 UBool verbose = FALSE; local
450 if (argc >= 2 && strcmp(argv[1], "-verbose") == 0) {
451 verbose = TRUE;
460 fprintf(stderr, "Usage: %s [-verbose] [<file>]\n", argv[0]);
483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);
  /external/chromium_org/third_party/openssl/openssl/apps/
engine.c 77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent)
224 if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4)
254 if(verbose == 1)
271 if((verbose >= 3) && !util_flags(bio_out, flags,
345 int verbose=0, list_cap=0, test_avail=0, test_avail_noise = 0; local
378 if((verbose=strlen(*argv + 1)) > 4)
524 if((verbose > 0) && !util_verbose(e, verbose, bio_out, indent))
  /external/dexmaker/src/dx/java/com/android/dx/util/
ByteArrayAnnotatedOutput.java 47 /** whether annotations are to be verbose */
48 private boolean verbose; field in class:ByteArrayAnnotatedOutput
110 this.verbose = false;
356 return verbose;
416 * @param verbose whether or not to indicate verbose annotations
418 public void enableAnnotations(int annotationWidth, boolean verbose) {
437 this.verbose = verbose;
  /external/icu4c/test/thaitest/
thaitest.cpp 92 // verbose - report all breaks if true, otherwise just report differences
93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose);
160 const UChar *noSpaces, int32_t noSpaceCount, UBool verbose)
161 : fBreaksNotFound(0), fInvalidBreaks(0), fWordCount(0), fVerbose(verbose)
442 UBool verbose = FALSE; local
450 if (argc >= 2 && strcmp(argv[1], "-verbose") == 0) {
451 verbose = TRUE;
460 fprintf(stderr, "Usage: %s [-verbose] [<file>]\n", argv[0]);
483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);
  /external/icu4c/tools/gendict/
gendict.cpp 119 "\t-v or --verbose turn on verbose output\n"
295 UBool verbose = options[ARG_VERBOSE].doesOccur; local
347 if (verbose) { printf("Opening file %s...\n", wordFileName); }
354 if (verbose) { printf("Initializing dictionary builder of type %s...\n", (isBytesTrie ? "BytesTrie" : "UCharsTrie")); }
365 if (verbose) { puts("Adding words to dictionary..."); }
424 if (verbose) { puts("Serializing data..."); }
441 if (verbose) { puts("Opening output file..."); }
448 if (verbose) { puts("Writing to output file..."); }
  /external/jpeg/
rdjpgcom.c 324 scan_JPEG_header (int verbose)
352 if (verbose)
370 * APP12 markers, so we print those out too when in -verbose mode.
372 if (verbose) {
401 fprintf(stderr, " -verbose Also display dimensions of JPEG image\n");
441 int verbose = 0; local
458 if (keymatch(arg, "verbose", 1)) {
459 verbose++;
491 (void) scan_JPEG_header(verbose);
  /external/openssl/apps/
engine.c 77 " -v[v[v[v]]] - verbose mode, for each engine, list its 'control commands'\n",
194 static int util_verbose(ENGINE *e, int verbose, BIO *bio_out, const char *indent)
224 if (!(flags & ENGINE_CMD_FLAG_INTERNAL) || verbose >= 4)
254 if(verbose == 1)
271 if((verbose >= 3) && !util_flags(bio_out, flags,
345 int verbose=0, list_cap=0, test_avail=0, test_avail_noise = 0; local
378 if((verbose=strlen(*argv + 1)) > 4)
524 if((verbose > 0) && !util_verbose(e, verbose, bio_out, indent))

Completed in 1682 milliseconds

<<21222324252627282930>>