Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dmain.py49 from bench import jsmin as p_01_simple_port
64 jsmins.p_05_rjsmin.jsmin = jsmins.p_05_rjsmin._make_jsmin(
115 ports = [(item[5:], getattr(jsmins, item).jsmin) for item in ports]
124 for _, jsmin in ports:
126 outputs.append(jsmin(script))
143 for idx, (name, jsmin) in enumerate(ports):
163 jsmin(script)
Djsmin.c209 jsmin() in jsmin() function
289 jsmin(); in main()
Djsmin_2_0_9.py43 def jsmin(js): function
Djsmin.py43 def jsmin(js): function
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/apidoc/
Dapi-objects.txt3 rjsmin.jsmin rjsmin-module.html#jsmin
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/
DCHANGES50 feature can be enabled by passing keep_bang_comments=True to the jsmin
87 because the original jsmin collapsed them, too.
89 *) Updated benchmarks, added slimit and removed jsmin v8 (because it produced
101 because the original jsmin ignored that, too.
DDESCRIPTION7 The minifier is based on the semantics of `jsmin.c by Douglas Crockford`_\.
11 same results as the original ``jsmin.c``. It differs in the following ways:
28 than the original python port of ``jsmin.c`` by Baruch Even. The speed factor
39 .. _jsmin.c by Douglas Crockford: http://www.crockford.com/javascript/jsmin.c
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
DREADME.rst24 The minifier is based on the semantics of `jsmin.c by Douglas Crockford`_\.
28 same results as the original ``jsmin.c``. It differs in the following ways:
45 than the original python port of ``jsmin.c`` by Baruch Even. The speed factor
54 .. _jsmin.c by Douglas Crockford: http://www.crockford.com/javascript/jsmin.c
108 called jsmin which takes the script as a string and returns the minified
112 jsmin.c provides:
Drjsmin.py100 return _rjsmin.jsmin
312 def jsmin(script, keep_bang_comments=False): function
344 return jsmin
346 jsmin = _make_jsmin() variable
509 xjsmin = jsmin
DREADME.chromium10 The minifier is based on the semantics of jsmin.c by Douglas Crockford.
11 …er than during a preprocessing step). Usually it produces the same results as the original jsmin.c.
DMANIFEST30 bench/jsmin.c
31 bench/jsmin.py
DPKG-INFO216 The minifier is based on the semantics of `jsmin.c by Douglas Crockford`_\.
220 same results as the original ``jsmin.c``. It differs in the following ways:
237 than the original python port of ``jsmin.c`` by Baruch Even. The speed factor
248 .. _jsmin.c by Douglas Crockford: http://www.crockford.com/javascript/jsmin.c
/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
Dexport.py23 import jsmin
91 html.append(jsmin.jsmin(f.read()) if self._JS_MINIFIED else (
/external/webrtc/modules/audio_processing/test/py_quality_assessment/
DREADME.md14 pyquery (1.2+), jsmin (2.2+), csscompressor (0.9.4)
23 - `(my_env)$ pip install enum34 numpy pydub scipy pandas pyquery jsmin \`