Searched refs:verbosity (Results 1 - 25 of 97) sorted by relevance

1234

/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-ExceptionHandling/Lib/PyObjCTools/
H A DDebugging.py71 verbosity = objc.ivar('verbosity', 'i') variable in class:PyObjCDebuggingDelegate
73 def initWithVerbosity_(self, verbosity):
75 self.verbosity = verbosity
81 if self.verbosity & LOGSTACKTRACE:
84 elif self.verbosity & LOGSTACKTRACE:
98 def installExceptionHandler(verbosity=DEFAULTVERBOSITY, mask=DEFAULTMASK):
101 matching the given mask with the given verbosity.
105 delegate = PyObjCDebuggingDelegate.alloc().initWithVerbosity_(verbosity)
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-ExceptionHandling/Lib/PyObjCTools/
H A DDebugging.py71 verbosity = objc.ivar('verbosity', 'i') variable in class:PyObjCDebuggingDelegate
73 def initWithVerbosity_(self, verbosity):
75 self.verbosity = verbosity
81 if self.verbosity & LOGSTACKTRACE:
84 elif self.verbosity & LOGSTACKTRACE:
98 def installExceptionHandler(verbosity=DEFAULTVERBOSITY, mask=DEFAULTMASK):
101 matching the given mask with the given verbosity.
105 delegate = PyObjCDebuggingDelegate.alloc().initWithVerbosity_(verbosity)
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-ExceptionHandling-2.5.1/Lib/PyObjCTools/
H A DDebugging.py72 verbosity = objc.ivar('verbosity', b'i') variable in class:PyObjCDebuggingDelegate
74 def initWithVerbosity_(self, verbosity):
76 self.verbosity = verbosity
83 if self.verbosity & LOGSTACKTRACE:
86 elif self.verbosity & LOGSTACKTRACE:
100 def installExceptionHandler(verbosity=DEFAULTVERBOSITY, mask=DEFAULTMASK):
103 matching the given mask with the given verbosity.
107 delegate = PyObjCDebuggingDelegate.alloc().initWithVerbosity_(verbosity)
[all...]
/macosx-10.10/ruby-106/ruby/nacl/
H A Dcreate_nmf.rb11 $verbosity = 0
26 puts cmd.join(' ') if $verbosity > 0
49 $verbosity = m[2].to_i
/macosx-10.10/libffi-18.1/tests/
H A Drun-tests.py13 runner = unittest.TextTestRunner(verbosity=1)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/
H A Drun-tests.py13 runner = unittest.TextTestRunner(verbosity=1)
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dbzlib.h132 int verbosity,
147 int verbosity,
171 int verbosity,
200 int verbosity,
229 int verbosity,
239 int verbosity
/macosx-10.10/expat-12/expat/tests/
H A Dminicheck.c101 add_failure(SRunner *runner, int verbosity) argument
104 if (verbosity >= CK_VERBOSE) {
111 srunner_run_all(SRunner *runner, int verbosity) argument
126 add_failure(runner, verbosity);
133 add_failure(runner, verbosity);
141 add_failure(runner, verbosity);
149 if (verbosity) {
H A Dminicheck.h83 void srunner_run_all(SRunner *runner, int verbosity);
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dfmodule.c59 static int verbosity = 0; variable
87 verbosity = state;
197 if(verbosity) dot();
205 if(verbosity) { printf("\n"); fflush(stdout); }
238 if(verbosity) dot();
259 if(verbosity) { printf("\n"); fflush(stdout); }
284 if(verbosity) {
289 if(verbosity) {
305 if(verbosity) if((++count) % 100 == 0) dot();
327 if(verbosity) { print
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dfmodule.c59 static int verbosity = 0; variable
87 verbosity = state;
197 if(verbosity) dot();
205 if(verbosity) { printf("\n"); fflush(stdout); }
238 if(verbosity) dot();
259 if(verbosity) { printf("\n"); fflush(stdout); }
284 if(verbosity) {
289 if(verbosity) {
305 if(verbosity) if((++count) % 100 == 0) dot();
327 if(verbosity) { print
[all...]
/macosx-10.10/bzip2-36/bzip2/
H A Dbzlib.h103 int verbosity,
118 int verbosity,
142 int verbosity,
171 int verbosity,
210 int verbosity,
220 int verbosity
H A Dbzlib.c159 int verbosity,
203 s->verbosity = verbosity;
502 int verbosity,
511 if (verbosity < 0 || verbosity > 4) return BZ_PARAM_ERROR;
533 s->verbosity = verbosity;
856 if (s->verbosity >= 3)
859 if (s->verbosity >
156 BZ2_bzCompressInit( bz_stream* strm, int blockSize100k, int verbosity, int workFactor ) argument
500 BZ2_bzDecompressInit( bz_stream* strm, int verbosity, int small ) argument
946 BZ2_bzWriteOpen( int* bzerror, FILE* f, int blockSize100k, int verbosity, int workFactor ) argument
1117 BZ2_bzReadOpen( int* bzerror, FILE* f, int verbosity, int small, void* unused, int nUnused ) argument
1277 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
1426 int verbosity = 0; local
[all...]
H A Dbzip2.c187 Int32 verbosity; variable
349 blockSize100k, verbosity, workFactor );
352 if (verbosity >= 2) fprintf ( stderr, "\n" );
385 if (verbosity >= 1) {
459 &bzerr, zStream, verbosity,
505 if (verbosity >= 2) fprintf ( stderr, "\n " );
577 &bzerr, zStream, verbosity,
605 if (verbosity >= 2) fprintf ( stderr, "\n " );
610 if (verbosity == 0)
1316 if (verbosity >
[all...]
H A Dcompress.c261 if (s->verbosity >= 3)
302 if (s->verbosity >= 3)
436 if (s->verbosity >= 3) {
513 if (s->verbosity >= 3)
525 if (s->verbosity >= 3)
541 if (s->verbosity >= 3)
596 if (s->verbosity >= 3)
611 if (s->verbosity >= 2)
663 if (s->verbosity >= 2)
/macosx-10.10/xnu-2782.1.97/tools/tests/affinity/
H A Dtags.c13 int verbosity = 1; variable
16 if (verbosity > 1) { \
22 if (verbosity > 0) { \
34 " [-v V] verbosity level 0..2 (1)\n"
103 verbosity = atoi(optarg);
/macosx-10.10/rsync-45/rsync/support/
H A Dfile-attr-restore10 our($p_opt, $o_opt, $g_opt, $map_file, $dry_run, $verbosity, $help_opt);
21 'verbose|v+' => \$verbosity,
65 if ($verbosity) {
127 } elsif ($verbosity) {
159 -v, --verbose Increase verbosity
/macosx-10.10/gpatch-3/patch/
H A Dinp.c91 if (verbosity != SILENT)
95 if (verbosity == VERBOSE)
112 if (verbosity == VERBOSE)
117 if (verbosity != SILENT)
178 if (verbosity == VERBOSE)
/macosx-10.10/network_cmds-457/cfilutil/
H A Dcfilutil.c68 long verbosity = 0; variable
198 if (verbosity <= 0)
210 if (verbosity > 1)
217 if (verbosity <= 0)
311 if (verbosity > -1)
549 if (verbosity > -2)
551 if (verbosity > -1)
563 if (verbosity > -2)
568 if (verbosity > -3)
688 if (verbosity >
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/
H A Dsetup.py78 ('verbosity=', None, "print what tests are run"),
82 self.verbosity='1'
85 if isinstance(self.verbosity, str):
86 self.verbosity = int(self.verbosity)
173 runner = unittest.TextTestRunner(verbosity=self.verbosity)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Accounts-2.5.1/
H A Dpyobjc_setup.py43 ('verbosity=', None, "print what tests are run"),
48 self.verbosity='1'
52 if isinstance(self.verbosity, str):
53 self.verbosity = int(self.verbosity)
128 runner = unittest.TextTestRunner(verbosity=self.verbosity)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/
H A Dpyobjc_setup.py43 ('verbosity=', None, "print what tests are run"),
48 self.verbosity='1'
52 if isinstance(self.verbosity, str):
53 self.verbosity = int(self.verbosity)
128 runner = unittest.TextTestRunner(verbosity=self.verbosity)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AppleScriptKit-2.5.1/
H A Dpyobjc_setup.py43 ('verbosity=', None, "print what tests are run"),
48 self.verbosity='1'
52 if isinstance(self.verbosity, str):
53 self.verbosity = int(self.verbosity)
128 runner = unittest.TextTestRunner(verbosity=self.verbosity)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AppleScriptObjC-2.5.1/
H A Dpyobjc_setup.py43 ('verbosity=', None, "print what tests are run"),
48 self.verbosity='1'
52 if isinstance(self.verbosity, str):
53 self.verbosity = int(self.verbosity)
128 runner = unittest.TextTestRunner(verbosity=self.verbosity)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/
H A Dpyobjc_setup.py43 ('verbosity=', None, "print what tests are run"),
48 self.verbosity='1'
52 if isinstance(self.verbosity, str):
53 self.verbosity = int(self.verbosity)
128 runner = unittest.TextTestRunner(verbosity=self.verbosity)

Completed in 421 milliseconds

1234