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

<<11121314151617181920>>

  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 328 self.parser.add_option("-v", "--verbose", "-n", "--noisy",
329 action="store_true", dest="verbose")
331 action="store_false", dest="verbose")
345 self.assertEqual(opt1._long_opts, ["--verbose", "--noisy"])
347 self.assertEqual(opt1.dest, "verbose")
351 opt2 = self.parser.get_option("--verbose")
358 self.assertTrue(self.parser.has_option("--verbose"))
362 self.assertTrue(self.parser.get_option("--verbose") is None)
367 self.assertFalse(self.parser.has_option("--verbose"))
379 self.parser.remove_option("--verbose")
    [all...]
test_fileinput.py 7 from test.test_support import verbose, TESTFN, run_unittest namespace
48 if verbose:
59 if verbose:
71 if verbose:
78 if verbose:
92 if verbose:
101 if verbose:
test_largefile.py 10 from test.test_support import run_unittest, TESTFN, verbose, requires, \
39 if verbose:
47 if verbose:
52 if verbose:
57 if verbose:
90 if verbose:
105 if verbose:
11 unlink namespace
test_ssl.py 31 if test_support.verbose:
94 if test_support.verbose:
107 if test_support.verbose:
119 if test_support.verbose:
352 if test_support.verbose:
372 if test_support.verbose:
391 if test_support.verbose:
427 if test_support.verbose and self.server.chatty:
430 if test_support.verbose and self.server.chatty:
433 if test_support.verbose and self.server.chatty
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 328 self.parser.add_option("-v", "--verbose", "-n", "--noisy",
329 action="store_true", dest="verbose")
331 action="store_false", dest="verbose")
345 self.assertEqual(opt1._long_opts, ["--verbose", "--noisy"])
347 self.assertEqual(opt1.dest, "verbose")
351 opt2 = self.parser.get_option("--verbose")
358 self.assertTrue(self.parser.has_option("--verbose"))
362 self.assertTrue(self.parser.get_option("--verbose") is None)
367 self.assertFalse(self.parser.has_option("--verbose"))
379 self.parser.remove_option("--verbose")
    [all...]
