/third_party/cef/libcef/common/alloy/ |
D | alloy_content_client.cc | 76 pdf_info.internal_entry_points.get_interface = g_pdf_get_interface; in ComputeBuiltInPlugins() 163 content::PepperPluginInfo::GetInterfaceFunc get_interface, in SetPDFEntryFunctions() argument 166 g_pdf_get_interface = get_interface; in SetPDFEntryFunctions()
|
D | alloy_content_client.h | 36 content::PepperPluginInfo::GetInterfaceFunc get_interface,
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftserv.h | 70 if ( module->clazz->get_interface ) \ 71 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \ 82 if ( module->clazz->get_interface ) \ 83 _tmp_ = module->clazz->get_interface( module, FT_SERVICE_ID_ ## id ); \
|
D | sfnt.h | 881 FT_Module_Requester get_interface; member
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_symbol_table.cpp | 62 const glsl_type *get_interface(enum ir_variable_mode mode) in get_interface() function in symbol_table_entry 243 const glsl_type *glsl_symbol_table::get_interface(const char *name, in get_interface() function in glsl_symbol_table 247 return entry != NULL ? entry->get_interface(mode) : NULL; in get_interface()
|
D | glsl_symbol_table.h | 87 const glsl_type *get_interface(const char *name,
|
D | link_interface_blocks.cpp | 404 consumer->symbols->get_interface("gl_PerVertex", in validate_interstage_inout_blocks() 408 producer->symbols->get_interface("gl_PerVertex", in validate_interstage_inout_blocks()
|
D | glsl_parser_extras.cpp | 2019 src->get_interface("gl_PerVertex", ir_var_shader_in); in _mesa_glsl_copy_symbols_from_table() 2023 iface = src->get_interface("gl_PerVertex", ir_var_shader_out); in _mesa_glsl_copy_symbols_from_table()
|
/third_party/toybox/toys/pending/ |
D | arping.c | 52 static void get_interface(char *interface, int *ifindex, uint32_t *oip, in get_interface() function 212 get_interface(TT.iface, &if_index, NULL, NULL); in arping_main() 252 get_interface(TT.iface, NULL, &oip, NULL); in arping_main()
|
D | dhcp.c | 281 static int get_interface( char *interface, int *ifindex, uint32_t *oip, uint8_t *mac) in get_interface() function 1307 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr)) in dhcp_main() 1335 if (get_interface(state->iface, &state->ifindex, NULL, state->macaddr)) in dhcp_main()
|
D | dhcpd.c | 359 static int get_interface(const char *interface, int *ifindex, void *oip, in get_interface() function 1658 if (get_interface(gconfig.interface, &gconfig.ifindex, in dhcpd_main() 1698 if (get_interface(gconfig.interface, &gconfig.ifindex, in dhcpd_main()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | ftmodapi.h | 247 FT_Module_Requester get_interface; member
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
D | ttdriver.c | 611 return sfnt->get_interface( driver, tt_interface ); in FT_CALLBACK_DEF()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 5106 FT_ASSERT( module->clazz && module->clazz->get_interface ); in ft_module_get_service() 5109 if ( module->clazz->get_interface ) in ft_module_get_service() 5110 result = module->clazz->get_interface( module, service_id ); in ft_module_get_service() 5126 if ( cur[0]->clazz->get_interface ) in ft_module_get_service() 5128 result = cur[0]->clazz->get_interface( cur[0], service_id ); in ft_module_get_service() 5228 if ( !cur[0]->clazz->get_interface ) in ft_property_do() 5236 interface = cur[0]->clazz->get_interface( cur[0], in ft_property_do()
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
D | cffdrivr.c | 1111 return sfnt ? sfnt->clazz->get_interface( sfnt, module_interface ) : 0; in FT_CALLBACK_DEF()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 4564 * include/freetype/internal/sfnt.h (SFNT_Interface): `get_interface' 5909 `get_interface'.
|
/third_party/chromium/patch/ |
D | 0004-ohos-3.2-Beta5.patch | 7714 content::PepperPluginInfo::GetInterfaceFunc get_interface, 7755 content::PepperPluginInfo::GetInterfaceFunc get_interface,
|