HomeSort by relevance Sort by last modified time
    Searched refs:Namespace (Results 201 - 225 of 350) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython3/Lib/
argparse.py 75 'Namespace',
140 def _ensure_value(namespace, name, value):
141 if getattr(namespace, name, None) is None:
142 setattr(namespace, name, value)
143 return getattr(namespace, name)
825 def __call__(self, parser, namespace, values, option_string=None):
860 def __call__(self, parser, namespace, values, option_string=None):
861 setattr(namespace, self.dest, values)
883 def __call__(self, parser, namespace, values, option_string=None):
884 setattr(namespace, self.dest, self.const
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 37 using namespace clang;
38 using namespace sema;
40 namespace {
468 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Parent)) {
469 if (!Namespace->getIdentifier())
472 Result = NestedNameSpecifier::Create(Context, Result, Namespace);
928 if (const NamespaceDecl *Namespace = dyn_cast<NamespaceDecl>(Ctx))
930 Namespace);
    [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 22 using namespace llvm;
300 Namespace = R->getValueAsString("Namespace");
DAGISelMatcherGen.cpp 18 using namespace llvm;
47 namespace {
145 } // end anon namespace.
    [all...]
  /external/python/cpython3/Lib/test/
test_argparse.py     [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 18 using namespace llvm;
49 namespace {
141 } // end anon namespace.
    [all...]
  /prebuilts/tools/common/m2/repository/de/pdark/decentxml/1.3/
decentxml-1.3.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py 74 'Namespace',
137 def _ensure_value(namespace, name, value):
138 if getattr(namespace, name, None) is None:
139 setattr(namespace, name, value)
140 return getattr(namespace, name)
799 def __call__(self, parser, namespace, values, option_string=None):
834 def __call__(self, parser, namespace, values, option_string=None):
835 setattr(namespace, self.dest, values)
857 def __call__(self, parser, namespace, values, option_string=None):
858 setattr(namespace, self.dest, self.const)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multiprocessing.py 1018 n = self.Namespace()
1024 self.assertEqual(str(n), "Namespace(name='Bob')")
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 63 namespace clang {
708 case NestedNameSpecifier::Namespace:
733 case NestedNameSpecifier::Namespace:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
726 case NestedNameSpecifier::Namespace:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
726 case NestedNameSpecifier::Namespace:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
726 case NestedNameSpecifier::Namespace:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
726 case NestedNameSpecifier::Namespace:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
726 case NestedNameSpecifier::Namespace:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
726 case NestedNameSpecifier::Namespace:
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
RecursiveASTVisitor.h 74 namespace clang {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 74 'Namespace',
137 def _ensure_value(namespace, name, value):
138 if getattr(namespace, name, None) is None:
139 setattr(namespace, name, value)
140 return getattr(namespace, name)
799 def __call__(self, parser, namespace, values, option_string=None):
834 def __call__(self, parser, namespace, values, option_string=None):
835 setattr(namespace, self.dest, values)
857 def __call__(self, parser, namespace, values, option_string=None):
858 setattr(namespace, self.dest, self.const
    [all...]

Completed in 3370 milliseconds

1 2 3 4 5 6 7 891011>>