/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
|
/packages/apps/Phone/ |
proguard.flags | 6 -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'},
|
/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);
|
iptables.h | 12 extern int delete_chain4(const ipt_chainlabel chain, int verbose, 14 extern int flush_entries4(const ipt_chainlabel chain, int verbose, 17 int verbose, int builtinstoo, struct iptc_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/MBlaze/ |
DbgValueOtherTargets.test | 1 RUN: llc -O0 -march=mblaze -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/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/ |
JavaScriptCorePostBuild.cmd | 1 if exist "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
|
/external/webkit/Source/WebKit2/win/ |
WebKitPostBuild.cmd | 1 if exist "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
|
/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);
|
/external/emma/core/res/com/vladium/emma/instr/ |
instr_usage.res | 46 'verbose': 49 "verbose output operation"; 53 excludes {'silent', 'verbose', 'debug'}, 58 excludes {'quiet', 'verbose', 'debug'}, 64 excludes {'verbose', 'quiet', 'silent'},
|
/external/emma/core/res/com/vladium/emma/report/ |
report_usage.res | 31 'verbose': 34 "verbose output operation"; 38 excludes {'silent', 'verbose', 'debug'}, 43 excludes {'quiet', 'verbose', 'debug'}, 49 excludes {'verbose', 'quiet', 'silent'},
|