代码搜索:execute

找到约 10,000 项符合「execute」的源代码

代码结果 10,000
www.eeworm.com/read/233448/4682093

x eeprof-1.x

if { [istarget "powerpc-ibm-aix*"] } { set torture_execute_xfail "powerpc-ibm-aix*" } set additional_flags "-finstrument-functions" return 0
www.eeworm.com/read/233448/4682282

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/232683/4696321

cmbx zf.cmbx

www.eeworm.com/read/232683/4696342

cmbx sz.cmbx

www.eeworm.com/read/229812/4739401

c cdisp2.c

#include "fail.h" /* MSC7 doesn't execute this program correctly. MetaWare screws up the order of construction for the virtual bases but if the program is changed to compensate for this,
www.eeworm.com/read/221054/4838113

sin insert-header.sin

# Sed script that inserts the file called HEADER before the header entry. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert
www.eeworm.com/read/219872/4844779

java stereooncommand.java

package headfirst.command.party; public class StereoOnCommand implements Command { Stereo stereo; public StereoOnCommand(Stereo stereo) { this.stereo = stereo; } public void execute() { ste
www.eeworm.com/read/219872/4844785

java hottuboffcommand.java

package headfirst.command.party; public class HottubOffCommand implements Command { Hottub hottub; public HottubOffCommand(Hottub hottub) { this.hottub = hottub; } public void execute() { h
www.eeworm.com/read/219872/4844794

java hottuboncommand.java

package headfirst.command.party; public class HottubOnCommand implements Command { Hottub hottub; public HottubOnCommand(Hottub hottub) { this.hottub = hottub; } public void execute() { hott