Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/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/third_party/py_vulcanize/third_party/rjsmin/docs/
DBENCHMARKS10 Timing rjsmin ... (951.5 KiB =) 56.03 ms (factor: 37.18, 43.54)
18 Timing rjsmin ... ( 26.4 KiB >) 13.78 ms (factor: 6.54, 2.81)
26 Timing rjsmin ... (135.9 KiB =) 95.54 ms (factor: 4.91, 2.63)
34 Timing rjsmin ... ( 38.6 KiB >) 2.87 ms (factor: 29.21, 14.74)
42 Timing rjsmin ... ( 11.6 KiB =) 5.88 ms (factor: 7.59, 3.26, 25.50, 29.62)
55 Timing rjsmin ... (951.5 KiB =) 75.86 ms (factor: 36.98, 36.14)
63 Timing rjsmin ... ( 26.4 KiB >) 18.50 ms (factor: 6.11, 2.63)
71 Timing rjsmin ... (135.9 KiB =) 127.05 ms (factor: 4.70, 2.44)
79 Timing rjsmin ... ( 38.6 KiB >) 4.20 ms (factor: 26.40, 12.10)
87 Timing rjsmin ... ( 11.6 KiB =) 8.30 ms (factor: 6.80, 2.90, 19.26, 22.42)
[all …]
DDESCRIPTION34 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
57 But if you've found one or have an idea how to improve rjsmin, feel free
58 to send a pull request on `github <https://github.com/ndparker/rjsmin>`_
59 or send a mail to <rjsmin-bugs@perlig.de>.
DPROVIDES1 rjsmin (1.0)
DCHANGES84 *) Add C extension reimplementing the regex from rjsmin.py
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/
DREADME.rst51 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
80 $ pip install rjsmin
97 rJSmin effectively consists of two files: rjsmin.py and rjsmin.c, the
99 copy rjsmin.py into your project and use it.
121 <http://opensource.perlig.de/rjsmin/>.
128 But if you've found one or have an idea how to improve rjsmin, feel free
129 to send a pull request on `github <https://github.com/ndparker/rjsmin>`_
130 or send a mail to <rjsmin-bugs@perlig.de>.
DMANIFEST51 docs/apidoc/rjsmin-module.html
52 docs/apidoc/rjsmin-pysrc.html
54 rjsmin.c
55 rjsmin.py
Dpackage.cfg19 name = rjsmin
34 url.homepage = http://opensource.perlig.de/rjsmin/
35 url.download = http://storage.perlig.de/rjsmin/
72 modules = rjsmin
DPKG-INFO2 Name: rjsmin
5 Home-page: http://opensource.perlig.de/rjsmin/
209 Download-URL: http://storage.perlig.de/rjsmin/
243 rjsmin.c is a reimplementation of rjsmin.py in C and speeds it up even more.
266 But if you've found one or have an idea how to improve rjsmin, feel free
267 to send a pull request on `github <https://github.com/ndparker/rjsmin>`_
268 or send a mail to <rjsmin-bugs@perlig.de>.
303 Provides: rjsmin (1.0)
DREADME.chromium2 URL: http://opensource.perlig.de/rjsmin/
Drjsmin.c86 rjsmin(const rchar *source, rchar *target, Py_ssize_t length, in rjsmin() function
398 length = rjsmin((rchar *)PyString_AS_STRING(script), in rjsmin_jsmin()
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dmain.py73 import rjsmin as p_05_rjsmin