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

1 2 3 4 5 6 7 8 91011>>

  /packages/services/Telephony/
proguard.flags 1 -verbose
  /packages/apps/ContactsCommon/
proguard.flags 3 -verbose
  /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...]
  /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...]
  /packages/apps/OneTimeInitializer/
proguard.flags 4 -verbose
  /external/llvm/test/CodeGen/X86/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=x86 -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
2 RUN: llc -O0 -march=x86-64 -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/emma/core/res/com/vladium/emma/data/
merge_usage.res 26 'verbose':
29 "verbose output operation";
33 excludes {'silent', 'verbose', 'debug'},
38 excludes {'quiet', 'verbose', 'debug'},
44 excludes {'verbose', 'quiet', 'silent'},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dl.py 6 from test.test_support import verbose, import_module namespace
19 if verbose:
23 if verbose:
27 if verbose:
31 if verbose:
test_al.py 5 from test.test_support import verbose, import_module namespace
16 if verbose:
19 if verbose:
test_dummy_threading.py 18 if test_support.verbose:
23 if test_support.verbose:
27 if test_support.verbose:
31 if test_support.verbose:
52 if test_support.verbose:
56 if test_support.verbose:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dl.py 6 from test.test_support import verbose, import_module namespace
19 if verbose:
23 if verbose:
27 if verbose:
31 if verbose:
test_al.py 5 from test.test_support import verbose, import_module namespace
16 if verbose:
19 if verbose:
test_dummy_threading.py 18 if test_support.verbose:
23 if test_support.verbose:
27 if test_support.verbose:
31 if test_support.verbose:
52 if test_support.verbose:
56 if test_support.verbose:
  /external/iptables/include/
ip6tables.h 13 extern int for_each_chain6(int (*fn)(const ip6t_chainlabel, int, struct ip6tc_handle *), int verbose, int builtinstoo, struct ip6tc_handle *handle);
14 extern int flush_entries6(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle);
15 extern int delete_chain6(const ip6t_chainlabel chain, int verbose, struct ip6tc_handle *handle);
  /development/tools/yuv420sp2rgb/
cmdline.h 13 int *verbose);
  /external/llvm/test/CodeGen/ARM/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=arm -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/llvm/test/CodeGen/MSP430/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=msp430 -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/llvm/test/CodeGen/Mips/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=mips -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/llvm/test/CodeGen/PowerPC/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=ppc32 -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/llvm/test/CodeGen/SPARC/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=sparc -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/llvm/test/CodeGen/Thumb/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=thumb -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /external/llvm/test/CodeGen/XCore/
DbgValueOtherTargets.test 1 RUN: llc -O0 -march=xcore -asm-verbose < %S/../Inputs/DbgValueOtherTargets.ll | FileCheck %S/../Inputs/DbgValueOtherTargets.ll
  /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...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEventSource.java 29 * set verbose to allow different level of log
31 * @param verbose output mode? 1= verbose, 2=very verbose
33 public void setVerbose(int verbose);

Completed in 3404 milliseconds

1 2 3 4 5 6 7 8 91011>>