| /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/ |
| sorttable.js | 30 init: function() { 31 // quit if this function has already been called 33 // flag this function so we don't do the same thing twice 42 forEach(document.getElementsByTagName('table'), function(table) { 50 makeSortable: function(table) { 92 if (mtch && typeof sorttable["sort_"+override] == 'function') { 100 dean_addEvent(headrow[i],"click", function(e) { 131 forEach(theadrow.childNodes, function(cell) { 185 guessType: function(table, column) { 218 getInnerText: function(node) [all...] |
| /external/chromium/net/data/proxy_resolver_v8_unittest/ |
| passthrough.js | 4 function FindProxyForURL(url, host) { 15 function makePseudoHost(str) { 37 function isValidPseudoHostChar(c) {
|
| /external/llvm/test/Bindings/Ocaml/ |
| analysis.ml | 34 if not (verify_function fn) then bomb "valid function failed verification!"; 46 if verify_function fn then bomb "invalid function passed verification!"; 51 (* Don't bother to test assert_valid_{module,function}. *)
|
| /external/v8/test/mjsunit/ |
| debug-return-value.js | 33 function ParsedResponse(json) { 44 ParsedResponse.prototype.response = function() { 49 ParsedResponse.prototype.body = function() { 54 ParsedResponse.prototype.running = function() { 59 ParsedResponse.prototype.lookup = function(handle) { 70 // Listener which expects to do four steps to reach returning from the function. 71 function listener(event, exec_state, event_data, data) { 103 // Position at the end of the function. 107 // Just about to return from the function. 133 // Four steps from the debugger statement in this function will position us a [all...] |
| /external/webkit/LayoutTests/dom/html/level2/events/ |
| dispatchEvent13.js | 19 function getTargetURI() { 27 // This function is called by the testing framework before 35 function setUpPage() { 69 function loadComplete() { 88 function EventListenerN1003B(events, listeners) { 101 EventListenerN1003B.prototype.handleEvent = function(evt) { 103 // bring class variables into function scope 131 function EventListenerN10074(events, listeners) { 144 EventListenerN10074.prototype.handleEvent = function(evt) { 146 // bring class variables into function scop [all...] |
| /external/webkit/LayoutTests/dom/xhtml/level2/events/ |
| dispatchEvent13.js | 19 function getTargetURI() { 27 // This function is called by the testing framework before 35 function setUpPage() { 69 function loadComplete() { 88 function EventListenerN1003B(events, listeners) { 101 EventListenerN1003B.prototype.handleEvent = function(evt) { 103 // bring class variables into function scope 131 function EventListenerN10074(events, listeners) { 144 EventListenerN10074.prototype.handleEvent = function(evt) { 146 // bring class variables into function scop [all...] |
| /external/webkit/LayoutTests/fast/dom/TreeWalker/script-tests/ |
| filter-throw.js | 8 walker = document.createTreeWalker(testElement, NodeFilter.SHOW_ELEMENT, function(node) { 13 debug("Test with filter function"); 20 acceptNode : function(node) {
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Array/ |
| 15.4.4.5-1.js | 27 This test file tests cases in which the compare function is not supplied. 30 If comparefn is provided, it should be a function that accepts two arguments 49 function for the elements of this array, then for all nonnegative 56 step has been completely executed. A function is a consistent 57 comparison function for a set of values if (a) for any two of those 62 considered to be in the relation if and only if applying the function 66 to be in the relation if and only if applying the function to x and y 90 Note that the sort function is intentionally generic; it does not require that its this value be an Array object. 91 Therefore it can be transferred to other kinds of objects for use as a method. Whether the sort function can be 110 function test() [all...] |
| 15.4.4.5-2.js | 27 This test file tests cases in which the compare function is supplied. 31 If comparefn is provided, it should be a function that accepts two arguments 50 function for the elements of this array, then for all nonnegative 57 step has been completely executed. A function is a consistent 58 comparison function for a set of values if (a) for any two of those 63 considered to be in the relation if and only if applying the function 67 to be in the relation if and only if applying the function to x and y 91 Note that the sort function is intentionally generic; it does not require that its this value be an Array object. 92 Therefore it can be transferred to other kinds of objects for use as a method. Whether the sort function can be 111 function test() [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
| 15.9.4.3.js | 31 function MyDate() { 41 function utc( year, month, date, hours, minutes, seconds, ms ) { 84 function UTCTime( t ) { 89 function getTestCases() { 167 function addNewTestCase( DateCase, DateString, ExpectDate) { 197 function test() {
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
| shell.js | 44 function testRegExp(statuses, patterns, strings, actualmatches, expectedmatches) 129 function getState(status, pattern, string) 167 function formatArray(arr) 189 function toSource(arr) 221 function doubleQuote(text) 227 function singleQuote(text)
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/ |
| jsref.js | 33 function test() { 47 function TestCase( n, d, e, a ) { 62 function startTest() { 79 function getTestCaseResult( expect, actual ) { 117 function writeTestCaseResult( expect, actual, string ) { 122 function writeFormattedResult( expect, actual, string, passed ) { 138 function writeLineToLog( string ) { 141 function writeHeaderToLog( string ) { 144 function stopTest() 175 function getFailedCases() [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/ |
| getset-005.js | 48 var cnNameSetter = function(newValue) {this._name=newValue; this.nameSETS++;}; 49 var cnNameGetter = function() {this.nameGETS++; return this._name;}; 115 function TestObject() 172 function addThis() 181 function test() 196 function getStatus(i)
|
| getset-006.js | 26 * o.__lookupGetter__('p') returns the getter function for o.p, 52 var cnNameSetter = function(newValue) {this._name=newValue; this.nameSETS++;}; 53 var cnNameGetter = function() {this.nameGETS++; return this._name;}; 111 function TestObject() 146 function addThis() 155 function test() 170 function getStatus(i)
|
| /external/webkit/Source/WebCore/inspector/front-end/ |
| ScopeChainSidebarPane.js | 26 WebInspector.ScopeChainSidebarPane = function() 35 update: function(callFrame) 111 WebInspector.ScopeVariableTreeElement = function(property) 117 onattach: function() 124 onexpand: function() 129 oncollapse: function()
|
| /external/v8/benchmarks/ |
| deltablue.js | 49 Object.prototype.inheritsFrom = function (shuper) { 50 function Inheriter() { } 56 function OrderedCollection() { 60 OrderedCollection.prototype.add = function (elm) { 64 OrderedCollection.prototype.at = function (index) { 68 OrderedCollection.prototype.size = function () { 72 OrderedCollection.prototype.removeFirst = function () { 76 OrderedCollection.prototype.remove = function (elm) { 101 function Strength(strengthValue, name) { 106 Strength.stronger = function (s1, s2) [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
| v8-deltablue.js | 43 Object.prototype.inherits = function (shuper) { 44 function Inheriter() { } 50 function OrderedCollection() { 54 OrderedCollection.prototype.add = function (elm) { 58 OrderedCollection.prototype.at = function (index) { 62 OrderedCollection.prototype.size = function () { 66 OrderedCollection.prototype.removeFirst = function () { 70 OrderedCollection.prototype.remove = function (elm) { 95 function Strength(strengthValue, name) { 100 Strength.stronger = function (s1, s2) [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
| v8-deltablue.js | 43 Object.prototype.inheritsFrom = function (shuper) { 44 function Inheriter() { } 50 function OrderedCollection() { 54 OrderedCollection.prototype.add = function (elm) { 58 OrderedCollection.prototype.at = function (index) { 62 OrderedCollection.prototype.size = function () { 66 OrderedCollection.prototype.removeFirst = function () { 70 OrderedCollection.prototype.remove = function (elm) { 95 function Strength(strengthValue, name) { 100 Strength.stronger = function (s1, s2) [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
| v8-deltablue.js | 43 Object.prototype.inheritsFrom = function (shuper) { 44 function Inheriter() { } 50 function OrderedCollection() { 54 OrderedCollection.prototype.add = function (elm) { 58 OrderedCollection.prototype.at = function (index) { 62 OrderedCollection.prototype.size = function () { 66 OrderedCollection.prototype.removeFirst = function () { 70 OrderedCollection.prototype.remove = function (elm) { 95 function Strength(strengthValue, name) { 100 Strength.stronger = function (s1, s2) [all...] |
| /dalvik/vm/mterp/x86/ |
| entry.S | 20 .type dvmMterpStdRun, %function 65 .type dvmMterpStdBail, %function 96 .type dvmNcgInvokeInterpreter, %function
|
| /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
| DebugTreeGrammarHelper.cs | 44 /** Remember local variables. Currently, this is only the function parameter. 51 /** Set up an evaluator with a node stream; and a set of function definition ASTs. */ 58 /** Set up a local evaluator for a nested function call. The evaluator gets the definition 59 * tree of the function; the set of all defined functions (to find locally called ones); a 60 * pointer to the global variable memory; and the value of the function parameter to be 63 private DebugTreeGrammar( CommonTree function, 67 // Expected tree for function: ^(FUNC ID ( INT | ID ) expr) 68 : this( new CommonTreeNodeStream( function.GetChild( 2 ) ), functionDefinitions ) 71 localMemory[function.GetChild( 1 ).Text] = paramValue; 74 /** Find matching function definition for a function name and paramete [all...] |
| ProfileTreeGrammarHelper.cs | 44 /** Remember local variables. Currently, this is only the function parameter. 51 /** Set up an evaluator with a node stream; and a set of function definition ASTs. */ 58 /** Set up a local evaluator for a nested function call. The evaluator gets the definition 59 * tree of the function; the set of all defined functions (to find locally called ones); a 60 * pointer to the global variable memory; and the value of the function parameter to be 63 private ProfileTreeGrammar( CommonTree function, 67 // Expected tree for function: ^(FUNC ID ( INT | ID ) expr) 68 : this( new CommonTreeNodeStream( function.GetChild( 2 ) ), functionDefinitions ) 71 localMemory[function.GetChild( 1 ).Text] = paramValue; 74 /** Find matching function definition for a function name and paramete [all...] |
| /external/bison/darwin-lib/ |
| fcntl.h | 83 * For providing a substitute for a function that is missing on some 97 * For providing a replacement for a function that exists on all platforms, 116 * For providing a replacement for a function that exists on some platforms 149 declares a replacement function, named rpl_func, with the given prototype, 161 declares the system function, named func, with the given prototype, 192 except that the C function rpl_func may have a slightly different 210 that redirects to the system provided function func, if GNULIB_NAMESPACE 235 except that the C function func may have a slightly different declaration. 253 except that the C function is picked among a set of overloaded functions, 259 The inner cast: When the function is defined as a set of overloade [all...] |
| time.h | 50 * For providing a substitute for a function that is missing on some 64 * For providing a replacement for a function that exists on all platforms, 83 * For providing a replacement for a function that exists on some platforms 116 declares a replacement function, named rpl_func, with the given prototype, 128 declares the system function, named func, with the given prototype, 159 except that the C function rpl_func may have a slightly different 177 that redirects to the system provided function func, if GNULIB_NAMESPACE 202 except that the C function func may have a slightly different declaration. 220 except that the C function is picked among a set of overloaded functions, 226 The inner cast: When the function is defined as a set of overloade [all...] |
| /external/bison/linux-lib/ |
| fcntl.h | 83 * For providing a substitute for a function that is missing on some 97 * For providing a replacement for a function that exists on all platforms, 116 * For providing a replacement for a function that exists on some platforms 149 declares a replacement function, named rpl_func, with the given prototype, 161 declares the system function, named func, with the given prototype, 192 except that the C function rpl_func may have a slightly different 210 that redirects to the system provided function func, if GNULIB_NAMESPACE 235 except that the C function func may have a slightly different declaration. 253 except that the C function is picked among a set of overloaded functions, 259 The inner cast: When the function is defined as a set of overloade [all...] |