| /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/ |
| tokenizer.js | 96 function isWhitespace(cp) { 100 function isAsciiDigit(cp) { 104 function isAsciiUpper(cp) { 108 function isAsciiLower(cp) { 112 function isAsciiAlphaNumeric(cp) { 116 function isDigit(cp, isHex) { 121 function isReservedCodePoint(cp) { 125 function toAsciiLowerCodePoint(cp) { 129 //NOTE: String.fromCharCode() function can handle only characters from BMP subset. 132 function toChar(cp) [all...] |
| preprocessor.js | 13 function isReservedCodePoint(cp) { 17 function isSurrogatePair(cp1, cp2) { 21 function getSurrogatePairCodePoint(cp1, cp2) { 28 var Preprocessor = module.exports = function (html) { 39 Preprocessor.prototype.write = function (html) { 53 Preprocessor.prototype.advanceAndPeekCodePoint = function () { 82 Preprocessor.prototype._processHighRangeCodePoint = function (cp) { 103 Preprocessor.prototype._addGap = function () { 108 Preprocessor.prototype.retreat = function () {
|
| /external/v8/src/ |
| uri.js | 17 (function() { 22 function HexValueOf(code) { 34 function isAlphaNumeric(cc) { 48 function URIAddEncodedOctetToBuffer(octet, result, index) { 55 function URIEncodeOctets(octets, result, index) { 67 function URIEncodeSingle(cc, result, index) { 85 function URIEncodePair(cc1 , cc2, result, index) { 99 function URIHexCharsToCharCode(highChar, lowChar) { 110 function URIDecodeOctets(octets, result, index) { 184 function Encode(uri, unescape) [all...] |
| weak-collection.js | 18 function WeakMapConstructor(iterable) { 51 function WeakMapGet(key) { 63 function WeakMapSet(key, value) { 75 function WeakMapHas(key) { 87 function WeakMapDelete(key) { 99 function WeakMapClear() { 111 function SetUpWeakMap() { 134 function WeakSetConstructor(iterable) { 163 function WeakSetAdd(value) { 175 function WeakSetHas(value) [all...] |
| /external/v8/test/mjsunit/ |
| debug-breakpoints.js | 32 function f() {a=1;b=2} 33 function g() { 58 // function g() { 66 // function g() { 72 // function g() { 80 // function g() { 86 // function g() { 93 // function g() { 101 // function g() { 109 // function g() [all...] |
| getters-on-elements.js | 31 // We specify max-opt-count because we opt/deopt the same function many 35 // a function in a gc in the stack guard at the beginning of the (optimized) 36 // function due to leftover map clearing work that results in deoptimizing 43 assertTrue = function(val) { 49 assertFalse = function(val) { 55 assertEquals = function(expected, val) { 61 empty_func = function(name) { } 69 optimize = function(name) { 72 clearFunctionTypeFeedback = function(name) { 75 deoptimizeFunction = function(name) [all...] |
| string-replace.js | 32 function replaceTest(result, subject, pattern, replacement) { 124 replaceTest("0axbxcx", short, "x", function r(m, i, s) { 134 replaceTest("0axbxcx", short, /x/, function r(m, i, s) { 144 replaceTest("0a1b2c3", short, /x/g, function r(m, i, s) { 154 replaceTest("0a1b2cx", short, /(x)(?=(.))/g, function r(m, c1, c2, i, s) { 184 replaceTest("string 42", "string x", /x/g, function() { return 42; }); 185 replaceTest("string 42", "string x", /x/, function() { return 42; }); 186 replaceTest("string 42", "string x", /[xy]/g, function() { return 42; }); 187 replaceTest("string 42", "string x", /[xy]/, function() { return 42; }); 188 replaceTest("string true", "string x", /x/g, function() { return true; }) [all...] |
| assert-opt-and-deopt.js | 42 function OptTracker() { 47 * The possible optimization states of a function. Must be in sync with the 59 * Always call this at the beginning of your test, once for each function 64 OptTracker.prototype.CheckpointOptCount = function(func) { 68 OptTracker.prototype.AssertOptCount = function(func, optcount) { 75 OptTracker.prototype.AssertDeoptCount = function(func, deopt_count) { 82 OptTracker.prototype.AssertDeoptHappened = function(func, expect_deopt) { 93 OptTracker.prototype.AssertIsOptimized = function(func, expect_optimized) { 108 OptTracker.prototype.GetOptCount_ = function(func) { 120 OptTracker.prototype.GetDeoptCount_ = function(func) [all...] |
| contextual-calls.js | 32 function install(name, value) { 39 install('return_this', function() { return this; }); 40 install('return_this_strict', function () { 'use strict'; return this; }); 88 install('f', function() { return this.name; }); 89 install('g', function() { "use strict"; return this ? this.name : "u"; }); 93 (function(){return f();})() + \ 94 (function(){return (1,f)();})() + \ 95 (function(){'use strict'; return f();})() + \ 96 (function(){'use strict'; return (1,f)();})() + \ 97 (function(){return g();})() + [all...] |
| array-push.js | 31 (function() { 73 (function() { 111 (function() { 119 (function() { 120 function f(a, i) { 125 a.f = function() { return 10; } 134 (function() { 135 function f(a, i) { 140 a.f = function() { return 10; }
|
| compare-objects.js | 33 function lt(a, b) { 37 function gt(a, b) { 41 function eq(a, b) { 45 function eq_strict(a, b) { 49 function test(a, b, less, greater) { 63 var obj1 = {toString: function() {return "1";}}; 64 var obj2 = {toString: function() {return "2";}}; 95 obj1.toString = function() {return "1"}; 102 obj2.toString = function() {return "2"};
|
| /external/v8/test/webkit/fast/js/kde/ |
| exception_propagation.js | 26 function myfunc() { 28 function throwex() { 83 // ### move to function.js 85 function aparam() { 88 function bparam() { 91 function cparam() { 98 // ### move to function.js 100 function anewparam() { 103 function bnewparam() { 106 function cnewparam() [all...] |
| /external/v8/tools/ |
| codemap.js | 34 function CodeMap() { 81 CodeMap.prototype.addCode = function(start, codeEntry) { 94 CodeMap.prototype.moveCode = function(from, to) { 107 CodeMap.prototype.deleteCode = function(start) { 118 CodeMap.prototype.addLibrary = function( 131 CodeMap.prototype.addStaticCode = function( 140 CodeMap.prototype.markPages_ = function(start, end) { 151 CodeMap.prototype.deleteAllCoveredNodes_ = function(tree, start, end) { 168 CodeMap.prototype.isAddressBelongsTo_ = function(addr, node) { 176 CodeMap.prototype.findInTree_ = function(tree, addr) [all...] |
| /packages/apps/UnifiedEmail/assets/ |
| script.js | 45 function getTotalOffset(el) { 65 function up(el, className) { 76 function getCachedValue(div, property, attrName) { 87 function onToggleClick(e) { 92 function toggleQuotedText(toggleElement) { 105 function collapseAllQuotedText() { 109 function processQuotedText(elt, showElided) { 128 function isConversationEmpty(bodyDivs) { 146 function normalizeAllMessageWidths() { 175 function normalizeElementWidths(elements) [all...] |
| /external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/dist/ |
| gl-matrix-min.js | 28 !function(t,n){if("object"==typeof exports&&"object"==typeof module)module.exports=n();else if("function"==typeof define&&define.amd)define(n);else{var r=n();for(var a in r)("object"==typeof exports?exports:t)[a]=r[a]}}(this,function(){return function(t){function n(a){if(r[a])return r[a].exports;var e=r[a]={exports:{},id:a,loaded:!1};return t[a].call(e.exports,e,e.exports,n),e.loaded=!0,e.exports}var r={};return n.m=t,n.c=r,n.p="",n(0)}([function(t,n,r){n.glMatrix=r(1),n.mat2=r(2),n.mat2d=r(3),n.mat3=r(4),n.mat4=r(5),n.quat=r(6),n.vec2=r(9),n.vec3=r(7),n.vec4=r(8)},function(t,n,r){var a={};a.EPSILON=1e-6,a.ARRAY_TYPE="undefined"!=typeof Float32Array?Float32Array:Array,a.RANDOM=Math.random,a.setMatrixArrayType=function(t){GLMAT_ARRAY_TYPE=t};var e=Math.PI/180;a.toRadian=function(t){return t*e},t.exports=a},function(t,n,r){var a=r(1),e={};e.create=function(){var t=new a.ARRAY_TYPE(4);return t[0]=1,t[1]=0,t[2]=0,t (…) [all...] |
| gl-matrix.js | 28 (function webpackUniversalModuleDefinition(root, factory) { 31 else if(typeof define === 'function' && define.amd) 37 })(this, function() { 38 return /******/ (function(modules) { // webpackBootstrap 42 /******/ // The require function 43 /******/ function __webpack_require__(moduleId) { 56 /******/ // Execute the module function 82 /***/ function(module, exports, __webpack_require__) { 124 /***/ function(module, exports, __webpack_require__) { 162 glMatrix.setMatrixArrayType = function(type) [all...] |
| /external/v8/benchmarks/spinning-balls/ |
| v.js | 30 * This function provides requestAnimationFrame in a cross browser way. 34 window.requestAnimationFrame = ( function() { 39 function(callback, element) { 68 function Point(x, y, z, payload) { 80 Point.prototype.color = function () { 85 Point.prototype.decay = function () { 91 function PointsList() { 97 PointsList.prototype.add = function (point) { 105 PointsList.prototype.remove = function (point) { 118 function GeneratePayloadTree(depth, tag) [all...] |
| /external/libvncserver/webclients/novnc/include/ |
| rfb.js | 16 function RFB(defaults) { 153 ['onUpdateState', 'rw', 'func', function() { }, 155 ['onPasswordRequired', 'rw', 'func', function() { }, 157 ['onClipboard', 'rw', 'func', function() { }, 159 ['onBell', 'rw', 'func', function() { }, 161 ['onFBUReceive', 'rw', 'func', function() { }, 163 ['onFBUComplete', 'rw', 'func', function() { }, 167 ['updateState', 'rw', 'func', function() { }, 169 ['clipboardReceive', 'rw', 'func', function() { }, 175 that.set_local_cursor = function(cursor) [all...] |
| /external/v8/test/mjsunit/harmony/ |
| module-parsing.js | 48 function f() {} 66 export function f0() {} 137 function 159 function module() {} 160 function f(module) { return module } 182 assertThrows("function f() { export x; }", SyntaxError); 183 assertThrows("function f() { export let x; }", SyntaxError); 184 assertThrows("function f() { import x from M; }", SyntaxError); 185 assertThrows("function f() { module M {}; }", SyntaxError); 187 assertThrows("function f() { { export x; } }", SyntaxError) [all...] |
| proxies-hash.js | 33 function TestWithProxies(test, construct, handler) { 35 test(construct, handler, function(h) { 36 return Proxy.createFunction(h, function() {}) 43 function TestSet(construct, fix) { 47 function TestSet2(construct, fix, create) { 48 var handler = {fix: function() { return {} }} 80 function TestMap(construct, fix) { 84 function TestMap2(construct, fix, create) { 85 var handler = {fix: function() { return {} }}
|
| /external/v8/test/mjsunit/regress/ |
| regress-binop-nosse2.js | 38 var x = {toString : function() {return 1}} 39 function add(a,b){return a+b;} 44 x.toString = function() {return "2"}; 49 function Checker() { 53 this.toString = function() { 57 this.check = function() { 65 function test(fun,check_fun,a,b,does_throw) { 85 function minus(a,b) { return a-b }; 86 function check_minus(a,b) { return a-b }; 87 function mod(a,b) { return a%b } [all...] |
| /external/valgrind/coregrind/m_dispatch/ |
| dispatch-ppc64le-linux.S | 43 _CALL_ELF is used in the assembly function to enable code for a 87 .type VG_(disp_run_translations),@function 89 .type .VG_(disp_run_translations),@function 96 .type .VG_(disp_run_translations),@function 427 .type VG_(disp_cp_chain_me_to_slowEP),@function 436 .type .VG_(disp_cp_chain_me_to_slowEP),@function 465 .type VG_(disp_cp_chain_me_to_fastEP),@function 474 .type .VG_(disp_cp_chain_me_to_fastEP),@function 503 .type VG_(disp_cp_xindir),@function 512 .type .VG_(disp_cp_xindir),@function [all...] |
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| codegen.ml | 15 let rec codegen_expr = function 39 | None -> raise (Error "unknown function referenced") 49 let codegen_proto = function 51 (* Make the function type: double(double,double) etc. *) 63 raise (Error "redefinition of function"); 67 raise (Error "redefinition of function with different # args"); 79 let codegen_func the_fpm = function 80 | Ast.Function (proto, body) -> 91 (* Finish off the function. *) 97 (* Optimize the function. * [all...] |
| /external/llvm/test/MC/ARM/ |
| eh-directive-save.s | 26 .type func1a,%function 39 .type func1b,%function 52 .type func1c,%function 65 .type func1d,%function 78 .type func1e,%function 109 .type func2a,%function 122 .type func2b,%function 135 .type func2c,%function 165 .type func3a,%function 178 .type func3b,%function [all...] |
| /external/v8/test/mjsunit/bugs/ |
| bug-941049.js | 31 function g(f) { 41 function h(f) { 46 // Test function with a materialized arguments array. 47 function f0() { 56 // Test function without a materialized arguments array. 57 function f1(x) { 65 function test(f) { 83 function w() { 87 function q(x, y) {
|