HomeSort by relevance Sort by last modified time
    Searched full:namespaces (Results 1 - 25 of 527) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/
cxx-namespaces.h 1 // Header for PCH test cxx-namespaces.cpp
cxx-namespaces.cpp 2 // RUN: %clang_cc1 -include %S/cxx-namespaces.h -fsyntax-only -verify %s
5 // RUN: %clang_cc1 -x c++-header -emit-pch -o %t %S/cxx-namespaces.h
namespaces.cpp 2 // RUN: %clang_cc1 -x c++ -include %S/Inputs/namespaces.h -fsyntax-only %s
5 // RUN: %clang_cc1 -x c++ -emit-pch -o %t %S/Inputs/namespaces.h
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p1.cpp 7 inline namespace b {} // inline original expected-warning {{inline namespaces are}}
8 inline namespace b {} // inline ext expected-warning {{inline namespaces are}}
9 inline namespace {} // inline unnamed expected-warning {{inline namespaces are}}
  /external/clang/test/ASTMerge/Inputs/
namespace1.cpp 6 // Merge multiple namespaces
namespace2.cpp 6 // Merge multiple namespaces
  /external/clang/test/Index/
load-namespaces.cpp 30 // CHECK: load-namespaces.cpp:3:11: Namespace=std:3:11 (Definition) Extent=[3:1 - 7:2]
31 // CHECK: load-namespaces.cpp:4:13: Namespace=rel_ops:4:13 (Definition) Extent=[4:3 - 6:4]
32 // CHECK: load-namespaces.cpp:5:10: FunctionDecl=f:5:10 Extent=[5:5 - 5:13]
33 // CHECK: load-namespaces.cpp:9:11: Namespace=std:9:11 (Definition) Extent=[9:1 - 11:2]
34 // CHECK: load-namespaces.cpp:10:8: FunctionDecl=g:10:8 Extent=[10:3 - 10:11]
35 // CHECK: load-namespaces.cpp:13:11: NamespaceAlias=std98:13:11 Extent=[13:1 - 13:22]
36 // CHECK: load-namespaces.cpp:13:19: NamespaceRef=std:3:11 Extent=[13:19 - 13:22]
37 // CHECK: load-namespaces.cpp:14:11: NamespaceAlias=std0x:14:11 Extent=[14:1 - 14:24]
38 // CHECK: load-namespaces.cpp:14:19: NamespaceRef=std98:13:11 Extent=[14:19 - 14:24]
39 // CHECK: load-namespaces.cpp:16:17: UsingDirective=:16:17 Extent=[16:1 - 16:22
    [all...]
  /external/clang/test/PCH/Inputs/
namespaces.h 1 // Header for PCH test namespaces.cpp
  /external/clang/test/Parser/
namespaces.cpp 7 namespace a { typedef g::o o; } // expected-error{{namespaces can only be defined in global or namespace scope}}
cxx0x-in-cxx98.cpp 3 inline namespace N { // expected-warning{{inline namespaces are a C++0x feature}}
  /external/llvm/test/FrontendC/
2002-02-13-TypeVarNameCollision.c 4 * names should be in distinct namespaces
  /external/webkit/Source/WebCore/editing/
MarkupAccumulator.cpp 96 void MarkupAccumulator::serializeNodesWithNamespaces(Node* node, Node* nodeToSkip, EChildrenOnly childrenOnly, const Namespaces* namespaces)
101 Namespaces namespaceHash;
102 if (namespaces)
103 namespaceHash = *namespaces;
122 void MarkupAccumulator::appendStartTag(Node* node, Namespaces* namespaces)
125 appendStartMarkup(markup, node, namespaces);
213 bool MarkupAccumulator::shouldAddNamespaceAttribute(const Attribute& attribute, Namespaces& namespaces)
    [all...]
MarkupAccumulator.h 42 typedef HashMap<AtomicStringImpl*, AtomicStringImpl*> Namespaces;
76 void appendStartTag(Node*, Namespaces* = 0);
85 bool shouldAddNamespaceAttribute(const Attribute&, Namespaces&);
86 void appendNamespace(Vector<UChar>& result, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&);
92 virtual void appendElement(Vector<UChar>& out, Element*, Namespaces*);
93 void appendOpenTag(Vector<UChar>& out, Element* element, Namespaces*);
95 void appendAttribute(Vector<UChar>& out, Element* element, const Attribute&, Namespaces*);
97 void appendStartMarkup(Vector<UChar>& result, const Node*, Namespaces*);
108 void serializeNodesWithNamespaces(Node*, Node* nodeToSkip, EChildrenOnly, const Namespaces*);
  /development/pdk/docs/porting/
group__memory.jd 11 <li><a href="namespaces.html"><span>Namespaces</span></a></li>
group__networking.jd 11 <li><a href="namespaces.html"><span>Namespaces</span></a></li>
modules.html 22 <li><a href="namespaces.html"><span>Namespaces</span></a></li>
  /external/chromium/base/
rand_util_c.h 14 // from C so namespaces cannot be used.
  /external/clang/test/SemaCXX/
warn-missing-prototypes.cpp 10 // Don't warn about functions in anonymous namespaces.
  /external/stlport/stlport/stl/config/
_dm.h 36 appear to have problems with STLport namespaces. Summary of the issues:
41 With STLport namespaces, some identifiers such as Category_Map in
46 With STLport namespaces, the mangled names in the intermediate files no
48 and STLport namespaces with Digital Mars, the pre-defined exports in
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 31 private static final String NAMESPACES =
32 "http://xml.org/sax/features/namespaces";
48 if (NAMESPACES.equals(name)) {
96 if (NAMESPACES.equals(name)) {
SAXParserFactoryImpl.java 33 private static final String NAMESPACES
34 = "http://xml.org/sax/features/namespaces";
57 return getFeature(NAMESPACES);
107 setFeature(NAMESPACES, value);
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 36 appear to have problems with STLport namespaces. Summary of the issues:
41 With STLport namespaces, some identifiers such as Category_Map in
46 With STLport namespaces, the mangled names in the intermediate files no
48 and STLport namespaces with Digital Mars, the pre-defined exports in
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 36 appear to have problems with STLport namespaces. Summary of the issues:
41 With STLport namespaces, some identifiers such as Category_Map in
46 With STLport namespaces, the mangled names in the intermediate files no
48 and STLport namespaces with Digital Mars, the pre-defined exports in
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 36 appear to have problems with STLport namespaces. Summary of the issues:
41 With STLport namespaces, some identifiers such as Category_Map in
46 With STLport namespaces, the mangled names in the intermediate files no
48 and STLport namespaces with Digital Mars, the pre-defined exports in
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespacesManager.java 45 * Vector of extension namespaces for which sufficient information is not yet available to
67 * to a vector of undefined extension namespaces, to be defined later.
115 * Get the vector of extension namespaces. Used to provide
117 * namespaces encountered during composition of a stylesheet.
125 * Attempt to register any unregistered extension namespaces.
146 * the remaining extension namespaces.
206 * Set up a Vector for predefined extension namespaces.
227 lang = "javaclass"; // for remaining predefined extension namespaces.
236 // Xalan extension namespaces (redirect, pipe and SQL).
253 //EXSLT namespaces (not including EXSLT function namespaces which ar
    [all...]

Completed in 930 milliseconds

1 2 3 4 5 6 7 8 91011>>