代码搜索:wrapper
找到约 10,000 项符合「wrapper」的源代码
代码结果 10,000
www.eeworm.com/read/482889/1285096
hpp wrapper.hpp
// Copyright David Abrahams 2004. Distributed under the Boost
// Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef WR
www.eeworm.com/read/482889/1285169
hpp is_wrapper.hpp
// Copyright David Abrahams 2004. Distributed under the Boost
// Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#ifndef IS
www.eeworm.com/read/481034/1302368
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 impl
www.eeworm.com/read/480930/1308011
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/480930/1310997
h wrapper.h
/*********************************************************************
*
* Filename: wrapper.h
* Version: 1.2
* Description: IrDA SIR async wrapper layer
* Status:
www.eeworm.com/read/480930/1312570
c wrapper.c
/*********************************************************************
*
* Filename: wrapper.c
* Version: 1.2
* Description: IrDA SIR async wrapper layer
* Status:
www.eeworm.com/read/480682/1315310
c wrapper.c
/* wrapper.c - wrapper xdr filters for the WDB RPC-backend */
/* Copyright 1984-1996 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,03may96,elp took care of WDB_TO_BE_C
www.eeworm.com/read/480440/1317808
java wrapper.java
/*
The MIT License
Copyright (c) 2005 - 2007
1. Distributed Systems Group, University of Portsmouth (2005)
2. Aamir Shafi (2005 - 2007)
3. Bryan Carpenter (2005 - 2007)
4. Mark Baker (2
www.eeworm.com/read/480145/1322070
c wrapper.c
/* wrapper.c - wrapper xdr filters for the WDB RPC-backend */
/* Copyright 1984-1996 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,03may96,elp took care of WDB_TO_BE_C
www.eeworm.com/read/479495/1331619
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.