代码搜索:semantics

找到约 893 项符合「semantics」的源代码

代码结果 893
www.eeworm.com/read/190666/5179464

c pack-test-1.c

/* Test semantics of #pragma pack. Contributed by Mike Coleman */ /* { dg-do compile { target *-*-linux* *-*-cygwin* powerpc*-*-eabi* } } */ /* We only test the alignment of
www.eeworm.com/read/186403/5232466

java crmscomponent.java

package crms.ui; import javax.swing.*; public abstract class CRMSComponent extends JPanel { /** Callback define to indicate to the containing window to close. Semantics can vary between components.
www.eeworm.com/read/340665/3280081

c 20020303-1.c

/* With -fzero-initialized-in-bss, we made I a common symbol instead of a symbol in the .bss section. Not only does that break semantics, but a common symbol can't be weak. */ int i __attribu
www.eeworm.com/read/340665/3280327

c pack-test-1.c

/* Test semantics of #pragma pack. Contributed by Mike Coleman */ /* { dg-do compile { target *-*-linux* *-*-cygwin* powerpc*-*-eabi* } } */ /* We only test the alignment of
www.eeworm.com/read/279715/4134848

java javatokentypes.java

// $ANTLR 2.7.2: "java.g" -> "JavaLexer.java"$ package org.drools.semantics.java.parser; public interface JavaTokenTypes { int EOF = 1; int NULL_TREE_LOOKAHEAD = 3;
www.eeworm.com/read/269603/4244602

basic

// $Xorg: basic,v 1.3 2000/08/17 19:54:42 cpqbld Exp $ default xkb_semantics "basic" { xkb_types { include "basic" }; xkb_compatibility { include "basic" }; };
www.eeworm.com/read/269603/4244603

xtest

// $Xorg: xtest,v 1.3 2000/08/17 19:54:42 cpqbld Exp $ default xkb_semantics "xtest" { xkb_types { include "basic" }; xkb_compatibility { include "xtest" }; };
www.eeworm.com/read/269603/4244604

default

// $Xorg: default,v 1.3 2000/08/17 19:54:42 cpqbld Exp $ default xkb_semantics "default" { xkb_types { include "default" }; xkb_compatibility { include "default" }; };
www.eeworm.com/read/269603/4244605

complete

// $Xorg: complete,v 1.3 2000/08/17 19:54:42 cpqbld Exp $ default xkb_semantics "complete" { xkb_types { include "complete" }; xkb_compatibility { include "complete" }; };
www.eeworm.com/read/440906/1781723

c 20020303-1.c

/* With -fzero-initialized-in-bss, we made I a common symbol instead of a symbol in the .bss section. Not only does that break semantics, but a common symbol can't be weak. */ int i __attribu