代码搜索:Namespaces
找到约 1,276 项符合「Namespaces」的源代码
代码结果 1,276
www.eeworm.com/read/366065/9834348
test security.test
# security.test --
#
# Functionality covered: this file contains a collection of tests for the
# auto loading and namespaces.
#
# Sourcing this file into Tcl runs the tests and generates output for
#
www.eeworm.com/read/171479/5394905
groovy namespacenodegpathtest.groovy
package groovy.xml
/**
* Test the use of GPath navigation with namespaces
*/
class NamespaceNodeGPathTest extends TestXmlSupport {
void testTree() {
Node root = new XmlParser().parseText
www.eeworm.com/read/339163/3310572
cpp usingnamespaces.cpp
// usingnamespaces.cpp
#include "namespaces.h"
using namespace mycode;
int main(int argc, char** argv)
{
foo(); // implies mycode::foo();
}
www.eeworm.com/read/287078/4030920
cpp usingnamespaces.cpp
// usingnamespaces.cpp
#include "namespaces.h"
using namespace mycode;
int main(int argc, char** argv)
{
foo(); // implies mycode::foo();
}
www.eeworm.com/read/275576/4174313
groovy namespacenodegpathtest.groovy
package groovy.xml
/**
* Test the use of GPath navigation with namespaces
*/
class NamespaceNodeGPathTest extends TestXmlSupport {
void testTree() {
Node root = new XmlParser().p
www.eeworm.com/read/216898/14988229
m4 ac_cxx_general.m4
AC_DEFUN([AC_CXX_GENERAL],[
AC_MSG_NOTICE([
Checking major C++ language features
])
AC_CXX_NAMESPACES
AC_CXX_EXCEPTIONS
AC_CXX_RTTI
AC_CXX_MEMBER_CONSTANTS
AC_CXX_OLD_FOR_SCOPING])
www.eeworm.com/read/237003/13984128
m4 ac_cxx_general.m4
AC_DEFUN([AC_CXX_GENERAL],[
AC_MSG_NOTICE([
Checking major C++ language features
])
AC_CXX_NAMESPACES
AC_CXX_EXCEPTIONS
AC_CXX_RTTI
AC_CXX_MEMBER_CONSTANTS
AC_CXX_OLD_FOR_SCOPING])
www.eeworm.com/read/366065/9834392
test init.test
# Functionality covered: this file contains a collection of tests for the
# auto loading and namespaces.
#
# Sourcing this file into Tcl runs the tests and generates output for
# errors. No output mea