Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dmain.py49 from bench import jsmin as p_01_simple_port
66 p_03_slimit_0_8_1.jsmin = _slimit_0_8_1.minify
70 p_04_slimit_0_8_1_mangle.jsmin = \
79 jsmins.p_05_rjsmin.jsmin = jsmins.p_05_rjsmin._make_jsmin(
130 ports = [(item[5:], getattr(jsmins, item).jsmin) for item in ports]
139 for _, jsmin in ports:
141 outputs.append(jsmin(script))
158 for idx, (name, jsmin) in enumerate(ports):
178 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/third_party/py_vulcanize/third_party/rjsmin/
Drjsmin.py98 return _rjsmin.jsmin
277 def jsmin(script, keep_bang_comments=False): # pylint: disable = W0621 function
307 return jsmin
309 jsmin = _make_jsmin() variable
441 global jsmin # pylint: disable = W0603
442 jsmin = _make_jsmin(python_only=True)
443 _sys.stdout.write(jsmin(
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:
44 than the original python port of ``jsmin.c`` by Baruch Even. The speed factor
53 .. _jsmin.c by Douglas Crockford: http://www.crockford.com/javascript/jsmin.c
107 called jsmin which takes the script as a string and returns the minified
111 jsmin.c provides:
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.
DMANIFEST29 bench/jsmin.c
30 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:
236 than the original python port of ``jsmin.c`` by Baruch Even. The speed factor
247 .. _jsmin.c by Douglas Crockford: http://www.crockford.com/javascript/jsmin.c
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/
DCHANGES28 feature can be enabled by passing keep_bang_comments=True to the jsmin
65 because the original jsmin collapsed them, too.
67 *) Updated benchmarks, added slimit and removed jsmin v8 (because it produced
79 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:
27 than the original python port of ``jsmin.c`` by Baruch Even. The speed factor
38 .. _jsmin.c by Douglas Crockford: http://www.crockford.com/javascript/jsmin.c
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/
Dapi-objects.txt3 rjsmin.jsmin rjsmin-module.html#jsmin
/external/v8/
DAndroid.d8.mk21 JS2C_PY := $(generated_sources)/js2c.py $(generated_sources)/jsmin.py
DAndroid.libv8.mk39 JS2C_PY := $(generated_sources)/js2c.py $(generated_sources)/jsmin.py
DBUILD.gn221 inputs = [ "tools/jsmin.py" ]
285 inputs = [ "tools/jsmin.py" ]
329 inputs = [ "tools/jsmin.py" ]
359 inputs = [ "tools/jsmin.py" ]
/external/v8/tools/
Djs2c.py36 import jsmin
363 jsmin.JavaScriptMinifier().JSMinify