/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
printing.py | 113 if gdb.parameter("verbose"): 117 if gdb.parameter("verbose"):
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/ |
printing.py | 113 if gdb.parameter("verbose"): 117 if gdb.parameter("verbose"):
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/ |
printing.py | 113 if gdb.parameter("verbose"): 117 if gdb.parameter("verbose"):
|
/prebuilts/sdk/tools/linux/ |
acp | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PostCompilerBuilder.java | 232 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, 244 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, 379 AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE, 418 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, 422 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, 463 AdtPlugin.printBuildToConsole(BuildVerbosity.VERBOSE, project, msg); 494 AdtPrefs.getPrefs().getBuildVerbosity() == BuildVerbosity.VERBOSE, [all...] |
/external/bison/src/ |
parse-gram.y | 101 %error-verbose 104 %verbose 158 PERCENT_ERROR_VERBOSE "%error-verbose" 179 PERCENT_VERBOSE "%verbose" 267 | "%error-verbose" { error_verbose = true; } 337 | "%verbose" { report_flag |= report_states; }
|
/external/emma/core/java12/com/vladium/logging/ |
Logger.java | 144 * A convenience method equivalent to isLoggable(VERBOSE). 148 return (VERBOSE <= m_level); 200 * at VERBOSE level. 204 public final void verbose (final String msg) method in class:Logger 206 _log (VERBOSE, null, msg, false); 382 return ILogLevels.VERBOSE;
|
/external/oprofile/gui/ |
oprof_start.cpp | 166 verbose->setChecked(config.verbose); 695 config.verbose = verbose->isChecked(); 921 if (config.verbose) 922 args.push_back("--verbose");
|
/external/strace/ |
time.c | 75 else if (!verbose(tcp)) 122 else if (!verbose(tcp)) 155 else if (!verbose(tcp)) 186 else if (!verbose(tcp)) 348 else if (!verbose(tcp)) 657 else if (syserror(tcp) || !verbose(tcp))
|
/external/webkit/Tools/EWebLauncher/ |
main.c | 54 if (verbose) \ 70 static int verbose = 0; variable 127 ('v', "verbose", "be more verbose."), 172 if (!verbose) 841 ECORE_GETOPT_VALUE_INT(verbose),
|
/ndk/build/core/ |
ndk-common.sh | 76 VERBOSE=${VERBOSE-yes} 125 if [ "$VERBOSE" = "yes" ] ; then 136 if [ "$VERBOSE" = "yes" ] ; then 158 if [ "$VERBOSE" = "yes" ] ; then 176 elif [ "$VERBOSE" = "yes" ]; then
|
/ndk/build/tools/ |
gen-platforms.sh | 74 VERBOSE=no 82 --verbose) 83 if [ "$VERBOSE" = "yes" ] ; then 86 VERBOSE=yes 138 echo " --verbose Enable verbose messages"
|
/ndk/ |
ndk-gdb | 173 VERBOSE=no 181 --verbose) 182 VERBOSE=yes 277 echo " --verbose Enable verbose mode" 648 echo " Try using the --verbose option and look at its output for details."
|
/sdk/files/ant/ |
build.xml | 87 <property name="verbose" value="false" /> 170 The property 'verbosity' is not user configurable and depends exclusively on 'verbose' 172 <condition property="verbosity" value="verbose" else="quiet"> 173 <istrue value="${verbose}" /> 281 verbose="${verbose}"> 307 verbose="${verbose}" 331 verbose="${verbose}" /> [all...] |
/external/webkit/Tools/Scripts/ |
old-run-webkit-tests | 175 my $verbose = 0; 301 -q|--quiet Less verbose output 309 -1|--singly Isolate each test case run (implies --nthly 1 --verbose) 320 -v|--verbose More verbose output (overrides --quiet) 367 'verbose|v' => \$verbose, 401 $verbose = 1 if $testsPerDumpTool == 1; 716 if ($verbose) { 731 if ($verbose) { [all...] |
/dalvik/dx/src/com/android/dx/command/dexer/ |
Main.java | 415 if (args.verbose) { 438 if (args.verbose) { 444 if (args.verbose) { 635 if (args.verbose) { 883 /** whether to emit high-level verbose human-oriented output */ 884 public boolean verbose = false; field in class:Main.Arguments 886 /** whether to emit verbose human-oriented output in the dump file */ [all...] |
/external/oprofile/ |
ChangeLog-2004 | 492 verbose output. 729 * utils/opcontrol: split daemon --verbose, w/o argument it's synonymous 730 to --verbose=all. Better splitting is welcome 761 * daemon/init.c: show buffer read only when --verbose 825 * doc/opstack.1.in: document --verbose options a bit 828 * pp/common_option.cpp: remove vlevel2 verbose object 834 --verbose=sfile,bfd,level1 resp. sample filename handling bfd 837 * pp/opgprof.cpp: controlled by --verbose==bfd, add level1 to get 838 verbose symbols. 935 * pp/opannotate_options.cpp: add verbose output of profile_classe [all...] |
/external/libsepol/src/ |
expand.c | 41 int verbose; member in struct:expand_state 96 if (state->verbose) 164 if (state->verbose) 236 if (state->verbose) 409 if (state->verbose) 638 if (state->verbose) 736 if (state->verbose) 801 if (state->verbose) 949 if (state->verbose) 1066 if (state->verbose) [all...] |
/build/tools/releasetools/ |
common.py | 49 OPTIONS.verbose = False 66 if OPTIONS.verbose: 508 elif OPTIONS.verbose: 549 -v (--verbose) 574 ["help", "verbose", "path=", "signapk_path=", "extra_signapk_args=", 589 elif o in ("-v", "--verbose"): 590 OPTIONS.verbose = True
|
/external/e2fsprogs/ |
configure.in | 193 dnl handle --enable-verbose-makecmds 195 AC_ARG_ENABLE([verbose-makecmds], 196 [ --enable-verbose-makecmds enable verbose make command output], 199 AC_MSG_RESULT([Disabling verbose make commands]) 203 AC_MSG_RESULT([Enabling verbose make commands]) 208 AC_MSG_RESULT([Disabling verbose make commands])
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/ |
jarprocessor-ant.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-netrexx.jar | |
/external/linux-tools-perf/ |
builtin-top.c | 322 if (verbose) 327 if (verbose) 352 if (verbose) 917 if (verbose) 1063 OPT_INCR('v', "verbose", &verbose, 1064 "be more verbose (show counter open errors, etc)"),
|
/external/valgrind/main/none/tests/ppc32/ |
jm-insns.c | 4176 static int verbose = 0; variable [all...] |
/external/oprofile/utils/ |
opcontrol | 110 # verbose echo 113 if test -n "$VERBOSE"; then 147 -V/--verbose[=all,sfile,arcs,samples,module,misc,ext] 148 be verbose in the daemon log 330 VERBOSE="" 881 -V|--verbose) 883 VERBOSE="all" 885 VERBOSE=$val 916 if test -n "$VERBOSE"; then 918 echo "Option --verbose may only be used with --start or --start-daemon" >& [all...] |