HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 901 - 925 of 3185) sorted by null

<<31323334353637383940>>

  /development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
LogView.java 41 * @param priority Log level of the data being logged. Verbose, Error, etc.
55 case android.util.Log.VERBOSE:
56 priorityStr = "VERBOSE";
  /external/blktrace/btreplay/
btrecord.c 80 * @vfp: Verbose output file
105 static int verbose = 0; // Boolean: output stats variable
117 "\t[ -v : --verbose ] Default: Off\n" \
167 .name = "verbose",
229 if (verbose) {
457 verbose++;
547 if (verbose > 1)
555 if (verbose > 1)
581 if (verbose) {
608 if (verbose) {
    [all...]
  /external/chromium_org/build/android/ant/
apk-codegen.xml 19 <property name="verbose" value="false" />
102 verbose="${verbose}"
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
code_generator_v8.py 63 def __init__(self, definitions, interface_name, output_directory, relative_dir_posix, idl_directories, verbose=False):
68 self.verbose = verbose
  /external/chromium_org/tools/android/
find_unused_resources.py 90 parser.add_option('-v', help='Show verbose output', action='store_true')
111 verbose, source_paths, r_txt_paths, third_party_r_txt_paths = ParseArgs(args)
133 if verbose:
  /external/chromium_org/tools/cr/cr/base/
host.py 71 if context.verbose:
73 if context.verbose >= _TRAIL_VERBOSITY:
89 if context.verbose < _TRAIL_VERBOSITY:
  /external/chromium_org/tools/cr/cr/
context.py 143 Don't execute commands, just print them. Implies verbose.
148 '-v', '--verbose', dest='CR_VERBOSE',
185 def verbose(self): member in class:Context
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 189 * @param verbose whether to be verbose when writing human-oriented output
191 public void writeTo(OutputStream out, Writer humanOut, boolean verbose)
194 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
210 * @param verbose whether to be verbose when writing human-oriented output
213 public byte[] toDex(Writer humanOut, boolean verbose)
216 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose);
491 * @param verbose if annotating, whether to be verbose
    [all...]
  /external/e2fsprogs/misc/
logsave.c 37 int verbose = 0; variable
269 verbose++;
315 if (verbose)
lsattr.c 60 static int verbose; variable
179 verbose = 1;
197 if (verbose)
  /external/linux-tools-perf/
builtin-diff.c 178 OPT_INCR('v', "verbose", &verbose,
179 "be more verbose (show symbol address, etc)"),
builtin-inject.c 231 OPT_INCR('v', "verbose", &verbose,
232 "be more verbose (show build ids, etc)"),
  /external/llvm/test/CodeGen/X86/
v2f32.ll 1 ; RUN: llc < %s -mtriple=x86_64-linux -mcpu=penryn -asm-verbose=0 -o - | FileCheck %s -check-prefix=X64
2 ; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=penryn -asm-verbose=0 -o - | FileCheck %s -check-prefix=W64
3 ; RUN: llc < %s -mcpu=yonah -march=x86 -mtriple=i386-linux-gnu -asm-verbose=0 -o - | FileCheck %s -check-prefix=X32
  /external/pixman/test/
blitters-test.c 223 test_composite (int testnum, int verbose)
339 if (verbose)
357 if (verbose)
  /external/proguard/src/proguard/ant/
ProGuardTask.java 236 public void setVerbose(boolean verbose)
238 configuration.verbose = verbose;
  /external/valgrind/main/auxprogs/
gsl16test 39 (eval "$*") >> log.verbose 2>&1
75 rm -rf log.verbose gsl-1.6-patched summary.txt
77 echo > log.verbose
gsl19test 41 (eval "$*") >> log.verbose 2>&1
78 rm -rf log.verbose gsl-1.9 summary.txt
80 echo > log.verbose
  /ndk/build/tools/
build-mingw64-toolchain.sh 34 VERBOSE=1
71 if [ "$VERBOSE" -gt 0 ]; then
74 if [ "$VERBOSE" -gt 1 ]; then
77 if [ "$VERBOSE" -gt 1 ]; then
89 if [ "$VERBOSE" -gt 0 ]; then
169 --verbose) VERBOSE=$(( $VERBOSE + 1 ));;
170 --quiet) VERBOSE=$(( $VERBOSE - 1 ));
    [all...]
build-on-device-toolchain.sh 61 if [ "$VERBOSE" = "yes" ]; then
62 FLAGS=$FLAGS" --verbose"
65 FLAGS=$FLAGS" --verbose"
build-target-prebuilts.sh 65 if [ "$VERBOSE" = "yes" ]; then
66 FLAGS=$FLAGS" --verbose"
69 FLAGS=$FLAGS" --verbose"
rebuild-all-prebuilt.sh 87 if [ "$VERBOSE" = "yes" ]; then
88 FLAGS=$FLAGS" --verbose"
91 FLAGS=$FLAGS" --verbose"
  /packages/apps/Mms/src/com/android/mms/model/
VideoModel.java 89 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
138 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
158 if (LOCAL_LOGV || Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionSettings.java 62 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
76 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
140 if (Log.isLoggable(LogTag.TRANSACTION, Log.VERBOSE)) {
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetProvider.java 55 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
81 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
125 if (Log.isLoggable(LogTag.WIDGET, Log.VERBOSE)) {
  /system/core/toolbox/
lsusb.c 25 static int verbose = 0; variable
157 if (verbose) {
209 verbose = 1;

Completed in 1037 milliseconds

<<31323334353637383940>>