/frameworks/av/media/libstagefright/rtsp/ |
AH263Assembler.cpp | 81 #if VERBOSE 82 LOG(VERBOSE) << "Not the sequence number I expected"; 155 #if VERBOSE 156 LOG(VERBOSE) << "Access unit complete (" << mPackets.size() << " packets)";
|
/frameworks/base/tools/layoutlib/bridge/src/android/util/ |
Log_Delegate.java | 25 case Log.VERBOSE:
|
/frameworks/volley/ |
proguard.cfg | 5 -verbose
|
/hardware/invensense/libsensors_iio/ |
local_log_def.h | 7 #define EXTRA_VERBOSE (0) /* verbose log messages */
|
/packages/apps/Browser/src/com/android/browser/ |
Browser.java | 27 // Set to true to enable verbose logging.
|
/packages/experimental/NotificationShowcase/ |
proguard.cfg | 5 -verbose
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Constants.java | 170 /** Enable verbose logging - use with "setprop log.tag.DownloadManager VERBOSE" */ 172 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE); 174 /** Enable super-verbose logging */
|
/packages/wallpapers/Galaxy4/ |
proguard.cfg | 5 -verbose
|
/packages/wallpapers/NoiseField/ |
proguard.cfg | 5 -verbose
|
/packages/wallpapers/PhaseBeam/ |
proguard.cfg | 5 -verbose
|
/sdk/testapps/customViewTest/libWithCustomView/ |
proguard.cfg | 5 -verbose
|
/system/extras/ext4_utils/ |
ext2simg.c | 44 static int verbose = 0; variable 51 fprintf(stderr, " -v verbose output\n"); 87 if (verbose) { 193 verbose = 1;
|
/external/iptables/iptables/ |
ip6tables-restore.c | 28 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable 34 {.name = "verbose", .has_arg = false, .val = 'v'}, 49 " [ --verbose ]\n" 153 verbose = 1; 193 if (verbose) 230 for_each_chain6(flush_entries6, verbose, 1, 235 for_each_chain6(delete_chain6, verbose, 0,
|
iptables-restore.c | 25 static int binary = 0, counters = 0, verbose = 0, noflush = 0; variable 31 {.name = "verbose", .has_arg = false, .val = 'v'}, 49 " [ --verbose ]\n" 156 verbose = 1; 199 if (verbose) 237 for_each_chain4(flush_entries4, verbose, 1, 242 for_each_chain4(delete_chain4, verbose, 0,
|
/external/libffi/testsuite/lib/ |
libffi-dg.exp | 105 verbose "libffi $blddirffi" 111 verbose "gccdir $gccdir" 133 verbose "ld_library_path: $ld_library_path" 137 verbose "libffi_include $libffi_include" 140 verbose "libffi_dir $libffi_dir" 195 verbose "options: $options" 240 verbose "Testing $nshort, $flags" 1
|
/external/openssh/regress/ |
cert-hostkey.sh | 28 verbose "$tid: sign host ${ktype} cert" 50 verbose "$tid: host ${ktype} cert connect privsep $privsep" 92 verbose "$tid: host ${ktype} revoked cert privsep $privsep" 119 verbose "$tid: host ${ktype} revoked cert" 151 verbose "$tid: host cert connect $ident $kt expect $result" 193 verbose "$tid: host ${ktype} ${v} cert downgrade to raw key" 240 verbose "$tid: host ${kt} connect wrong cert"
|
/external/tcpdump/ |
print-nfs.c | 57 static void print_sattr3(const struct nfsv3_sattr *sa3, int verbose); 267 print_sattr3(const struct nfsv3_sattr *sa3, int verbose) 275 if (verbose > 1) { 1105 parsefattr(const u_int32_t *dp, int verbose, int v3) 1111 if (verbose) { 1128 if (verbose > 1) { 1173 parseattrstat(const u_int32_t *dp, int verbose, int v3) 1183 return (parsefattr(dp, verbose, v3) != NULL); 1309 parse_pre_op_attr(const u_int32_t *dp, int verbose) 1316 if (verbose > 1) [all...] |
/external/webkit/Tools/Scripts/ |
test-webkitpy | 46 # Verbose logging is useful for debugging test-webkitpy code that runs 48 # unit-test auto-detection logic. This is different from verbose logging 49 # of the unit tests themselves (i.e. the unittest module's --verbose flag). 59 verbose. If this parameter is true, the logging 175 verbose_logging_flag = "--verbose-logging" 180 # FIXME: Get documentation for the --verbose-logging flag to show 189 _log.debug("Verbose WebKit logging enabled.")
|
/frameworks/compile/libbcc/bcinfo/tools/ |
main.cpp | 61 bool verbose = true; variable 78 // Turn off verbose so that we only generate the .info file. 80 verbose = false; 84 verbose = true; 278 if (verbose) { 285 if (verbose) { 306 if (verbose) {
|
/sdk/files/ant/ |
uibuild.xml | 48 <property name="verbose" value="false" /> 150 <delete dir="${out.absolute.dir}" verbose="${verbose}" /> 182 verbose="${verbose}" 198 verbose="${verbose}">
|
/system/core/libsparse/include/sparse/ |
sparse.h | 217 * @verbose - print verbose errors while reading the sparse file 221 * sparse cookie that was used to write it. If verbose is true, prints verbose 226 struct sparse_file *sparse_file_import(int fd, bool verbose, bool crc); 259 * sparse_file_verbose - set a sparse file cookie to print verbose errors 263 * Print verbose sparse file errors whenever using the sparse file cookie. 268 * sparse_print_verbose - function called to print verbose errors 270 * By default, verbose errors will print to standard error. 271 * sparse_print_verbose may be overridden to log verbose errors somewhere else [all...] |
/external/chromium/testing/gmock/test/ |
gmock_output_test_.cc | 68 testing::GMOCK_FLAG(verbose) = "info"; 73 testing::GMOCK_FLAG(verbose) = "warning"; 77 testing::GMOCK_FLAG(verbose) = "info"; 82 testing::GMOCK_FLAG(verbose) = "warning"; 286 testing::GMOCK_FLAG(verbose) = "warning";
|
/external/e2fsprogs/util/ |
subst.c | 310 int verbose = 0; local 330 verbose++; 378 if (verbose) 382 if (verbose) 392 if (verbose)
|
/external/linux-tools-perf/ |
builtin-annotate.c | 197 if (verbose > 3) 200 if (verbose > 2) 249 OPT_INCR('v', "verbose", &verbose, 250 "be more verbose (show symbol address, etc)"),
|
/external/llvm/utils/ |
llvm-native-gcc | 6 $Verbose = 0; 34 $Verbose = 1; 70 "based on '$DefaultOutputFileBase'\n" if $Verbose; 87 print "$command\n" if $Verbose; 164 print "Output file is $OutputFile\n" if $Verbose;
|