HomeSort by relevance Sort by last modified time
    Searched full:verbose (Results 201 - 225 of 2046) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 70 @verbose = options.fetch( :verbose, $VERBOSE )
81 attr_accessor :output_directory, :verbose
212 $stderr.printf( string + "\n", *args ) if @verbose
277 @verbose = options.fetch( :verbose, $VERBOSE )
  /external/grub/docs/
grub.8 53 \fB\-\-verbose\fR
54 print verbose messages
  /external/openssh/regress/
ssh-com-sftp.sh 49 verbose "sftp-server $v"
52 verbose "test $tid: buffer_size $B num_requests $R"
  /external/oprofile/doc/
oparchive.1.in 32 .BI "--verbose / -V [options]"
33 Give verbose debugging output.
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 6 from re import VERBOSE, MULTILINE, DOTALL
11 FLAGS = (VERBOSE | MULTILINE | DOTALL)
  /external/zlib/
update_zlib.sh 12 new_version=$(wget -O - --no-verbose -q http://zlib.net/ | \
21 wget -O /tmp/$tgz_file --no-verbose "http://zlib.net/$tgz_file"
  /frameworks/base/core/java/android/util/
LogPrinter.java 33 * {@link android.util.Log#VERBOSE Log.VERBOSE},
TimingLogger.java 71 * least the Log.VERBOSE level for that tag at creation time then
83 * least the Log.VERBOSE level for that tag at creation time then
98 * Log.isLoggable is not enabled to at least the Log.VERBOSE
103 mDisabled = !Log.isLoggable(mTag, Log.VERBOSE);
117 * Log.isLoggable was not enabled to at least the Log.VERBOSE for
131 * not enabled to at least the Log.VERBOSE for the specified tag at
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
Log.java 26 public void setVerbose(boolean verbose) {
27 mVerbose = verbose;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
alisp.h 23 int verbose: 1, member in struct:alisp_cfg
29 snd_output_t *vout; /* verbose output */
  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 48 "\t\t-v -- Be verbose\n"
56 int *verbose)
78 *verbose = 1;
171 int verbose = 0; local
174 if (parse_args(argc, argv, &dinfo, &test, &verbose))
177 if (verbose)
  /external/e2fsprogs/util/
copy_sparse.c 43 int verbose = 0; variable
98 if (verbose)
124 if (verbose)
127 if (verbose)
154 if (verbose)
216 verbose++;
  /external/icu4c/tools/gencmn/
gencmn.c 50 UBool sourceTOC, verbose; local
75 "%csage: %s [ -h, -?, --help ] [ -v, --verbose ] [ -c, --copyright ] [ -C, --comment comment ] [ -d, --destdir dir ] [ -n, --name filename ] [ -t, --type filetype ] [ -S, --source tocfile ] [ -e, --entrypoint name ] maxsize listfile\n", argc < 0 ? 'u' : 'U', *argv);
83 "\t-v, --verbose verbose output\n"
102 verbose = options[2].doesOccur;
113 maxSize, sourceTOC, verbose, NULL);
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 79 // show debug message only if verbose >= 0
80 if (0 <= m_Config.options().verbose()) {
89 // show ignored message only if verbose >= 1
90 if (1 <= m_Config.options().verbose()) {
99 // show ignored message only if verbose >= 2
100 if (2 <= m_Config.options().verbose()) {
  /packages/apps/Settings/src/com/android/settings/accounts/
AddAccountSettings.java 102 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "account added: " + bundle);
104 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount was canceled");
106 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
108 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "addAccount failed: " + e);
125 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "restored");
182 if (Log.isLoggable(TAG, Log.VERBOSE)) Log.v(TAG, "saved");
  /external/linux-tools-perf/util/
