代码搜索:wrapper
找到约 10,000 项符合「wrapper」的源代码
代码结果 10,000
www.eeworm.com/read/220218/4841862
conf wrapper.conf
#********************************************************************
# TestWrapper Properties
#
# NOTE - Please use src/conf/wrapper.conf.in as a template for your
# own application rather
www.eeworm.com/read/209559/4972153
h wrapper.h
/*********************************************************************
*
* Filename: wrapper.h
* Version: 1.2
* Description: IrDA SIR async wrapper layer
* Status:
www.eeworm.com/read/209559/4974128
c wrapper.c
/*
* linux/fs/hfsplus/wrapper.c
*
* Copyright (C) 2001
* Brad Boyer (flar@allandria.com)
* (C) 2003 Ardis Technologies
*
* Handling of HFS wrappers around HFS+ volumes
*
www.eeworm.com/read/209559/4974985
c wrapper.c
/*********************************************************************
*
* Filename: wrapper.c
* Version: 1.2
* Description: IrDA SIR async wrapper layer
* Status: Stable
* A
www.eeworm.com/read/207355/5001919
java wrapper.java
/**
* Licensed under the Artistic License; you may not use this file
* except in compliance with the License.
* You may obtain a copy of the License at
*
* http://displaytag.sourceforge
www.eeworm.com/read/196482/5102296
po wrapper.po
wrapper.o wrapper.o: wrapper.c cvs.h ../config.h ../lib/system.h \
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/limits.h \
/usr/lib/gcc-lib/i386-redhat-linux/3.2.2/include/syslimits.h \
/usr
www.eeworm.com/read/195013/5119025
h wrapper.h
#ifndef _WRAPPER_H_
#define _WRAPPER_H_
#define mem_map_reserve(p) set_bit(PG_reserved, &((p)->flags))
#define mem_map_unreserve(p) clear_bit(PG_reserved, &((p)->flags))
#endif /* _WRAPPER_H_ */
www.eeworm.com/read/195013/5122011
h wrapper.h
/*********************************************************************
*
* Filename: wrapper.h
* Version: 1.2
* Description: IrDA SIR async wrapper layer
* Status:
www.eeworm.com/read/195013/5123460
c wrapper.c
/*********************************************************************
*
* Filename: wrapper.c
* Version: 1.2
* Description: IrDA SIR async wrapper layer
* Status:
www.eeworm.com/read/190661/5182788
java wrapper.java
package org.bouncycastle.crypto;
public interface Wrapper
{
public void init(boolean forWrapping, CipherParameters param);
/**
* Return the name of the algorithm the wrapper implements.