/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/ |
D | Complex.py | 93 return obj.im 98 def __init__(self, re=0, im=0): argument 103 _im = re.im 106 if IsComplex(im): 107 _re = _re - im.im 108 _im = _im + im.re 110 _im = _im + im 120 if not self.im: 122 return hash((self.re, self.im)) 125 if not self.im: [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | classobject.c | 139 PyMethod_Function(PyObject *im) in PyMethod_Function() argument 141 if (!PyMethod_Check(im)) { in PyMethod_Function() 145 return ((PyMethodObject *)im)->im_func; in PyMethod_Function() 149 PyMethod_Self(PyObject *im) in PyMethod_Self() argument 151 if (!PyMethod_Check(im)) { in PyMethod_Self() 155 return ((PyMethodObject *)im)->im_self; in PyMethod_Self() 159 PyMethod_Class(PyObject *im) in PyMethod_Class() argument 161 if (!PyMethod_Check(im)) { in PyMethod_Class() 165 return ((PyMethodObject *)im)->im_class; in PyMethod_Class() 2231 register PyMethodObject *im; in PyMethod_New() local [all …]
|
D | complexobject.c | 372 char *im = NULL; in complex_format() local 384 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_format() 386 if (!im) { in complex_format() 400 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_format() 402 if (!im) { in complex_format() 411 len = strlen(lead) + strlen(re) + strlen(im) + strlen(tail) + 2; in complex_format() 417 PyOS_snprintf(buf, len, "%s%s%sj%s", lead, re, im, tail); in complex_format() 420 PyMem_Free(im); in complex_format()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | classobject.c | 139 PyMethod_Function(PyObject *im) in PyMethod_Function() argument 141 if (!PyMethod_Check(im)) { in PyMethod_Function() 145 return ((PyMethodObject *)im)->im_func; in PyMethod_Function() 149 PyMethod_Self(PyObject *im) in PyMethod_Self() argument 151 if (!PyMethod_Check(im)) { in PyMethod_Self() 155 return ((PyMethodObject *)im)->im_self; in PyMethod_Self() 159 PyMethod_Class(PyObject *im) in PyMethod_Class() argument 161 if (!PyMethod_Check(im)) { in PyMethod_Class() 165 return ((PyMethodObject *)im)->im_class; in PyMethod_Class() 2255 register PyMethodObject *im; in PyMethod_New() local [all …]
|
D | complexobject.c | 376 char *im = NULL; in complex_format() local 388 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_format() 390 if (!im) { in complex_format() 404 im = PyOS_double_to_string(v->cval.imag, format_code, in complex_format() 406 if (!im) { in complex_format() 415 len = strlen(lead) + strlen(re) + strlen(im) + strlen(tail) + 2; in complex_format() 421 PyOS_snprintf(buf, len, "%s%s%sj%s", lead, re, im, tail); in complex_format() 424 PyMem_Free(im); in complex_format()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_new.py | 37 im = new.instancemethod(break_yolks, c, C) 44 im() 50 im = new.instancemethod(break_yolks, c) 51 im()
|
D | test_ast.py | 161 im = ast.parse("from . import y").body[0] 162 self.assertIsNone(im.module)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/ |
D | formatter.h | 1070 double im; in format_complex_internal() local 1139 im = PyComplex_ImagAsDouble(value); in format_complex_internal() 1140 if (im == -1.0 && PyErr_Occurred()) in format_complex_internal() 1168 im_buf = PyOS_double_to_string(im, (char)type, precision, flags, in format_complex_internal()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/ |
D | formatter.h | 1073 double im; in format_complex_internal() local 1148 im = PyComplex_ImagAsDouble(value); in format_complex_internal() 1149 if (im == -1.0 && PyErr_Occurred()) in format_complex_internal() 1177 im_buf = PyOS_double_to_string(im, (char)type, precision, flags, in format_complex_internal()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/ |
D | test_email_renamed.py | 957 im = MIMEImage(self._imgdata, 'fish') 958 self.assertEqual(im.get_content_type(), 'image/fish')
|
D | test_email.py | 1020 im = MIMEImage(self._imgdata, 'fish') 1021 self.assertEqual(im.get_content_type(), 'image/fish')
|
/device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
D | VolInfo_Utility_Man_Page.rtf | 100 \hich\af43\dbch\af31505\loch\f43 if the specified disk file is a firmware device im\hich\af43\dbch…
|
/device/google/bonito/acdbdata/OEM/sdm670-intcodec-s4-snd-card/ |
D | workspaceFile.qwsp | 1 …QE31zjf1ZY+pow0jIsWzFrkqIcodxBeGee8u3ME1Zu+dZUuTVg4AIb36NBNyh5d/pY9D+SQp6A+im+iDn/im8N3ZOwpkEsafRL…
|
/device/google/bonito/acdbdata/OEM/sdm670-intcodec-b4-snd-card/ |
D | workspaceFile.qwsp | 1 …QE31zjf1ZY+pow0jIsWzFrkqIcodxBeGee8u3ME1Zu+dZUuTVg4AIb36NBNyh5d/pY9D+SQp6A+im+iDn/im8N3ZOwpkEsafRL…
|