map.c 327 enum map_type type, int verbose, FILE *fp)
336 if (verbose > 2) {
345 size_t map_groups__fprintf_maps(struct map_groups *self, int verbose, FILE *fp)
349 printed += __map_groups__fprintf_maps(self, i, verbose, fp);
355 int verbose, FILE *fp)
363 if (verbose > 1) {
372 int verbose, FILE *fp)
376 printed += __map_groups__fprintf_removed_maps(self, i, verbose, fp);
380 size_t map_groups__fprintf(struct map_groups *self, int verbose, FILE *fp)
382 size_t printed = map_groups__fprintf_maps(self, verbose, fp)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java 49 private static final boolean VERBOSE = false; // lots of logging
238 if (VERBOSE) Log.d(TAG, "found codec: " + codecInfo.getName());
241 if (VERBOSE) Log.d(TAG, "found colorFormat: " + colorFormat);
253 if (VERBOSE) Log.d(TAG, "format: " + format);
267 if (VERBOSE) Log.d(TAG, "releasing codecs");
302 if (VERBOSE) Log.d(TAG, "found codec: " + codecInfo.getName());
316 if (VERBOSE) Log.d(TAG, "format: " + format);
337 if (VERBOSE) Log.d(TAG, "releasing codecs");
483 if (VERBOSE) Log.d(TAG, "loop");
493 if (VERBOSE) Log.d(TAG, "inputBufIndex=" + inputBufIndex)
    [all...]
  /external/icu4c/stubdata/
icu_dat_generator.py 23 # $ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py --verbose
36 print " icu_dat_generator.py [-v|--verbose] [-h|--help]"
46 if VERBOSE:
150 if VERBOSE:
203 if VERBOSE:
214 global VERBOSE
216 VERBOSE = False
220 opts, args = getopt.getopt(sys.argv[1:], "hv", ["help", "verbose"])
226 elif opt in ("-v", "--verbose"):
227 VERBOSE = Tru
    [all...]
  /system/core/libnetutils/
dhcpclient.c 43 #define VERBOSE 2
45 static int verbose = 1; variable
49 #if VERBOSE
237 #if VERBOSE
344 #if VERBOSE > 1
354 if (verbose) ALOGD("netcfg: Wrong size %d != %d\n", sz, DHCP_MSG_FIXED_SIZE);
358 if (verbose) ALOGD("netcfg: Wrong Op %d != %d\n", reply->op, OP_BOOTREPLY);
362 if (verbose) ALOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid),
367 if (verbose) ALOGD("netcfg: Wrong Htype %d != %d\n", reply->htype, msg->htype);
371 if (verbose) ALOGD("netcfg: Wrong Hlen %d != %d\n", reply->hlen, msg->hlen)
    [all...]
  /external/icu4c/samples/uresb/
uresb.c 73 static UBool VERBOSE = FALSE;
142 VERBOSE = TRUE;
246 if(VERBOSE) {
260 if(VERBOSE) {
284 if(VERBOSE) {
311 if(VERBOSE) {
331 if(VERBOSE) {
  /external/v8/src/
v8utils.h 76 byte* ReadBytes(const char* filename, int* size, bool verbose = true);
84 bool verbose = true);
92 bool verbose = true);
100 bool verbose = true);
108 const char* str, int size, bool verbose = true);
196 bool verbose = true);
199 bool verbose = true);
  /ndk/tests/standalone/
run.sh 55 VERBOSE=1
77 VERBOSE=$(( $VERBOSE - 1 ))
82 --verbose|-v)
83 VERBOSE=$(( $VERBOSE + 1 ))
125 echo "More information about each test can be displayed by using --verbose."
130 echo " --verbose|-v Increase verbosity."
150 if [ $VERBOSE -ge 3 ]; then
155 elif [ $VERBOSE -ge 2 ]; the
    [all...]
  /external/e2fsprogs/misc/
filefrag.c 45 int verbose = 0; variable
186 if (!verbose)
209 if (verbose && !fiemap_header_printed) {
216 if (!verbose) {
303 if (verbose && once)
308 if (verbose && is_ext2 && once)
331 if (verbose)
354 if (verbose)
397 verbose++;

Completed in 499 milliseconds

1 2 3 4 5 6 7 891011>>