Searched refs:execute (Results 101 - 125 of 372) sorted by relevance

1234567891011>>

/macosx-10.10.1/swig-12/Lib/allegrocl/
H A Dallegrocl.swg294 (eval-when (:compile-toplevel :load-toplevel :execute)
304 (eval-when (:compile-toplevel :load-toplevel :execute)
421 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
467 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
493 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
505 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
518 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
525 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
533 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
537 `(cl::eval-when (:compile-toplevel :load-toplevel :execute)
[all...]
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dvhdl.vim61 execute a:cmd
65 execute "normal! gv\<Esc>"
66 execute "normal ".i.a:cmd
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWReadCommand.cpp73 execute();
125 // execute
129 IOReturn IOFWReadCommand::execute() function in class:IOFWReadCommand
174 // IOLog("IOFWReadCommand::execute: Out of tLabels?\n");
H A DIOFWWriteCommand.cpp220 // execute
224 IOReturn IOFWWriteCommand::execute() function in class:IOFWWriteCommand
252 // Do this when we're in execute, not before,
291 //IOLog("IOFWWriteCommand::execute: Out of tLabels?\n");
334 execute();
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGAbstractInterpreter.h88 bool execute(unsigned indexInBlock);
89 bool execute(Node*);
100 // Abstractly execute the edges of the given node. This runs filterEdgeByUse()
112 // Abstractly execute the effects of the given node. This changes the abstract
H A DDFGCFAPhase.cpp111 if (!m_interpreter.execute(i)) {
H A DDFGInsertionSet.h99 void execute(BasicBlock* block) function in class:JSC::DFG::InsertionSet
H A DDFGLoopPreHeaderCreationPhase.cpp102 return m_insertionSet.execute();
H A DDFGSSALoweringPhase.cpp61 m_insertionSet.execute(m_block);
H A DDFGTierUpCheckInjectionPhase.cpp111 insertionSet.execute(block);
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A DMakefile.am86 libiodbc_la_SOURCES = catalog.c connect.c dlproc.c execute.c \
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dwinpkg.rb58 def execute(service, topic, data) method in class:Tk
59 tk_call('dde', 'execute', service, topic, data)
63 tk_call('dde', '-async', 'execute', service, topic, data)
90 module_function :servername, :execute, :async_execute,
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCCommand.h63 virtual IOReturn execute();
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCompletion.cpp82 JSValue result = exec->interpreter()->execute(program, exec, thisObj);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DTokenStreamRewriteEngine.hpp113 virtual size_t execute( ANTLR_USE_NAMESPACE(std)ostream& /* out */ ) {
131 t->execute(out);
148 virtual size_t execute( ANTLR_USE_NAMESPACE(std)ostream& out )
167 virtual size_t execute( ANTLR_USE_NAMESPACE(std)ostream& out ) {
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSyscall.h77 virtual std::unique_ptr<SyscallResult> execute(const SyscallPolicy&) = 0;
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dcontents_command.rb48 def execute method
H A Dpush_command.rb36 def execute method in class:Gem
H A Drdoc_command.rb57 def execute method in class:Gem
H A Duninstall_command.rb88 def execute method in class:Gem
104 alert("In order to remove #{spec.name}, please execute:\n" +
H A Dyank_command.rb39 def execute method in class:Gem
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.h232 JSValue execute(ProgramExecutable*, CallFrame*, JSObject* thisObj);
235 JSValue execute(EvalExecutable*, CallFrame*, JSValue thisValue, JSScope*);
261 JSValue execute(CallFrameClosure&);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp132 int Database::execute(const char *text, bool strict /* = true */) function in class:Security::SQLite3::Database
243 database.execute(cmd + " TRANSACTION " + mName + ";");
301 void Statement::execute() function in class:Security::SQLite3::Statement
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp132 int Database::execute(const char *text, bool strict /* = true */) function in class:Security::SQLite3::Database
243 database.execute(cmd + " TRANSACTION " + mName + ";");
301 void Statement::execute() function in class:Security::SQLite3::Statement
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfpopen.c42 /* execute command directly if possible; else use the shell */
44 static void execute(const char* argcmd) function
46 static void execute(argcmd)
138 char* command; /* command to execute */
281 execute(command);

Completed in 131 milliseconds

1234567891011>>