Searched refs:execute (Results 76 - 100 of 372) sorted by relevance

1234567891011>>

/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Dpolicydb.cpp106 foreign.execute();
176 cleaner.execute();
183 cleaner.execute();
191 cleaner.execute();
217 feature.execute();
234 perform.execute();
256 update.execute();
269 update.execute();
274 add.execute();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Dpolicydb.cpp106 foreign.execute();
176 cleaner.execute();
183 cleaner.execute();
191 cleaner.execute();
217 feature.execute();
234 perform.execute();
256 update.execute();
269 update.execute();
274 add.execute();
/macosx-10.10.1/shell_cmds-179/find/
H A Dfind.h42 /* execute function */
78 exec_f *execute; /* node evaluation function */ member in struct:_plandata
141 exec_f *execute; /* execute function */ member in struct:_option
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dgnat.vim39 execute "!" . self.Get_Command('Pretty')
43 execute "!" . self.Get_Command('Find')
47 execute "!" . self.Get_Command('Tags')
73 execute 'mksession! ' . v:this_session
/macosx-10.10.1/vim-55/runtime/indent/
H A Drst.vim37 execute lnum
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGBlockInsertionSet.cpp69 bool BlockInsertionSet::execute() function in class:JSC::DFG::BlockInsertionSet
H A DDFGCriticalEdgeBreakingPhase.cpp70 return m_insertionSet.execute();
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DCachedCall.h58 return m_interpreter->execute(m_closure);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.h91 int execute(const char *text, bool strict = true);
92 int execute(const std::string &text, bool strict = true) function in class:Security::SQLite3::Database
93 { return execute(text.c_str(), strict); }
200 void execute();
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.h91 int execute(const char *text, bool strict = true);
92 int execute(const std::string &text, bool strict = true) function in class:Security::SQLite3::Database
93 { return execute(text.c_str(), strict); }
200 void execute();
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DOpenSyscall.h54 virtual std::unique_ptr<SyscallResult> execute(const SyscallPolicy&);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dreadelf.s21 W \(write\), A \(alloc\), X \(execute\), M \(merge\), S \(strings\)
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DTestFormats.py80 def execute(self, test, litConfig): member in class:GoogleTest
123 def execute(self, test, litConfig): member in class:ShTest
131 def execute(self, test, litConfig): member in class:TclTest
191 def execute(self, test, litConfig): member in class:OneCommandPerFileTest
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dcheck_command.rb69 def execute method in class:Gem
H A Dfetch_command.rb35 def execute method in class:Gem
H A Downer_command.rb36 def execute method in class:Gem
H A Dwhich_command.rb26 def execute method in class:Gem
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_help_command.rb58 @cmd.execute
H A Dtest_gem_commands_stale_command.rb32 @cmd.execute
H A Dtest_gem_gem_runner.rb48 def execute method in class:TestGemGemRunner.test_build_args_are_handled
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dgnat.vim62 execute "CompilerSet makeprg=" . escape (g:gnat.Get_Command('Make'), ' ')
63 execute "CompilerSet errorformat=" . escape (g:gnat.Error_Format, ' ')
/macosx-10.10.1/vim-55/runtime/
H A Dmacmap.vim56 execute 'vnoremap <script> <special> <D-v>' paste#paste_cmd['v']
57 execute 'inoremap <script> <special> <D-v>' paste#paste_cmd['i']
/macosx-10.10.1/vim-55/runtime/ftplugin/
H A Dspec.vim55 execute line
73 execute line("$")
97 execute relline
124 execute insert_line
147 execute a:strline
/macosx-10.10.1/bash-94.1.2/bash-3.2/builtins/
H A Dfc.c115 /* String to execute on a file that we want to edit. */
129 int numbering, reverse, listing, execute; local
138 reverse = listing = execute = 0;
162 execute = 1;
178 execute = 1;
180 /* The "execute" form of the command (re-run, with possible string
182 if (execute)
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFWCommand.h110 UInt32 fTimeout; // How long (in microsecs) after execute() to timeout
141 virtual IOReturn execute() = 0;
152 * if queue is false the command's execute()
262 * Command to execute some code after a specified delay (in microseconds)
282 virtual IOReturn execute();
453 virtual IOReturn execute();
504 virtual IOReturn execute();
549 virtual IOReturn execute();
638 virtual IOReturn execute();
723 virtual IOReturn execute();
[all...]

Completed in 373 milliseconds

1234567891011>>