代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/277824/4150475
cs myfunction.cs
using System;
using System.Collections;
using DotNetTools.PropertySet;
namespace DotNetTools.Workflow.Functions
{
public class MyFunction : IFunctionProvider
{
public void Execute(IDictio
www.eeworm.com/read/450106/1672464
java commandexception.java
package auction.command;
import javax.ejb.ApplicationException;
/**
* A checked exception thrown by command execute methods, wrapping the root cause.
*
* @author Christian Bauer
*/
@ApplicationE
www.eeworm.com/read/446555/1711679
svn-base setenv.cpp.svn-base
#include
#include
#include
#include
class Fork : public QProcess {
public:
Fork(QStringList argv = QStringList() ) {
execute("environmen
www.eeworm.com/read/445435/1721930
svn-base command.java.svn-base
package jns.command;
/**
Command is a very important class in JNS because it represents the commands
that the simulator is supposed to execute at a specific time.
You have to subclass c
www.eeworm.com/read/445435/1721936
java command.java
package jns.command;
/**
Command is a very important class in JNS because it represents the commands
that the simulator is supposed to execute at a specific time.
You have to subclass c
www.eeworm.com/read/440906/1780289
x 920501-7.x
# This doesn't work on sparc's with -mflat.
if { [istarget "sparc-*-*"] && [string match "*mflat*" $CFLAGS] } {
set torture_execute_xfail "sparc-*-*"
}
return 0
www.eeworm.com/read/440906/1780626
x 941014-1.x
# This doesn't always work for Thumb.
if { [istarget arm*-*-*] || [istarget xscale*-*-*] \
|| [istarget strongarm*-*-*] } {
set torture_eval_before_execute {
global compiler_conditional_xf
www.eeworm.com/read/440906/1780792
x 920428-2.x
# This doesn't work on sparc's with -mflat.
if { [istarget "sparc-*-*"] && [string match "*mflat*" $CFLAGS] } {
set torture_execute_xfail "sparc-*-*"
}
return 0