代码搜索:assignment

找到约 8,196 项符合「assignment」的源代码

代码结果 8,196
www.eeworm.com/read/452691/1650337

h ixethaccqueueassign_p.h

/** * @file IxEthAccQueueAssign_p.h * * @author Intel Corporation * @date 06-Mar-2002 * * @brief Mapping from QMgr Q's to internal assignment * * Design Notes: * * * @par * IXP400 SW Re
www.eeworm.com/read/246048/4497556

h ixethaccqueueassign_p.h

/** * @file IxEthAccQueueAssign_p.h * * @author Intel Corporation * @date 06-Mar-2002 * * @brief Mapping from QMgr Q's to internal assignment * * Design Notes: * * * @par * IXP400 SW Re
www.eeworm.com/read/240162/4579860

c copy2.c

// { dg-do run } // Test that A's copy assignment method is called when B's instance // member array of A is assigned. // Contributed by Brian Gaeke, public domain. int status = 1; class A { public
www.eeworm.com/read/239567/4597756

py testwhilesimple.py

# comment before i = 0 while (i < 2): # while test comment on-line print "under 5" i += 1 # augmented assignment on-line # this comment disappears else: # else on-line print "bi
www.eeworm.com/read/236054/4644242

svn-base actionconfig.xml.svn-base

www.eeworm.com/read/233448/4670925

c wparentheses-2.c

// Test operation of -Wparentheses. Warnings for assignments used as // truth-values shouldn't apply other than for plain assignment. // Essentially the same as gcc.dg/Wparentheses-10.c. // Origin: J
www.eeworm.com/read/233448/4672363

c copy2.c

// { dg-do run } // Test that A's copy assignment method is called when B's instance // member array of A is assigned. // Contributed by Brian Gaeke, public domain. int status = 1; class A { public
www.eeworm.com/read/233448/4678832

f90 forall_6.f90

! Program to test FORALL with scalar pointer assignment inside it. program forall_6 type element real, pointer :: p end type type (element) q(5) real, target, dimension(5) :: t integer
www.eeworm.com/read/233448/4685066

c wparentheses-10.c

/* Test operation of -Wparentheses. Warnings for assignments used as truth-values shouldn't apply other than for plain assignment. */ /* Origin: Joseph Myers */ /* { dg-do
www.eeworm.com/read/233448/4687908

java pr14853.java

class tt { static final tt tt1 = new tt(); tt() { } } public class PR14853 { public static void main (String[] args) { // This is an invalid assignment. gcj would get confused in