代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5530762
c c99-vla-jump-5.c
/* Test for labels and VM declarations: bug 12913.
switch statements must not jump into the scope of VM declarations.
c99-vla-jump-1.c tests with just that label and goto, VLAs.
c99-vla-jump
www.eeworm.com/read/162614/5537213
java pr25429.java
public class pr25429
{
private static final int CONST = 0;
class I {
public void f () {
switch(0) {
case CONST:
}
}
}
public static void main(String[] args) { }
}
www.eeworm.com/read/162614/5537257
java pr21540.java
public class pr21540
{
public static final long xxx = 555;
public boolean fn (int v)
{
switch (v)
{
case ((int) xxx >>> 32):
return true;
default:
return false;
www.eeworm.com/read/162614/5537345
java pr16249.java
// Regression test for PR java/16249.
class PR16249
{
static void bug(byte[] iCode, int pc)
{
while (pc < 100) {
try {
switch (iCode[pc] & 0xff) {
www.eeworm.com/read/162519/5546745
java pr25429.java
public class pr25429
{
private static final int CONST = 0;
class I {
public void f () {
switch(0) {
case CONST:
}
}
}
public static void main(String[] args) { }
}
www.eeworm.com/read/162519/5546789
java pr21540.java
public class pr21540
{
public static final long xxx = 555;
public boolean fn (int v)
{
switch (v)
{
case ((int) xxx >>> 32):
return true;
default:
return false;
www.eeworm.com/read/162519/5546877
java pr16249.java
// Regression test for PR java/16249.
class PR16249
{
static void bug(byte[] iCode, int pc)
{
while (pc < 100) {
try {
switch (iCode[pc] & 0xff) {
www.eeworm.com/read/162509/5547383
cpp dlgfunc.cpp
#include "stdafx.h"
#include "resource.h"
void InsertLogMsg(LPTSTR lpszMsg);
extern HINSTANCE g_hInst;
extern HWND g_hMainWnd;
extern SOCKET g_sock;
void SendPacket(char *lpszPacke
www.eeworm.com/read/161885/5549446
~c osdtv003.~c
#define __OSDTV003___
#include "Header\Include.h"
#if(OSD_TYPE == OSD003)
#if(_VIDEO_TV_SUPPORT)
//------------------------------------------------------------
void OSDTVProc()
{
switch
www.eeworm.com/read/161438/5553437
cpp queue_status.cpp
#include
// Windows message procedure.
LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
{
switch (uMsg)
{
case WM_COMMAND: /