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

12

/macosx-10.9.5/llvmCore-3425.0.33/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.9.5/llvmCore-3425.0.33/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.9.5/llvmCore-3425.0.33/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.9.5/CPANInternal-140/B-Hooks-EndOfScope/lib/B/Hooks/
H A DEndOfScope.pm18 B::Hooks::EndOfScope - Execute code after a scope finished compilation
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/rdbms_depend/timesten/dnreverse/
H A Ddnreverse.cpp124 assignDn_ru.Execute(stat);
285 getNullDNs.Execute(stat);
/macosx-10.9.5/iodbc-42.5/iodbc/iodbc/trace/
H A DMakefile.am106 Execute.c \
/macosx-10.9.5/vim-53/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
/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_gem_command.rb17 ['-x', '--exe', 'Execute'], lambda do |*a|
145 assert_match(/Execute/, @ui.output)
/macosx-10.9.5/ruby-104/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.9.5/tcl-102/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
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DConfigure.pm14 # Todo: clean up redudant code in CPP, Compile, Link, and Execute
30 Execute
103 Execute: Try to compile, link, & execute some C code.
220 =head2 Execute
240 sub Execute { #Compile, link, and execute. subroutine
388 C<Apply(\&Execute,'main(){printf("%d",(int)COLOR_PAIRS)',...)> then in a scalar
455 uses Execute.
461 Apply \&Execute,$code,@lookup;
/macosx-10.9.5/vim-53/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.9.5/Security-55471.14.18/libsecurity_transform/lib/
H A DTransform.h218 CFTypeRef Execute(dispatch_queue_t deliveryQueue, SecMessageBlock deliveryBlock, CFErrorRef* errorRef);
H A DSecTransform.cpp205 return transform->Execute(deliveryQueue, deliveryBlock, errorRef);
221 // 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.9.5/llvmCore-3425.0.33/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.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/Storage/DBI/Replicated/
H A DPool.pm286 Execute C<$code> for operation C<$name> catching any exceptions and printing an
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/bin/
H A Dperltidy64 Execute perltidy on all F<.pl> files in the current directory with the
77 Execute perltidy on file F<somefile.pl> with a style which approximates the
82 Execute perltidy on file F<somefile.pl>, with 3 columns for each level of
94 Execute perltidy on file F<somefile.pl> with all defaults except use "cuddled
100 Execute perltidy on file F<somefile.pl> and save a log file F<somefile.pl.LOG>

Completed in 334 milliseconds

12