Home
last modified time | relevance | path

Searched defs:module (Results 976 - 1000 of 1782) sorted by relevance

1...<<31323334353637383940>>...72

/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafloader.c593 AF_Module module = loader->globals->module; in FT_LOCAL_DEF() local
[all...]
H A Dafmodule.c113 AF_Module module = (AF_Module)ft_module; in af_property_set() local
293 AF_Module module = (AF_Module)ft_module; af_property_get() local
402 AF_Module module = (AF_Module)ft_module; FT_CALLBACK_DEF() local
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c654 pcf_property_set( FT_Module module, /* PCF_Driver */ in pcf_property_set() argument
715 pcf_property_get( FT_Module module, /* PCF_Driver */ in pcf_property_get() argument
[all...]
/third_party/skia/third_party/externals/freetype/src/psnames/
H A Dpsmodule.c582 psnames_get_service( FT_Module module, in psnames_get_service() argument
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttdriver.c61 tt_property_set( FT_Module module, /* TT_Driver */ in tt_property_set() argument
118 tt_property_get( FT_Module module, /* TT_Driver */ in tt_property_get() argument
/third_party/python/Modules/
H A D_curses_panel.c25 get_curses_panel_state(PyObject *module) in get_curses_panel_state() argument
538 _curses_panel_bottom_panel_impl(PyObject *module) in _curses_panel_bottom_panel_impl() argument
572 _curses_panel_new_panel_impl(PyObject *module, PyCursesWindowObject *win) in _curses_panel_new_panel_impl() argument
597 _curses_panel_top_panel_impl(PyObject *module) in _curses_panel_top_panel_impl() argument
630 _curses_panel_update_panels_impl(PyObject *module) in _curses_panel_update_panels_impl() argument
[all...]
H A D_heapqmodule.c130 _heapq_heappush_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heappush_impl() argument
183 _heapq_heappop_impl(PyObject *module, PyObject *heap) in _heapq_heappop_impl() argument
229 _heapq_heapreplace_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heapreplace_impl() argument
249 _heapq_heappushpop_impl(PyObject *module, PyObject *heap, PyObject *item) in _heapq_heappushpop_impl() argument
387 _heapq_heapify_impl(PyObject *module, PyObject *heap) in _heapq_heapify_impl() argument
499 _heapq__heappop_max_impl(PyObject *module, PyObject *heap) in _heapq__heappop_max_impl() argument
516 _heapq__heapreplace_max_impl(PyObject *module, PyObject *heap, in _heapq__heapreplace_max_impl() argument
533 _heapq__heapify_max_impl(PyObject *module, PyObject *heap) in _heapq__heapify_max_impl() argument
[all...]
H A D_dbmmodule.c43 get_dbm_state(PyObject *module) in get_dbm_state() argument
458 dbmopen_impl(PyObject *module, PyObject *filename, const char *flags, in dbmopen_impl() argument
509 _dbm_exec(PyObject *module) in _dbm_exec() argument
531 _dbm_module_traverse(PyObject *module, visitproc visit, void *arg) _dbm_module_traverse() argument
540 _dbm_module_clear(PyObject *module) _dbm_module_clear() argument
549 _dbm_module_free(void *module) _dbm_module_free() argument
[all...]
H A D_randommodule.c92 get_random_state(PyObject *module) in get_random_state() argument
585 _random_exec(PyObject *module) in _random_exec() argument
624 _random_traverse(PyObject *module, visitproc visit, void *arg) in _random_traverse() argument
631 _random_clear(PyObject *module) _random_clear() argument
639 _random_free(void *module) _random_free() argument
[all...]
H A D_queuemodule.c16 simplequeue_get_state(PyObject *module) in simplequeue_get_state() argument
260 PyObject *module = PyType_GetModule(cls); in _queue_SimpleQueue_get_impl() local
405 queuemodule_exec(PyObject *module) in queuemodule_exec() argument
[all...]
/third_party/python/Modules/_io/
H A D_iomodule.c196 _io_open_impl(PyObject *module, PyObject *file, const char *mode, int buffering, const char *encoding, const char *errors, const char *newline, int closefd, PyObject *opener) _io_open_impl() argument
472 _io_text_encoding_impl(PyObject *module, PyObject *encoding, int stacklevel) _io_text_encoding_impl() argument
510 _io_open_code_impl(PyObject *module, PyObject *path) _io_open_code_impl() argument
565 get_io_state(PyObject *module) get_io_state() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-remap-sink.c51 pa_module *module; member
H A Dmodule-pipe-sink.c72 pa_module *module; member
H A Dmodule-remap-source.c58 pa_module *module; member
/third_party/python/Lib/test/
H A Dtest_aifc.py18 module = aifc variable in AifcTest
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DGetBindGroupLayoutValidationTests.cpp1084 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( TEST_F() local
[all...]
/third_party/python/PC/
H A Dmsvcrtmodule.c88 msvcrt_heapmin_impl(PyObject *module) in msvcrt_heapmin_impl() argument
115 msvcrt_locking_impl(PyObject *module, int fd, int mode, long nbytes) in msvcrt_locking_impl() argument
151 msvcrt_setmode_impl(PyObject *module, int fd, int flags) in msvcrt_setmode_impl() argument
178 msvcrt_open_osfhandle_impl(PyObject *module, void *handle, int flags) in msvcrt_open_osfhandle_impl() argument
200 msvcrt_get_osfhandle_impl(PyObject *module, int fd) in msvcrt_get_osfhandle_impl() argument
218 msvcrt_kbhit_impl(PyObject *module) in msvcrt_kbhit_impl() argument
237 msvcrt_getch_impl(PyObject *module) in msvcrt_getch_impl() argument
255 msvcrt_getwch_impl(PyObject *module) in msvcrt_getwch_impl() argument
273 msvcrt_getche_impl(PyObject *module) in msvcrt_getche_impl() argument
291 msvcrt_getwche_impl(PyObject *module) msvcrt_getwche_impl() argument
312 msvcrt_putch_impl(PyObject *module, char char_value) msvcrt_putch_impl() argument
331 msvcrt_putwch_impl(PyObject *module, int unicode_char) msvcrt_putwch_impl() argument
355 msvcrt_ungetch_impl(PyObject *module, char char_value) msvcrt_ungetch_impl() argument
379 msvcrt_ungetwch_impl(PyObject *module, int unicode_char) msvcrt_ungetwch_impl() argument
407 msvcrt_CrtSetReportFile_impl(PyObject *module, int type, void *file) msvcrt_CrtSetReportFile_impl() argument
432 msvcrt_CrtSetReportMode_impl(PyObject *module, int type, int mode) msvcrt_CrtSetReportMode_impl() argument
457 msvcrt_set_error_mode_impl(PyObject *module, int mode) msvcrt_set_error_mode_impl() argument
477 msvcrt_GetErrorMode_impl(PyObject *module) msvcrt_GetErrorMode_impl() argument
499 msvcrt_SetErrorMode_impl(PyObject *module, unsigned int mode) msvcrt_SetErrorMode_impl() argument
[all...]
/third_party/python/Python/clinic/
H A Dimport.c.h20 _imp_lock_held(PyObject *module, PyObject *Py_UNUSED(ignored)) in _imp_lock_held() argument
41 _imp_acquire_lock(PyObject *module, PyObject *Py_UNUSED(ignored)) in _imp_acquire_lock() argument
61 _imp_release_lock(PyObject *module, PyObject *Py_UNUSED(ignored)) _imp_release_lock() argument
85 _imp__fix_co_filename(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _imp__fix_co_filename() argument
135 _imp_extension_suffixes(PyObject *module, PyObject *Py_UNUSED(ignored)) _imp_extension_suffixes() argument
153 _imp_init_frozen(PyObject *module, PyObject *arg) _imp_init_frozen() argument
193 _imp_find_frozen(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _imp_find_frozen() argument
243 _imp_get_frozen_object(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _imp_get_frozen_object() argument
284 _imp_is_frozen_package(PyObject *module, PyObject *arg) _imp_is_frozen_package() argument
316 _imp_is_builtin(PyObject *module, PyObject *arg) _imp_is_builtin() argument
348 _imp_is_frozen(PyObject *module, PyObject *arg) _imp_is_frozen() argument
380 _imp__frozen_module_names(PyObject *module, PyObject *Py_UNUSED(ignored)) _imp__frozen_module_names() argument
401 _imp__override_frozen_modules_for_tests(PyObject *module, PyObject *arg) _imp__override_frozen_modules_for_tests() argument
431 _imp_create_dynamic(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _imp_create_dynamic() argument
469 _imp_exec_dynamic(PyObject *module, PyObject *mod) _imp_exec_dynamic() argument
499 _imp_exec_builtin(PyObject *module, PyObject *mod) _imp_exec_builtin() argument
526 _imp_source_hash(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _imp_source_hash() argument
[all...]
/third_party/python/Python/
H A Dmodsupport.c704 PyModule_AddType(PyObject *module, PyTypeObject *type) in PyModule_AddType() argument
/third_party/python/Modules/_sqlite/
H A Drow.c267 pysqlite_row_setup_types(PyObject *module) in pysqlite_row_setup_types() argument
H A Dmodule.h77 pysqlite_get_state(PyObject *module) in pysqlite_get_state() argument
88 PyObject *module = PyType_GetModuleByDef(tp, &_sqlite3module); in pysqlite_get_state_by_type() local
H A Dmodule.c61 module_connect(PyObject *module, PyObject *const *args, Py_ssize_t nargsf, in module_connect() argument
94 pysqlite_complete_statement_impl(PyObject *module, const char *statement) in pysqlite_complete_statement_impl() argument
118 pysqlite_enable_shared_cache_impl(PyObject *module, in argument
145 pysqlite_register_adapter_impl(PyObject *module, PyTypeObject *type, PyObject *caster) pysqlite_register_adapter_impl() argument
180 pysqlite_register_converter_impl(PyObject *module, PyObject *orig_name, PyObject *callable) pysqlite_register_converter_impl() argument
214 pysqlite_enable_callback_trace_impl(PyObject *module, int enable) pysqlite_enable_callback_trace_impl() argument
235 pysqlite_adapt_impl(PyObject *module, PyObject *obj, PyObject *proto, PyObject *alt) pysqlite_adapt_impl() argument
243 converters_init(PyObject* module) converters_init() argument
255 load_functools_lru_cache(PyObject *module) load_functools_lru_cache() argument
451 add_error_constants(PyObject *module) add_error_constants() argument
476 add_integer_constants(PyObject *module) add_integer_constants() argument
565 module_traverse(PyObject *module, visitproc visit, void *arg) module_traverse() argument
598 module_clear(PyObject *module) module_clear() argument
641 module_free(void *module) module_free() argument
672 module_exec(PyObject *module) module_exec() argument
[all...]
/third_party/python/Objects/
H A Dmethodobject.c38 PyCFunction_NewEx(PyMethodDef *ml, PyObject *self, PyObject *module) in PyCFunction_NewEx() argument
44 PyCMethod_New(PyMethodDef *ml, PyObject *self, PyObject *module, PyTypeObject *cls) in PyCMethod_New() argument
/third_party/python/Modules/clinic/
H A D_localemodule.c.h18 _locale_setlocale(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _locale_setlocale() argument
72 _locale_localeconv(PyObject *module, PyObject *Py_UNUSED(ignored)) in _locale_localeconv() argument
92 _locale_strcoll(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _locale_strcoll() argument
140 _locale_strxfrm(PyObject *module, PyObject *arg) _locale_strxfrm() argument
175 _locale__getdefaultlocale(PyObject *module, PyObject *Py_UNUSED(ignored)) _locale__getdefaultlocale() argument
197 _locale_nl_langinfo(PyObject *module, PyObject *arg) _locale_nl_langinfo() argument
231 _locale_gettext(PyObject *module, PyObject *arg) _locale_gettext() argument
274 _locale_dgettext(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _locale_dgettext() argument
338 _locale_dcgettext(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _locale_dcgettext() argument
406 _locale_textdomain(PyObject *module, PyObject *arg) _locale_textdomain() argument
453 _locale_bindtextdomain(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _locale_bindtextdomain() argument
500 _locale_bind_textdomain_codeset(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _locale_bind_textdomain_codeset() argument
561 _locale_getencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) _locale_getencoding() argument
[all...]
H A D_pickle.c.h497 _pickle_dump(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _pickle_dump() argument
578 _pickle_dumps(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _pickle_dumps() argument
663 _pickle_load(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _pickle_load() argument
766 _pickle_loads(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _pickle_loads() argument
[all...]

Completed in 20 milliseconds

1...<<31323334353637383940>>...72