HomeSort by relevance Sort by last modified time
    Searched refs:methname (Results 1 - 21 of 21) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
asdl.py 321 methname = "visit" + klass.__name__
323 meth = getattr(self, methname, None)
325 meth = getattr(self, methname)
  /external/python/cpython2/Parser/
asdl.py 321 methname = "visit" + klass.__name__
323 meth = getattr(self, methname, None)
325 meth = getattr(self, methname)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_trace.py 177 for methname in ['inst_method_linear',]:
180 method = getattr(traced_obj, methname)
test_set.py     [all...]
  /external/python/cpython2/Lib/test/
test_trace.py 177 for methname in ['inst_method_linear',]:
180 method = getattr(traced_obj, methname)
test_set.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_trace.py 177 for methname in ['inst_method_linear',]:
180 method = getattr(traced_obj, methname)
test_set.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_trace.py 177 for methname in ['inst_method_linear',]:
180 method = getattr(traced_obj, methname)
test_set.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 177 for methname in ['inst_method_linear',]:
180 method = getattr(traced_obj, methname)
test_set.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_trace.py 177 for methname in ['inst_method_linear',]:
180 method = getattr(traced_obj, methname)
test_set.py     [all...]
  /external/python/cpython2/Demo/rpc/
rpc.py 706 methname = 'handle_' + repr(proc)
708 meth = getattr(self, methname)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c     [all...]
  /external/python/cpython2/Objects/
dictobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
datetimemodule.c 776 /* Return tzinfo.methname(tzinfoarg), without any checking of results.
780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg)
784 assert(tzinfo && methname && tzinfoarg);
791 result = PyObject_CallMethod(tzinfo, methname, "O", tzinfoarg);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
datetimemodule.c 776 /* Return tzinfo.methname(tzinfoarg), without any checking of results.
780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg)
784 assert(tzinfo && methname && tzinfoarg);
791 result = PyObject_CallMethod(tzinfo, methname, "O", tzinfoarg);
    [all...]
  /external/python/cpython2/Modules/
datetimemodule.c 776 /* Return tzinfo.methname(tzinfoarg), without any checking of results.
780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg)
784 assert(tzinfo && methname && tzinfoarg);
791 result = PyObject_CallMethod(tzinfo, methname, "O", tzinfoarg);
    [all...]

Completed in 516 milliseconds