HomeSort by relevance Sort by last modified time
    Searched refs:meth (Results 201 - 225 of 387) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/python/cpython2/Lib/compiler/
pyassem.py 676 meth = getattr(self, opname, None)
677 if meth is not None:
678 depth = depth + meth(i[1])
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 676 meth = getattr(self, opname, None)
677 if meth is not None:
678 depth = depth + meth(i[1])
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 676 meth = getattr(self, opname, None)
677 if meth is not None:
678 depth = depth + meth(i[1])
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 676 meth = getattr(self, opname, None)
677 if meth is not None:
678 depth = depth + meth(i[1])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 676 meth = getattr(self, opname, None)
677 if meth is not None:
678 depth = depth + meth(i[1])
  /external/python/cpython2/Lib/test/
test_unicode.py 454 meth = getattr(unicode, meth_name)
456 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
460 meth = getattr(unicode, meth_name)
464 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
668 for meth in (u'foo'.startswith, u'foo'.endswith):
670 meth('\xff')
672 meth(['f'])
    [all...]
test_set.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicode.py 451 meth = getattr(unicode, meth_name)
453 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
457 meth = getattr(unicode, meth_name)
461 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
660 for meth in (u'foo'.startswith, u'foo'.endswith):
662 meth('\xff')
664 meth(['f'])
    [all...]
test_set.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode.py 451 meth = getattr(unicode, meth_name)
453 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
457 meth = getattr(unicode, meth_name)
461 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
660 for meth in (u'foo'.startswith, u'foo'.endswith):
662 meth('\xff')
664 meth(['f'])
    [all...]
test_set.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode.py 451 meth = getattr(unicode, meth_name)
453 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
457 meth = getattr(unicode, meth_name)
461 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
660 for meth in (u'foo'.startswith, u'foo'.endswith):
662 meth('\xff')
664 meth(['f'])
    [all...]
test_set.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode.py 451 meth = getattr(unicode, meth_name)
453 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
457 meth = getattr(unicode, meth_name)
461 self.assertFalse(meth(s), '%r.%s() is False' % (s, meth_name))
660 for meth in (u'foo'.startswith, u'foo'.endswith):
662 meth('\xff')
664 meth(['f'])
    [all...]
test_set.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_set.py     [all...]
  /external/python/cpython2/Lib/multiprocessing/
managers.py 897 for meth in exposed:
899 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
managers.py 896 for meth in exposed:
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
managers.py 896 for meth in exposed:
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 896 for meth in exposed:
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 896 for meth in exposed:
898 return self._callmethod(%r, args, kwds)''' % (meth, meth) in dic
    [all...]
  /cts/tools/dasm/src/dasm/
DAsm.java 444 CstMethodRef meth = new CstMethodRef(classDef.getThisClass(), local
451 enc_method = new EncodedMethod(meth, method_acc, code, tl);
453 if (meth.isInstanceInit() || meth.isClassInit()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
pyexpat.c 88 typedef void (*xmlhandlersetter)(XML_Parser self, void *meth);
910 readinst(char *buf, int buf_size, PyObject *meth)
928 str = PyObject_CallObject(meth, arg);
930 str = PyObject_Call(meth, arg, NULL);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
pyexpat.c 88 typedef void (*xmlhandlersetter)(XML_Parser self, void *meth);
910 readinst(char *buf, int buf_size, PyObject *meth)
928 str = PyObject_CallObject(meth, arg);
930 str = PyObject_Call(meth, arg, NULL);
    [all...]
  /external/python/cpython2/Modules/
pyexpat.c 88 typedef void (*xmlhandlersetter)(XML_Parser self, void *meth);
910 readinst(char *buf, int buf_size, PyObject *meth)
928 str = PyObject_CallObject(meth, arg);
930 str = PyObject_Call(meth, arg, NULL);
    [all...]

Completed in 1127 milliseconds

1 2 3 4 5 6 7 891011>>