Searched defs:classifiers (Results 1 - 18 of 18) sorted by relevance

/external/ply/ply/
H A Dsetup.py27 classifiers = [ variable
/external/bart/
H A Dsetup.py46 classifiers=[ variable
/external/fonttools/
H A Dsetup.py35 # Trove classifiers for PyPI
36 classifiers = {"classifiers": [ variable
50 classifiers = {} variable
86 **classifiers
/external/llvm/utils/lit/
H A Dsetup.py59 classifiers=[ variable
/external/swiftshader/third_party/LLVM/utils/lit/
H A Dsetup.py52 classifiers=[ variable
/external/python/futures/
H A Dsetup.py35 classifiers=['License :: OSI Approved :: Python Software Foundation License', variable
/external/tensorflow/tensorflow/contrib/tpu/profiler/pip_package/
H A Dsetup.py44 classifiers=[ variable
/external/trappy/
H A Dsetup.py61 classifiers=[ variable
/external/devlib/
H A Dsetup.py80 classifiers=[ variable
/external/markdown/
H A Dsetup.py41 classifiers = ['Development Status :: 5 - Production/Stable', variable in class:md_install_scripts
/external/python/cpython2/Lib/distutils/command/
H A Dregister.py22 ('list-classifiers', None,
23 'list the valid Trove classifiers'),
28 'verify', 'list-classifiers', 'strict']
55 self.classifiers()
86 def classifiers(self): member in class:register
87 ''' Fetch the list of classifiers from the server.
240 'classifiers': meta.get_classifiers(),
/external/python/cpython3/Lib/distutils/command/
H A Dregister.py21 ('list-classifiers', None,
22 'list the valid Trove classifiers'),
27 'verify', 'list-classifiers', 'strict']
54 self.classifiers()
85 def classifiers(self): member in class:register
86 ''' Fetch the list of classifiers from the server.
238 'classifiers': meta.get_classifiers(),
/external/scapy/
H A Dsetup.py80 classifiers=[ variable
/external/brotli/
H A Dsetup.py279 classifiers=CLASSIFIERS, variable in class:BuildExt
/external/capstone/bindings/python/
H A Dsetup.py210 classifiers=[ variable
H A Dsetup_cython.py132 classifiers = [ variable
/external/tensorflow/tensorflow/tools/pip_package/
H A Dsetup.py236 classifiers=[ variable
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c75 static const double classifiers[24] = { variable
3076 clf = &classifiers[offset];

Completed in 6538 milliseconds