HomeSort by relevance Sort by last modified time
    Searched refs:JavaScript (Results 26 - 50 of 71) sorted by null

12 3

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 1 r"""JSON (JavaScript Object Notation) <http://json.org> is a subset of
2 JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data
148 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
212 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 1 r"""JSON (JavaScript Object Notation) <http://json.org> is a subset of
2 JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data
148 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
212 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
  /external/v8/benchmarks/
raytrace.js 9 // JavaScript framework which is used by the ray tracer.
24 // The following is a copy of parts of the Prototype JavaScript library:
26 // Prototype JavaScript framework, version 1.5.0
deltablue.js 23 // more like a JavaScript program.
32 * A JavaScript implementation of the DeltaBlue constraint-solving
richards.js 29 // This is a JavaScript implementation of the Richards
  /external/flatbuffers/tests/
JavaScriptTest.js 19 // Second, let's create a FlatBuffer from scratch in JavaScript, and test it also.
63 // JavaScript code. They are functionally equivalent though.
  /external/protobuf/js/binary/
arith.js 37 * TODO(haberman): move this to javascript/closure/math?
46 * top of JavaScript's number type, which has only 53 bits of precision, by
170 // JavaScript numbers. So we multiply with 16-bit digits (radix 65536)
decoder.js 34 * and raw bytes) embedded in Uint8Arrays into their corresponding Javascript
37 * Major caveat - Javascript is unable to accurately represent integers larger
529 * format and Javascript's handling of bitwise math, this actually works
627 // 32-bit integers fit in JavaScript numbers without loss of precision, so
641 // 32-bit integers fit in JavaScript numbers without loss of precision, so
666 * Javascript represents all numbers as double-precision floats, there will be
692 * Javascript represents all numbers as double-precision floats, there will be
718 * that since Javascript represents all numbers as double-precision floats,
780 * Javascript represents all numbers as double-precision floats, there will be
838 * Javascript represents all numbers as double-precision floats, there will b
    [all...]
  /external/libmojo/mojo/public/js/
core.js 10 // This module provides the JavaScript bindings for mojo/public/c/system/core.h.
  /prebuilts/go/darwin-x86/src/html/template/
clone_test.go 38 // In the t2 template, it will be in a JavaScript context.
62 Must(t2.Parse(`{{define "lhs"}} <p onclick="javascript: {{end}}`))
70 if got, want := b.String(), ` <p onclick="javascript: &#34;\u003ci\u003e*/&#34; "></p> `; got != want {
css.go 234 // inside a string that might embed JavaScript source.
js_test.go 23 // is valid JavaScript but in practice, devs do not do this.
340 {"application/javascript;version=1.8", true},
341 {"application/javascript;version=1.8;foo=bar", true},
342 {"application/javascript/version=1.8", false},
343 {"text/javascript", true},
escape.go 799 // JSEscape writes to w the escaped JavaScript equivalent of the plain text data b.
804 // JSEscapeString returns the escaped JavaScript equivalent of the plain text data s.
809 // JSEscaper returns the escaped JavaScript equivalent of the textual
  /prebuilts/go/linux-x86/src/html/template/
clone_test.go 38 // In the t2 template, it will be in a JavaScript context.
62 Must(t2.Parse(`{{define "lhs"}} <p onclick="javascript: {{end}}`))
70 if got, want := b.String(), ` <p onclick="javascript: &#34;\u003ci\u003e*/&#34; "></p> `; got != want {
css.go 234 // inside a string that might embed JavaScript source.
js_test.go 23 // is valid JavaScript but in practice, devs do not do this.
340 {"application/javascript;version=1.8", true},
341 {"application/javascript;version=1.8;foo=bar", true},
342 {"application/javascript/version=1.8", false},
343 {"text/javascript", true},
escape.go 799 // JSEscape writes to w the escaped JavaScript equivalent of the plain text data b.
804 // JSEscapeString returns the escaped JavaScript equivalent of the plain text data s.
809 // JSEscaper returns the escaped JavaScript equivalent of the textual
  /prebuilts/go/darwin-x86/src/text/template/parse/
lex_test.go 373 // minimized JavaScript. Should have fixed it before Go 1.1.
  /prebuilts/go/linux-x86/src/text/template/parse/
lex_test.go 373 // minimized JavaScript. Should have fixed it before Go 1.1.
  /prebuilts/go/darwin-x86/src/encoding/json/
encode.go 103 // when communicating with JavaScript programs:
935 // but don't work in JSONP, which has to be evaluated as JavaScript,
938 // See http://timelessrepo.com/json-isnt-a-javascript-subset for discussion.
1012 // but don't work in JSONP, which has to be evaluated as JavaScript,
1015 // See http://timelessrepo.com/json-isnt-a-javascript-subset for discussion.
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
encode.go 103 // when communicating with JavaScript programs:
935 // but don't work in JSONP, which has to be evaluated as JavaScript,
938 // See http://timelessrepo.com/json-isnt-a-javascript-subset for discussion.
1012 // but don't work in JSONP, which has to be evaluated as JavaScript,
1015 // See http://timelessrepo.com/json-isnt-a-javascript-subset for discussion.
    [all...]
  /external/v8/tools/
tickprocessor.js 402 if(printAllTicks) this.printHeader('JavaScript');
414 this.printLine('JavaScript', jsTicks, totalTicks, nonLibraryTicks);
  /external/v8/src/debug/
debug.js 42 // Debug events which can occour in the V8 JavaScript engine. These originate
585 // Break in builtin JavaScript code is not supported.
1057 // Exceptions might happen whithout any JavaScript frames.
    [all...]
  /prebuilts/go/darwin-x86/src/text/template/
doc.go 323 Returns the escaped JavaScript equivalent of the textual
  /prebuilts/go/linux-x86/src/text/template/
doc.go 323 Returns the escaped JavaScript equivalent of the textual

Completed in 709 milliseconds

12 3