HomeSort by relevance Sort by last modified time
    Searched full:namespaces (Results 1 - 25 of 1309) 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
  /external/libxml2/result/namespaces/
err_2.xml.err 1 ./test/namespaces/err_2.xml:1: namespace error : Failed to parse QName ':'
err_1.xml.err 1 ./test/namespaces/err_1.xml:1: namespace error : Failed to parse QName 'xmlns:'
err_3.xml.err 1 ./test/namespaces/err_3.xml:1: namespace error : Failed to parse QName ':foo'
err_7.xml.err 1 ./test/namespaces/err_7.xml:1: namespace error : Namespace prefix f on foo is not defined
err_10.xml.err 1 ./test/namespaces/err_10.xml:1: parser error : Attribute xmlns redefined
err_11.xml.err 1 ./test/namespaces/err_11.xml:1: parser error : Attribute xmlns:a redefined
err_4.xml.err 1 ./test/namespaces/err_4.xml:1: namespace error : Failed to parse QName 'f:'
err_5.xml.err 1 ./test/namespaces/err_5.xml:1: namespace error : Failed to parse QName 'f:a:'
err_6.xml.err 1 ./test/namespaces/err_6.xml:1: namespace error : Failed to parse QName 'f:a:'
err_8.xml.err 1 ./test/namespaces/err_8.xml:1: namespace error : xml namespace prefix mapped to wrong URI
err_9.xml.err 1 ./test/namespaces/err_9.xml:2: namespace error : Namespaced Attribute err in 'http://example.com/' redefined
  /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/libxml2/result/
att8.sax2 3 SAX.startElementNs(response, ino, 'http://namespaces.softwareag.com/tamino/response2', 2, xmlns:ino='http://namespaces.softwareag.com/tamino/response2', xmlns:xql='http://metalab.unc.edu/xql/', 2, 0, ino:sessionid='556"...', 3, ino:sessionkey='1590...', 10)
11 SAX.startElementNs(message, ino, 'http://namespaces.softwareag.com/tamino/response2', 0, 1, 0, ino:returnvalue='0"><...', 1)
12 SAX.startElementNs(messageline, ino, 'http://namespaces.softwareag.com/tamino/response2', 0, 0, 0)
14 SAX.endElementNs(messageline, ino, 'http://namespaces.softwareag.com/tamino/response2')
15 SAX.endElementNs(message, ino, 'http://namespaces.softwareag.com/tamino/response2')
23 SAX.startElementNs(message, ino, 'http://namespaces.softwareag.com/tamino/response2', 0, 1, 0, ino:returnvalue='0"><...', 1)
24 SAX.startElementNs(messageline, ino, 'http://namespaces.softwareag.com/tamino/response2', 0, 0, 0)
26 SAX.endElementNs(messageline, ino, 'http://namespaces.softwareag.com/tamino/response2')
27 SAX.endElementNs(message, ino, 'http://namespaces.softwareag.com/tamino/response2'
    [all...]
  /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/dbus-binding-generator/chromeos-dbus-bindings/
name_parser.cc 30 : namespaces{brillo::string_utils::Split(name, ".")} {
31 CHECK(!namespaces.empty()) << "Empty name specified";
32 type_name = namespaces.back();
33 namespaces.pop_back();
37 std::vector<std::string> parts = namespaces;
80 for (const auto& ns : namespaces) {
93 for (auto it = namespaces.rbegin(); it != namespaces.rend(); ++it) {
name_parser.h 20 // corresponding C++ identifiers, namespaces, variable names, etc.
34 // it with the C++ namespaces.
38 // it with the C++ namespaces.
42 // qualifying it with the C++ namespaces.
54 std::vector<std::string> namespaces; // e.g. {"org", "chromium"}. member in class:chromeos_dbus_bindings::NameParser
57 // Helper function to prepend the C++ namespaces to the |name|.
  /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/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
  /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}}

Completed in 1355 milliseconds

1 2 3 4 5 6 7 8 91011>>