HomeSort by relevance Sort by last modified time
    Searched refs:NameSpace (Results 1 - 25 of 28) sorted by null

1 2

  /external/apache-xml/src/main/java/org/apache/xml/utils/
NameSpace.java 19 * $Id: NameSpace.java 468655 2006-10-28 07:12:06Z minchau $
26 * A representation of a namespace. One of these will
27 * be pushed on the namespace stack for each
31 public class NameSpace implements Serializable
35 /** Next NameSpace element on the stack.
37 public NameSpace m_next = null;
39 /** Prefix of this NameSpace element.
43 /** Namespace URI of this NameSpace element.
45 public String m_uri; // if null, then Element namespace is empty
    [all...]
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...]
  /external/clang/test/SemaCXX/
tag-ambig.cpp 7 namespace NameSpace {
11 using namespace NameSpace;
21 namespace A { struct Face {}; }
22 namespace B { struct Face {}; }
23 using namespace A;
24 using namespace B;
  /external/swiftshader/src/OpenGL/libGLESv2/
ResourceManager.h 21 #include "common/NameSpace.hpp"
27 namespace es2
92 gl::NameSpace<Buffer> mBufferNameSpace;
93 gl::NameSpace<Program> mProgramNameSpace;
94 gl::NameSpace<Shader> mShaderNameSpace;
95 gl::NameSpace<void> mProgramShaderNameSpace; // Shaders and programs share a namespace
96 gl::NameSpace<Texture> mTextureNameSpace;
97 gl::NameSpace<Renderbuffer> mRenderbufferNameSpace;
98 gl::NameSpace<Sampler> mSamplerNameSpace
    [all...]
Context.h 24 #include "common/NameSpace.hpp"
37 namespace egl
43 namespace es2
743 gl::NameSpace<Framebuffer> mFramebufferNameSpace;
744 gl::NameSpace<Fence, 0> mFenceNameSpace;
745 gl::NameSpace<Query> mQueryNameSpace;
746 gl::NameSpace<VertexArray> mVertexArrayNameSpace;
747 gl::NameSpace<TransformFeedback> mTransformFeedbackNameSpace;
  /external/swiftshader/src/OpenGL/libGLES_CM/
ResourceManager.h 21 #include "common/NameSpace.hpp"
27 namespace es1
71 gl::NameSpace<Buffer> mBufferNameSpace;
72 gl::NameSpace<Texture> mTextureNameSpace;
73 gl::NameSpace<Renderbuffer> mRenderbufferNameSpace;
Context.h 23 #include "common/NameSpace.hpp"
36 namespace gl { class Surface; }
38 namespace egl
44 namespace es1
608 gl::NameSpace<Framebuffer> mFramebufferNameSpace;
  /external/swiftshader/src/OpenGL/common/
NameSpace.hpp 15 // NameSpace.h: Defines the NameSpace class, which is used to
26 namespace gl
30 class NameSpace
33 NameSpace() : freeName(baseName)
37 ~NameSpace()
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ConfigKeywordHandler.c 161 Get NameSpace from the input NameSpaceId string.
166 @param NameSpace Return the name space string.
167 @param NextString Return the next string follow namespace.
169 @retval EFI_SUCCESS Get the namespace string success.
176 OUT CHAR8 **NameSpace,
182 ASSERT (NameSpace != NULL);
190 *NameSpace = NULL;
204 if (StrnCmp (String, L"NAMESPACE=", StrLen (L"NAMESPACE=")) != 0) {
207 String += StrLen (L"NAMESPACE=");
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
functional.rb 35 module NameSpace
58 include NameSpace
  /external/swiftshader/src/OpenGL/libEGL/
Display.h 25 #include "common/NameSpace.hpp"
29 namespace egl
101 gl::NameSpace<Image> mSharedImageNameSpace;
  /external/abi-dumper/
abi-dumper.pl 345 my %NameSpace;
    [all...]
  /external/abi-compliance-checker/modules/Internals/
XmlDump.pm 70 foreach my $NameSpace (sort {lc($a) cmp lc($b)} @NameSpaces) {
71 $ABI_DUMP .= addTag("name", $NameSpace);
85 "Header", "Line", "NameSpace", "Class", "Return", "Algn")
230 "Header", "Line", "Return", "NameSpace", "Value")
559 "Header", "Line", "NameSpace", "Class", "Return", "Algn")
635 "Header", "Line", "Return", "NameSpace", "Value")
  /external/swiftshader/src/OpenGL/libGL/
Context.h 22 #include "common/NameSpace.hpp"
38 namespace gl
759 gl::NameSpace<Framebuffer> mFramebufferNameSpace;
760 gl::NameSpace<Fence, 0> mFenceNameSpace;
761 gl::NameSpace<Query> mQueryNameSpace;
  /external/llvm/utils/TableGen/
CodeGenRegisters.h 34 namespace llvm {
56 std::string Namespace;
73 const std::string &getNamespace() const { return Namespace; }
301 std::string Namespace;
484 CodeGenSubRegIndex *createSubRegIndex(StringRef Name, StringRef NameSpace);
  /external/abi-compliance-checker/
abi-compliance-checker.pl 933 "namespace",
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shldisp.h     [all...]
  /prebuilts/tools/common/m2/repository/org/beanshell/bsh/2.0b4/
bsh-2.0b4.jar 
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 
  /prebuilts/tools/common/m2/repository/antlr/antlr/2.7.7/
antlr-2.7.7.jar 
  /external/flatbuffers/src/
idl_parser.cpp 31 namespace flatbuffers {
144 std::string Namespace::GetFullyQualifiedName(const std::string &name,
146 // Early exit if we don't have a defined namespace.
176 TD(NameSpace, 265, "namespace") \
410 if (attribute_ == "namespace") {
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/checkstyle/
checkstyle.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 524 milliseconds

1 2