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

<<21222324252627282930>>

  /development/samples/browseable/StorageClient/src/com.example.android.common/logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/StorageProvider/src/com.example.android.common/logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/TextLinkify/src/com.example.android.common.logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/
Log.java 30 public static final int VERBOSE = android.util.Log.VERBOSE;
58 * @param priority Log level of the data being logged. Verbose, Error, etc.
74 * @param priority Log level of the data being logged. Verbose, Error, etc.
83 * Prints a message at VERBOSE priority.
91 println(VERBOSE, tag, msg, tr);
95 * Prints a message at VERBOSE priority.
  /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...]
  /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) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherBackupHelper.java 70 private static final boolean VERBOSE = LauncherBackupAgentHelper.VERBOSE;
176 if (VERBOSE) Log.v(TAG, "onBackup");
216 if (VERBOSE) Log.v(TAG, "restoreEntity");
316 if (VERBOSE) Log.v(TAG, "favorite " + id + " was too old: " + updateTime);
340 if (VERBOSE) Log.v(TAG, "unpacking favorite " + key.id);
345 if (VERBOSE) Log.v(TAG, "restore not enabled: skipping database mutation");
394 if (VERBOSE) Log.v(TAG, "screen " + id + " was too old: " + updateTime);
418 if (VERBOSE) Log.v(TAG, "unpacking screen " + key.id);
423 if (VERBOSE) Log.v(TAG, "restore not enabled: skipping database mutation")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 18 from test.test_support import reap_children, reap_threads, verbose namespace
126 if verbose: print "creating server"
138 if verbose:
151 if verbose: print "server running"
153 if verbose: print "test client", i
155 if verbose: print "waiting for server"
158 if verbose: print "done"
test_format.py 2 from test.test_support import verbose, have_unicode, TestFailed namespace
14 if verbose:
25 if verbose:
29 if verbose:
40 if verbose:
45 if verbose:
248 if verbose:
256 if verbose:
259 if verbose: print 'no'
262 if verbose: print 'no
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_socketserver.py 18 from test.test_support import reap_children, reap_threads, verbose namespace
126 if verbose: print "creating server"
138 if verbose:
151 if verbose: print "server running"
153 if verbose: print "test client", i
155 if verbose: print "waiting for server"
158 if verbose: print "done"
test_format.py 2 from test.test_support import verbose, have_unicode, TestFailed namespace
14 if verbose:
25 if verbose:
29 if verbose:
40 if verbose:
45 if verbose:
248 if verbose:
256 if verbose:
259 if verbose: print 'no'
262 if verbose: print 'no
    [all...]
  /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/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
lexer.py 25 def __init__(self,s="",verbose=0,**kw):
26 self.verbose = verbose
54 if self.verbose:
230 if self.verbose:
  /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;
  /external/openssh/openbsd-compat/
port-linux.c 274 verbose("error reading %s: %s", oom_adj_path,
279 verbose("error writing %s: %s",
282 verbose("Set %s from %d to %d",
304 verbose("error writing %s: %s", oom_adj_path, strerror(errno));
306 verbose("Set %s to %d", oom_adj_path, oom_adj_save);
  /external/pixman/test/
affine-test.c 26 int verbose)
198 if (verbose)
234 if (verbose)
261 if (verbose)
285 if (verbose)

Completed in 1747 milliseconds

<<21222324252627282930>>