Home
last modified time | relevance | path

Searched refs:get_description (Results 1 – 25 of 28) sorted by relevance

12

/third_party/cef/libcef_dll/ctocpp/
Dweb_plugin_info_ctocpp.cc78 if (CEF_MEMBER_MISSING(_struct, get_description)) in GetDescription()
84 cef_string_userfree_t _retval = _struct->get_description(_struct); in GetDescription()
Dmedia_sink_ctocpp.cc62 if (CEF_MEMBER_MISSING(_struct, get_description)) in GetDescription()
68 cef_string_userfree_t _retval = _struct->get_description(_struct); in GetDescription()
/third_party/libexif/libexif/
Dexif-mnote-data.c140 if (!d || !d->methods.get_description) return NULL; in exif_mnote_data_get_description()
141 return d->methods.get_description (d, n); in exif_mnote_data_get_description()
Dexif-mnote-data-priv.h52 const char * (* get_description) (ExifMnoteData *, unsigned int); member
/third_party/flutter/skia/third_party/externals/dawn/generator/
Dgenerator_lib.py59 def get_description(self): member in Generator
199 description = generator.get_description(),
Dopengl_loader_generator.py182 def get_description(self): member in OpenGLLoaderGenerator
Ddawn_json_generator.py443 def get_description(self): member in MultiGeneratorFromDawnJSON
/third_party/cef/include/capi/
Dcef_web_plugin_capi.h85 cef_string_userfree_t(CEF_CALLBACK* get_description)(
Dcef_media_router_capi.h264 cef_string_userfree_t(CEF_CALLBACK* get_description)(
/third_party/cef/libcef_dll/cpptoc/
Dweb_plugin_info_cpptoc.cc98 GetStruct()->get_description = web_plugin_info_get_description; in CefWebPluginInfoCppToC()
Dmedia_sink_cpptoc.cc175 GetStruct()->get_description = media_sink_get_description; in CefMediaSinkCppToC()
/third_party/skia/third_party/externals/dawn/generator/
Dgenerator_lib.py59 def get_description(self): member in Generator
224 description=generator.get_description(),
Dopengl_loader_generator.py235 def get_description(self): member in OpenGLLoaderGenerator
Ddawn_json_generator.py717 def get_description(self): member in MultiGeneratorFromDawnJSON
/third_party/python/Lib/distutils/command/
Dupload.py119 'summary': meta.get_description(),
Dregister.py230 'summary': meta.get_description(),
Dbdist_rpm.py402 'Summary: ' + self.distribution.get_description(),
/third_party/glib/gio/
Dgappinfo.h99 const char * (* get_description) (GAppInfo *appinfo); member
Dgappinfo.c255 return (* iface->get_description) (appinfo); in g_app_info_get_description()
/third_party/python/Lib/
Doptparse.py955 def get_description(self): member in OptionContainer
1065 return formatter.format_description(self.get_description())
1553 def get_description(self): member in OptionParser
/third_party/python/Lib/distutils/
Ddist.py1130 file.write('Summary: %s\n' % self.get_description())
1193 def get_description(self): member in DistributionMetadata
/third_party/libexif/libexif/fuji/
Dexif-mnote-data-fuji.c361 d->methods.get_description = exif_mnote_data_fuji_get_description; in exif_mnote_data_fuji_new()
/third_party/libexif/libexif/canon/
Dexif-mnote-data-canon.c421 d->methods.get_description = exif_mnote_data_canon_get_description; in exif_mnote_data_canon_new()
/third_party/libexif/libexif/pentax/
Dexif-mnote-data-pentax.c469 d->methods.get_description = exif_mnote_data_pentax_get_description; in exif_mnote_data_pentax_new()
/third_party/libexif/libexif/olympus/
Dexif-mnote-data-olympus.c668 d->methods.get_description = exif_mnote_data_olympus_get_description; in exif_mnote_data_olympus_new()

12