Home
last modified time | relevance | path

Searched refs:js (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/jsmn/
Djsmn_test.c33 #define TOKEN_STRING(js, t, s) \ argument
34 (strncmp(js+(t).start, s, (t).end - (t).start) == 0 \
45 const char *js; in test_empty() local
50 js = "{}"; in test_empty()
52 r = jsmn_parse(&p, js, strlen(js), t, 10); in test_empty()
57 js = "[]"; in test_empty()
59 r = jsmn_parse(&p, js, strlen(js), t, 10); in test_empty()
64 js = "{\"a\":[]}"; in test_empty()
66 r = jsmn_parse(&p, js, strlen(js), t, 10); in test_empty()
72 js = "[{},{}]"; in test_empty()
[all …]
Djsmn.c37 static jsmnerr_t jsmn_parse_primitive(jsmn_parser *parser, const char *js, in jsmn_parse_primitive() argument
44 for (; parser->pos < len && js[parser->pos] != '\0'; parser->pos++) { in jsmn_parse_primitive()
45 switch (js[parser->pos]) { in jsmn_parse_primitive()
54 if (js[parser->pos] < 32 || js[parser->pos] >= 127) { in jsmn_parse_primitive()
86 static jsmnerr_t jsmn_parse_string(jsmn_parser *parser, const char *js, in jsmn_parse_string() argument
95 for (; parser->pos < len && js[parser->pos] != '\0'; parser->pos++) { in jsmn_parse_string()
96 char c = js[parser->pos]; in jsmn_parse_string()
118 switch (js[parser->pos]) { in jsmn_parse_string()
127 for(; i < 4 && js[parser->pos] != '\0'; i++) { in jsmn_parse_string()
129 if(!((js[parser->pos] >= 48 && js[parser->pos] <= 57) || /* 0-9 */ in jsmn_parse_string()
[all …]
/external/antlr/antlr-3.4/runtime/JavaScript/build/
Dantlr3.properties9 org/antlr.js,\
10 org/antlr/runtime/RecognizerSharedState.js,\
11 org/antlr/runtime/IndexOutOfBoundsExceptions.js,\
12 org/antlr/runtime/RecognitionException.js,\
13 org/antlr/runtime/MismatchedTokenException.js,\
14 org/antlr/runtime/UnwantedTokenException.js,\
15 org/antlr/runtime/MissingTokenException.js,\
16 org/antlr/runtime/NoViableAltException.js,\
17 org/antlr/runtime/EarlyExitException.js,\
18 org/antlr/runtime/MismatchedSetException.js,\
[all …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
Dbuild.sh9 --js ./closure/base.js \
10 --js ./closure/debug/error.js \
11 --js ./closure/string/string.js \
12 --js util.js \
13 --js ./closure/json.js \
14 --js ./closure/xmlhttpfactory.js \
15 --js ./closure/wrapperxmlhttpfactory.js \
16 --js ./closure/xmlhttp.js \
17 --js messages.js \
18 --js descriptor.js \
[all …]
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
DLinuxJoyStickEvents.cpp47 LinuxJoyStick::LinuxJoyStick(InputManager* creator, bool buffered, const JoyStickInfo& js) in LinuxJoyStick() argument
48 : JoyStick(js.vendor, buffered, js.devId, creator) in LinuxJoyStick()
50 mJoyStick = js.joyFileD; in LinuxJoyStick()
53 mState.mAxes.resize(js.axes); in LinuxJoyStick()
55 mState.mButtons.resize(js.buttons); in LinuxJoyStick()
57 mPOVs = js.hats; in LinuxJoyStick()
59 mButtonMap = js.button_map; in LinuxJoyStick()
60 mAxisMap = js.axis_map; in LinuxJoyStick()
61 mRanges = js.axis_range; in LinuxJoyStick()
97 input_event js[JOY_BUFFERSIZE]; in capture() local
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/
DBENCHMARKS1 $ python3.4 -OO bench/main.py bench/*.js
5 Benchmarking 'bench/apiviewer.js'... (953.2 KiB)
13 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
21 Benchmarking 'bench/jquery-1.7.1.js'... (242.4 KiB)
29 Benchmarking 'bench/knockout-2.0.0.js'... (38.9 KiB)
37 Benchmarking 'bench/markermanager.js'... (28.6 KiB)
46 $ python3.3 -OO bench/main.py bench/*.js
50 Benchmarking 'bench/apiviewer.js'... (953.2 KiB)
58 Benchmarking 'bench/bootstrap.js'... (49.0 KiB)
66 Benchmarking 'bench/jquery-1.7.1.js'... (242.4 KiB)
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dbuild.log22 CustomElements.js: 939c4b32847bf8085532995428001c3402f96cff
23 CustomElements.min.js: cb3fd472ea0a9c45f5f03f86a6c5083f5077e907
24 HTMLImports.js: 018bc32bc02bc6dc7dcacbd409438b26c31c2e6d
25 HTMLImports.min.js: a3cb3e4ded3d708ba8333a8d5927ec93587fc191
26 ShadowDOM.js: e34e8e3707d015a0ac9ec718d17b93c54500d028
27 ShadowDOM.min.js: b3c2f09259d03ec44bd08ebbe9ed67dae3a06aaf
28 webcomponents-lite.js: 83f6c69c9f38d6c88b1717427e713e57a96e7d70
29 webcomponents-lite.min.js: d369074b523ff3806e7f71770a4d360f33331d48
30 webcomponents.js: b91a9a8ae8c79bfc0275a766f3153f390ef74d81
31 webcomponents.min.js: 91901c97731fc010ba5bb43624aa37d5320071c4
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
Dbuild.log22 CustomElements.js: 939c4b32847bf8085532995428001c3402f96cff
23 CustomElements.min.js: cb3fd472ea0a9c45f5f03f86a6c5083f5077e907
24 HTMLImports.js: 018bc32bc02bc6dc7dcacbd409438b26c31c2e6d
25 HTMLImports.min.js: a3cb3e4ded3d708ba8333a8d5927ec93587fc191
26 ShadowDOM.js: e34e8e3707d015a0ac9ec718d17b93c54500d028
27 ShadowDOM.min.js: b3c2f09259d03ec44bd08ebbe9ed67dae3a06aaf
28 webcomponents-lite.js: 83f6c69c9f38d6c88b1717427e713e57a96e7d70
29 webcomponents-lite.min.js: d369074b523ff3806e7f71770a4d360f33331d48
30 webcomponents.js: b91a9a8ae8c79bfc0275a766f3153f390ef74d81
31 webcomponents.min.js: 91901c97731fc010ba5bb43624aa37d5320071c4
/external/libvncserver/webclients/novnc/
DLICENSE.txt8 include/base64.js
9 include/des.js
10 include/display.js
11 include/input.js
12 include/jsunzip.js
13 include/keysym.js
14 include/logo.js
15 include/rfb.js
16 include/ui.js
17 include/util.js
[all …]
/external/v8/tools/
Dlinux-tick-processor36 cat $log_file | $d8_exec $tools_path/splaytree.js $tools_path/codemap.js \
37 $tools_path/csvparser.js $tools_path/consarray.js \
38 $tools_path/profile.js $tools_path/profile_view.js \
39 $tools_path/logreader.js $tools_path/tickprocessor.js \
40 $tools_path/SourceMap.js \
41 $tools_path/tickprocessor-driver.js -- $@ 2>/dev/null
Dwindows-tick-processor.bat30js %tools_dir%codemap.js %tools_dir%csvparser.js %tools_dir%consarray.js %tools_dir%profile.js %to…
Dandroid-sync.sh94 sync_file tools/consarray.js
95 sync_file tools/codemap.js
96 sync_file tools/csvparser.js
97 sync_file tools/profile.js
98 sync_file tools/splaytree.js
99 sync_file tools/profile_view.js
100 sync_file tools/logreader.js
101 sync_file tools/tickprocessor.js
Dplot-timer-events80 $d8_exec $tools_path/csvparser.js $tools_path/splaytree.js \
81 $tools_path/codemap.js $tools_path/profile.js $tools_path/profile_view.js \
82 $tools_path/logreader.js $tools_path/tickprocessor.js \
83 $tools_path/profviz/composer.js $tools_path/profviz/stdio.js \
/external/v8/
DAndroid.v8common.mk82 src/compiler/js-builtin-reducer.cc \
83 src/compiler/js-call-reducer.cc \
84 src/compiler/js-context-relaxation.cc \
85 src/compiler/js-context-specialization.cc \
86 src/compiler/js-frame-specialization.cc \
87 src/compiler/js-generic-lowering.cc \
88 src/compiler/js-global-object-specialization.cc \
89 src/compiler/js-graph.cc \
90 src/compiler/js-inlining.cc \
91 src/compiler/js-inlining-heuristic.cc \
[all …]
DBUILD.gn224 "src/js/macros.py",
226 "src/js/prologue.js",
227 "src/js/runtime.js",
228 "src/js/v8natives.js",
229 "src/js/symbol.js",
230 "src/js/array.js",
231 "src/js/string.js",
232 "src/js/uri.js",
233 "src/js/math.js",
234 "src/third_party/fdlibm/fdlibm.js",
[all …]
/external/v8/test/mjsunit/
Dmjsunit.isolate8 '../../tools/codemap.js',
9 '../../tools/consarray.js',
10 '../../tools/csvparser.js',
11 '../../tools/logreader.js',
12 '../../tools/profile.js',
13 '../../tools/profile_view.js',
14 '../../tools/profviz/composer.js',
15 '../../tools/splaytree.js',
16 '../../tools/tickprocessor.js'
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/
Dform_based_credentials_backend_unittest_base.py37 def VerifyEmail(js): argument
38 assert email_element_id in js
39 assert 'blah' in js
42 def VerifyPw(js): argument
43 assert password_element_id in js
44 assert 'largh' in js
47 def VerifySubmit(js): argument
48 assert '.submit' in js or '.click' in js
/external/chromium-trace/catapult/third_party/flot/
DMakefile6 all: $(patsubst %.js,%.min.js,$(filter-out %.min.js,$(wildcard *.js)))
8 %.min.js: %.js
12 ./node_modules/.bin/jshint *jquery.flot.js
/external/v8/test/mjsunit/tools/
Dtickprocessor-test.ignore-unknown39 3 100.0% LazyCompile: exp native math.js:41
40 3 100.0% Script: exp.js
43 2 100.0% LazyCompile: exp native math.js:41
44 2 100.0% Script: exp.js
47 1 50.0% LazyCompile: exp native math.js:41
48 1 100.0% Script: exp.js
51 1 100.0% Script: exp.js
54 1 100.0% Script: exp.js
59 1 100.0% LazyCompile: exp native math.js:41
60 1 100.0% Script: exp.js
Dtickprocessor-test.default40 3 100.0% LazyCompile: exp native math.js:41
41 3 100.0% Script: exp.js
44 2 100.0% LazyCompile: exp native math.js:41
45 2 100.0% Script: exp.js
48 1 50.0% LazyCompile: exp native math.js:41
49 1 100.0% Script: exp.js
52 1 100.0% Script: exp.js
55 1 100.0% Script: exp.js
60 1 100.0% LazyCompile: exp native math.js:41
61 1 100.0% Script: exp.js
Dtickprocessor-test.separate-ic42 3 100.0% LazyCompile: exp native math.js:41
43 3 100.0% Script: exp.js
46 2 100.0% LazyCompile: exp native math.js:41
47 2 100.0% Script: exp.js
50 1 50.0% LazyCompile: exp native math.js:41
51 1 100.0% Script: exp.js
54 1 100.0% Script: exp.js
57 1 100.0% Script: exp.js
62 1 100.0% LazyCompile: exp native math.js:41
63 1 100.0% Script: exp.js
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
Dhtml_module.py60 js = inline_script.contents
62 js = GetInlineScriptContentWithPolymerizingApplied(inline_script)
64 js = js_utils.EscapeJSIfNeeded(js)
66 f.write(js)
121 def HasPolymerCall(js): argument
122 if re.search(_POLYMER_RE_1, js) is not None:
124 if re.search(_POLYMER_RE_2, js) is not None:
129 def UpdatePolymerCallsGivenElementName(js, polymer_element_name): argument
130 if re.search(_POLYMER_RE_1, js) is not None:
133 js, 0, re.DOTALL)
[all …]
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/tasks/support/
Dgl-matrix.rb65 js = sprockets[source]
66 js = yield js if block_given?
69 f.puts js
77 dest = compile source, dest do |js|
78 Uglifier.compile js
/external/libvpx/libvpx/vp8/common/
Dinvtrans.h31 int js; in eob_adjust() local
32 for(js = 0; js < 16; js++) in eob_adjust()
34 if((eobs[js] == 0) && (diff[0] != 0)) in eob_adjust()
35 eobs[js]++; in eob_adjust()
/external/autotest/apache/conf/
Ddjango-directives28 RewriteRule ^/media/(css|img|js)(.*) /usr/lib64/python2.7/site-packages/django/contrib/admin/static…
30 RewriteRule ^/afe/server/admin/admin/(css|img|js)(.*) /usr/lib64/python2.7/site-packages/django/con…
32 …r/admin/afe/(aclgroup|atomicgroup|host|label|profiler|test)/admin/(css|img|js)(.*) /usr/lib64/pyth…
38 RewriteRule ^/media/(css|img|js)(.*) /usr/local/autotest/site-packages/django/contrib/admin/media/$…
40 …r/admin/afe/(aclgroup|atomicgroup|host|label|profiler|test)/admin/(css|img|js)(.*) /usr/local/auto…
47 RewriteRule ^/media/(css|img|js)(.*) /usr/local/autotest/site-packages/django/contrib/admin/static/…
49 RewriteRule ^/afe/server/admin/admin/(css|img|js)(.*) /usr/local/autotest/site-packages/django/cont…
51 …r/admin/afe/(aclgroup|atomicgroup|host|label|profiler|test)/admin/(css|img|js)(.*) /usr/local/auto…
57 RewriteRule ^/media/(css|img|js)(.*) /usr/lib/python2.7/site-packages/django/contrib/admin/static/a…
59 …r/admin/afe/(aclgroup|atomicgroup|host|label|profiler|test)/admin/(css|img|js)(.*) /usr/lib/python…
[all …]

1234567891011