Home
last modified time | relevance | path

Searched defs:module (Results 426 - 450 of 1242) sorted by relevance

1...<<11121314151617181920>>...50

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DEntryPointTests.cpp26 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( in TEST_P() local
80 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( in TEST_P() local
[all...]
/third_party/skia/third_party/externals/freetype/src/type42/
H A Dt42objs.h110 T42_Driver_Init( FT_Module module ); variable
113 T42_Driver_Done( FT_Module module ); variable
/third_party/python/Modules/_blake2/
H A Dblake2module.c31 blake2_get_state(PyObject *module) in blake2_get_state() argument
43 _blake2_traverse(PyObject *module, visitproc visit, void *arg) in _blake2_traverse() argument
52 _blake2_clear(PyObject *module) in _blake2_clear() argument
61 _blake2_free(void *module) in _blake2_free() argument
/third_party/python/Lib/test/
H A Dtest_xxlimited.py47 module = xxlimited variable in TestXXLimited
74 module = xxlimited_35 global() variable in TestXXLimited35
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dclient.h39 pa_module *module; member
55 pa_module *module; member
/third_party/python/Modules/_multiprocessing/clinic/
H A Dmultiprocessing.c.h19 _multiprocessing_closesocket(PyObject *module, PyObject *arg) in _multiprocessing_closesocket() argument
49 _multiprocessing_recv(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _multiprocessing_recv() argument
81 _multiprocessing_send(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _multiprocessing_send() argument
116 _multiprocessing_sem_unlink(PyObject *module, PyObject *arg) _multiprocessing_sem_unlink() argument
[all...]
H A Dposixshmem.c.h21 _posixshmem_shm_open(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _posixshmem_shm_open() argument
88 _posixshmem_shm_unlink(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _posixshmem_shm_unlink() argument
/third_party/python/PC/
H A Dwinsound.c76 winsound_PlaySound_impl(PyObject *module, PyObject *sound, int flags) in winsound_PlaySound_impl() argument
139 winsound_Beep_impl(PyObject *module, int frequency, int duration) in winsound_Beep_impl() argument
172 winsound_MessageBeep_impl(PyObject *module, int type) in winsound_MessageBeep_impl() argument
228 PyObject *module = PyModule_Create(&winsoundmodule); in PyInit_winsound() local
H A D_testconsole.c48 _testconsole_write_input_impl(PyObject *module, PyObject *file, in _testconsole_write_input_impl() argument
105 _testconsole_read_output_impl(PyObject *module, PyObject *file) in _testconsole_read_output_impl() argument
/third_party/python/Python/clinic/
H A D_warnings.c.h19 warnings_warn(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in warnings_warn() argument
/third_party/python/Modules/clinic/
H A D_abc.c.h62 _abc__abc_register(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in _abc__abc_register() argument
93 _abc__abc_instancecheck(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _abc__abc_instancecheck() argument
124 _abc__abc_subclasscheck(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _abc__abc_subclasscheck() argument
158 _abc_get_cache_token(PyObject *module, PyObject *Py_UNUSED(ignored)) _abc_get_cache_token() argument
[all...]
H A D_opcode.c.h19 _opcode_stack_effect(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _opcode_stack_effect() argument
73 _opcode_get_specialization_stats(PyObject *module, PyObject *Py_UNUSED(ignored)) in _opcode_get_specialization_stats() argument
H A Dgrpmodule.c.h20 grp_getgrgid(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in grp_getgrgid() argument
54 grp_getgrnam(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in grp_getgrnam() argument
96 grp_getgrall(PyObject *module, PyObject *Py_UNUSED(ignored)) grp_getgrall() argument
[all...]
H A D_csv.c.h20 _csv_list_dialects(PyObject *module, PyObject *Py_UNUSED(ignored)) in _csv_list_dialects() argument
40 _csv_unregister_dialect(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _csv_unregister_dialect() argument
74 _csv_get_dialect(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _csv_get_dialect() argument
111 _csv_field_size_limit(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _csv_field_size_limit() argument
[all...]
H A Dfcntlmodule.c.h28 fcntl_fcntl(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in fcntl_fcntl() argument
97 fcntl_ioctl(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in fcntl_ioctl() argument
149 fcntl_flock(PyObject *module, PyObject *const *args, Py_ssize_t nargs) fcntl_flock() argument
206 fcntl_lockf(PyObject *module, PyObject *const *args, Py_ssize_t nargs) fcntl_lockf() argument
[all...]
/third_party/python/PC/clinic/
H A Dwinsound.c.h23 winsound_PlaySound(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in winsound_PlaySound() argument
66 winsound_Beep(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in winsound_Beep() argument
108 winsound_MessageBeep(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) winsound_MessageBeep() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dmod.rs19 pub mod module; modules
/third_party/spirv-tools/source/opt/
H A Dfeature_manager.cpp24 void FeatureManager::Analyze(Module* module) { in Analyze() argument
30 void FeatureManager::AddExtensions(Module* module) { in AddExtensions() argument
72 void FeatureManager::AddCapabilities(Module* module) { in AddCapabilities() argument
78 void FeatureManager::AddExtInstImportIds(Module* module) { in AddExtInstImportIds() argument
[all...]
/third_party/spirv-tools/test/opt/
H A Dcfg_test.cpp61 Module* module = context->module(); in TEST_F() local
104 Module* module = context->module(); in TEST_F() local
147 Module* module = context->module(); in TEST_F() local
190 Module* module in TEST_F() local
308 Module* module = context->module(); TEST_F() local
[all...]
H A Dcontrol_dependence.cpp110 Module* module = context->module(); in TEST() local
263 Module* module = context->module(); in TEST() local
H A Dregister_liveness.cpp116 Module* module = context->module(); in TEST_F() local
416 Module* module = context->module(); in TEST_F() local
1216 Module* module = context->module(); in TEST_F() local
1311 Module* module = context->module(); TEST_F() local
[all...]
/third_party/spirv-tools/test/opt/dominator_tree/
H A Dgenerated.cpp112 Module* module = context->module(); in TEST_F() local
278 Module* module = context->module(); in TEST_F() local
399 Module* module = context->module(); in TEST_F() local
596 Module* module = context->module(); TEST_F() local
727 Module* module = context->module(); TEST_F() local
831 Module* module = context->module(); TEST_F() local
[all...]
/third_party/spirv-tools/test/opt/loop_optimizations/
H A Dlcssa.cpp133 Module* module = context->module(); in TEST_F() local
219 Module* module = context->module(); in TEST_F() local
318 Module* module in TEST_F() local
411 Module* module = context->module(); TEST_F() local
506 Module* module = context->module(); TEST_F() local
589 Module* module = context->module(); TEST_F() local
[all...]
H A Dunroll_simple.cpp187 Module* module = context->module(); in TEST_F() local
371 Module* module = context->module(); in TEST_F() local
549 Module* module = context->module(); in TEST_F() local
710 Module* module = context->module(); TEST_F() local
881 Module* module = context->module(); TEST_F() local
959 Module* module = context->module(); TEST_F() local
1053 Module* module = context->module(); TEST_F() local
1322 Module* module = context->module(); TEST_F() local
1447 Module* module = context->module(); TEST_F() local
1619 Module* module = context->module(); TEST_F() local
1737 Module* module = context->module(); TEST_F() local
1781 Module* module = context->module(); TEST_F() local
1948 Module* module = context->module(); TEST_F() local
2089 Module* module = context->module(); TEST_F() local
2229 Module* module = context->module(); TEST_F() local
2382 Module* module = context->module(); TEST_F() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/
H A Damber_verify.py94 module = VULKAN_MODULE variable

Completed in 19 milliseconds

1...<<11121314151617181920>>...50