test_fileinput.py 7 from test.test_support import verbose, TESTFN, run_unittest namespace
48 if verbose:
59 if verbose:
71 if verbose:
78 if verbose:
92 if verbose:
101 if verbose:
test_largefile.py 10 from test.test_support import run_unittest, TESTFN, verbose, requires, \
39 if verbose:
47 if verbose:
52 if verbose:
57 if verbose:
90 if verbose:
105 if verbose:
11 unlink namespace
test_ssl.py 31 if test_support.verbose:
94 if test_support.verbose:
107 if test_support.verbose:
119 if test_support.verbose:
352 if test_support.verbose:
372 if test_support.verbose:
391 if test_support.verbose:
427 if test_support.verbose and self.server.chatty:
430 if test_support.verbose and self.server.chatty:
433 if test_support.verbose and self.server.chatty
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test_conv.c 153 test_one(unsigned verbose,
193 if(verbose >= 1)
253 if (!success || verbose >= 3) {
254 if(verbose < 1)
387 test_all(unsigned verbose, FILE *fp)
400 if(!test_one(verbose, fp, *src_type, *dst_type)){
414 test_some(unsigned verbose, FILE *fp,
429 if(!test_one(verbose, fp, *src_type, *dst_type))
438 test_single(unsigned verbose, FILE *fp)
448 success = test_one(verbose, fp, f32x4_type, ub8x4_type)
    [all...]
lp_test_arit.c 293 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test)
342 if (!pass || verbose) {
366 test_all(unsigned verbose, FILE *fp)
372 if (!test_unary(verbose, fp, &unary_tests[i])) {
382 test_some(unsigned verbose, FILE *fp,
389 return test_all(verbose, fp);
394 test_single(unsigned verbose, FILE *fp)
  /external/chromium_org/tools/symsrc/
source_index.py 139 def UpdatePDB(pdb_filename, verbose=False):
166 if verbose:
171 if verbose:
183 if verbose:
194 if verbose:
204 if verbose:
217 verbose = False
219 verbose = (sys.argv[2] == '-v')
221 UpdatePDB(sys.argv[1], verbose=verbose)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test_conv.c 153 test_one(unsigned verbose,
193 if(verbose >= 1)
253 if (!success || verbose >= 3) {
254 if(verbose < 1)
387 test_all(unsigned verbose, FILE *fp)
400 if(!test_one(verbose, fp, *src_type, *dst_type)){
414 test_some(unsigned verbose, FILE *fp,
429 if(!test_one(verbose, fp, *src_type, *dst_type))
438 test_single(unsigned verbose, FILE *fp)
448 success = test_one(verbose, fp, f32x4_type, ub8x4_type)
    [all...]
lp_test_arit.c 293 test_unary(unsigned verbose, FILE *fp, const struct unary_test_t *test)
342 if (!pass || verbose) {
366 test_all(unsigned verbose, FILE *fp)
372 if (!test_unary(verbose, fp, &unary_tests[i])) {
382 test_some(unsigned verbose, FILE *fp,
389 return test_all(verbose, fp);
394 test_single(unsigned verbose, FILE *fp)
  /external/chromium_org/chrome/browser/resources/web_dev_style/
css_checker.py 39 re.DOTALL | re.VERBOSE)
49 re.DOTALL | re.VERBOSE)
77 re.VERBOSE)
86 re.VERBOSE)
100 re.VERBOSE)
109 re.VERBOSE)
120 re.VERBOSE)
134 re.VERBOSE)
151 re.VERBOSE)
217 re.MULTILINE | re.VERBOSE)
    [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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
printer.py 51 # --timing implies --verbose
52 options.verbose = max(options.verbose, 1)
57 elif options.verbose == 2:
60 self.meter = MeteredStream(self.stream, (options.verbose == 2),
119 if self.options.verbose:
139 if self.options.verbose:
  /external/chromium_org/third_party/sqlite/src/test/
threadtest1.c 35 static int verbose = 0; variable
52 if( verbose ) printf("BUSY %s #%d\n", (char*)NotUsed, iCount);
113 if( verbose ) printf("QUERY %s: %s\n", zFile, zSql);
119 if( verbose ) printf("DONE %s %s\n", zFile, zSql);
145 if( verbose ) printf("EXEC %s: %s\n", zFile, zSql);
149 if( verbose ) printf("DONE %s: %s\n", zFile, zSql);
253 verbose = 1;
  /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);
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 66 verbose, debug):
77 verbose: whether the output should be verbose.
134 class_path, sys_props, jvm_args, verbose)
137 def _RunAntTest(test_dir, test_class, class_path, sys_props, jvm_args, verbose):
146 verbose: whether the output should be verbose.
193 if verbose:
237 '', '--verbose', action='store_true', default=False,
238 help='Whether output should be verbose')
    [all...]
  /external/icu4c/stubdata/
icu_dat_generator.py 23 # $ANDROID_BUILD_TOP/external/icu4c/stubdata$ ./icu_dat_generator.py --verbose
37 print " icu_dat_generator.py [-v|--verbose] [-h|--help]"
47 if VERBOSE:
279 if VERBOSE:
329 if VERBOSE:
340 global VERBOSE, VERY_VERBOSE
342 VERBOSE = VERY_VERBOSE = False
346 opts, args = getopt.getopt(sys.argv[1:], "hv", ["help", "verbose", "very-verbose"])
352 elif opt in ("-v", "--verbose")
    [all...]
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/bindings/
main.py 90 def __init__(self, reset_results, test_python, verbose, executive):
93 self.verbose = verbose
185 if self.reset_results and self.verbose:
210 if self.verbose:
248 if self.reset_results and self.verbose:
254 if self.verbose:
265 if self.verbose:
278 if self.verbose:

Completed in 1220 milliseconds

<<11121314151617181920>>