/external/pixman/test/ |
region-contains-test.c | 107 test_region_contains_rectangle (int i, int verbose) 123 if (verbose) 153 if (verbose)
|
scaling-test.c | 50 int verbose) 240 if (verbose) 269 if (verbose) 297 if (verbose) 324 if (verbose) 352 if (verbose)
|
/external/proguard/src/proguard/ant/ |
ProGuardTask.java | 247 public void setVerbose(boolean verbose) 249 configuration.verbose = verbose;
|
/external/qemu/distrib/ext4_utils/src/ |
make_ext4fs_main.c | 73 int verbose = 0; local 144 verbose = 1; 204 sparse, crc, wipe, sehnd, verbose);
|
/external/skia/tests/ |
FontMgrTest.cpp | 81 static void test_fontiter(skiatest::Reporter* reporter, bool verbose) { 93 if (verbose) { 106 if (verbose) { 114 DEFINE_bool(verboseFontMgr, false, "run verbose fontmgr tests.");
|
/external/vixl/tools/ |
test.py | 60 result.add_argument('--verbose', action='store_true', 61 help='Print verbose output.') 66 if args.verbose: 106 # We normally only print the command on failure, but with --verbose we 148 UpdateProgress(start_time, passed, failed, count, args.verbose, test.name) 155 UpdateProgress(start_time, passed, failed, count, args.verbose, '== Done ==')
|
/frameworks/compile/mclinker/lib/LD/ |
TextDiagnosticPrinter.cpp | 76 // show debug message only if verbose >= 0 77 if (0 <= m_Config.options().verbose()) { 86 // show ignored message only if verbose >= 1 87 if (1 <= m_Config.options().verbose()) { 96 // show ignored message only if verbose >= 2 97 if (2 <= m_Config.options().verbose()) {
|
/system/core/toolbox/ |
lsusb.c | 25 static int verbose = 0; variable 157 if (verbose) { 209 verbose = 1;
|
/system/extras/ext4_utils/ |
ext2simg.c | 44 static int verbose = 0; variable 51 fprintf(stderr, " -v verbose output\n"); 133 verbose = 1; 171 read_ext(infd, verbose);
|
make_ext4fs_main.c | 75 int verbose = 0; local 147 verbose = 1; 230 sparse, crc, wipe, sehnd, verbose, fixed_time, block_list_file);
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DexFile.java | 168 * @param verbose whether to be verbose when writing human-oriented output 170 public void writeTo(OutputStream out, Writer humanOut, boolean verbose) 173 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose); 189 * @param verbose whether to be verbose when writing human-oriented output 192 public byte[] toDex(Writer humanOut, boolean verbose) 195 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose); 472 * @param verbose if annotating, whether to be verbose [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
ByteArrayAnnotatedOutput.java | 47 /** whether annotations are to be verbose */ 48 private boolean verbose; field in class:ByteArrayAnnotatedOutput 101 this.verbose = false; 363 return verbose; 423 * @param verbose whether or not to indicate verbose annotations 425 public void enableAnnotations(int annotationWidth, boolean verbose) { 444 this.verbose = verbose;
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DexFile.java | 187 * @param verbose whether to be verbose when writing human-oriented output 189 public void writeTo(OutputStream out, Writer humanOut, boolean verbose) 192 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose); 208 * @param verbose whether to be verbose when writing human-oriented output 211 public byte[] toDex(Writer humanOut, boolean verbose) 214 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose); 489 * @param verbose if annotating, whether to be verbose [all...] |
/dalvik/dx/src/com/android/dx/util/ |
ByteArrayAnnotatedOutput.java | 50 /** whether annotations are to be verbose */ 51 private boolean verbose; field in class:ByteArrayAnnotatedOutput 113 this.verbose = false; 359 return verbose; 419 * @param verbose whether or not to indicate verbose annotations 421 public void enableAnnotations(int annotationWidth, boolean verbose) { 440 this.verbose = verbose;
|
/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/chromium_org/third_party/icu/source/test/thaitest/ |
thaitest.cpp | 92 // verbose - report all breaks if true, otherwise just report differences 93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose); 160 const UChar *noSpaces, int32_t noSpaceCount, UBool verbose) 161 : fBreaksNotFound(0), fInvalidBreaks(0), fWordCount(0), fVerbose(verbose) 442 UBool verbose = FALSE; local 450 if (argc >= 2 && strcmp(argv[1], "-verbose") == 0) { 451 verbose = TRUE; 460 fprintf(stderr, "Usage: %s [-verbose] [<file>]\n", argv[0]); 483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_test_main.c | 367 unsigned verbose = 0; local 376 ++verbose; 388 if (verbose >= 2) { 404 success = test_single(verbose, fp); 406 success = test_some(verbose, fp, n); 408 success = test_all(verbose, fp);
|
/external/chromium_org/v8/tools/testrunner/local/ |
execution.py | 40 def __init__(self, command, dep_command, test_id, timeout, verbose): 45 self.verbose = verbose 51 dep_output = commands.Execute(job.dep_command, job.verbose, job.timeout) 58 output = commands.Execute(job.command, job.verbose, job.timeout) 105 return Job(command, dep_command, test.id, timeout, self.context.verbose)
|
/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/dexmaker/src/dx/java/com/android/dx/util/ |
ByteArrayAnnotatedOutput.java | 47 /** whether annotations are to be verbose */ 48 private boolean verbose; field in class:ByteArrayAnnotatedOutput 110 this.verbose = false; 356 return verbose; 416 * @param verbose whether or not to indicate verbose annotations 418 public void enableAnnotations(int annotationWidth, boolean verbose) { 437 this.verbose = verbose;
|
/external/icu/icu4c/source/test/thaitest/ |
thaitest.cpp | 92 // verbose - report all breaks if true, otherwise just report differences 93 ThaiWordbreakTest(const UChar *spaces, int32_t spaceCount, const UChar *noSpaces, int32_t noSpaceCount, UBool verbose); 160 const UChar *noSpaces, int32_t noSpaceCount, UBool verbose) 161 : fBreaksNotFound(0), fInvalidBreaks(0), fWordCount(0), fVerbose(verbose) 442 UBool verbose = FALSE; local 450 if (argc >= 2 && strcmp(argv[1], "-verbose") == 0) { 451 verbose = TRUE; 460 fprintf(stderr, "Usage: %s [-verbose] [<file>]\n", argv[0]); 483 ThaiWordbreakTest test(spaces, spaceCount, noSpaces, nonSpaceCount, verbose);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_test_main.c | 367 unsigned verbose = 0; local 376 ++verbose; 388 if (verbose >= 2) { 404 success = test_single(verbose, fp); 406 success = test_some(verbose, fp, n); 408 success = test_all(verbose, fp);
|
/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; 275 if (verbose) { 282 if (verbose) { 303 if (verbose) {
|
/frameworks/native/opengl/tests/hwc/ |
hwcColorEquiv.cpp | 25 -v - verbose 136 static bool verbose = defaultVerbose; variable 247 case 'v': // Verbose 248 verbose = true; 384 if (verbose) { testPrintI("Prepare:"); hwcTestDisplayList(list); } 386 if (verbose) { 394 if (verbose) {hwcTestDisplayListHandles(list); } 419 hwcTestInitDisplay(verbose, &dpy, &surface, &width, &height); 432 testPrintE(" -v Verbose");
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyKeyEvent.java | 100 public int injectEvent(IWindowManager iwm, IActivityManager iam, int verbose) { 101 if (verbose > 1) {
|