HomeSort by relevance Sort by last modified time
    Searched defs:NameSpace (Results 1 - 9 of 9) sorted by null

  /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...]
  /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/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()
  /external/antlr/runtime/Ruby/lib/antlr3/test/
functional.rb 35 module NameSpace
58 include NameSpace
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
debuginfo.c 82 LLVMMetadataRef NameSpace =
83 LLVMDIBuilderCreateNameSpace(DIB, Module, "NameSpace", 9, false);
87 LLVMDIBuilderCreateStructType(DIB, NameSpace, "MyStruct",
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
CodeGenMapTable.cpp 82 using namespace llvm;
87 namespace {
172 } // End anonymous namespace.
181 namespace {
230 } // End anonymous namespace.
375 StringRef Namespace = Target.getInstNamespace();
395 OutStr += Namespace;
402 OS << " { " << Namespace << "::" << CurInstr->getName();
409 OS << " { " << Namespace << "::" << "INSTRUCTION_LIST_END, ";
410 OS << Namespace << "::" << "INSTRUCTION_LIST_END }"
    [all...]
  /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,
183 ASSERT (NameSpace != NULL);
191 *NameSpace = NULL;
205 if (StrnCmp (String, L"NAMESPACE=", StrLen (L"NAMESPACE=")) != 0) {
208 String += StrLen (L"NAMESPACE=");
    [all...]
  /external/f2fs-tools/tools/sg_write_buffer/include/
sg_pt_win32.h 268 /* Identify controller goes to adapter; Identify namespace to device */
322 ULONG NameSpace; // Namespace: This field indicates the nsid
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 

Completed in 1120 milliseconds