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

1 2 3 45 6 7

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 41 Namespace module for the quick script Main classes.
debug.rb 41 Namespace for all debugging-related class and module definitions.
  /external/chromium_org/remoting/protocol/
jingle_messages.cc 17 namespace remoting {
18 namespace protocol {
24 namespace {
27 const char kXmlNamespace[] = "http://www.w3.org/XML/1998/namespace";
113 } // namespace
408 // If the error name is not in the standard namespace, we have
409 // to first add some error from that namespace.
410 if (name.Namespace() != kJabberNamespace) {
429 } // namespace protocol
430 } // namespace remotin
    [all...]
  /frameworks/base/services/java/com/android/server/
NativeDaemonConnector.java 110 // If we're testing, set up a socket in a namespace that's accessible to test code.
117 return new LocalSocketAddress(mSocket, LocalSocketAddress.Namespace.RESERVED);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 45 namespace cricket {
344 std::string transport_type = trans_elem->Name().Namespace();
497 *content_type = (*content_elem)->Name().Namespace();
512 // namespace and only parse the codecs relevant to that namespace.
    [all...]
session.cc 43 namespace {
49 } // namespace
51 namespace cricket {
721 if (transproxy && transproxy->type() == error->Name().Namespace()) {
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_type.js 8 * Namespace object for file type utility functions.
test_util.js 6 * Namespace for test related things.
11 * Namespace for test utility functions.
17 * first argument. The functions in the test.util.async namespace are passed the
23 * Namespace for synchronous utility functions.
28 * Namespace for asynchronous utility functions.
  /external/chromium_org/remoting/webapp/
xhr.js 15 /** Namespace for XHR functions */
  /external/clang/include/clang/AST/
DeclBase.h 25 namespace clang {
55 namespace llvm {
69 namespace clang {
109 /// C++ can look into the "tag" namespace during ordinary lookup.
132 /// Namespaces, declared with 'namespace foo {}'.
144 /// declaration is always in this namespace but may also be in
149 /// declaration is always in this namespace but may also be in
156 /// but the actual using declarations go in this namespace.
227 /// namespace A {
228 /// void f(); // SemanticDC == LexicalDC == 'namespace A
    [all...]
RecursiveASTVisitor.h 69 namespace clang {
653 case NestedNameSpecifier::Namespace:
677 case NestedNameSpecifier::Namespace:
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 37 namespace llvm {
41 namespace clang {
599 /// If 'Namespace' is non-null, then it is a token required to exist on the
601 void AddPragmaHandler(StringRef Namespace, PragmaHandler *Handler);
607 /// the preprocessor. If \p Namespace is non-null, then it should
608 /// be the namespace that \p Handler was added to. It is an error
610 void RemovePragmaHandler(StringRef Namespace, PragmaHandler *Handler);
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 30 using namespace clang;
79 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace,
82 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc);
    [all...]
SemaCodeComplete.cpp 38 using namespace clang;
39 using namespace sema;
41 namespace {
470 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Parent)) {
471 if (!Namespace->getIdentifier())
474 Result = NestedNameSpecifier::Create(Context, Result, Namespace);
914 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Ctx))
915 R.Qualifier = NestedNameSpecifier::Create(SemaRef.Context, 0, Namespace);
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 36 using namespace llvm;
38 namespace {
77 } // End anonymous namespace
79 namespace {
102 StringRef Namespace) const;
121 } // End anonymous namespace
176 namespace {
178 } // End anonymous namespace
219 namespace {
277 } // End anonymous namespace
    [all...]
CodeGenInstruction.cpp 22 using namespace llvm;
293 Namespace = R->getValueAsString("Namespace");
DAGISelMatcherGen.cpp 19 using namespace llvm;
50 namespace {
142 } // end anon namespace.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.cc 45 namespace cricket {
425 trans_elem->Name().Namespace(), content_name,
610 *content_type = (*content_elem)->Name().Namespace();
625 // namespace and only parse the codecs relevant to that namespace.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.cc 46 namespace cricket {
712 const std::string& content_type = content_elem->Name().Namespace();
721 const std::string& content_type = content_elem->Name().Namespace();
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 935 class Namespace(object):
945 return 'Namespace(%s)' % str.join(', ', temp)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 935 class Namespace(object):
945 return 'Namespace(%s)' % str.join(', ', temp)
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_update_job_unittest.cc 23 namespace appcache {
26 namespace {
205 inline bool operator==(const Namespace& lhs, const Namespace& rhs) {
211 } // namespace
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 69 namespace clang {
70 namespace cxindex {
587 case NestedNameSpecifier::Namespace:
611 case NestedNameSpecifier::Namespace:
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.cc 44 using namespace talk_base;
46 namespace {
50 namespace cricket {
738 const std::string& content_type = content_elem->Name().Namespace();
    [all...]
  /frameworks/base/services/java/com/android/server/connectivity/
Vpn.java     [all...]

Completed in 2214 milliseconds

1 2 3 45 6 7