/system/core/toolbox/ |
nandread.c | 31 int verbose = 0; local 73 verbose++; 131 if (verbose) { 156 if (verbose) { 171 if (verbose) { 191 if (verbose > 3) 263 else if (verbose > 2 || (verbose > 1 && !(pos & (mtdinfo.erasesize - 1)))) 277 if (verbose) {
|
/external/icu4c/samples/ufortune/ |
ufortune.c | 57 UBool verbose = FALSE; /* Set true if -v command line option. */ local 81 * -v verbose mode. Display extra messages. 92 verbose = TRUE; 108 if (verbose) { 132 if (verbose) {
|
/external/oprofile/pp/ |
common_option.cpp | 43 popt::option(verbose_strings, "verbose", 'V', 44 // FIXME help string for verbose level 45 "verbose output", "all,debug,bfd,level1,sfile,stats,xml"), 178 if (!verbose::setup(verbose_strings)) { 179 cerr << "unknown --verbose= options\n";
|
/frameworks/base/core/jni/ |
android_util_Log.cpp | 37 jint verbose; member in struct:android::levels_t 49 case 'V': return levels.verbose; 101 return isLoggable(tag, levels.verbose); 155 levels.verbose = env->GetStaticIntField(clazz, env->GetStaticFieldID(clazz, "VERBOSE", "I"));
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
util.rb | 33 verbosity, $VERBOSE = $VERBOSE, nil 36 $VERBOSE = verbosity
|
/external/emma/core/java12/com/vladium/logging/ |
ILogLevels.java | 34 int VERBOSE = 3; // "-verbose" 60 String VERBOSE_STRING = "verbose";
|
/external/iproute2/include/ |
ip6tables.h | 136 extern int for_each_chain(int (*fn)(const ip6t_chainlabel, int, ip6tc_handle_t *), int verbose, int builtinstoo, ip6tc_handle_t *handle); 137 extern int flush_entries(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle); 138 extern int delete_chain(const ip6t_chainlabel chain, int verbose, ip6tc_handle_t *handle);
|
iptables.h | 171 extern int delete_chain(const ipt_chainlabel chain, int verbose, 173 extern int flush_entries(const ipt_chainlabel chain, int verbose, 176 int verbose, int builtinstoo, iptc_handle_t *handle);
|
/external/llvm/test/CodeGen/X86/ |
pic_jumptable.ll | 1 ; RUN: llc < %s -relocation-model=pic -mtriple=i386-linux-gnu -asm-verbose=false \ 3 ; RUN: llc < %s -relocation-model=pic -mark-data-regions -mtriple=i686-apple-darwin -asm-verbose=false \ 5 ; RUN: llc < %s -relocation-model=pic -mtriple=i686-apple-darwin -asm-verbose=false \
|
/external/llvm/tools/llvm-ranlib/ |
llvm-ranlib.cpp | 32 Verbose("verbose",cl::Optional,cl::init(false), 94 if (Verbose)
|
/external/openssh/contrib/suse/ |
rc.sshd | 35 # rc_status -v ditto but be verbose in local rc status 54 # Remember status and be verbose 64 # Remember status and be verbose
|
/external/openssh/regress/ |
multiplex.sh | 26 verbose "test $tid: envpass" 35 verbose "test $tid: transfer" 65 verbose "test $tid: status $s"
|
/external/stlport/test/eh/ |
nc_alloc.h | 77 // Managing verbose feedback. 80 // Call to begin a strong, weak, or const test. If verbose 90 // Turn verbose reporting on or off.
|
/external/valgrind/main/nightly/bin/ |
nightly | 31 # Header and command in verbose logfile 32 printf " $str ... " >> $logfile.verbose 33 echo "$*" >> $logfile.verbose 36 ("${ABT_EVAL}" "$*") >> $logfile.verbose 2>&1 95 rm -rf diffs diffs.txt diff.short final new.short new.verbose old.short old.verbose 127 # Remove old short and verbose log files, and start the new ones 128 for ext in short verbose ; do 161 egrep -q '^== [0-9]+ tests' $logfile.verbose && ( 165 awk '/^== [0-9]+ tests/, /^$/ { print }' $logfile.verbose >> $logfile.shor [all...] |
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/ |
uim.h | 53 #define VERBOSE 63 #elif defined(VERBOSE) /* very verbose */
|
/hardware/ti/wpan/ti_st/uim-sysfs/ |
uim.h | 53 #define VERBOSE 61 #elif defined(VERBOSE) /* very verbose */
|
/ndk/build/tools/ |
build-target-prebuilts.sh | 64 if [ "$VERBOSE" = "yes" ]; then 65 FLAGS=$FLAGS" --verbose" 68 FLAGS=$FLAGS" --verbose"
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
MmsSystemEventReceiver.java | 48 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 57 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) { 75 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
|
/cts/tests/tests/media/src/android/media/cts/ |
EncoderTest.java | 35 private static final boolean VERBOSE = false; 227 if (VERBOSE) { 238 if (VERBOSE) { 258 if (VERBOSE) { 264 if (VERBOSE) { 270 if (VERBOSE) {
|
/external/e2fsprogs/misc/ |
chattr.c | 67 static int verbose; variable 139 verbose = 1; 220 if (verbose) { 239 if (verbose) { 256 if (verbose) 331 if (verbose)
|
/external/grub/grub/ |
main.c | 44 int verbose = 0; variable 86 {"verbose", no_argument, 0, OPT_VERBOSE}, 117 --verbose print verbose messages\n\ 221 verbose = 1; 247 if (hold && verbose)
|
/external/webkit/Tools/Scripts/ |
do-webcore-rename | 45 my $verbose; 51 -v|--verbose More verbose output 56 'verbose|v' => \$verbose, 85 print "Ignoring $File::Find::name\n" if $verbose;
|
/frameworks/compile/libbcc/tests/debuginfo/ |
build_test_apk.sh | 20 VERBOSE=no 49 if [ "$VERBOSE" = "yes" ] ; then 69 --verbose|-v) 70 VERBOSE=yes 140 echo " --verbose|-v Enable verbose mode"
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
FastScrollingIndexCache.java | 206 if (Log.isLoggable(TAG, Log.VERBOSE)) { 218 if (Log.isLoggable(TAG, Log.VERBOSE)) { 241 if (Log.isLoggable(TAG, Log.VERBOSE)) { 253 if (Log.isLoggable(TAG, Log.VERBOSE)) { 280 if (Log.isLoggable(TAG, Log.VERBOSE)) { 303 if (Log.isLoggable(TAG, Log.VERBOSE)) {
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
AnnotatedOutput.java | 33 * Get whether this instance is intended to keep verbose annotations. 37 * @return {@code true} iff annotations are to be verbose
|