Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/kernel_tests/
Dsummary_v1_tensor_op_test.py121 def get_description(summary_op): function
131 descr = get_description(simple_summary)
142 descr = get_description(with_values)
153 descr = get_description(with_metadata)
164 descr = get_description(overwrite)
/external/toolchain-utils/crosperf/
Dexperiment_status.py96 get_description = self._GetNamesAndIterations
98 get_description = self._GetCompactNamesAndIterations
99 status_strings.append('%s: %s' % (key, get_description(val)))
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/
DDFA.pm56 sub get_description { subroutine
146 grammar_decision_description => $self->get_description(),
/external/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
/external/python/cpython3/Lib/distutils/command/
Dupload.py109 'summary': meta.get_description(),
Dregister.py230 'summary': meta.get_description(),
Dbdist_rpm.py406 'Summary: ' + self.distribution.get_description(),
/external/python/cpython2/Lib/distutils/command/
Dupload.py107 'summary': meta.get_description(),
Dregister.py232 'summary': meta.get_description(),
Dbdist_rpm.py421 'Summary: ' + self.distribution.get_description(),
/external/selinux/gui/
DsemanagePage.py77 def get_description(self): member in semanagePage
Dsystem-config-selinux.py180 self.store.set_value(iter, 0, page.get_description())
DstatusPage.py97 def get_description(self): member in statusPage
DbooleansPage.py197 def get_description(self): member in booleansPage
/external/python/cpython3/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
/external/python/cpython2/Lib/
Doptparse.py968 def get_description(self): member in OptionContainer
1078 return formatter.format_description(self.get_description())
1568 def get_description(self): member in OptionParser
/external/libexif/libexif/fuji/
Dexif-mnote-data-fuji.c345 d->methods.get_description = exif_mnote_data_fuji_get_description; in exif_mnote_data_fuji_new()
/external/python/cpython2/Lib/distutils/
Ddist.py1121 self._write_field(file, 'Summary', self.get_description())
1195 def get_description(self): member in DistributionMetadata
/external/python/cpython3/Lib/distutils/
Ddist.py1130 file.write('Summary: %s\n' % self.get_description())
1193 def get_description(self): member in DistributionMetadata
/external/libexif/libexif/canon/
Dexif-mnote-data-canon.c383 d->methods.get_description = exif_mnote_data_canon_get_description; in exif_mnote_data_canon_new()
/external/libexif/libexif/pentax/
Dexif-mnote-data-pentax.c445 d->methods.get_description = exif_mnote_data_pentax_get_description; in exif_mnote_data_pentax_new()
/external/libexif/libexif/olympus/
Dexif-mnote-data-olympus.c655 d->methods.get_description = exif_mnote_data_olympus_get_description; in exif_mnote_data_olympus_new()
/external/python/setuptools/setuptools/
Ddist.py63 file.write('Summary: %s\n' % self.get_description())
/external/selinux/python/sepolicy/sepolicy/
Dmanpage.py820 """ % (f, sepolicy.get_description(f)))

12