Searched refs:Execute (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DProgram.cpp34 if (prg.Execute(path, args, envp, redirects, memoryLimit, ErrMsg))
48 prg.Execute(path, args, envp, redirects, memoryLimit, ErrMsg);
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/
H A Dgtest-spi.h142 static void Execute() { statement; }\
151 GTestExpectFatalFailureHelper::Execute();\
159 static void Execute() { statement; }\
168 GTestExpectFatalFailureHelper::Execute();\
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DProgram.h58 bool Execute
92 /// @see Execute
108 /// @see Execute
133 /// A convenience function equivalent to Program prg; prg.Execute(..);
135 /// @see Execute, Wait
144 /// A convenience function equivalent to Program prg; prg.Execute(..);
145 /// @see Execute
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
H A Ddnreverse.cpp124 assignDn_ru.Execute(stat);
285 getNullDNs.Execute(stat);
/macosx-10.10/iodbc-42.5/iodbc/iodbc/trace/
H A DMakefile.am106 Execute.c \
/macosx-10.10/vim-55/runtime/syntax/
H A Dsyntax.vim36 " Execute the syntax autocommands for the each buffer.
H A Dlitestep.vim215 \ Execute
H A Dframescript.vim212 \ Execute
H A Dlscript.vim139 syn keyword lscriptMethods CopyToDatabase CopyAllItems Count CurrentDatabase Delete Execute
H A Dncf.vim114 syn match ncfSetCommandsNum "\(Worker Thread Execute In a Row Count\)\s*="
H A Dratpoison.vim76 syn match ratpoisonKeySeqArg "\<\([CMASH]\(-[CMASH]\)\{,4}-\)\=\(Select\|Print\|Execute\|Insert\|Undo\)\>" contained nextgroup=ratpoisonCommandArg skipwhite
H A Dfvwm.vim535 \ Down End Escape Execute Find Help Home
H A Dvb.vim163 syn keyword vbMethods EnsureVisible EstablishConnection Execute Exists
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_command.rb17 ['-x', '--exe', 'Execute'], lambda do |*a|
145 assert_match(/Execute/, @ui.output)
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_functional.rb231 assert_match %r{Execute \(dry run\) default}, @err
232 assert_match %r{Execute \(dry run\) other}, @err
/macosx-10.10/tcl-105/tcl_ext/mk4tcl/metakit/tcl/
H A Dmk4tcl.h296 int Execute(int oc, Tcl_Obj *const * ov);
376 int Execute(int oc, Tcl_Obj *const * ov);
H A Dmk4too.cpp30 return self->Execute(oc, ov);
121 int MkView::Execute(int oc, Tcl_Obj *const * ov) { function in class:MkView
H A Dmk4tcl.cpp1443 return self->Execute(oc, ov);
2390 int MkTcl::Execute(int oc, Tcl_Obj *const * ov) { function in class:MkTcl
/macosx-10.10/vim-55/src/
H A Dos_amiga.c513 if (Execute((UBYTE *)buf2, nilfh, nilfh))
524 exitval = 0; /* The Execute succeeded: exit this program */
1233 x = Execute(p_sh, raw_in, raw_out);
1244 x = Execute((char *)cmd, 0L, raw_out);
1292 if (shellcmd == NULL) /* out of memory, use Execute */
1314 x = !Execute((UBYTE *)p_sh, raw_in, raw_out);
1328 x = !Execute((UBYTE *)cmd, 0L, raw_out);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransform.h218 CFTypeRef Execute(dispatch_queue_t deliveryQueue, SecMessageBlock deliveryBlock, CFErrorRef* errorRef);
H A DSecTransform.cpp207 return transform->Execute(deliveryQueue, deliveryBlock, errorRef);
223 // transform->Execute will check this, but by then we have attached a collector which causes all manner of issues.
H A DTransform.cpp1243 CFTypeRef Transform::Execute(dispatch_queue_t deliveryQueue, SecMessageBlock deliveryBlock, CFErrorRef* errorRef) function in class:Transform
1261 CFTypeRef ret = this->Execute(deliveryQueue, deliveryBlock ? smb : (SecMessageBlock) NULL, errorRef);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/Unix/
H A DProgram.inc181 Program::Execute(const Path &path, const char **args, const char **envp,
244 // Child process: Execute the program.
271 // Execute!
H A DSignals.inc176 raise(Sig); // Execute the default handler.
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy65 Execute perltidy on all F<.pl> files in the current directory with the
82 Execute perltidy on file F<somefile.pl> with a style which approximates the
87 Execute perltidy on file F<somefile.pl>, with 3 columns for each level of
99 Execute perltidy on file F<somefile.pl> with all defaults except use "cuddled
105 Execute perltidy on file F<somefile.pl> and save a log file F<somefile.pl.LOG>

Completed in 688 milliseconds

12