代码搜索:modules
找到约 10,000 项符合「modules」的源代码
代码结果 10,000
www.eeworm.com/read/292758/3939642
h jk_jnicb.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class org_apache_tomcat_modules_server_JNIConnectionHandler */
#ifndef _Included_org_apache_tomcat_modules_ser
www.eeworm.com/read/292670/3950792
linux dep.linux
#!/bin/sh
if [ -f /lib/modules/$(uname -r)/build/Makefile ];then
default="/lib/modules/$(uname -r)/build"
else
default="/usr/src/linux"
fi
default=${LINUXDIR:=$default}
if [ "${interactive}" = "y"
www.eeworm.com/read/396823/2408173
h jk_jnicb.h
/* DO NOT EDIT THIS FILE - it is machine generated */
#include
/* Header for class org_apache_tomcat_modules_server_JNIConnectionHandler */
#ifndef _Included_org_apache_tomcat_modules_server_
www.eeworm.com/read/382361/2637853
linux dep.linux
#!/bin/sh
if [ -f /lib/modules/$(uname -r)/build/Makefile ];then
default="/lib/modules/$(uname -r)/build"
else
default="/usr/src/linux"
fi
default=${LINUXDIR:=$default}
if [ "${interactive}" = "y"
www.eeworm.com/read/375190/2726478
jam jamfile2.jam
import modules ;
local dll-suffix = so ;
local prefix = "" ;
if [ modules.peek : OS ] in CYGWIN NT
{
if $toolset = gcc
{
dll-suffix = dll ;
}
else
{
dll-suffix = lib ;
www.eeworm.com/read/372616/2770699
kconfig
config MEDIA_ATTACH
bool "Load and attach frontend and tuner driver modules as needed"
depends on VIDEO_MEDIA
depends on MODULES
help
Remove the static dependency of DVB card drivers on all
www.eeworm.com/read/366702/2877212
f90 namelist_use_only.f90
! { dg-do run }
! This tests the fix for PR22010, where namelists were not being written to
! and read back from modules. It checks that namelists from modules that are
! selected by an ONLY declarat
www.eeworm.com/read/354016/3080143
cmake checksizeof.cmake
MESSAGE(SEND_ERROR
"Modules/CheckSizeOf.cmake has been removed. "
"Use Modules/CheckTypeSize.cmake instead. This "
"compatability check may be removed before the next rele
www.eeworm.com/read/351636/3101715
cmake vxl_config_macros.cmake
INCLUDE (${CMAKE_ROOT}/Modules/CheckIncludeFileCXX.cmake)
INCLUDE (${CMAKE_ROOT}/Modules/CheckFunctionExists.cmake)
#
# Perform the VXL specific test with status output
#
# Sets the TEST to 1 i