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

<<11121314151617181920>>

  /external/protobuf/python/google/protobuf/
text_format.py 205 sub_message = getattr(message, field.name).add()
210 sub_message = getattr(message, field.name)
285 getattr(message, field.name).append(value)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 185 method = getattr(obj, methodname)
572 attr = getattr(obj, name)
583 attr = getattr(obj, name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pkgutil.py 120 path = getattr(sys.modules[name], '__path__', None) or []
431 path = getattr(sys.modules[pkg], '__path__', None) or []
458 loader = getattr(module, '__loader__', None)
urllib.py 208 return getattr(self, name)(url)
210 return getattr(self, name)(url, data)
370 method = getattr(self, name)
696 return getattr(self,name)(url, realm)
698 return getattr(self,name)(url, realm, data)
718 return getattr(self,name)(url, realm)
720 return getattr(self,name)(url, realm, data)
    [all...]
argparse.py 138 if getattr(namespace, name, None) is None:
140 return getattr(namespace, name)
797 return [(name, getattr(self, name)) for name in names]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 161 self.assertEqual(getattr(tobj, expectedattr), False)
167 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
318 getattr, d, 'foo')
test_exceptions.py 40 self.assertRaises(AttributeError, getattr, sys, "undefined_attribute")
291 self.assertEqual(repr(getattr(e, checkArgName)),
301 got = repr(getattr(new, checkArgName))
test_builtin.py 306 # (an ugly trick to cause getattr(f, "__class__") to fail)
616 self.assertTrue(getattr(sys, 'stdout') is sys.stdout)
617 self.assertRaises(TypeError, getattr, sys, 1)
618 self.assertRaises(TypeError, getattr, sys, 1, "foo")
619 self.assertRaises(TypeError, getattr)
621 self.assertRaises(UnicodeError, getattr, sys, unichr(sys.maxunicode))
711 self.assertEqual(getattr(s, s), s)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
rpc.py 185 method = getattr(obj, methodname)
572 attr = getattr(obj, name)
583 attr = getattr(obj, name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pkgutil.py 120 path = getattr(sys.modules[name], '__path__', None) or []
431 path = getattr(sys.modules[pkg], '__path__', None) or []
458 loader = getattr(module, '__loader__', None)
urllib.py 208 return getattr(self, name)(url)
210 return getattr(self, name)(url, data)
370 method = getattr(self, name)
696 return getattr(self,name)(url, realm)
698 return getattr(self,name)(url, realm, data)
718 return getattr(self,name)(url, realm)
720 return getattr(self,name)(url, realm, data)
    [all...]
argparse.py 138 if getattr(namespace, name, None) is None:
140 return getattr(namespace, name)
797 return [(name, getattr(self, name)) for name in names]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 161 self.assertEqual(getattr(tobj, expectedattr), False)
167 self.assertEqual(getattr(tobj, attr), attr==expectedattr)
318 getattr, d, 'foo')
test_exceptions.py 40 self.assertRaises(AttributeError, getattr, sys, "undefined_attribute")
291 self.assertEqual(repr(getattr(e, checkArgName)),
301 got = repr(getattr(new, checkArgName))
test_builtin.py 306 # (an ugly trick to cause getattr(f, "__class__") to fail)
616 self.assertTrue(getattr(sys, 'stdout') is sys.stdout)
617 self.assertRaises(TypeError, getattr, sys, 1)
618 self.assertRaises(TypeError, getattr, sys, 1, "foo")
619 self.assertRaises(TypeError, getattr)
621 self.assertRaises(UnicodeError, getattr, sys, unichr(sys.maxunicode))
711 self.assertEqual(getattr(s, s), s)
    [all...]
  /external/chromium_org/third_party/protobuf/python/
mox.py 222 attr_to_replace = getattr(obj, attr_name)
381 if callable(getattr(class_to_mock, method)):
412 return getattr(self._class_to_mock, name)
    [all...]
  /external/protobuf/python/
mox.py 222 attr_to_replace = getattr(obj, attr_name)
381 if callable(getattr(class_to_mock, method)):
412 return getattr(self._class_to_mock, name)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 154 setattr(self, method_name, getattr(self.metadata, method_name))
259 getattr(self.metadata, "set_" + key)(val)
600 value = getattr(self.metadata, attr)
685 value = getattr(self.metadata, "get_"+opt)()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 154 setattr(self, method_name, getattr(self.metadata, method_name))
259 getattr(self.metadata, "set_" + key)(val)
600 value = getattr(self.metadata, attr)
685 value = getattr(self.metadata, "get_"+opt)()
    [all...]
  /system/media/camera/docs/
metadata_model.py     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 342 const TLSModelAttr *Attr = D.getAttr<TLSModelAttr>();
689 if (const SectionAttr *SA = D->getAttr<SectionAttr>())
751 if (const SectionAttr *SA = FD->getAttr<SectionAttr>())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 44 ctrls = getattr(JetDefs, ctrlList)
52 self.ctrls[Text].Bind(wx.EVT_BUTTON, getattr(callbackClass, Fct), self.ctrls[Text], id=Id)
67 self.ctrls[Text].Bind(wx.EVT_COMBOBOX, getattr(callbackClass, Fct), self.ctrls[Text])
81 self.ctrls[Text].Bind(wx.EVT_CHECKBOX , getattr(callbackClass, Fct), self.ctrls[Text])
86 self.ctrls[Text].Bind(wx.EVT_RADIOBOX , getattr(callbackClass, Fct), self.ctrls[Text])
92 self.ctrls[Text].Bind(wx.EVT_RADIOBUTTON , getattr(callbackClass, Fct), self.ctrls[Text])
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t057autoAST.py 71 r = getattr(parser, grammarEntry)()
100 r = getattr(parser, grammarEntry)()
104 r = getattr(walker, treeEntry)()
  /external/clang/tools/libclang/
CXComment.cpp 208 return cxstring::createRef(HST->getAttr(AttrIdx).Name);
216 return cxstring::createRef(HST->getAttr(AttrIdx).Value);
535 const HTMLStartTagComment::Attribute &Attr = C->getAttr(i);
    [all...]

Completed in 1451 milliseconds

<<11121314151617181920>>