Searched refs:getter (Results 1 - 25 of 85) sorted by path

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
H A D_sre.c3606 {"lastindex", (getter)match_lastindex_get, (setter)NULL},
3607 {"lastgroup", (getter)match_lastgroup_get, (setter)NULL},
3608 {"regs", (getter)match_regs_get, (setter)NULL},
H A Dselectmodule.c1063 {"closed", (getter)pyepoll_get_closed, NULL,
1655 {"closed", (getter)kqueue_queue_get_closed, NULL,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c4221 (getter)long_long, (setter)NULL,
4225 (getter)long_get0, (setter)NULL,
4229 (getter)long_long, (setter)NULL,
4233 (getter)long_get1, (setter)NULL,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Ddescrobject.h8 typedef PyObject *(*getter)(PyObject *, void *); typedef
13 getter get;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_collectionsmodule.c1068 {"maxlen", (getter)deque_get_maxlen, (setter)NULL,
H A D_csv.c311 { "escapechar", (getter)Dialect_get_escapechar},
312 { "lineterminator", (getter)Dialect_get_lineterminator},
313 { "quotechar", (getter)Dialect_get_quotechar},
314 { "quoting", (getter)Dialect_get_quoting},
H A D_functoolsmodule.c269 {"__dict__", (getter)partial_get_dict, (setter)partial_set_dict},
H A D_struct.c1761 {"format", (getter)s_get_format, (setter)NULL, "struct format string", NULL},
1762 {"size", (getter)s_get_size, (setter)NULL, "struct size in bytes", NULL},
H A Darraymodule.c1562 {"typecode", (getter) array_get_typecode, NULL,
1564 {"itemsize", (getter) array_get_itemsize, NULL,
H A DcPickle.c3273 {"persistent_id", (getter)Pickler_get_pers_func,
3276 {"memo", (getter)Pickler_get_memo, (setter)Pickler_set_memo},
3277 {"PicklingError", (getter)Pickler_get_error, NULL},
H A DcStringIO.c98 {"closed", (getter)IO_get_closed, NULL, "True if the file is closed"},
H A Ddatetimemodule.c2267 {"year", (getter)date_year},
2268 {"month", (getter)date_month},
2269 {"day", (getter)date_day},
3126 {"hour", (getter)time_hour},
3127 {"minute", (getter)time_minute},
3128 {"second", (getter)py_time_second},
3129 {"microsecond", (getter)time_microsecond},
3130 {"tzinfo", (getter)time_tzinfo},
3651 {"hour", (getter)datetime_hour},
3652 {"minute", (getter)datetime_minut
[all...]
H A Dmd5module.c186 (getter)md5_get_digest_size, NULL,
190 (getter)md5_get_block_size, NULL,
194 (getter)md5_get_name, NULL,
200 (getter)md5_get_digest_size, NULL,
H A Dsha256module.c519 (getter)SHA256_get_block_size, NULL,
523 (getter)SHA256_get_name, NULL,
H A Dsha512module.c585 (getter)SHA512_get_block_size, NULL,
589 (getter)SHA512_get_name, NULL,
H A Dshamodule.c484 (getter)SHA_get_digest_size, NULL,
488 (getter)SHA_get_block_size, NULL,
492 (getter)SHA_get_name, NULL,
498 (getter)SHA_get_digest_size, NULL,
H A Dxxsubtype.c98 {"state", (getter)spamlist_state_get, NULL,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Dbufferedio.c1589 {"closed", (getter)buffered_closed_get, NULL, NULL},
1590 {"name", (getter)buffered_name_get, NULL, NULL},
1591 {"mode", (getter)buffered_mode_get, NULL, NULL},
1983 {"closed", (getter)buffered_closed_get, NULL, NULL},
1984 {"name", (getter)buffered_name_get, NULL, NULL},
1985 {"mode", (getter)buffered_mode_get, NULL, NULL},
2263 {"closed", (getter)bufferedrwpair_closed_get, NULL, NULL},
2401 {"closed", (getter)buffered_closed_get, NULL, NULL},
2402 {"name", (getter)buffered_name_get, NULL, NULL},
2403 {"mode", (getter)buffered_mode_ge
[all...]
H A Dbytesio.c168 /* Generic getter for the writable, readable and seekable properties */
834 {"closed", (getter)bytesio_get_closed, NULL,
H A Dfileio.c1070 {"closed", (getter)get_closed, NULL, "True if the file is closed"},
1071 {"closefd", (getter)get_closefd, NULL,
1073 {"mode", (getter)get_mode, NULL, "String giving the file mode"},
H A Diobase.c708 {"closed", (getter)iobase_closed_get, NULL, NULL},
H A Dstringio.c843 {"closed", (getter)stringio_closed, NULL, NULL},
844 {"newlines", (getter)stringio_newlines, NULL, NULL},
851 {"line_buffering", (getter)stringio_line_buffering, NULL, NULL},
H A Dtextio.c129 {"encoding", (getter)textiobase_encoding_get, NULL, textiobase_encoding_doc},
130 {"newlines", (getter)textiobase_newlines_get, NULL, textiobase_newlines_doc},
131 {"errors", (getter)textiobase_errors_get, NULL, textiobase_errors_doc},
577 {"newlines", (getter)incrementalnewlinedecoder_newlines_get, NULL, NULL},
2619 {"name", (getter)textiowrapper_name_get, NULL, NULL},
2620 {"closed", (getter)textiowrapper_closed_get, NULL, NULL},
2621 /* {"mode", (getter)TextIOWrapper_mode_get, NULL, NULL},
2623 {"newlines", (getter)textiowrapper_newlines_get, NULL, NULL},
2624 {"errors", (getter)textiowrapper_errors_get, NULL, NULL},
2625 {"_CHUNK_SIZE", (getter)textiowrapper_chunk_size_ge
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
H A Dmultibytecodec.c157 {"errors", (getter)codecctx_errors_get,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dcellobject.c110 {"cell_contents", (getter)cell_get_contents, NULL},

Completed in 212 milliseconds

1234