Searched refs:execute (Results 151 - 175 of 372) sorted by relevance

1234567891011>>

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dconfigure.com5 $! to execute it.
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dtask.rb9 # opportunity to run and then it will execute its own actions.
166 execute(task_args) if needed?
213 def execute(args=nil) method in class:Rake.Task
/macosx-10.10.1/tidy-15.15/tidy/test/
H A Dacctest.cmd3 REM execute all test cases of the accessibility test suite
H A Donetest.cmd3 REM onetest.cmd - execute a single test case
/macosx-10.10.1/vim-55/runtime/
H A Dgvimrc_example.vim44 " map K :execute "!start winhlp32 -k <cword> " . winhelpfile <CR>
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsynload.vim71 execute "source " . mysyntaxfile
H A Dcdrtoc.vim43 execute 'syn match' a:name
49 execute 'hi def link' a:name 'cdrtocComment'
54 execute 'syn keyword' a:name
70 execute 'syn match' a:name
81 execute 'syn region' a:name
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.cpp137 return interpreter->execute(eval, callFrame, thisValue, callerScopeChain);
790 JSValue Interpreter::execute(ProgramExecutable* program, CallFrame* callFrame, JSObject* thisObj) function in class:JSC::Interpreter
937 result = program->generatedJITCode()->execute(&vm, &protoCallFrame);
998 result = callData.js.functionExecutable->generatedJITCodeForCall()->execute(&vm, &protoCallFrame);
1066 result = constructData.js.functionExecutable->generatedJITCodeForConstruct()->execute(&vm, &protoCallFrame);
1109 JSValue Interpreter::execute(CallFrameClosure& closure) function in class:JSC::Interpreter
1134 result = closure.functionExecutable->generatedJITCodeForCall()->execute(&vm, closure.protoCallFrame);
1143 JSValue Interpreter::execute(EvalExecutable* eval, CallFrame* callFrame, JSValue thisValue, JSScope* scope) function in class:JSC::Interpreter
1218 result = eval->generatedJITCode()->execute(&vm, &protoCallFrame);
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWAsyncPHYCommand.cpp177 return fStatus = kIOFireWirePending; // On a queue waiting to execute
275 // execute
279 IOReturn IOFWAsyncPHYCommand::execute() function in class:IOFWAsyncPHYCommand
289 // do this when we're in execute, not before,
298 //IOLog("IOFWAsyncPHYCommand::execute: Out of tLabels?\n");
H A DIOFWAsyncStreamCommand.cpp205 return fStatus = kIOFireWirePending; // On a queue waiting to execute
229 // execute
233 IOReturn IOFWAsyncStreamCommand::execute() function in class:IOFWAsyncStreamCommand
/macosx-10.10.1/IOFireWireSBP2-425/IOFireWireSBP2/
H A DIOFireWireSBP2ManagementORB.h195 virtual IOReturn execute( void );
/macosx-10.10.1/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerCallFrame.cpp165 JSValue result = vm.interpreter->execute(eval, callFrame, thisValue, scope());
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITCode.cpp45 JSValue JITCode::execute(VM* vm, ProtoCallFrame* protoCallFrame) function in class:JSC::JITCode
H A DJITCode.h185 JSValue execute(VM*, ProtoCallFrame*);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExp.cpp345 result = m_regExpJITCode.execute(s.characters8(), startOffset, s.length(), offsetVector).start;
347 result = m_regExpJITCode.execute(s.characters16(), startOffset, s.length(), offsetVector).start;
463 m_regExpJITCode.execute(s.characters8(), startOffset, s.length()) :
464 m_regExpJITCode.execute(s.characters16(), startOffset, s.length());
/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebEditorClient.cpp61 virtual void execute() = 0;
124 undoCommand->execute();
437 void execute();
457 void WebEditorUndoCommand::execute() function in class:WebEditorUndoCommand
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebCoreSupport/gtk/
H A DWebEditorClientGtk.cpp62 if (!command.execute())
109 // This is just a normal text insertion, so wait to execute the insertion
/macosx-10.10.1/bc-21/bc/bc/
H A Dload.c337 execute ();
H A Dproto.h60 /* From execute.c */
63 _PROTOTYPE(void execute, (void));
/macosx-10.10.1/mail_cmds-30/mail/
H A Dextern.h123 int execute(char [], int);
/macosx-10.10.1/postfix-255/postfix/conf/
H A Dpostfix-script7 # execute Postfix administrative commands
72 $FATAL cannot execute $command_directory/postconf!
81 $FATAL cannot execute $command_directory/postconf!
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Ddependency_command.rb45 def execute method
H A Denvironment_command.rb69 def execute method in class:Gem
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dopaquewhitelist.cpp60 createConditions.execute();
259 insert.execute();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dopaquewhitelist.cpp60 createConditions.execute();
259 insert.execute();

Completed in 306 milliseconds

1234567891011>>