| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| H A D | def_use_test.cpp | 593 std::string DisassembleModule(Module* module) { in DisassembleModule() argument [all...] |
| H A D | ir_context_test.cpp | 94 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 D | scalar_analysis.cpp | 103 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 D | val_id_test.cpp | 937 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 D | ComputeBoids.cpp | 151 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( in initSim() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| H A D | ShaderModuleGL.cpp | 218 Ref<ShaderModule> module = AcquireRef(new ShaderModule(device, descriptor)); in Create() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | ShaderTests.cpp | 350 auto module = utils::CreateShaderModule(device, shader); TEST_P() local [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
| H A D | ShaderRobustnessPerf.cpp | 437 wgpu::ShaderModule module; in SetUp() local
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| H A D | afloader.c | 593 AF_Module module = loader->globals->module; in FT_LOCAL_DEF() local [all...] |
| H A D | afmodule.c | 113 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 D | pcfdrivr.c | 654 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 D | psmodule.c | 582 psnames_get_service( FT_Module module, in psnames_get_service() argument
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| H A D | ttdriver.c | 61 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.c | 25 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.c | 130 _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.c | 43 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.c | 92 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.c | 16 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.c | 196 _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 D | module-remap-sink.c | 51 pa_module *module; member
|
| H A D | module-pipe-sink.c | 72 pa_module *module; member
|
| H A D | module-remap-source.c | 58 pa_module *module; member
|
| /third_party/python/Lib/test/ |
| H A D | test_aifc.py | 18 module = aifc variable in AifcTest
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/ |
| H A D | GetBindGroupLayoutValidationTests.cpp | 1084 wgpu::ShaderModule module = utils::CreateShaderModule(device, R"( TEST_F() local [all...] |
| /third_party/python/PC/ |
| H A D | msvcrtmodule.c | 88 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...] |