Home
last modified time | relevance | path

Searched refs:rjsmin (Results 1 – 14 of 14) sorted by relevance

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
Dapi-objects.txt1 rjsmin rjsmin-module.html
2 rjsmin.__license__ rjsmin-module.html#__license__
3 rjsmin.jsmin rjsmin-module.html#jsmin
4 rjsmin.__package__ rjsmin-module.html#__package__
5 rjsmin._make_jsmin rjsmin-module.html#_make_jsmin
6 rjsmin.jsmin_for_posers rjsmin-module.html#jsmin_for_posers
7 rjsmin.__doc__ rjsmin-module.html#__doc__
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DBENCHMARKS8 Timing rjsmin ... (951.5 KiB =) 36.38 ms (factor: 38.95, 46.25)
14 Timing rjsmin ... ( 26.4 KiB >) 8.93 ms (factor: 6.55, 2.60)
20 Timing rjsmin ... ( 10.2 KiB >) 2.42 ms (factor: 9.03, 3.67)
26 Timing rjsmin ... (135.9 KiB =) 61.57 ms (factor: 4.98, 2.54)
32 Timing rjsmin ... ( 38.6 KiB >) 1.88 ms (factor: 30.11, 13.58)
38 Timing rjsmin ... ( 11.6 KiB =) 3.81 ms (factor: 7.51, 3.08)
49 Timing rjsmin ... (951.5 KiB =) 37.49 ms (factor: 39.64, 47.98)
55 Timing rjsmin ... ( 26.4 KiB >) 9.30 ms (factor: 6.80, 2.95)
61 Timing rjsmin ... ( 10.2 KiB >) 2.51 ms (factor: 9.44, 3.85)
67 Timing rjsmin ... (135.9 KiB =) 64.29 ms (factor: 5.17, 2.66)
[all …]
DDESCRIPTION35 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
58 But if you've found one or have an idea how to improve rjsmin, feel free
59 to send a pull request on `github <https://github.com/ndparker/rjsmin>`_
60 or send a mail to <rjsmin-bugs@perlig.de>.
DPROVIDES1 rjsmin (1.0)
DCHANGES106 *) Add C extension reimplementing the regex from rjsmin.py
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
DREADME.rst52 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
81 $ pip install rjsmin
98 rJSmin effectively consists of two files: rjsmin.py and rjsmin.c, the
100 copy rjsmin.py into your project and use it.
122 <http://opensource.perlig.de/rjsmin/>.
129 But if you've found one or have an idea how to improve rjsmin, feel free
130 to send a pull request on `github <https://github.com/ndparker/rjsmin>`_
131 or send a mail to <rjsmin-bugs@perlig.de>.
DMANIFEST52 docs/apidoc/rjsmin-module.html
53 docs/apidoc/rjsmin-pysrc.html
55 rjsmin.c
56 rjsmin.py
Dpackage.cfg19 name = rjsmin
32 url.homepage = http://opensource.perlig.de/rjsmin/
33 url.download = http://storage.perlig.de/rjsmin/
70 modules = rjsmin
DPKG-INFO2 Name: rjsmin
5 Home-page: http://opensource.perlig.de/rjsmin/
209 Download-URL: http://storage.perlig.de/rjsmin/
244 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
267 But if you've found one or have an idea how to improve rjsmin, feel free
268 to send a pull request on `github <https://github.com/ndparker/rjsmin>`_
269 or send a mail to <rjsmin-bugs@perlig.de>.
304 Provides: rjsmin (1.0)
DREADME.chromium2 URL: http://opensource.perlig.de/rjsmin/
Drjsmin.c90 rjsmin(const rchar *source, rchar *target, Py_ssize_t length, in rjsmin() function
452 length = rjsmin((rchar *)PyString_AS_STRING(script), in rjsmin_jsmin()
/external/v8/src/inspector/build/
Dxxd.py13 import rjsmin
20 input_text = rjsmin.jsmin(input_text)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmain.py58 import rjsmin as p_05_rjsmin
/external/python/setuptools/
DCHANGES.rst626 techniques employed rjsmin and similar.