Searched refs:verbose (Results 1 - 25 of 1221) sorted by relevance

1234567891011>>

/macosx-10.9.5/libclosure-63/tests/
H A Ddriver.h30 int error_found(const char *name, int globalValue, int desiredValue, int verbose);
43 int parameters_example(int verbose);
44 int result_value_example(int verbose);
45 int imports_example(int verbose);
46 int imports_example2(int verbose);
47 int import_byref_interim(int verbose);
48 int import_byref(int verbose);
49 int import_global(int verbose);
50 int test_blocks(int verbose);
51 int test_objc(int verbose);
[all...]
H A Ddriver.c37 int verbose = VERBOSE; local
39 if (verbose) printf("Handling hand generated test cases\n");
40 errors += parameters_example(verbose);
41 errors += result_value_example(verbose);
42 errors += imports_example(verbose);
43 //errors += imports_example2(verbose);
45 errors += import_byref(verbose);
46 errors += import_byref_interim(verbose);
47 errors += import_global(verbose);
50 errors += test_blocks(verbose);
73 error_found(const char *name, int globalValue, int desiredValue, int verbose) argument
[all...]
H A Dblock_examples.c23 int test1(int verbose) { argument
31 if (error_found("block_examples: test1, inner byref doesn't change global", x, desiredValue, verbose)) return 1;
37 int test2(int verbose) { argument
48 int test3(int verbose) { argument
80 int test_blocks(int verbose) { argument
83 errors += test1(verbose);
84 errors += test2(verbose);
85 errors += test3(verbose);
H A Dclosure_return.c29 int result_value_example_real(int verbose) { argument
36 if (verbose) printf("result extracted successfully\n");
59 int result_value_example(int verbose) { argument
70 if (verbose) printf("result extracted successfully\n");
H A Dimport_global.c22 int import_global_real(int verbose) { argument
30 if (error_found("import_global_real", globalValue, desiredValue, verbose)) return 1;
51 int import_global(int verbose) { argument
63 if (error_found("import_global_real", globalValue, desiredValue, verbose)) return 1;
H A Dparameters.c27 int parameters_example_real(int verbose) { argument
35 if (error_found("parameters_real", globalValue, desiredValue, verbose)) return 1;
56 int parameters_example(int verbose) { argument
72 if (error_found("parameters_real", globalValue, desiredValue, verbose)) return 1;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/Scripts/
H A Dsubclassing-objective-c.py60 doctest.testmod(__main__, verbose=1)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Ddictionary.py47 doctest.testmod(__main__, verbose=1)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/Scripts/
H A Dsubclassing-objective-c.py60 doctest.testmod(__main__, verbose=1)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Ddictionary.py47 doctest.testmod(__main__, verbose=1)
/macosx-10.9.5/Security-55471.14.18/codesign_tests/
H A Dvalidation.sh6 codesign --verify --verbose=3 1
19 codesign --verify --verbose=3 $!
32 codesign --verify --verbose=3 $!
/macosx-10.9.5/bless-98/
H A Dstructs.h47 int verbose; member in struct:blesscon
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dsmb-configuration.h31 void load_smb_configuration (Boolean verbose);
H A Dset-hostname.h32 void load_hostname (Boolean verbose);
/macosx-10.9.5/security_systemkeychain-55191.2/src/
H A Dspctl.h42 extern unsigned int verbose;
/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/testsuite/config/
H A Ddefault.exp69 verbose "Started the child expect shell"
77 verbose "Sourcing $defs..."
81 verbose "Sourced $defs"
88 verbose "Got prompt, sourced $defs"
100 verbose "Set verbose flag for tests"
103 perror "Timed out setting verbose flag."
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utils/
H A DcuPrintCert.h38 CSSM_BOOL verbose);
44 CSSM_BOOL verbose);
55 CSSM_BOOL verbose);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utils/lib/
H A DcuPrintCert.h38 CSSM_BOOL verbose);
44 CSSM_BOOL verbose);
55 CSSM_BOOL verbose);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/libDER/libDERUtils/
H A DprintFields.h28 IT_Branch // branch; print contents iff verbose
34 int verbose,
41 int verbose);
44 int verbose);
50 int verbose,
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duureroute.perl50 $verbose = ($opt_v ? '-v' : ());
51 $suffix = ($verbose ? '' : $$);
55 if (!$verbose)
89 close SHELL unless $verbose;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/libDER/Tests/
H A DparseCert.c23 printf(" -v -- verbose \n");
30 int verbose)
42 decodePrintItem("notBefore", IT_Leaf, verbose, &derv.notBefore);
43 decodePrintItem("notAfter", IT_Leaf, verbose, &derv.notAfter);
55 int verbose = 0; local
72 verbose = 1;
91 printItem("TBSCert", IT_Branch, verbose, ASN1_CONSTR_SEQUENCE, &signedCert.tbs);
105 decodePrintItem("version", IT_Leaf, verbose, &tbs.version);
107 printItem("serialNum", IT_Leaf, verbose, ASN1_INTEGER, &tbs.serialNum);
109 printItem("tbsSigAlg", IT_Branch, verbose, ASN1_CONSTR_SEQUENC
28 printValidity( DERItem *validity, int verbose) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dshell.rb100 @verbose = true
109 attr_accessor :cascade, :debug, :verbose
113 alias verbose? verbose
114 @verbose = true
118 @verbose = val if val
196 @verbose = Shell.verbose
215 attr_accessor :verbose, :debug
219 @verbose
[all...]
/macosx-10.9.5/cctools-845/include/stuff/
H A Dexecute.h29 * verbose is non-zero the command is printed to stderr. A non-zero return
34 int verbose);
49 int verbose);
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dbinemul.c41 ar_emul_append (bfd **after_bfd, char *file_name, bfd_boolean verbose) argument
44 return bin_dummy_emulation.ar_append (after_bfd, file_name, verbose);
51 bfd_boolean verbose)
59 AR_EMUL_APPEND_PRINT_VERBOSE (verbose, file_name);
67 ar_emul_replace (bfd **after_bfd, char *file_name, bfd_boolean verbose) argument
70 return bin_dummy_emulation.ar_replace (after_bfd, file_name, verbose);
77 bfd_boolean verbose)
85 AR_EMUL_REPLACE_PRINT_VERBOSE (verbose, file_name);
50 ar_emul_default_append(bfd **after_bfd, char *file_name, bfd_boolean verbose) argument
76 ar_emul_default_replace(bfd **after_bfd, char *file_name, bfd_boolean verbose) argument
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Ddlltool.exp38 verbose "$DLLTOOL -d $srcdir/$subdir/fastcall.def" 1
43 verbose "$err" 1
53 verbose "$DLLTOOL -p prefix -l tmpdir/libalias.a -d $srcdir/$subdir/alias.def $dlltool_gas_flag" 1
58 verbose "$err" 1

Completed in 198 milliseconds

1234567891011>>