Searched refs:VERBOSE (Results 1 - 25 of 169) sorted by relevance

1234567

/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_sys.rb3 old_verbose = $VERBOSE
4 $VERBOSE = nil
7 $VERBOSE = old_verbose
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/tests/
H A Dtestall.rb5 $stderr.puts testcase if $VERBOSE
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/badsig/
H A DMakefile18 VERBOSE= macro
19 #VERBOSE=-v
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/blobtest/
H A DMakefile18 VERBOSE= macro
19 #VERBOSE=-v
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/cfileTest/
H A DMakefile18 VERBOSE= macro
19 #VERBOSE=-v
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/giantAsmBench/
H A DMakefile18 VERBOSE= macro
19 #VERBOSE=-v
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/giantBench/
H A DMakefile18 VERBOSE= macro
19 #VERBOSE=-v
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/giantDvt/
H A DMakefile18 VERBOSE= macro
19 #VERBOSE=-v
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dglobals.h57 #define VERBOSE (1 << 1) macro
H A Dauth_shadow.c141 if (flags & VERBOSE) {
157 if (flags & VERBOSE) {
164 if (flags & VERBOSE) {
178 if (flags & VERBOSE) {
195 if (flags & VERBOSE) {
207 if (flags & VERBOSE) {
215 if (flags & VERBOSE) {
240 if (flags & VERBOSE) {
248 if (flags & VERBOSE) {
/macosx-10.9.5/tcl-102/tcl/tcl/tests/
H A Dremote.tcl22 if {![info exists VERBOSE]} {
23 set VERBOSE 0
27 global callerSocket VERBOSE
29 if {$VERBOSE} {
43 global command VERBOSE
55 if {$VERBOSE} {
69 if {$VERBOSE} {
77 global VERBOSE
79 if {$VERBOSE} {
/macosx-10.9.5/tcl-102/tcl84/tcl/tests/
H A Dremote.tcl22 if {![info exists VERBOSE]} {
23 set VERBOSE 0
27 global callerSocket VERBOSE
29 if {$VERBOSE} {
43 global command VERBOSE
55 if {$VERBOSE} {
69 if {$VERBOSE} {
77 global VERBOSE
79 if {$VERBOSE} {
/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/tests/
H A Dremote.tcl25 # set VERBOSE 1
26 if {![info exists VERBOSE]} {
27 set VERBOSE 0
31 global callerSocket VERBOSE
33 if {$VERBOSE} {
60 global command VERBOSE
72 if {$VERBOSE} {
86 if {$VERBOSE} {
94 global VERBOSE
96 if {$VERBOSE} {
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Darparse.h33 VERBOSE = 259, enumerator in enum:yytokentype
53 #define VERBOSE 259 macro
H A Darlex.l56 "VERBOSE" { return VERBOSE; }
71 "verbose" { return VERBOSE; }
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Ddeprecated.rb12 warn "#{caller[0]}: YAML.quick_emit is deprecated" if $VERBOSE && !caller[0].start_with?(File.dirname(__FILE__))
26 if $VERBOSE
35 warn "#{caller[0]}: detect_implicit is deprecated" if $VERBOSE
42 warn "#{caller[0]}: add_ruby_type is deprecated, use add_domain_type" if $VERBOSE
49 warn "#{caller[0]}: add_private_type is deprecated, use add_domain_type" if $VERBOSE
56 warn "#{caller[0]}: add_private_type is deprecated, use add_domain_type" if $VERBOSE
62 warn "#{caller[0]}: read_type_class is deprecated" if $VERBOSE
72 warn "#{caller[0]}: object_maker is deprecated" if $VERBOSE
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_3/
H A Dshell.js30 var VERBOSE = false; variable
111 if ((VERBOSE) && (typeof description != "undefined"))
117 else if (VERBOSE)
124 else if (VERBOSE)
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_5/
H A Dshell.js28 var VERBOSE = false; variable
111 if ((VERBOSE) && (typeof description != "undefined"))
117 else if (VERBOSE)
124 else if (VERBOSE)
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/atomTime/
H A DMakefile20 VERBOSE= macro
21 #VERBOSE=-v
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/ckutils/sigTime/
H A DMakefile22 VERBOSE= macro
23 #VERBOSE=-v
/macosx-10.9.5/libclosure-63/tests/
H A Ddriver.h34 VERBOSE = 1, enumerator in enum:__anon9447
/macosx-10.9.5/ruby-104/ruby/lib/
H A Drational.rb3 warn('lib/rational.rb is deprecated') if $VERBOSE
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/examples/ftp/
H A Dftpvalid13 #set ftp::VERBOSE 1
18 variable VERBOSE
22 if { $VERBOSE } { puts $msg }
25 if { $VERBOSE } { puts $msg }
28 if { $VERBOSE } { puts "E: $msg" }
32 if { $VERBOSE } { puts $msg }
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dinstall.sh.in92 VERBOSE=":"
133 -v) VERBOSE=$ECHO;;
159 $VERBOSE "$RM $target"
164 $VERBOSE "$MV $target ${ROOT_PREFIX}${DESTDIR_PREFIX}OLD$bf"
168 $VERBOSE "$CMD $preopts $src $target $postopts"
171 $VERBOSE "$CMD $preopts $SRC $target $postopts"
175 $VERBOSE "$CHOWN $target"
177 $VERBOSE "$CHGRP $target"
179 $VERBOSE "$CHMOD $target"
183 $VERBOSE "
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/win32/
H A Dcommon.mak23 !IF "$(VERBOSE)" != "0"
32 !IF "$(VERBOSE)" != "0"
39 !IF "$(VERBOSE)" != "0"
46 !IF "$(VERBOSE)" != "0"
53 !IF "$(VERBOSE)" != "0"
60 !IF "$(VERBOSE)" != "0"
67 !IF "$(VERBOSE)" != "0"
74 !IF "$(VERBOSE)" != "0"
81 !IF "$(VERBOSE)" != "0"
88 !IF "$(VERBOSE)" !
[all...]

Completed in 235 milliseconds

1234567