代码搜索:wrapper
找到约 10,000 项符合「wrapper」的源代码
代码结果 10,000
www.eeworm.com/read/216802/4883362
h usb_wrapper.h
//#include
//#include
//#include
/*
TODO: Do a major cleanup of this file!
Lots of definitions should go to corresponding files
*/
#include
www.eeworm.com/read/213039/4931921
h log_wrapper.h
/* -*- C++ -*- */
// Log_Wrapper.h,v 4.6 2001/12/05 20:48:11 coryan Exp
// log_wrapper.h
#include "ace/Profile_Timer.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LAC
www.eeworm.com/read/213039/4931923
cpp log_wrapper.cpp
// Log_Wrapper.cpp,v 4.16 2003/11/01 11:15:23 dhinton Exp
// client.C
#include "Log_Wrapper.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_sys_utsname.h"
#include "ace/OS_NS_string.h"
www.eeworm.com/read/209559/4959081
s compat_wrapper.s
/*
* arch/s390/kernel/sys_wrapper31.S
* wrapper for 31 bit compatible system calls.
*
* S390 version
* Copyright (C) 2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Gerh
www.eeworm.com/read/206020/5013190
sh launchd-wrapper.sh
#!/bin/bash
export WILDFIRE_HOME=/usr/local/wildfire
function shutdown()
{
date
echo "Shutting down Wildfire"
$WILDFIRE_HOME/bin/wildfire.sh stop
}
date
echo "Starting Wildfire"
export CATALINA
www.eeworm.com/read/205824/5018618
c ros_wrapper.c
#include "../usb_wrapper.h"
void wait_ms(int mils)
{
LARGE_INTEGER Interval;
DPRINT1("wait_ms(%d)\n", mils);
Interval.QuadPart = -(mils+1)*10000;
KeDelayExecutionThread(KernelMode, F
www.eeworm.com/read/205824/5018621
h linux_wrapper.h
/*
* linux-wrapper.h
*
* Hard coded Linux kernel replacements for x86
*
* (c) 2003 Georg Acher (georg@acher.org)
*
* Emulation of:
* typedefs
* structs
* macros
*
* All structs
www.eeworm.com/read/205824/5018650
h usb_wrapper.h
//#include
//#include
//#include
/*
TODO: Do a major cleanup of this file!
Lots of definitions should go to corresponding files
*/
#include
www.eeworm.com/read/202805/5045337
c dsound_wrapper.c
/*
* $Id: dsound_wrapper.c,v 1.1.1.1.2.11 2003/09/07 13:04:53 rossbencina Exp $
* Simplified DirectSound interface.
*
* Author: Phil Burk & Robert Marsanyi
*
* PortAudio Portable Real-Time
www.eeworm.com/read/202805/5045348
h dsound_wrapper.h
#ifndef __DSOUND_WRAPPER_H
#define __DSOUND_WRAPPER_H
/*
* $Id: dsound_wrapper.h,v 1.1.1.1.2.8 2005/01/16 20:48:37 rossbencina Exp $
* Simplified DirectSound interface.
*
* Author: Phil Burk