Home
last modified time | relevance | path

Searched refs:classifiers (Results 1 – 23 of 23) sorted by relevance

/external/fonttools/
Dsetup.py36 classifiers = {"classifiers": [ variable
50 classifiers = {} variable
86 **classifiers
/external/ply/ply/
Dsetup.py27 classifiers = [
DCHANGES309 Fixed setup.py trove classifiers to properly list PLY as
/external/bart/
Dsetup.py46 classifiers=[
/external/swiftshader/third_party/LLVM/utils/lit/
Dsetup.py52 classifiers=[
/external/trappy/
Dsetup.py61 classifiers=[
/external/llvm/utils/lit/
Dsetup.py59 classifiers=[
/external/markdown/
Dsetup.py41 classifiers = ['Development Status :: 5 - Production/Stable',
/external/python/cpython2/Lib/distutils/command/
Dregister.py55 self.classifiers()
86 def classifiers(self): member in register
/external/devlib/
Dsetup.py80 classifiers=[
/external/python/cpython2/Lib/distutils/
Ddist.py1042 self.classifiers = None
1089 self.classifiers = _read_list('classifier')
1115 self.classifiers or self.download_url):
1208 return self.classifiers or []
/external/brotli/
Dsetup.py261 classifiers=CLASSIFIERS,
/external/python/cpython2/Doc/distutils/
Dsetupscript.rst587 | ``classifiers`` | a list of classifiers | list of strings | \(4) |
619 classifiers. See the ``Classifier`` field. Notice that
652 ``classifiers`` are specified in a Python list::
655 classifiers=[
673 If you wish to include classifiers in your :file:`setup.py` file and also wish
678 # patch distutils if it can't cope with the "classifiers" or
683 DistributionMetadata.classifiers = None
Dapiref.rst80 …| *classifiers* | A list of categories for the | a list of strings; valid classifiers are l…
/external/protobuf/python/
Dsetup.py227 classifiers=[
/external/iproute2/
DREADME.iproute2+tc80 Setup of rsvp and u32 classifiers is more hairy.
/external/python/cpython2/Doc/howto/
Dpyporting.rst333 Once your code works under Python 3, you should update the classifiers in
337 also want to add classifiers for each major/minor version of Python you now
373 supported by Python 2. You should also update the classifiers in your
/external/conscrypt/openjdk/
Dbuild.gradle7 // Build the list of classifiers that will be used in the build.
/external/libnl/doc/
Droute.txt1232 should be enqueued to. Different types of classifiers exists,
1235 Additionally most classifiers support *extended matches (ematch)*
1236 which allow extending classifiers by a set of matcher modules, and
1237 *actions* which allow classifiers to take actions such as mangling,
/external/python/cpython2/Doc/whatsnew/
D2.3.rst664 To make the catalog a bit more useful, a new optional *classifiers* keyword
669 Here's an example :file:`setup.py` with classifiers, written to be compatible
680 'classifiers' in core.setup_keywords):
681 kw['classifiers'] = \
688 The full list of classifiers can be obtained by running ``python setup.py
689 register --list-classifiers``.
/external/python/cpython2/
Dsetup.py2244 classifiers = filter(None, CLASSIFIERS.split("\n")),
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c75 static const double classifiers[24] = { variable
2859 clf = &classifiers[offset]; in compute_score()
/external/jline/src/src/test/resources/jline/example/
Denglish.gz