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

<<21222324252627282930>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_class.py 65 # "getattr",
test_pprint.py 128 f = getattr(pprint, function)
test_py3kwarn.py 168 self.assertWarning(getattr(f, attr), w, expected)
test_scope.py 554 return lambda obj: getattr(obj, des)
test_strtod.py 11 if getattr(sys, 'float_repr_style', '') != 'short':
test_float.py 643 @unittest.skipUnless(getattr(sys, 'float_repr_style', '') == 'short',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 166 cat = getattr(m, klass)
subprocess.py 437 _PIPE_BUF = getattr(select, 'PIPE_BUF', 512)
508 v = getattr(sys.flags, flag)
765 if not getattr(self, '_child_created', False):
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t051treeRewriteAST.py 37 r = getattr(parser, grammarEntry)()
41 r = getattr(walker, treeEntry)()
    [all...]
  /external/chromium_org/third_party/jinja2/
filters.py 658 func = getattr(math, method)
786 value = getattr(obj, name)
  /external/clang/unittests/AST/
CommentParser.cpp 403 StringRef ActualName = HST->getAttr(0).Name;
409 StringRef ActualValue = HST->getAttr(0).Value;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 328 if (LockReturnedAttr* At = MD->getAttr<LockReturnedAttr>()) {
358 if (LockReturnedAttr* At = FD->getAttr<LockReturnedAttr>()) {
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 257 composite_field = getattr(proto, composite_field_name)
258 original_scalar_value = getattr(composite_field, scalar_field_name)
270 self.assertEqual(new_val, getattr(composite_field, scalar_field_name))
281 composite_field = getattr(proto, composite_field_name)
285 self.assertEqual(0, getattr(composite_field, scalar_field_name))
297 self.assertEqual(0, getattr(composite_field, scalar_field_name))
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py     [all...]
  /external/chromium_org/tools/symsrc/
pefile.py 763 new_val = getattr(self, key)
795 val = getattr(self, key)
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 741 method = getattr(self, 'handle_' + token.name)
798 method = getattr(self, 'handle_' + method_name, None)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 437 _PIPE_BUF = getattr(select, 'PIPE_BUF', 512)
508 v = getattr(sys.flags, flag)
765 if not getattr(self, '_child_created', False):
    [all...]
imaplib.py 213 return getattr(self, attr.lower())
    [all...]
pdb.py 167 if getattr(self, "currentbp", False) and \
301 func = getattr(self, 'do_' + cmd)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 643 @unittest.skipUnless(getattr(sys, 'float_repr_style', '') == 'short',
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
python_message.py 132 # getattr() and setattr() to reflectively manipulate field values. If we
135 # you can still access it just fine using getattr/setattr -- it's not even
    [all...]
  /external/protobuf/python/google/protobuf/
reflection.py 204 # getattr() and setattr() to reflectively manipulate field values. If we
207 # you can still access it just fine using getattr/setattr -- it's not even
    [all...]
  /external/tcpdump/
print-nfs.c 535 printf(" getattr");
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 662 class Getattr(Node):
675 return "Getattr(%s, %s)" % (repr(self.expr), repr(self.attrname))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py     [all...]

Completed in 2062 milliseconds

<<21222324252627282930>>