HomeSort by relevance Sort by last modified time
    Searched full:getattr (Results 651 - 675 of 795) sorted by null

<<21222324252627282930>>

  /external/clang/lib/ARCMigrate/
Transforms.cpp 91 if (FD->getAttr<CFReturnsRetainedAttr>())
  /external/clang/lib/AST/
DumpXML.cpp 494 if (const AsmLabelAttr *ALA = D->getAttr<AsmLabelAttr>())
  /external/clang/lib/CodeGen/
CGDeclCXX.cpp 277 unsigned int order = D->getAttr<InitPriorityAttr>()->getPriority();
  /external/clang/lib/Sema/
SemaStmt.cpp 219 if (FD->getAttr<WarnUnusedResultAttr>()) {
225 if (FD->getAttr<PureAttr>()) {
229 if (FD->getAttr<ConstAttr>()) {
243 if (MD && MD->getAttr<WarnUnusedResultAttr>()) {
    [all...]
  /external/llvm/utils/
llvm-compilers-check 463 config_args.extend(getattr(self.options,
  /external/protobuf/python/google/protobuf/
descriptor.py 88 options_class = getattr(descriptor_pb2, self._options_class_name)
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 38 lst = getattr(self, dlgName)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
BaseHTTPServer.py 327 method = getattr(self, mname)
asyncore.py 418 retattr = getattr(self.socket, attr)
gettext.py 265 filename = getattr(fp, 'name', '')
imputil.py 140 return getattr(top_module, parts[1])
pstats.py 578 getattr(self.stats, fn)(*processed)
shutil.py 106 if hasattr(errno, err) and why.errno == getattr(errno, err):
tarfile.py 653 self.name = getattr(self.fileobj, "name", None)
791 getattr(tarinfo, "sparse", None))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 676 meth = getattr(self, opname, None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py 285 val = getattr(object, attr, 0) + 1
msvccompiler.py 99 enc = getattr(s, "encode", None)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 216 not getattr(self.editwin, 'interp', None) and
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 252 fix_class = getattr(mod, class_name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ftplib.py 87 method = getattr(self, 'cmd_' + cmd)
test_import.py 350 if e.errno != getattr(errno, 'EOVERFLOW', None):
test_mmap.py 244 prot = mmap.PROT_READ | getattr(mmap, 'PROT_EXEC', 0)
test_sys.py 444 self.assertEqual(type(getattr(sys.flags, attr)), int, attr)
test_unicode.py 54 method = getattr(object, methodname)
66 method = getattr(object, methodname)
451 meth = getattr(unicode, meth_name)
457 meth = getattr(unicode, meth_name)
    [all...]
test_zlib.py 326 sync_opt = [getattr(zlib, opt) for opt in sync_opt

Completed in 1765 milliseconds

<<21222324252627282930>>