/external/apache-xml/src/main/java/org/apache/xml/utils/ |
QName.java | 37 * then the prefix is expanded into a URI reference using the namespace declarations 40 * is used as the name of the object. The default namespace is not used for 55 * The namespace URI. 61 * The namespace prefix. 67 * The XML namespace. 70 "http://www.w3.org/XML/1998/namespace"; 85 * Constructs a new QName with the specified namespace URI and 88 * @param namespaceURI The namespace URI if known, or null 97 * Constructs a new QName with the specified namespace URI and 100 * @param namespaceURI The namespace URI if known, or nul 250 String namespace = null; local [all...] |
PrefixResolverDefault.java | 28 * can be used to perform prefix-to-namespace lookup 54 * Given a namespace, get the corrisponding prefix. This assumes that 55 * the PrevixResolver hold's it's own namespace context, or is a namespace 58 * @return Namespace that prefix resolves to, or null if prefix 67 * Given a namespace, get the corrisponding prefix. 72 * xmlns attribute that binds a prefix to a namespace. 73 * @return Namespace that prefix resolves to, or null if prefix 81 String namespace = null; local 85 namespace = Constants.S_XMLNAMESPACEURI [all...] |
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
p11.cpp | 3 // C++03 [namespace.udecl]p11: 4 // If a function declaration in namespace scope or block scope has 13 namespace test0 { 14 namespace ns { void foo(); } // expected-note {{target of using declaration}} 19 namespace test1 { 20 namespace ns { void foo(); } // expected-note {{target of using declaration}} 25 namespace test2 { 26 namespace ns { void foo(); } // expected-note 2 {{target of using declaration}} 38 namespace test3 { 39 namespace ns { void foo(); } // expected-note 2 {{target of using declaration} [all...] |
p1.cpp | 10 namespace Test0 { 14 namespace A { 47 namespace Test1 { 48 namespace A { 52 namespace B { 56 namespace C { 60 namespace D { 70 namespace test2 { 90 namespace test3 {
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/ |
p2.cpp | 3 namespace Ints { 9 namespace Floats { 15 namespace Numbers { 16 using namespace Ints; 17 using namespace Floats; 33 namespace Numbers { 48 namespace Numbers2 {
|
/external/clang/test/SemaCXX/ |
access-base-class.cpp | 2 namespace T1 { 13 namespace T2 { 24 namespace T3 { 35 namespace T4 { 51 namespace T5 { 61 namespace T6 { 82 namespace T7 {
|
warn-unused-filescoped.cpp | 5 namespace { 44 namespace { 58 namespace PR8841 { 61 namespace { 75 namespace test4 { 76 namespace { struct A {}; } 82 namespace rdar8733476 {
|
qualified-names-diag.cpp | 2 namespace foo { 3 namespace wibble { 6 namespace bar { 7 namespace wonka { 16 namespace bar {
|
typedef-redecl.cpp | 33 namespace test1 { 35 namespace a { using test1::foo; }; 37 using namespace a; 41 namespace PR6923 { 52 namespace PR7462 {
|
unknown-anytype.cpp | 3 namespace test0 { 9 namespace test1 { 23 namespace test2 { 30 namespace test3 { 39 namespace test4 {
|
/external/webkit/Source/WebKit/android/wds/ |
DebugServer.h | 37 namespace WebCore { 41 using namespace WTF; 42 using namespace WebCore; 44 namespace android { 47 namespace WDS { 75 } // end namespace WDS 77 } // end namespace android
|
/external/clang/test/SemaTemplate/ |
dependent-names.cpp | 19 namespace test0 { 92 namespace test1 { 106 namespace PR8966 { 133 namespace std { 134 inline namespace v1 { 137 namespace inner { 147 namespace PR10053 { 160 namespace N { 161 namespace M { 175 namespace O [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
NamespaceAlias.java | 24 * Object to hold an xsl:namespace element. 25 * A stylesheet can use the xsl:namespace-alias element to declare 26 * that one namespace URI is an alias for another namespace URI. 72 * The namespace in the stylesheet space. 78 * Set the value for the stylesheet namespace. 88 * Get the value for the stylesheet namespace. 124 * The result namespace. 130 * Set the result namespace. 132 * @param v non-null namespace valu [all...] |
XMLNSDecl.java | 34 * @param prefix non-null reference to prefix, using "" for default namespace. 35 * @param uri non-null reference to namespace URI. 36 * @param isExcluded true if this namespace declaration should normally be excluded. 46 /** non-null reference to prefix, using "" for default namespace. 53 * if the XMLNSDecl is declaring the default namespace. 60 /** non-null reference to namespace URI. 73 /** true if this namespace declaration should normally be excluded. 79 * result namespace. 81 * @return true if this namespace declaration should normally be excluded.
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_enum.h | 41 namespace google { 42 namespace protobuf { 43 namespace io { 48 namespace protobuf { 49 namespace compiler { 50 namespace cpp { 62 // within the enum's package namespace, but NOT within any class, even for 67 // Precondition: in ::google::protobuf namespace. 72 // namespace. This should be placed inside the class definition in the 94 } // namespace cp [all...] |
/external/llvm/lib/Target/PTX/MCTargetDesc/ |
PTXBaseInfo.h | 22 namespace llvm { 23 namespace PTXStateSpace { 31 } // namespace PTXStateSpace 33 namespace PTXPredicate { 39 } // namespace PTXPredicate 41 /// Namespace to hold all target-specific flags. 42 namespace PTXRoundingMode { 59 } // namespace PTXII 60 } // namespace llvm
|
/external/webkit/Source/WebCore/dom/ |
make_names.pl | 94 die "You must specify a namespace (e.g. SVG) for <namespace>Names.h" unless $parameters{namespace}; 97 $parameters{namespacePrefix} = $parameters{namespace} unless $parameters{namespacePrefix}; 100 my $namesBasePath = "$outputDir/$parameters{namespace}Names"; 101 my $factoryBasePath = "$outputDir/$parameters{namespace}ElementFactory"; 102 my $wrapperFactoryFileName = "$parameters{namespace}ElementWrapperFactory"; 144 'namespace' => '', 155 die "No namespace found" if !$parameters{namespace}; [all...] |
/external/chromium/chrome/browser/prefs/ |
proxy_prefs.cc | 10 namespace ProxyPrefs { 20 namespace { 30 } // namespace 32 namespace ProxyPrefs { 59 } // namespace
|
/external/clang/lib/Driver/ |
CC1AsOptions.cpp | 13 using namespace clang; 14 using namespace clang::driver; 15 using namespace clang::driver::options; 16 using namespace clang::driver::cc1asoptions; 26 namespace {
|
CC1Options.cpp | 13 using namespace clang; 14 using namespace clang::driver; 15 using namespace clang::driver::options; 16 using namespace clang::driver::cc1options; 26 namespace {
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
p3.cpp | 15 namespace PR5910 { 28 namespace PR5949 { 48 namespace PR7641 { 49 namespace N2 54 namespace N
|
/external/clang/test/CodeGenCXX/ |
2007-09-10-RecursiveTypeResolution.cpp | 4 namespace Manta 17 namespace __gnu_cxx 26 namespace std 39 namespace Manta 72 using namespace Manta;
|
/external/clang/test/PCH/ |
namespaces.cpp | 14 namespace N2 { } 22 namespace { 27 namespace N3 { 28 namespace { 44 inline namespace N4 { }
|
/external/icu4c/common/unicode/ |
std_string.h | 43 * Define the namespace to use for standard C++ (STL) classes. 50 * Define the namespace qualifier to use for standard C++ (STL) classes. 60 * standard (STL) namespace. 61 * Either "using namespace std;" or empty. 68 # define U_STD_NS_USE using namespace U_STD_NS;
|
/libcore/xml/src/main/java/org/kxml2/kdom/ |
Element.java | 35 protected String namespace; field in class:Element 68 String namespace, 72 ? super.createElement(namespace, name) 73 : this.parent.createElement(namespace, name); 101 public String getAttributeValue (String namespace, String name) { 104 && (namespace == null || namespace.equals (getAttributeNamespace(i)))) { 135 * returns the namespace of the element */ 138 return namespace; 143 * returns the namespace for the given prefix * [all...] |