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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 331 objs.sort(lambda a, b: cmp(getattr(a, 'lineno', 0),
332 getattr(b, 'lineno', 0)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileio.py 39 self.assertRaises(ReferenceError, getattr, p, 'tell')
139 method = getattr(self.f, methodname)
test_heapq.py 20 self.assertEqual(getattr(py_heapq, fname).__module__, 'heapq')
25 self.assertEqual(getattr(c_heapq, fname).__module__, '_heapq')
test_multibytecodec_support.py 225 func = getattr(istream, name)
245 func = getattr(istream, name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 474 addFunction = getattr(result, add_attr)
478 result_list = getattr(result, message_attr)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
plistlib.py 411 handler = getattr(self, "begin_" + element, None)
416 handler = getattr(self, "end_" + element, None)
pyclbr.py 331 objs.sort(lambda a, b: cmp(getattr(a, 'lineno', 0),
332 getattr(b, 'lineno', 0)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileio.py 39 self.assertRaises(ReferenceError, getattr, p, 'tell')
139 method = getattr(self.f, methodname)
test_heapq.py 20 self.assertEqual(getattr(py_heapq, fname).__module__, 'heapq')
25 self.assertEqual(getattr(c_heapq, fname).__module__, '_heapq')
test_multibytecodec_support.py 225 func = getattr(istream, name)
245 func = getattr(istream, name)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_result.py 474 addFunction = getattr(result, add_attr)
478 result_list = getattr(result, message_attr)
  /cts/tools/utils/
buildCts.py 104 packages.append(doc.GetAttr('TestPackage', 'appPackageName'))
  /cts/tools/utils/cts/
tools.py 196 def GetAttr(self, tag, attr_name):
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 505 int (*getattr) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.input 47 ForegroundAction = getattr(swing.text, 'StyledEditorKit$ForegroundAction')
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 86 return getattr(self, self.test_name)()
  /external/chromium_org/chrome/test/functional/
stress.py 519 self.SetPrefs(getattr(pyauto,key), value_dictionary[key])
733 getattr(pyauto, key)))
736 self.SetPrefs(getattr(pyauto, key),
737 default_prefs.Prefs(getattr(pyauto, key)))
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_fuse_test.cc 164 testfs_getattr, // getattr
  /external/chromium_org/third_party/jinja2/
parser.py 122 return getattr(self, 'parse_' + self.stream.current.value)()
665 # calls are valid both after postfix expressions (getattr
680 # calls are valid both after postfix expressions (getattr
694 return nodes.Getattr(node, attr_token.value, 'load',
    [all...]
  /external/chromium_org/third_party/markupsafe/
__init__.py 168 orig = getattr(text_type, name)
  /external/chromium_org/tools/cr/cr/base/
client.py 121 return getattr(context.args, '_out', None)
  /external/clang/lib/AST/
MicrosoftCXXABI.cpp 85 if (Attr *IA = this->getAttr<MSInheritanceAttr>())
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
python.php 73 'file', 'filter', 'float', 'frozenset', 'getattr', 'globals', 'hasattr', 'hash', 'help',
  /external/sepolicy/
te_macros 11 allow $1 $2:file { getattr open read execute };
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 505 int (*getattr) (struct nfs_server *, struct nfs_fh *, member in struct:nfs_rpc_ops

Completed in 775 milliseconds

<<11121314151617181920>>