Searched refs:what (Results 1 - 25 of 688) sorted by relevance

1234567891011>>

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dlocalsvc.cpp15 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status) argument
17 if (uprv_strcmp(what, "languageBreakFactory") == 0) {
H A Dlocalsvc.h18 * @param what service-specific string identifying the specific user hook
22 U_CAPI void* uprv_svc_hook(const char *what, UErrorCode *status);
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dtestvfs.tcl8 proc vfs::test::Mount {what local} {
9 vfs::filesystem mount $local [list ::vfs::test::handler $what]
17 proc vfs::test::handler {what cmd root relative actualpath args} {
18 eval [list $cmd $what $relative] $args
24 proc vfs::test::stat {what name} {
28 proc vfs::test::access {what name mode} {
32 proc vfs::test::open {what name mode permissions} {
41 proc vfs::test::matchindirectory {what path pattern type} {
55 proc vfs::test::createdirectory {what name} {
59 proc vfs::test::removedirectory {what nam
[all...]
/macosx-10.10/libstdcxx-104.1/src/
H A Deh_exception.cc51 exception::what() const throw() function in class:std::exception
54 // and not overriding what() in bad_exception, bad_alloc, etc. In
60 bad_exception::what() const throw() function in class:std::bad_exception
H A Dtinfo.cc44 std::bad_cast::what() const throw() function in class:std::bad_cast
50 std::bad_typeid::what() const throw() function in class:std::bad_typeid
H A Dios_failure.cc46 ios_base::failure::what() const throw() function in class:ios_base::failure
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/sample/
H A Dcommon.h48 extern void saslerr(int why, const char *what);
49 extern void saslfail(int why, const char *what);
/macosx-10.10/zsh-61/zsh/Functions/Misc/
H A Drun-help37 local what places noalias newline='
55 what=$places[$i]
56 [[ -n $noalias && $what = *" is an alias "* ]] && continue
57 builtin print -r $what
58 case $what in
60 [[ ${what[(w)7]:t} != ${what[(w)1]} ]] &&
61 run_help_orig_cmd=${what[(w)1]} run-help ${what[(w)7]:t}
64 [[ ${what[(
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dmig_log.c95 mig_which_event_t what,
106 printf("%d|%d|%d", who, what, msgh_id);
116 mig_which_error_t what,
121 if (what == MACH_MSG_ERROR_UNKNOWN_ID)
122 printf("%d|%d|%d -- %s %d\n", who, what, *(int *)par, file, line);
124 printf("%d|%d|%s -- %s %d\n", who, what, (char *)par, file, line);
93 MigEventTracer( mig_who_t who, mig_which_event_t what, mach_msg_id_t msgh_id, unsigned int size, unsigned int kpd, unsigned int retcode, unsigned int ports, unsigned int oolports, unsigned int ool, char *file, unsigned int line) argument
114 MigEventErrors( mig_who_t who, mig_which_error_t what, void *par, char *file, unsigned int line) argument
/macosx-10.10/Chess-310.6/sjeng/
H A Dcrazy.c228 void addHolding(int what, int who) argument
234 holding[who][what]++;
238 HHash(what, holding[who][what]);
243 white_hand_eval += hand_value[what];
245 black_hand_eval += hand_value[what];
247 Material += material[what];
253 void removeHolding(int what, int who) argument
259 assert(holding[who][what] > 0);
260 assert(holding[who][what] < 2
281 DropaddHolding(int what, int who) argument
299 DropremoveHolding(int what, int who) argument
[all...]
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DMCcommandBreak.tcl4 proc testProc { w what {par {}} } {
6 puts "testProc:: w=$w, what=$what, par=$par"
8 if {$what == "fieldofview"} {
H A DMCcommandCustomButton.tcl4 proc testProc {w what {par {}}} {
5 puts "testProc:: w=$w, what=$what, par=$par"
H A DTimerToStopPlay.tcl8 proc ControllerProc {w what {par {}}} {
11 #puts "what=$what, par=$par"
12 if {$what == "play" && $par > 0.99} {
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/tests/
H A DtestQTVRdestroy.tcl3 proc testProc { w what {par {}} } {
6 puts "testProc:: w=$w, what=$what, par=$par"
7 if {$what == "triggerhotspot"} {
H A DtestQTVRconfigFile.tcl3 proc testProc { w what {par {}} } {
6 puts "testProc:: w=$w, what=$what, par=$par"
7 if {$what == "triggerhotspot"} {
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dtest1022.pl9 my $what=$ARGV[2];
22 open(CURLCONFIG, "sh $ARGV[0] --$what|") || die "Can't get curl-config --$what list\n";
26 if ( $what eq "version" ) {
H A Dlib586.c45 const char *what; local
53 what = "share";
56 what = "dns";
59 what = "cookie";
62 what = "ssl_session";
68 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter);
75 const char *what; local
80 what = "share";
83 what = "dns";
86 what
[all...]
/macosx-10.10/swig-12/Lib/typemaps/
H A Dexception.swg64 SWIG_exception_fail(SWIG_ValueError, e.what() );
66 SWIG_exception_fail(SWIG_ValueError, e.what() );
68 SWIG_exception_fail(SWIG_OverflowError, e.what() );
70 SWIG_exception_fail(SWIG_IndexError, e.what() );
72 SWIG_exception_fail(SWIG_IndexError, e.what() );
74 SWIG_exception_fail(SWIG_RuntimeError, e.what() );
76 SWIG_exception_fail(SWIG_SystemError, e.what() );
81 SWIG_exception_fail(SWIG_SystemError, e.what() );
/macosx-10.10/pcre-7/pcre/
H A Dpcre_config.c52 * Return info about what features are configured *
59 what what information is required
66 pcre_config(int what, void *where) argument
68 switch (what)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dundo.c72 alloc_undo_entry (what, start, end, text)
73 enum undo_code what;
80 temp->what = what;
92 rl_add_undo (what, start, end, text)
93 enum undo_code what;
99 temp = alloc_undo_entry (what, start, end, text);
116 if (release->what == UNDO_DELETE)
131 new = alloc_undo_entry (entry->what, entry->start, entry->end, (char *)NULL);
182 if (rl_undo_list->what
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dmig_log.h60 mig_which_event_t what,
79 mig_which_error_t what,
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/intro/
H A DMakefile4 products.html terrain.html what.html where.html
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/getting_started/
H A DMyDb.cpp32 std::cerr << e.what() << std::endl;
37 std::cerr << e.what() << std::endl;
56 std::cerr << e.what() << std::endl;
61 std::cerr << e.what() << std::endl;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCharStreamIOException.hpp23 : CharStreamException(e.what()), io(e) {}
H A DTokenStreamIOException.hpp25 : TokenStreamException(e.what())

Completed in 180 milliseconds

1234567891011>>