HomeSort by relevance Sort by last modified time
    Searched full:namespaces (Results 1 - 25 of 1492) 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
10 // RUN: %clang_cc1 -fmodules -x c++-header -emit-pch -o %t %S/cxx-namespaces.h
  /external/chromium_org/third_party/tcmalloc/vendor/m4/
namespaces.m4 1 # Checks whether the compiler implements namespaces
3 [AC_CACHE_CHECK(whether the compiler implements namespaces,
14 AC_DEFINE(HAVE_NAMESPACES, 1, [define if the compiler implements namespaces])
  /external/cmockery/cmockery_0_1_2/m4/
namespaces.m4 1 # Checks whether the compiler implements namespaces
3 [AC_CACHE_CHECK(whether the compiler implements namespaces,
14 AC_DEFINE(HAVE_NAMESPACES, 1, [define if the compiler implements namespaces])
  /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/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 114 Namespaces* namespaces = 0; local
115 Namespaces namespaceHash;
117 // Add pre-bound namespaces for XML fragments.
119 namespaces = &namespaceHash;
122 serializeNodesWithNamespaces(targetNode, childrenOnly, namespaces, tagNamesToSkip);
126 void MarkupAccumulator::serializeNodesWithNamespaces(Node& targetNode, EChildrenOnly childrenOnly, const Namespaces* namespaces, Vector<QualifiedName>* tagNamesToSkip)
135 Namespaces namespaceHash;
136 if (namespaces)
    [all...]
MarkupAccumulator.h 42 typedef HashMap<AtomicString, AtomicString> Namespaces;
80 void appendStartTag(Node&, Namespaces* = 0);
86 virtual void appendCustomAttributes(StringBuilder&, const Element&, Namespaces*);
87 bool shouldAddNamespaceElement(const Element&, Namespaces&);
90 void appendNamespace(StringBuilder&, const AtomicString& prefix, const AtomicString& namespaceURI, Namespaces&);
96 virtual void appendElement(StringBuilder&, Element&, Namespaces*);
97 void appendOpenTag(StringBuilder&, const Element&, Namespaces*);
99 void appendAttribute(StringBuilder&, const Element&, const Attribute&, Namespaces*);
101 void appendStartMarkup(StringBuilder&, Node&, Namespaces*);
112 void serializeNodesWithNamespaces(Node& targetNode, EChildrenOnly, const Namespaces*, Vector<QualifiedName>* tagNamesToSkip)
    [all...]
  /external/clang/test/CodeGen/
2002-02-13-TypeVarNameCollision.c 4 * names should be in distinct namespaces
  /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}}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.core.runtime/.manager/
.fileTable.10 6 .namespaces=3
.fileTable.9 6 .namespaces=2
  /art/tools/
generate-operator-out.py 46 namespaces = []
67 _NAMESPACES[enum_name] = '::'.join(namespaces)
75 namespaces.append(m.group(1))
79 namespaces = namespaces[0:len(namespaces) - 1]
178 namespaces = _NAMESPACES[enum_name].split('::')
179 for namespace in namespaces:
192 for namespace in reversed(namespaces):
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_datatype_helper.h 15 // called before any of the methods in the per-datatype helper namespaces can be
  /external/clang/test/SemaCXX/
warn-missing-prototypes.cpp 10 // Don't warn about functions in anonymous namespaces.
  /external/lldb/www/cpp_reference/html/
namespaces.html 14 <li class="current"><a href="namespaces.html"><span>Namespaces</span></a></li>
21 <li class="current"><a href="namespaces.html"><span>Namespace&#160;List</span></a></li>
30 <div class="textblock">Here is a list of all namespaces with brief descriptions:</div><div class="directory">
  /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
  /prebuilts/ndk/5/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
  /prebuilts/ndk/6/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

Completed in 711 milliseconds

1 2 3 4 5 6 7 8 91011>>