代码搜索:constructs

找到约 1,240 项符合「constructs」的源代码

代码结果 1,240
www.eeworm.com/read/470720/1444402

c g++-bprob-1.c

/* Check that various C constructs (in C++) don't cause problems for * profile-directed block ordering. Most of this test is the same as bprob-1.c and gcov-4.c in gcc.misc-tests. The "count"
www.eeworm.com/read/470693/1456348

c g++-bprob-1.c

/* Check that various C constructs (in C++) don't cause problems for * profile-directed block ordering. Most of this test is the same as bprob-1.c and gcov-4.c in gcc.misc-tests. The "count"
www.eeworm.com/read/463702/1536612

1 hostinfoprovider.java.1

/* * HostScriptProvider.java * * Constructs Host service data from the output of multiple scripts * */ package org.osu.ogsa.stream.info; import com.ibm.wsdl.util.xml.DOM2Writer; import org.glob
www.eeworm.com/read/463702/1536619

java hostinfoprovider.java

/* * HostScriptProvider.java * * Constructs Host service data from the output of multiple scripts * */ package org.osu.ogsa.stream.info; import com.ibm.wsdl.util.xml.DOM2Writer; import org.glob
www.eeworm.com/read/463702/1536624

real hostinfoprovider.java.real

/* * HostScriptProvider.java * * Constructs Host service data from the output of multiple scripts * */ package org.osu.ogsa.stream.info; import com.ibm.wsdl.util.xml.DOM2Writer; import org.glob
www.eeworm.com/read/240162/4579060

c g++-bprob-1.c

/* Check that various C constructs (in C++) don't cause problems for * profile-directed block ordering. Most of this test is the same as bprob-1.c and gcov-4.c in gcc.misc-tests. The "count"
www.eeworm.com/read/233448/4671205

c g++-bprob-1.c

/* Check that various C constructs (in C++) don't cause problems for * profile-directed block ordering. Most of this test is the same as bprob-1.c and gcov-4.c in gcc.misc-tests. The "count"
www.eeworm.com/read/216502/4890558

1m mkfs.1m

.TH MKFS 1M .SH NAME mkfs \- construct a file system .SH SYNOPSIS .B /etc/mkfs special proto .SH DESCRIPTION .I Mkfs constructs a file system by writing on the special file .I special according to th
www.eeworm.com/read/207991/5000286

mal cxexample.mal

# The 4000 series deals with strategic optimizer constructs # common subexpression evaluation optimizer.commonTerms(); b:= bat.new(:int,:int); c:= bat.new(:int,:int); d:= algebra.select(b,0,100
www.eeworm.com/read/183001/5260427

sql union.sql

-- -- UNION (also INTERSECT, EXCEPT) -- -- Simple UNION constructs SELECT 1 AS two UNION SELECT 2; SELECT 1 AS one UNION SELECT 1; SELECT 1 AS two UNION ALL SELECT 2; SELECT 1 AS two UNION ALL SE