Home
last modified time | relevance | path

Searched defs:module (Results 676 - 700 of 1151) sorted by relevance

1...<<21222324252627282930>>...47

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddef_use_test.cpp593 std::string DisassembleModule(Module* module) { in DisassembleModule() argument
[all...]
H A Dir_context_test.cpp94 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F() local
108 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F() local
126 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F() local
145 std::unique_ptr<Module> module = MakeUnique<Module>(); in TEST_F() local
164 std::unique_ptr<Module> module = MakeUnique<Module>(); TEST_F() local
[all...]
H A Dscalar_analysis.cpp103 Module* module = context->module(); in TEST_F() local
231 Module* module = context->module(); in TEST_F() local
347 Module* module = context->module(); in TEST_F() local
497 Module* module = context->module(); TEST_F() local
736 Module* module = context->module(); TEST_F() local
873 Module* module = context->module(); TEST_F() local
1018 Module* module = context->module(); TEST_F() local
1188 Module* module = context->module(); TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_id_test.cpp937 const auto module = CompileSuccessfully(MakeArrayLength( in TEST_P() local
951 const auto module = CompileSuccessfully(MakeArrayLength( in TEST_P() local
/third_party/skia/third_party/externals/dawn/examples/
H A DComputeBoids.cpp151 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( in initSim() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DShaderModuleGL.cpp218 Ref<ShaderModule> module = AcquireRef(new ShaderModule(device, descriptor)); in Create() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DShaderTests.cpp350 auto module = utils::CreateShaderModule(device, shader); TEST_P() local
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DShaderRobustnessPerf.cpp437 wgpu::ShaderModule module; in SetUp() local
/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...]

Completed in 26 milliseconds

1...<<21222324252627282930>>...47