HomeSort by relevance Sort by last modified time
    Searched refs:Namespace (Results 76 - 100 of 173) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilderSimulator.cpp 36 namespace WebCore {
38 using namespace HTMLNames;
119 Namespace currentNamespace = HTML;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 46 namespace {
52 } // namespace
54 namespace cricket {
87 desc->transport_type = elem->Name().Namespace();
94 // Only look at local part because the namespace might (eventually)
263 } // namespace cricket
sessionmanager.cc 41 namespace cricket {
269 // If the error name is not in the standard namespace, we have to first add
270 // some error from that namespace.
271 if (name.Namespace() != buzz::NS_STANZA) {
320 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement_unittest.cc 42 os << name.Namespace() << ":" << name.LocalPart();
xmlnsstack.cc 37 namespace buzz {
81 return std::make_pair(STR_EMPTY, true); // default namespace
113 std::string prefix(PrefixForNs(name.Namespace(), isAttr).first);
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 16 using namespace clang;
18 namespace {
37 } // namespace
219 case Decl::Namespace: {
224 OS << "<anonymous namespace>";
  /external/chromium_org/webkit/browser/appcache/
appcache_database.h 21 namespace sql {
28 namespace appcache {
70 Namespace namespace_;
224 } // namespace appcache
appcache_update_job.cc 22 namespace appcache {
895 const std::vector<Namespace>& intercepts =
    [all...]
mock_appcache_storage_unittest.cc 13 namespace appcache {
460 // fallback namespace and entry.
472 Namespace(FALLBACK_NAMESPACE, kFallbackNamespaceUrl1,
475 Namespace(FALLBACK_NAMESPACE, kFallbackNamespaceUrl2,
492 // The test url is in both fallback namespace urls, but should match
574 // foreign entry and an online namespace.
584 Namespace(NETWORK_NAMESPACE, kOnlineNamespaceUrl,
615 // We should not find anything for the online namespace.
630 } // namespace appcache
  /external/clang/lib/AST/
Comment.cpp 18 namespace clang {
19 namespace comments {
35 namespace {
64 } // end unnamed namespace
229 case Decl::Namespace:
315 } // end namespace comments
316 } // end namespace clang
DeclCXX.cpp 25 using namespace clang;
    [all...]
DeclBase.cpp 34 using namespace clang;
536 case Namespace:
818 case Decl::Namespace:
819 // The original namespace is our primary context.
876 if (DeclKind != Decl::Namespace) {
    [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 26 using namespace clang;
136 case NestedNameSpecifier::Namespace:
255 // Namespace and namespace aliases are fine.
357 namespace {
439 // class-name-or-namespace-name::...
441 // the class-name-or-namespace-name following the . or -> operator is
447 // class-name or namespace-name. [...]
449 // Qualified name lookup into a class will not find a namespace-name,
529 // class-name-or-namespace-name shall refer to the same entity
    [all...]
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 60 namespace N {
63 using namespace N;
69 namespace Using {
70 namespace M {
79 namespace AmbiguousRawTemplate {
85 namespace Inner {
93 namespace N {
102 namespace M {
131 namespace Namespace {
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 24 namespace llvm {
203 std::string Namespace; // The namespace the instruction is in.
CodeGenRegisters.cpp 27 using namespace llvm;
36 if (R->getValue("Namespace"))
37 Namespace = R->getValueAsString("Namespace");
44 : TheDef(0), Name(N), Namespace(Nspace), Size(-1), Offset(-1),
152 namespace {
192 } // namespace
551 namespace {
714 Namespace = R->getValueAsString("Namespace");
    [all...]
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 22 using namespace llvm;
94 namespace {
774 // The actual spelling of the name and namespace (if applicable)
786 std::string Namespace = Spellings[I]->getValueAsString("Namespace");
787 if (Namespace != "") {
788 Spelling += Namespace;
842 S->getValueAsString("Namespace") !=
843 Spelling.getValueAsString("Namespace"))
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 17 using namespace clang;
18 using namespace cxindex;
19 using namespace cxcursor;
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
async_util.js 8 * Namespace for async utility functions.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.cc 39 namespace cricket {
245 // If the error name is not in the standard namespace, we have to first add
246 // some error from that namespace.
247 if (name.Namespace() != buzz::NS_STANZA) {
296 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 43 namespace buzz {
245 if (element->Name().Namespace() != NS_SASL)
  /external/chromium_org/tools/json_schema_compiler/
cpp_type_generator.py 6 from model import Namespace, PropertyType, Type
13 """Contains information about a dependency a namespace has on a type: the
22 return '%s.%s' % (self.type_.namespace.name, self.type_.name)
31 use in the given model's namespace.
38 def GetCppNamespaceName(self, namespace):
39 """Gets the mapped C++ namespace name for the given namespace relative to
40 the root namespace.
42 return namespace.unix_name
45 """Get opening self._default_namespace namespace declaration
    [all...]
  /frameworks/base/core/java/android/os/
Process.java 450 LocalSocketAddress.Namespace.RESERVED));
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Installer.java 52 LocalSocketAddress.Namespace.RESERVED);
  /frameworks/base/services/java/com/android/server/usb/
UsbDebuggingManager.java 71 LocalSocketAddress.Namespace.RESERVED);

Completed in 509 milliseconds

1 2 34 5 6 7