Searched refs:execute (Results 1 - 25 of 372) sorted by relevance

1234567891011>>

/macosx-10.10.1/xnu-2782.1.97/tools/tests/perf_index/PerfIndex_COPS_Module/
H A DPerfIndex.h11 - (BOOL)execute;
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntCLoop.cpp38 execute(llint_entry, 0, 0, 0, true);
H A DLLIntCLoop.h42 static JSValue execute(OpcodeID entryOpcodeID, void* executableAddress, VM*, ProtoCallFrame*, bool isInitializationPass = false);
/macosx-10.10.1/ruby-106/ruby/lib/irb/cmd/
H A Dsubirb.rb18 def execute(*obj) method in class:IRB.ExtendCommand.IrbCommand
24 def execute method in class:IRB.ExtendCommand.Jobs
30 def execute(key) method in class:IRB.ExtendCommand.Foreground
36 def execute(*keys) method in class:IRB.ExtendCommand.Kill
H A Dnop.rb18 def self.execute(conf, *opts) singleton method in class:IRB.ExtendCommand.Nop
20 command.execute(*opts)
33 def execute(*opts) method in class:IRB.ExtendCommand.Nop
H A Dpushws.rb19 def execute(*obj) method in class:IRB.ExtendCommand.Workspaces
25 def execute(*obj) method in class:IRB.ExtendCommand.PushWorkspace
32 def execute(*obj) method in class:IRB.ExtendCommand.PopWorkspace
H A Dchws.rb20 def execute(*obj) method in class:IRB.ExtendCommand.CurrentWorkingWorkspace
26 def execute(*obj) method in class:IRB.ExtendCommand.ChangeWorkspace
H A Dload.rb21 def execute(file_name, priv = nil) method in class:IRB.ExtendCommand.Load
30 def execute(file_name) method in class:IRB.ExtendCommand.Require
61 def execute(file_name) method in class:IRB.ExtendCommand.Source
H A Dfork.rb18 def execute method in class:IRB.ExtendCommand.Fork
/macosx-10.10.1/CPANInternal-159.1/DBIx-ContextualFetch-1.03/t/
H A D01.t22 $insert->execute(1, "Fred");
23 $insert->execute(2, "Barney");
32 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
40 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
51 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
57 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
63 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
69 (my $sth = make_sth("SELECT * FROM foo ORDER BY id"))->execute;
94 $sth->execute([0], [ \my ($id, $name) ]);
/macosx-10.10.1/DiskArbitration-268/diskarbitrationd/
H A DDAThread.c53 } execute; member in union:__DAThreadRunLoopSourceJob::__anon484
77 if ( pthread_equal( job->execute.thread, pthread_self( ) ) )
90 job->execute.status = ( ( DAThreadFunction ) job->execute.function )( job->execute.functionContext );
94 job->execute.exited = TRUE;
139 if ( job->execute.exited )
160 if ( job->execute.callback )
162 ( job->execute.callback )( job->execute
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/commands/
H A Dmirror_command.rb13 def execute method in class:Gem
H A Dlist_command.rb28 def execute method in class:Gem
H A Dsearch_command.rb26 def execute method in class:Gem
/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Drubygems_plugin.rb14 def execute method in class:Gem
H A Dtest_gem_commands_environment_command.rb20 @cmd.execute
49 @cmd.execute
60 @cmd.execute
75 @cmd.execute
86 @cmd.execute
100 @cmd.execute
115 @cmd.execute
127 @cmd.execute
138 @cmd.execute
H A Dtest_gem_commands_cleanup_command.rb21 @cmd.execute
35 @cmd.execute
56 @cmd.execute
76 @cmd.execute
95 @cmd.execute
107 @cmd.execute
126 @cmd.execute
145 @cmd.execute
/macosx-10.10.1/xnu-2782.1.97/tools/tests/perf_index/
H A Dperf_index.h5 #define DECL_TEST int execute(int thread_id, int num_threads, long long length, int test_argc, const void** test_argv)
/macosx-10.10.1/shell_cmds-179/find/
H A Doperator.c93 if (node->execute == f_openparen)
104 if (next->execute == f_closeparen) {
108 node->execute = f_expr;
145 if (expr->execute == f_closeparen)
179 if (next->execute == f_expr)
187 if (next->execute == f_not) {
191 while (node != NULL && node->execute == f_not) {
197 if (node->execute == f_or)
203 if (node->execute == f_expr)
241 if (next->execute
[all...]
/macosx-10.10.1/libxml2-26/libxml2/doc/
H A Dqueries.py30 ret = c.execute("""select sum(Count) from %s""" % (base))
33 ret = c.execute("""select count(*) from %s""" % (base))
36 ret = c.execute(
63 ret = c.execute("""select ID,Count from AllQueries where Value='%s'""" %
68 ret = c.execute("""UPDATE AllQueries SET Count = %d where ID = %d""" %
71 ret = c.execute(
93 ret = c.execute("""select Value,Count from %s""" % (frmtable))
111 c.execute("""DELETE from %s""" % (frmtable))
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/Install/
H A DRepository.pm30 my ($execute) = @_;
34 if ($execute->('git remote show -n origin') =~ /URL: (.*)$/m) {
39 } elsif ($execute->('git svn info') =~ /URL: (.*)$/m) {
60 if ($execute->('hg paths') =~ /default = (.*)$/m) {
/macosx-10.10.1/CPANInternal-159.1/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm17 sub execute { subroutine
22 # Allow $sth->execute(\@param, \@cols) and
23 # $sth->execute(undef, \@cols) syntax.
43 die "Cannot call execute with a reference ($_)\n";
52 my $ret = $sth->SUPER::execute(@_);
87 $sth->execute(@args);
96 $sth->execute(@args);
121 my $rv = $sth->execute;
122 my $rv = $sth->execute(@bind_values);
123 my $rv = $sth->execute(\
[all...]
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DParallelJobsGeneric.h50 WTF_EXPORT_PRIVATE void execute(void* parameters);
63 void execute(ThreadFunction, void*);
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dconfigure.com4 $! to execute it.
/macosx-10.10.1/ruby-106/ruby/lib/irb/ext/
H A Duse-loader.rb24 ExtendCommand::Load.execute(irb_context, *opts, &b)
28 ExtendCommand::Require.execute(irb_context, *opts, &b)

Completed in 240 milliseconds

1234567891011>>