HomeSort by relevance Sort by last modified time
    Searched defs:verbose (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /external/compiler-rt/BlocksRuntime/tests/
recursive-test.c 14 int verbose = 0; variable
18 if (argc > 1) verbose = 1;
22 if (verbose) printf("recursive_local_block is a local recursive block\n");
24 if (verbose) printf("%d\n", i);
30 if (verbose) printf("recursive_local_block's address is %p, running it:\n", (void*)recursive_local_block);
33 if (verbose) printf("Creating other_local_block: a local block that calls recursive_local_block\n");
36 if (verbose) printf("other_local_block running\n");
40 if (verbose) printf("other_local_block's address is %p, running it:\n", (void*)other_local_block);
45 if (verbose) printf("Creating other_copied_block: a Block_copy of a block that will call recursive_local_block\n");
48 if (verbose) printf("other_copied_block running\n")
    [all...]
  /external/icu4c/tools/genren/
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")
242 sub verbose { subroutine
    [all...]
  /external/oprofile/libutil++/
cverb.h 3 * verbose output stream
22 * verbose object, all output through this stream are made only
23 * if a verbose object with a true state is injected in the stream.
29 * declare some verbose global object:
30 * verbose debug("debug");
31 * verbose stats("stats");
32 * verbose level2("level2");
36 * verbose::setup(command_line_args_to'--verbose=');
39 * cverb << (stats&level2) << "very verbose stats\n
51 class verbose { class
    [all...]
cverb.cpp 3 * verbose output stream
25 verbose vlevel1("level1");
26 verbose vdebug("debug");
27 verbose vstats("stats");
28 verbose vsfile("sfile");
29 verbose vxml("xml");
51 // We use a multimap because user can create multiple verbose object with
54 typedef multimap<string, verbose *> recorder_t;
55 // The recorder is lazilly created by verbose object ctor
61 verbose::verbose(char const * name function in class:verbose
    [all...]
  /cts/libs/vogar-expect/src/vogar/util/
LogOutput.java 23 void verbose(String s); method in interface:LogOutput
Log.java 29 public static void verbose(String s) { method in class:Log
31 sLogoutput.verbose(s);
  /external/icu4c/tools/gencmn/
gencmn.c 50 UBool sourceTOC, verbose; local
75 "%csage: %s [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright ] [ -C, --comment comment ] [ -d, --destdir dir ] [ -n, --name filename ] [ -t, --type filetype ] [ -S, --source tocfile ] [ -e, --entrypoint name ] maxsize listfile\n", argc < 0 ? 'u' : 'U', *argv);
83 "\t-v, --verbose verbose output\n"
102 verbose = options[2].doesOccur;
113 maxSize, sourceTOC, verbose, NULL);
  /system/core/libsparse/
sparse_file.h 25 bool verbose; member in struct:sparse_file
  /external/libsepol/tests/
libsepol-tests.c 50 printf("\t-v, --verbose\t\t\tverbose output\n");
54 static int do_tests(int interactive, int verbose)
67 if (verbose)
83 int i, verbose = 1, interactive = 0; local
86 {"verbose", 0, NULL, 'v'},
94 verbose = 1;
109 if (do_tests(interactive, verbose))
114 if (do_tests(interactive, verbose))
  /external/openssh/regress/
test-exec.sh 199 verbose () function
201 echo "verbose: $@" >>$TEST_SSH_LOGFILE
255 LogLevel VERBOSE
398 verbose ok $tid
  /external/srtp/crypto/test/
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) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /system/extras/ext4_utils/
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/blktrace/btt/
bno_plot.py 25 [ -v | --verbose ]
43 verbose = 0 variable
55 global verbose
59 l_opts = [ 'help', 'keys-below', 'verbose' ]
72 elif o in ('-v', '--verbose'):
73 verbose += 1
86 if verbose:
119 if verbose: print 'Executing %s' % cmd
  /external/e2fsprogs/lib/ext2fs/
tst_super_size.c 23 int verbose = 0; variable
  /external/elfutils/tests/
saridx.c 103 int verbose = 0; local
108 verbose = 1;
147 if (verbose)
149 /* The verbose variant. We print a lot of information. */
  /external/icu4c/test/intltest/
nmfmtrt.h 27 static UBool verbose; member in class:NumberFormatRoundTripTest
  /external/libusb-compat/examples/
testlibusb.c 11 int verbose = 0; variable
101 if (udev && verbose) {
113 if (verbose) {
134 verbose = 1;
142 if (bus->root_dev && !verbose)
  /external/linux-tools-perf/util/
debug.c 15 int verbose; variable
23 if (verbose >= level) {
  /external/llvm/lib/Linker/
Linker.cpp 61 Linker::verbose(StringRef message) { function in class:Linker
62 if (Flags&Verbose)
  /external/qemu/distrib/sdl-1.2.15/test/
testplatform.c 18 int TestTypes(SDL_bool verbose)
23 if ( verbose )
29 if ( verbose )
35 if ( verbose )
42 if ( verbose )
48 if ( verbose ) {
52 if ( verbose && !error )
58 int TestEndian(SDL_bool verbose)
77 if ( verbose ) {
87 if ( verbose ) {
147 SDL_bool verbose = SDL_TRUE; local
    [all...]
  /external/smack/src/org/xbill/DNS/
Compression.java 24 private boolean verbose = Options.check("verbosecompression"); field in class:Compression
49 if (verbose)
67 if (verbose)
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
TestLogger.java 45 public void verbose(String msgFormat, Object... args) { method in class:TestLogger

Completed in 653 milliseconds

1 2 3 4 5 6 7 8 9