/third_party/cef/libcef_dll/ctocpp/ |
D | web_plugin_info_ctocpp.cc | 78 if (CEF_MEMBER_MISSING(_struct, get_description)) in GetDescription() 84 cef_string_userfree_t _retval = _struct->get_description(_struct); in GetDescription()
|
D | media_sink_ctocpp.cc | 62 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/ |
D | exif-mnote-data.c | 140 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()
|
D | exif-mnote-data-priv.h | 52 const char * (* get_description) (ExifMnoteData *, unsigned int); member
|
/third_party/flutter/skia/third_party/externals/dawn/generator/ |
D | generator_lib.py | 59 def get_description(self): member in Generator 199 description = generator.get_description(),
|
D | opengl_loader_generator.py | 182 def get_description(self): member in OpenGLLoaderGenerator
|
D | dawn_json_generator.py | 443 def get_description(self): member in MultiGeneratorFromDawnJSON
|
/third_party/cef/include/capi/ |
D | cef_web_plugin_capi.h | 85 cef_string_userfree_t(CEF_CALLBACK* get_description)(
|
D | cef_media_router_capi.h | 264 cef_string_userfree_t(CEF_CALLBACK* get_description)(
|
/third_party/cef/libcef_dll/cpptoc/ |
D | web_plugin_info_cpptoc.cc | 98 GetStruct()->get_description = web_plugin_info_get_description; in CefWebPluginInfoCppToC()
|
D | media_sink_cpptoc.cc | 175 GetStruct()->get_description = media_sink_get_description; in CefMediaSinkCppToC()
|
/third_party/skia/third_party/externals/dawn/generator/ |
D | generator_lib.py | 59 def get_description(self): member in Generator 224 description=generator.get_description(),
|
D | opengl_loader_generator.py | 235 def get_description(self): member in OpenGLLoaderGenerator
|
D | dawn_json_generator.py | 717 def get_description(self): member in MultiGeneratorFromDawnJSON
|
/third_party/python/Lib/distutils/command/ |
D | upload.py | 119 'summary': meta.get_description(),
|
D | register.py | 230 'summary': meta.get_description(),
|
D | bdist_rpm.py | 402 'Summary: ' + self.distribution.get_description(),
|
/third_party/glib/gio/ |
D | gappinfo.h | 99 const char * (* get_description) (GAppInfo *appinfo); member
|
D | gappinfo.c | 255 return (* iface->get_description) (appinfo); in g_app_info_get_description()
|
/third_party/python/Lib/ |
D | optparse.py | 955 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/ |
D | dist.py | 1130 file.write('Summary: %s\n' % self.get_description()) 1193 def get_description(self): member in DistributionMetadata
|
/third_party/libexif/libexif/fuji/ |
D | exif-mnote-data-fuji.c | 361 d->methods.get_description = exif_mnote_data_fuji_get_description; in exif_mnote_data_fuji_new()
|
/third_party/libexif/libexif/canon/ |
D | exif-mnote-data-canon.c | 421 d->methods.get_description = exif_mnote_data_canon_get_description; in exif_mnote_data_canon_new()
|
/third_party/libexif/libexif/pentax/ |
D | exif-mnote-data-pentax.c | 469 d->methods.get_description = exif_mnote_data_pentax_get_description; in exif_mnote_data_pentax_new()
|
/third_party/libexif/libexif/olympus/ |
D | exif-mnote-data-olympus.c | 668 d->methods.get_description = exif_mnote_data_olympus_get_description; in exif_mnote_data_olympus_new()
|