代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/216802/4887144
vms install.vms
How to build the freetype2 library on VMS
-----------------------------------------
It is actually very straightforward to install the Freetype2 library.
Just execute vms_make.com from the top
www.eeworm.com/read/213215/4917775
java unaryfunction.java
package com.reddragon2046.base.utilities.data;
import java.io.Serializable;
public interface UnaryFunction
extends Serializable
{
public abstract Object execute(Object obj);
www.eeworm.com/read/213215/4917864
java unarypredicate.java
package com.reddragon2046.base.utilities.data;
import java.io.Serializable;
public interface UnaryPredicate
extends Serializable
{
public abstract boolean execute(Object obj);
www.eeworm.com/read/212217/4937884
cpp myproviderrs.cpp
// myProviderRS.cpp : CmyProviderCommand 的实现
#include "stdafx.h"
#include "myProviderRS.h"
#include "myProviderDS.h"
// CmyProviderCommand
HRESULT CmyProviderCommand::Execute(IUnknown * pUn
www.eeworm.com/read/202764/5046411
cpp sinterp.cpp
#include "VM.H"
int main( int argc, char **argv )
{
// The usage to this program is very simple: it requires a single file name
// which is the bytecode stream to execute.
if ( argc !=
www.eeworm.com/read/196938/5099426
def zlib.def
LIBRARY "zlib"
DESCRIPTION '"""zlib data compression library"""'
EXETYPE NT
SUBSYSTEM WINDOWS
STUB 'WINSTUB.EXE'
VERSION 1.04
CODE EXECUTE READ
DATA READ WRITE
HEAPSIZE
www.eeworm.com/read/190666/5178367
x va-arg-17.x
# This doesn't work on MIPS Irix.
if { [istarget "mips*-sgi-irix6*"] } {
set torture_execute_xfail "mips*-sgi-irix6*"
}
return 0
www.eeworm.com/read/190666/5178525
x va-arg-15.x
# This doesn't work on MIPS Irix.
if { [istarget "mips*-sgi-irix6*"] } {
set torture_execute_xfail "mips*-sgi-irix6*"
}
return 0
www.eeworm.com/read/190666/5178591
x va-arg-16.x
# This doesn't work on MIPS Irix.
if { [istarget "mips*-sgi-irix6*"] } {
set torture_execute_xfail "mips*-sgi-irix6*"
}
return 0