HomeSort by relevance Sort by last modified time
    Searched defs:verbose (Results 426 - 450 of 1227) sorted by null

<<11121314151617181920>>

  /external/libmicrohttpd/src/spdy2http/
proxy.c 64 bool verbose; member in struct:global_options
107 if(glob_opt.verbose){\
116 if(glob_opt.verbose){\
1229 if(glob_opt.verbose)
1275 " -v, --verbose Print debug information.\n"
1277 " -h, --curl-verbose Print debug information for curl.\n"
    [all...]
  /external/libpng/contrib/libtests/
tarith.c 73 static int verbose = 0; variable
120 if (verbose)
301 int verbose; /* Shadows global variable */ member in struct:__anon25690
354 if (co->verbose > 1)
359 if (co->verbose == 1)
564 command.verbose = verbose;
689 if (verbose)
970 ++verbose;
  /external/libunwind/tests/
Lrs-race.c 44 int verbose; variable
1494 verbose = 1;
1496 if (verbose)
1501 if (verbose)
1506 if (verbose)
1511 if (verbose)
  /external/libxml2/
testlimits.c 33 static int verbose = 0; variable
    [all...]
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_pipe.h 51 bool verbose; member in struct:dd_screen
  /external/python/cpython2/Lib/test/
test_support.py 30 "verbose", "use_resources", "max_memuse", "record_original_stdout",
163 verbose = 1 # Flag set to 0 by regrtest.py variable
190 if verbose >= 2:
    [all...]
  /external/selinux/libselinux/src/
selinux_restorecon.c 74 bool verbose; member in struct:rest_flags
670 if (flags->verbose) {
698 if (flags->verbose)
743 flags.verbose = (restorecon_flags &
785 if (flags.verbose && flags.progress)
786 flags.verbose = false;
991 if (!error && flags.verbose)
1005 if (flags.verbose)
  /external/squashfs-tools/squashfs-tools/
action.h 193 * -action, -true-action, -false-action and -verbose-action
229 int verbose; member in struct:action
310 extern int parse_action(char *, int verbose);
  /external/strace/tests/
btrfs.c 64 static bool verbose; variable
239 if (verbose) {
784 if (verbose || key->min_objectid != 256) {
788 if (verbose || key->max_objectid != -256ULL) {
815 if (verbose) {
1068 if (verbose) {
    [all...]
  /external/strace/tests-m32/
btrfs.c 64 static bool verbose; variable
239 if (verbose) {
784 if (verbose || key->min_objectid != 256) {
788 if (verbose || key->max_objectid != -256ULL) {
815 if (verbose) {
1068 if (verbose) {
    [all...]
  /external/strace/tests-mx32/
btrfs.c 64 static bool verbose; variable
239 if (verbose) {
784 if (verbose || key->min_objectid != 256) {
788 if (verbose || key->max_objectid != -256ULL) {
815 if (verbose) {
1068 if (verbose) {
    [all...]
  /external/syslinux/com32/lib/libpng/
pngtest.c 66 /* Makes pngtest verbose so we can find problems (needs to be before png.h) */
94 static int verbose = 0; variable
559 if (verbose)
609 if (verbose)
    [all...]
  /external/testng/src/main/java/org/testng/xml/
TestNGContentHandler.java 151 String verbose = attributes.getValue("verbose"); local
152 if (null != verbose) {
153 m_currentSuite.setVerbose(Integer.parseInt(verbose));
278 String verbose = attributes.getValue("verbose"); local
279 if (null != verbose) {
280 m_currentTest.setVerbose(Integer.parseInt(verbose));
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 102 int8_t verbose() const { return m_Verbose; } function in class:mcld::GeneralOptions::HashStyle
341 int8_t m_Verbose; // --verbose[=0,1,2]
  /frameworks/native/libs/vr/libpdx_default_transport/
pdx_benchmarks.cpp 172 bool verbose = false; member in struct:Options
185 const char kOptionVerbose[] = "verbose";
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 25 * -v - Verbose
310 static bool verbose = defaultVerbose; variable
375 case 'v': // Verbose
376 verbose = true;
825 bool origVerbose = verbose; // Temporarily turn off verbose
826 verbose = false;
848 verbose = origVerbose;
876 bool origVerbose = verbose; // Temporarily turn off verbose
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_support.py 30 "verbose", "use_resources", "max_memuse", "record_original_stdout",
162 verbose = 1 # Flag set to 0 by regrtest.py variable
865 if not verbose:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_support.py 30 "verbose", "use_resources", "max_memuse", "record_original_stdout",
162 verbose = 1 # Flag set to 0 by regrtest.py variable
865 if not verbose:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_support.py 30 "verbose", "use_resources", "max_memuse", "record_original_stdout",
162 verbose = 1 # Flag set to 0 by regrtest.py variable
865 if not verbose:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_support.py 30 "verbose", "use_resources", "max_memuse", "record_original_stdout",
162 verbose = 1 # Flag set to 0 by regrtest.py variable
865 if not verbose:
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dllwrap.c 101 static int verbose = 0; variable
152 if (!verbose)
293 if (verbose)
309 if (verbose)
324 if (verbose)
358 if (verbose || dry_run)
481 fprintf (file, _(" --verbose, -v Verbose\n"));
566 {"verbose", no_argument, NULL, 'v'},
691 verbose = 0
    [all...]
windres.c 49 int verbose = 0; variable
671 -v --verbose Verbose - tells you what it's doing\n\
753 {"verbose", no_argument, 0, 'v'},
938 verbose ++;
  /toolchain/binutils/binutils-2.27/gas/
as.c 100 /* Enable verbose mode. */
101 int verbose = 0; variable
566 ,{"verbose", no_argument, NULL, OPTION_VERBOSE}
628 verbose = 1;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/
maven-clean-plugin-2.5.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/file-management/1.2.1/
file-management-1.2.1.jar 

Completed in 1677 milliseconds

<<11121314151617181920>>