HomeSort by relevance Sort by last modified time
    Searched full:get_description (Results 1 - 25 of 28) sorted by null

1 2

  /external/libexif/libexif/
exif-mnote-data.c 140 if (!d || !d->methods.get_description) return NULL;
141 return d->methods.get_description (d, n);
exif-mnote-data-priv.h 52 const char * (* get_description) (ExifMnoteData *, unsigned int); member in struct:_ExifMnoteDataMethods
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DFA.pm 56 sub get_description { subroutine
146 grammar_decision_description => $self->get_description(),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 105 'summary': meta.get_description(),
register.py 232 'summary': meta.get_description(),
bdist_rpm.py 420 'Summary: ' + self.distribution.get_description(),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 105 'summary': meta.get_description(),
register.py 232 'summary': meta.get_description(),
bdist_rpm.py 420 'Summary: ' + self.distribution.get_description(),
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_win.h 275 CONTENT_EXPORT STDMETHODIMP get_description(BSTR* description);
288 // get_description - also used by IAccessibleImage
562 CONTENT_EXPORT STDMETHODIMP get_description(long action_index, function
browser_accessibility_gtk.cc 302 klass->get_description = browser_accessibility_get_description;
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_win.h 220 STDMETHODIMP get_description(BSTR* description);
browser_accessibility_win.cc 490 STDMETHODIMP BrowserAccessibilityWin::get_description(BSTR* desc) { function in class:BrowserAccessibilityWin
    [all...]
  /external/libexif/libexif/canon/
exif-mnote-data-canon.c 383 d->methods.get_description = exif_mnote_data_canon_get_description;
  /external/libexif/libexif/fuji/
exif-mnote-data-fuji.c 345 d->methods.get_description = exif_mnote_data_fuji_get_description;
  /external/chromium_org/chrome/tools/test/
generate_mime_tests.pl 163 # get_description()
  /external/libexif/libexif/pentax/
exif-mnote-data-pentax.c 445 d->methods.get_description = exif_mnote_data_pentax_get_description;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 967 def get_description(self): member in class:OptionContainer
1567 def get_description(self): member in class:OptionParser
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 967 def get_description(self): member in class:OptionContainer
1567 def get_description(self): member in class:OptionParser
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 1019 sub get_description {
1058 grammar_decision_description => $self->get_description(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 1195 def get_description(self): member in class:DistributionMetadata
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 1195 def get_description(self): member in class:DistributionMetadata
    [all...]
  /external/libexif/libexif/olympus/
exif-mnote-data-olympus.c 655 d->methods.get_description = exif_mnote_data_olympus_get_description;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 821 milliseconds

1 2