Home
last modified time | relevance | path

Searched defs:module (Results 876 - 900 of 1424) sorted by relevance

1...<<31323334353637383940>>...57

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dloop_unswitch_pass.cpp578 Module* module = context()->module(); in Process() local
/third_party/skia/src/sksl/
H A DSkSLCompiler.cpp356 LoadedModule module = this->loadModule(kind, data, base.fSymbols, /*dehydrate=*/false); in parseModule() local
505 optimize(LoadedModule& module) optimize() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeLayoutMemoryBufferTests.cpp243 auto module = utils::CreateShaderModule(device, shader.c_str()); in TEST_P() local
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffobjs.c69 FT_Module module; in cff_size_get_globals_funcs() local
381 FT_Module module; in FT_LOCAL_DEF() local
[all...]
/third_party/python/Modules/
H A D_gdbmmodule.c26 get_gdbm_state(PyObject *module) in get_gdbm_state() argument
623 dbmopen_impl(PyObject *module, PyObject *filename, const char *flags, in dbmopen_impl() argument
709 _gdbm_exec(PyObject *module) _gdbm_exec() argument
745 _gdbm_module_traverse(PyObject *module, visitproc visit, void *arg) _gdbm_module_traverse() argument
754 _gdbm_module_clear(PyObject *module) _gdbm_module_clear() argument
763 _gdbm_module_free(void *module) _gdbm_module_free() argument
[all...]
H A D_testclinic.c92 test_empty_function_impl(PyObject *module) in test_empty_function_impl() argument
109 objects_converter_impl(PyObject *module, PyObject *a, PyObject *b) in objects_converter_impl() argument
125 bytes_object_converter_impl(PyObject *module, PyBytesObject *a) in bytes_object_converter_impl() argument
146 byte_array_object_converter_impl(PyObject *module, PyByteArrayObject *a) in byte_array_object_converter_impl() argument
167 unicode_converter_impl(PyObject *module, PyObject *a) in unicode_converter_impl() argument
190 bool_converter_impl(PyObject *module, int a, int b, int c) in bool_converter_impl() argument
222 char_converter_impl(PyObject *module, char a, char b, char c, char d, char e, in char_converter_impl() argument
243 unsigned_char_converter_impl(PyObject *module, unsigned char a, in unsigned_char_converter_impl() argument
260 short_converter_impl(PyObject *module, shor argument
278 unsigned_short_converter_impl(PyObject *module, unsigned short a, unsigned short b, unsigned short c) unsigned_short_converter_impl() argument
297 int_converter_impl(PyObject *module, int a, int b, int c) int_converter_impl() argument
315 unsigned_int_converter_impl(PyObject *module, unsigned int a, unsigned int b, unsigned int c) unsigned_int_converter_impl() argument
332 long_converter_impl(PyObject *module, long a) long_converter_impl() argument
350 unsigned_long_converter_impl(PyObject *module, unsigned long a, unsigned long b, unsigned long c) unsigned_long_converter_impl() argument
367 long_long_converter_impl(PyObject *module, long long a) long_long_converter_impl() argument
385 unsigned_long_long_converter_impl(PyObject *module, unsigned long long a, unsigned long long b, unsigned long long c) unsigned_long_long_converter_impl() argument
405 py_ssize_t_converter_impl(PyObject *module, Py_ssize_t a, Py_ssize_t b, Py_ssize_t c) py_ssize_t_converter_impl() argument
424 slice_index_converter_impl(PyObject *module, Py_ssize_t a, Py_ssize_t b, Py_ssize_t c) slice_index_converter_impl() argument
441 size_t_converter_impl(PyObject *module, size_t a) size_t_converter_impl() argument
457 float_converter_impl(PyObject *module, float a) float_converter_impl() argument
473 double_converter_impl(PyObject *module, double a) double_converter_impl() argument
489 py_complex_converter_impl(PyObject *module, Py_complex a) py_complex_converter_impl() argument
507 str_converter_impl(PyObject *module, const char *a, const char *b, const char *c, Py_ssize_t c_length) str_converter_impl() argument
565 str_converter_encoding_impl(PyObject *module, char *a, char *b, char *c, Py_ssize_t c_length) str_converter_encoding_impl() argument
637 py_buffer_converter_impl(PyObject *module, Py_buffer *a, Py_buffer *b) py_buffer_converter_impl() argument
653 keywords_impl(PyObject *module, PyObject *a, PyObject *b) keywords_impl() argument
670 keywords_kwonly_impl(PyObject *module, PyObject *a, PyObject *b) keywords_kwonly_impl() argument
687 keywords_opt_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c) keywords_opt_impl() argument
706 keywords_opt_kwonly_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c, PyObject *d) keywords_opt_kwonly_impl() argument
725 keywords_kwonly_opt_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c) keywords_kwonly_opt_impl() argument
743 posonly_keywords_impl(PyObject *module, PyObject *a, PyObject *b) posonly_keywords_impl() argument
761 posonly_kwonly_impl(PyObject *module, PyObject *a, PyObject *b) posonly_kwonly_impl() argument
780 posonly_keywords_kwonly_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c) posonly_keywords_kwonly_impl() argument
800 posonly_keywords_opt_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c, PyObject *d) posonly_keywords_opt_impl() argument
820 posonly_opt_keywords_opt_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c, PyObject *d) posonly_opt_keywords_opt_impl() argument
841 posonly_kwonly_opt_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c, PyObject *d) posonly_kwonly_opt_impl() argument
862 posonly_opt_kwonly_opt_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c, PyObject *d) posonly_opt_kwonly_opt_impl() argument
884 posonly_keywords_kwonly_opt_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c, PyObject *d, PyObject *e) posonly_keywords_kwonly_opt_impl() argument
906 posonly_keywords_opt_kwonly_opt_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c, PyObject *d, PyObject *e) posonly_keywords_opt_kwonly_opt_impl() argument
928 posonly_opt_keywords_opt_kwonly_opt_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *c, PyObject *d) posonly_opt_keywords_opt_kwonly_opt_impl() argument
946 keyword_only_parameter_impl(PyObject *module, PyObject *a) keyword_only_parameter_impl() argument
964 posonly_vararg_impl(PyObject *module, PyObject *a, PyObject *b, PyObject *args) posonly_vararg_impl() argument
982 vararg_and_posonly_impl(PyObject *module, PyObject *a, PyObject *args) vararg_and_posonly_impl() argument
998 vararg_impl(PyObject *module, PyObject *a, PyObject *args) vararg_impl() argument
1015 vararg_with_default_impl(PyObject *module, PyObject *a, PyObject *args, int b) vararg_with_default_impl() argument
1033 vararg_with_only_defaults_impl(PyObject *module, PyObject *args, PyObject *b) vararg_with_only_defaults_impl() argument
1055 gh_32092_oob_impl(PyObject *module, PyObject *pos1, PyObject *pos2, PyObject *varargs, PyObject *kw1, PyObject *kw2) gh_32092_oob_impl() argument
1075 gh_32092_kw_pass_impl(PyObject *module, PyObject *pos, PyObject *args, PyObject *kw) gh_32092_kw_pass_impl() argument
1094 gh_99233_refcount_impl(PyObject *module, PyObject *args) gh_99233_refcount_impl() argument
1113 gh_99240_double_free_impl(PyObject *module, char *a, char *b) gh_99240_double_free_impl() argument
[all...]
H A D_testinternalcapi.c566 PyObject *module = PyModule_Create(&_testcapimodule); in PyInit__testinternalcapi() local
H A Dmd5module.c329 md5_get_state(PyObject *module) in md5_get_state() argument
518 _md5_md5_impl(PyObject *module, PyObject *string, int usedforsecurity) in _md5_md5_impl() argument
559 _md5_traverse(PyObject *module, visitproc visit, void *arg) _md5_traverse() argument
567 _md5_clear(PyObject *module) _md5_clear() argument
575 _md5_free(void *module) _md5_free() argument
[all...]
H A D_stat.c500 stat_exec(PyObject *module) in stat_exec() argument
[all...]
H A Dmain.c268 PyObject *module, *runpy, *runmodule, *runargs, *result; in pymain_run_module() local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c813 void Map_register(VALUE module) { in Map_register() argument
H A Drepeated_field.c657 void RepeatedField_register(VALUE module) { in RepeatedField_register() argument
/third_party/python/Lib/test/
H A Dtest_heapq.py269 module = py_heapq global() variable in TestHeapPython
274 module = c_heapq global() variable in TestHeapC
469 module = py_heapq global() variable in TestErrorHandlingPython
473 module = c_heapq global() variable in TestErrorHandlingC
[all...]
/third_party/python/Lib/unittest/test/
H A Dtest_discovery.py17 module = None variable in TestableTestProgram
[all...]
H A Dtest_program.py175 module = '__main__' variable in InitialisableProgram
[all...]
/third_party/python/Modules/_sha3/
H A Dsha3module.c52 sha3_get_state(PyObject *module) in sha3_get_state() argument
574 _sha3_traverse(PyObject *module, visitproc visit, void *arg) in _sha3_traverse() argument
587 _sha3_clear(PyObject *module) in _sha3_clear() argument
600 _sha3_free(void *module) _sha3_free() argument
[all...]
/third_party/python/Modules/_sre/clinic/
H A Dsre.c.h17 _sre_getcodesize(PyObject *module, PyObject *Py_UNUSED(ignored)) in _sre_getcodesize() argument
44 _sre_ascii_iscased(PyObject *module, PyObject *arg) in _sre_ascii_iscased() argument
76 _sre_unicode_iscased(PyObject *module, PyObject *arg) _sre_unicode_iscased() argument
108 _sre_ascii_tolower(PyObject *module, PyObject *arg) _sre_ascii_tolower() argument
140 _sre_unicode_tolower(PyObject *module, PyObject *arg) _sre_unicode_tolower() argument
780 _sre_compile(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _sre_compile() argument
[all...]
/third_party/python/Modules/clinic/
H A D_asynciomodule.c.h649 _asyncio__get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _asyncio__get_running_loop() argument
686 _asyncio_get_event_loop(PyObject *module, PyObjec argument
703 _asyncio__get_event_loop(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _asyncio__get_event_loop() argument
745 _asyncio_get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) _asyncio_get_running_loop() argument
765 _asyncio__register_task(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _asyncio__register_task() argument
799 _asyncio__unregister_task(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _asyncio__unregister_task() argument
835 _asyncio__enter_task(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _asyncio__enter_task() argument
873 _asyncio__leave_task(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _asyncio__leave_task() argument
[all...]
/third_party/python/Objects/
H A Dmoduleobject.c34 PyModuleObject *module = (PyModuleObject*)obj; in _PyModule_IsExtension() local
128 PyObject *nameobj, *module; in PyModule_New() local
158 _add_methods_to_object(PyObject *module, PyObject *name, PyMethodDef *functions) in _add_methods_to_object() argument
186 PyModule_Create2(PyModuleDef* module, int module_api_version) PyModule_Create2() argument
197 _PyModule_CreateInitialized(PyModuleDef* module, int module_api_version) _PyModule_CreateInitialized() argument
384 PyModule_ExecDef(PyObject *module, PyModuleDef *def) PyModule_ExecDef() argument
[all...]
/third_party/python/PC/clinic/
H A D_msi.c.h18 _msi_UuidCreate(PyObject *module, PyObject *Py_UNUSED(ignored)) in _msi_UuidCreate() argument
42 _msi_FCICreate(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _msi_FCICreate() argument
650 _msi_OpenDatabase(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _msi_OpenDatabase() argument
702 _msi_CreateRecord(PyObject *module, PyObject *arg) _msi_CreateRecord() argument
[all...]
H A Dwinreg.c.h148 winreg_ConnectRegistry(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in winreg_ConnectRegistry() argument
219 winreg_CreateKey(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in winreg_CreateKey() argument
298 winreg_CreateKeyEx(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) winreg_CreateKeyEx() argument
353 winreg_DeleteKey(PyObject *module, PyObject *const *args, Py_ssize_t nargs) winreg_DeleteKey() argument
425 winreg_DeleteKeyEx(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) winreg_DeleteKeyEx() argument
468 winreg_DeleteValue(PyObject *module, PyObject *const *args, Py_ssize_t nargs) winreg_DeleteValue() argument
530 winreg_EnumKey(PyObject *module, PyObject *const *args, Py_ssize_t nargs) winreg_EnumKey() argument
583 winreg_EnumValue(PyObject *module, PyObject *const *args, Py_ssize_t nargs) winreg_EnumValue() argument
619 winreg_ExpandEnvironmentStrings(PyObject *module, PyObject *arg) winreg_ExpandEnvironmentStrings() argument
673 winreg_FlushKey(PyObject *module, PyObject *arg) winreg_FlushKey() argument
723 winreg_LoadKey(PyObject *module, PyObject *const *args, Py_ssize_t nargs) winreg_LoadKey() argument
802 winreg_OpenKey(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) winreg_OpenKey() argument
859 winreg_OpenKeyEx(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) winreg_OpenKeyEx() argument
911 winreg_QueryInfoKey(PyObject *module, PyObject *arg) winreg_QueryInfoKey() argument
952 winreg_QueryValue(PyObject *module, PyObject *const *args, Py_ssize_t nargs) winreg_QueryValue() argument
1015 winreg_QueryValueEx(PyObject *module, PyObject *const *args, Py_ssize_t nargs) winreg_QueryValueEx() argument
1083 winreg_SaveKey(PyObject *module, PyObject *const *args, Py_ssize_t nargs) winreg_SaveKey() argument
1152 winreg_SetValue(PyObject *module, PyObject *const *args, Py_ssize_t nargs) winreg_SetValue() argument
1227 winreg_SetValueEx(PyObject *module, PyObject *const *args, Py_ssize_t nargs) winreg_SetValueEx() argument
1273 winreg_DisableReflectionKey(PyObject *module, PyObject *arg) winreg_DisableReflectionKey() argument
1307 winreg_EnableReflectionKey(PyObject *module, PyObject *arg) winreg_EnableReflectionKey() argument
1339 winreg_QueryReflectionKey(PyObject *module, PyObject *arg) winreg_QueryReflectionKey() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-waveout.c92 pa_module *module; member
H A Dmodule-tunnel-sink-new.c91 pa_module *module; member
[all...]
H A Dmodule-tunnel-source-new.c89 pa_module *module; member
[all...]
H A Dmodule-udev-detect.c58 uint32_t module; member
[all...]

Completed in 24 milliseconds

1...<<31323334353637383940>>...57