代码搜索结果

找到约 10,000 项符合 Switch 的代码

switch.java

package com.javapatterns.command.lightandfan; public class Switch { private Command UpCommand, DownCommand; public Switch( Command Up, Command Down) { UpCommand =

switch.s

/* * Copied from ia64/kernel/entry.S * * Copyright (C) 1998-2003 Hewlett-Packard Co * David Mosberger-Tang * Copyright (C) 1999, 2002-2003 * Asit Mallick

switch.s

/* * Copyright (C) 2005 Stelian Pop. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Sof

switch.s

/* * Most of the following code has been lifted from the original _switch() * routine from linux/arch/ppc/kernel/entry.S, and adapted to perform hybrid * scheduling between kernel and user-space Xe

switch.s

/* * Copyright (C) 2005 Philippe Gerum. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free

switch.c

/* Task switch latency test. Max Krasnyansky

switch.java

package com.javapatterns.command.lightandfan; public class Switch { private Command UpCommand, DownCommand; public Switch( Command Up, Command Down) { UpCommand =