HomeSort by relevance Sort by last modified time
    Searched full:spam1 (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
operator.c 13 #define spam1(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \ macro
97 spam1(op_neg , PyNumber_Negative)
98 spam1(op_pos , PyNumber_Positive)
99 spam1(op_abs , PyNumber_Absolute)
100 spam1(op_inv , PyNumber_Invert)
101 spam1(op_invert , PyNumber_Invert)
227 #undef spam1 macro
231 #define spam1(OP,DOC) {#OP, OP, METH_VARARGS, PyDoc_STR(DOC)}, macro
376 spam1(sequenceIncludes,
378 spam1(indexOf,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
operator.c 13 #define spam1(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \ macro
97 spam1(op_neg , PyNumber_Negative)
98 spam1(op_pos , PyNumber_Positive)
99 spam1(op_abs , PyNumber_Absolute)
100 spam1(op_inv , PyNumber_Invert)
101 spam1(op_invert , PyNumber_Invert)
227 #undef spam1 macro
231 #define spam1(OP,DOC) {#OP, OP, METH_VARARGS, PyDoc_STR(DOC)}, macro
250 spam1(sequenceIncludes,
252 spam1(indexOf,
    [all...]
  /external/python/cpython2/Modules/
operator.c 13 #define spam1(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \ macro
97 spam1(op_neg , PyNumber_Negative)
98 spam1(op_pos , PyNumber_Positive)
99 spam1(op_abs , PyNumber_Absolute)
100 spam1(op_inv , PyNumber_Invert)
101 spam1(op_invert , PyNumber_Invert)
227 #undef spam1 macro
231 #define spam1(OP,DOC) {#OP, OP, METH_VARARGS, PyDoc_STR(DOC)}, macro
376 spam1(sequenceIncludes,
378 spam1(indexOf
    [all...]
  /external/python/cpython3/Modules/
_operator.c 13 #define spam1(OP,AOP) static PyObject *OP(PyObject *s, PyObject *a1) { \ macro
76 spam1(op_neg , PyNumber_Negative)
77 spam1(op_pos , PyNumber_Positive)
78 spam1(op_abs , PyNumber_Absolute)
79 spam1(op_inv , PyNumber_Invert)
80 spam1(op_invert , PyNumber_Invert)
160 #undef spam1 macro
326 #define spam1(OP,DOC) {#OP, OP, METH_VARARGS, PyDoc_STR(DOC)}, macro
337 spam1(indexOf,
339 spam1(countOf
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_warnings.py 214 warning_tests.inner("spam1")
test_cookielib.py     [all...]
  /external/python/cpython2/Lib/test/
test_warnings.py 245 warning_tests.inner("spam1")
    [all...]
test_cookielib.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_warnings.py 214 warning_tests.inner("spam1")
test_cookielib.py 765 'spam1=eggs; domain=foo.net')
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_warnings.py 214 warning_tests.inner("spam1")
test_cookielib.py 765 'spam1=eggs; domain=foo.net')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_warnings.py 214 warning_tests.inner("spam1")
test_cookielib.py 765 'spam1=eggs; domain=foo.net')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_warnings.py 214 warning_tests.inner("spam1")
test_cookielib.py 765 'spam1=eggs; domain=foo.net')
    [all...]
  /external/python/cpython3/Lib/test/
test_http_cookiejar.py     [all...]
  /external/python/cpython3/Lib/test/test_warnings/
__init__.py 374 warning_tests.inner("spam1")
    [all...]

Completed in 1028 milliseconds