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

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 68 view_types = [type(getattr({}, name)()) for name in ('items','keys','values')]
133 func = getattr(obj, name)
202 func = getattr(self, funcname)
250 function = getattr(obj, methodname)
650 exposed = exposed or getattr(proxytype, '_exposed_', None)
653 getattr(proxytype, '_method_to_typeid_', None)
835 if getattr(self, '_isauto', False):
869 server = getattr(current_process(), '_manager_server', None)
876 not getattr(current_process(), '_inheriting', False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 68 view_types = [type(getattr({}, name)()) for name in ('items','keys','values')]
133 func = getattr(obj, name)
202 func = getattr(self, funcname)
250 function = getattr(obj, methodname)
650 exposed = exposed or getattr(proxytype, '_exposed_', None)
653 getattr(proxytype, '_method_to_typeid_', None)
835 if getattr(self, '_isauto', False):
869 server = getattr(current_process(), '_manager_server', None)
876 not getattr(current_process(), '_inheriting', False)
    [all...]
  /external/chromium_org/third_party/jinja2/
debug.py 63 return getattr(self.tb, name)
72 return getattr(proxy, args[0])
76 return getattr(proxy, operation)(*args, **kwargs)
visitor.py 32 return getattr(self, method, None)
  /external/llvm/utils/Misc/
zkill 60 return 'Struct(%s)' % ', '.join(['%s=%r' % (k,getattr(self,k))
126 value = getattr(signal, name)
135 kSignals[name[3:]] = getattr(signal, name)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file.py 36 self.assertRaises(ReferenceError, getattr, p, 'tell')
122 method = getattr(self.f, methodname)
260 meth = getattr(f, methodname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file.py 36 self.assertRaises(ReferenceError, getattr, p, 'tell')
122 method = getattr(self.f, methodname)
260 meth = getattr(f, methodname)
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
BaseAccountType.java 667 private static boolean getAttr(AttributeSet attrs, String attribute, boolean defaultValue) {
671 private static int getAttr(AttributeSet attrs, String attribute, int defaultValue) {
675 private static String getAttr(AttributeSet attrs, String attribute) {
716 final String kind = getAttr(attrs, Attr.KIND);
    [all...]
  /art/compiler/llvm/
intrinsic_helper.h 121 static unsigned GetAttr(IntrinsicId id) {
  /external/chromium_org/build/android/gyp/util/
build_utils.py 61 if not getattr(options, option_name):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
__init__.py 44 return getattr(_the_coverage, name)(*args, **kwargs)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
mocktool.py 55 if getattr(self, key, None) == None:
  /external/chromium_org/tools/cr/cr/commands/
command.py 32 return getattr(context.args, '_command', None)
  /external/chromium_org/tools/telemetry/telemetry/page/
page.py 32 return getattr(self.page_set, name)
  /external/clang/lib/StaticAnalyzer/Checkers/
UndefCapturedBlockVarChecker.cpp 74 if (VD->getAttr<BlocksAttr>() || !VD->hasLocalStorage())
  /external/libsepol/src/
hierarchy.c 251 * them (getattr and read) are unconditionaly allowed to A_t.
256 * allow B_t X_t : file { getattr };
258 * allow A_t X_t : file { getattr read };
260 * allow A_t X_t : file { getattr read write };
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
oobas.php 61 'filelen','getattr','kill','mkdir','name','rmdir','setattr',
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/
lit.cfg 28 build_top = getattr(config, 'build_top', None)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
prompt.py 35 result = getattr(obj, attr)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/share/gdb/python/gdb/
prompt.py 35 result = getattr(obj, attr)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 140 return getattr(self.db, name)
176 # Or is it enough to pass thru "getattr"?
299 return getattr(self.dbc, name)
317 method = getattr(self, 'get_%d' % count)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 78 return 'builtin', getattr(builtins, name)
89 value = getattr(parent, token, __UNDEF__)
178 value = pydoc.html.repr(getattr(evalue, name))
248 value = pydoc.text.repr(getattr(evalue, name))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 82 self.assertEqual(getattr(cmd, attr), waited)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email_torture.py 122 return [getattr(mod, name) for name in dir(mod) if name.startswith('Test')]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ObjectBrowser.py 49 value = getattr(self.object, key)

Completed in 1219 milliseconds

1 2 3 4 5 6 78 91011>>