| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/ |
| shell.js | 50 function writeLineToLog( string ) { 57 function expectExitCode(n) 67 function inSection(x) 77 function inRhino() 79 return (typeof defineClass == "function"); 85 function reportFailure (msg) 100 function printStatus (msg) 115 function printBugNumber (num) 127 function reportCompare (expected, actual, description) 161 * a function-reported-from field when reporting failures [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
| math.h | 51 so we can easily declare each function as both `name' and `__name', 54 #define __MATHCALL(function,suffix, args) \ 55 __MATHDECL (_Mdouble_,function,suffix, args) 56 #define __MATHDECL(type, function,suffix, args) \ 57 __MATHDECL_1(type, function,suffix, args); \ 58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) 59 #define __MATHCALLX(function,suffix, args, attrib) \ 60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib) 61 #define __MATHDECLX(type, function,suffix, args, attrib) \ 62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); [all...] |
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
| math.h | 51 so we can easily declare each function as both `name' and `__name', 54 #define __MATHCALL(function,suffix, args) \ 55 __MATHDECL (_Mdouble_,function,suffix, args) 56 #define __MATHDECL(type, function,suffix, args) \ 57 __MATHDECL_1(type, function,suffix, args); \ 58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) 59 #define __MATHCALLX(function,suffix, args, attrib) \ 60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib) 61 #define __MATHDECLX(type, function,suffix, args, attrib) \ 62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
| math.h | 51 so we can easily declare each function as both `name' and `__name', 54 #define __MATHCALL(function,suffix, args) \ 55 __MATHDECL (_Mdouble_,function,suffix, args) 56 #define __MATHDECL(type, function,suffix, args) \ 57 __MATHDECL_1(type, function,suffix, args); \ 58 __MATHDECL_1(type, __CONCAT(__,function),suffix, args) 59 #define __MATHCALLX(function,suffix, args, attrib) \ 60 __MATHDECLX (_Mdouble_,function,suffix, args, attrib) 61 #define __MATHDECLX(type, function,suffix, args, attrib) \ 62 __MATHDECL_1(type, function,suffix, args) __attribute__ (attrib); [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
| 11.7.1.js | 56 function test() { 69 function getTestCases() { 86 function ToInteger( n ) { 98 function ToInt32( n ) { 111 function ToUint32( n ) { 128 function ToUint16( n ) { 143 function Mask( b, n ) { 149 function ToUint32BitString( n ) { 161 function ToInt32BitString( n ) { 178 function ToInt32Decimal( bin ) [all...] |
| 11.7.2.js | 56 function test() { 69 function getTestCases() { 100 function ToInteger( n ) { 112 function ToInt32( n ) { 125 function ToUint32( n ) { 142 function ToUint16( n ) { 157 function Mask( b, n ) { 163 function ToUint32BitString( n ) { 175 function ToInt32BitString( n ) { 192 function ToInt32Decimal( bin ) [all...] |
| 11.7.3.js | 57 function test() { 70 function getTestCases() { 91 function ToInteger( n ) { 103 function ToInt32( n ) { 116 function ToUint32( n ) { 133 function ToUint16( n ) { 148 function Mask( b, n ) { 154 function ToUint32BitString( n ) { 166 function ToInt32BitString( n ) { 183 function ToInt32Decimal( bin ) [all...] |
| /external/webkit/Source/WebCore/inspector/front-end/ |
| CookiesTable.js | 31 WebInspector.CookiesTable = function(cookieDomain, expandable, deleteCallback) 74 updateWidths: function() 80 setCookies: function(cookies) 86 addCookiesFolder: function(folderName, cookies) 98 _rebuildTable: function() 116 _populateNode: function(parentNode, cookies) 132 _totalSize: function(cookies) 140 _sortCookies: function(cookies) 144 function localeCompare(field, cookie1, cookie2) 149 function numberCompare(field, cookie1, cookie2 [all...] |
| SearchController.js | 32 WebInspector.SearchController = function() 44 updateSearchMatchesCount: function(matches, panel) 55 updateSearchLabel: function() 69 cancelSearch: function() 75 handleShortcut: function(event) 115 activePanelChanged: function() 124 function performPanelSearch() 140 _updateSearchMatchesCount: function(matches) 160 focusSearchField: function() 166 _onSearchFieldManualFocus: function(event [all...] |
| /external/chromium/chrome/browser/extensions/ |
| extension_function_dispatcher.cc | 92 // Adds all function names to 'names'. 355 ExtensionFunction* function = iter->second(); local 356 function->set_name(name); 357 return function; 480 scoped_refptr<ExtensionFunction> function( 482 function->set_dispatcher_peer(peer_); 483 function->set_profile(profile_); 484 function->set_extension_id(extension_id()); 485 function->SetArgs(¶ms.arguments); 486 function->set_source_url(params.source_url) [all...] |
| /external/v8/benchmarks/ |
| crypto.js | 58 function BigInteger(a,b,c) { 67 function nbi() { return new BigInteger(null); } 77 function am1(i,x,w,j,c,n) { 91 function am2(i,x,w,j,c,n) { 108 function am3(i,x,w,j,c,n) { 126 function am4(i,x,w,j,c,n) { 147 setupEngine = function(fn, bits) { 173 function int2char(n) { return BI_RM.charAt(n); } 174 function intAt(s,i) { 180 function bnpCopyTo(r) [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
| v8-crypto.js | 50 function BigInteger(a,b,c) { 59 function nbi() { return new BigInteger(null); } 69 function am1(i,x,w,j,c,n) { 83 function am2(i,x,w,j,c,n) { 100 function am3(i,x,w,j,c,n) { 118 function am4(i,x,w,j,c,n) { 139 setupEngine = function(fn, bits) { 165 function int2char(n) { return BI_RM.charAt(n); } 166 function intAt(s,i) { 172 function bnpCopyTo(r) [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
| v8-crypto.js | 50 function BigInteger(a,b,c) { 59 function nbi() { return new BigInteger(null); } 69 function am1(i,x,w,j,c,n) { 83 function am2(i,x,w,j,c,n) { 100 function am3(i,x,w,j,c,n) { 118 function am4(i,x,w,j,c,n) { 139 setupEngine = function(fn, bits) { 165 function int2char(n) { return BI_RM.charAt(n); } 166 function intAt(s,i) { 172 function bnpCopyTo(r) [all...] |
| /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
| v8-crypto.js | 50 function BigInteger(a,b,c) { 59 function nbi() { return new BigInteger(null); } 69 function am1(i,x,w,j,c,n) { 83 function am2(i,x,w,j,c,n) { 100 function am3(i,x,w,j,c,n) { 118 function am4(i,x,w,j,c,n) { 139 setupEngine = function(fn, bits) { 165 function int2char(n) { return BI_RM.charAt(n); } 166 function intAt(s,i) { 172 function bnpCopyTo(r) [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/ |
| util.js | 23 function log(msg) {}
36 var TYPE_function = 'function';
41 * Wrapper for the eval() builtin function to evaluate expressions and
51 function jsEval(expr) {
59 // function literals in IE.
60 // e.g. eval("(function() {})") returns undefined, and not a function
69 function jsLength(obj) {
73 function assert(obj) {}
81 function copyProperties(to, from) { [all...] |
| /external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
| util.js | 23 function log(msg) {} 36 var TYPE_function = 'function'; 41 * Wrapper for the eval() builtin function to evaluate expressions and 51 function jsEval(expr) { 59 // function literals in IE. 60 // e.g. eval("(function() {})") returns undefined, and not a function 69 function jsLength(obj) { 73 function assert(obj) {} 81 function copyProperties(to, from) [all...] |
| /external/v8/test/mjsunit/harmony/ |
| collections.js | 32 function TestValidSetCalls(m) { 33 assertDoesNotThrow(function () { m.add(new Object) }); 34 assertDoesNotThrow(function () { m.has(new Object) }); 35 assertDoesNotThrow(function () { m.delete(new Object) }); 41 function TestValidMapCalls(m) { 42 assertDoesNotThrow(function () { m.get(new Object) }); 43 assertDoesNotThrow(function () { m.set(new Object) }); 44 assertDoesNotThrow(function () { m.has(new Object) }); 45 assertDoesNotThrow(function () { m.delete(new Object) }); 52 function TestInvalidCalls(m) [all...] |
| /dalvik/vm/mterp/x86/ |
| stub.S | 3 movl %ecx,OUT_ARG0(%esp) # self is first arg to function
|
| /external/ceres-solver/internal/ceres/ |
| runtime_numeric_diff_cost_function.cc | 47 bool EvaluateJacobianForParameterBlock(const CostFunction* function, 64 int num_residuals = function->num_residuals(); 97 if (!function->Evaluate(parameters, &residuals[0], NULL)) { 110 // Compute the function on the other side of x(j). 113 if (!function->Evaluate(parameters, &residuals[0], NULL)) { 134 RuntimeNumericDiffCostFunction(const CostFunction* function, 137 : function_(function), 140 *mutable_parameter_block_sizes() = function->parameter_block_sizes(); 141 set_num_residuals(function->num_residuals()); 149 // Get the function value (residuals) at the the point to evaluate [all...] |
| /external/guava/guava/src/com/google/common/base/ |
| Suppliers.java | 43 * Returns a new supplier which is the composition of the provided function 46 * {@code function} to that value. Note that the resulting supplier will not 47 * call {@code supplier} or invoke {@code function} until it is called. 50 Function<? super F, T> function, Supplier<F> supplier) { 51 Preconditions.checkNotNull(function); 53 return new SupplierComposition<F, T>(function, supplier); 58 final Function<? super F, T> function; field in class:Suppliers.SupplierComposition 61 SupplierComposition(Function<? super F, T> function, Supplier<F> supplier) [all...] |
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
| toplevel.ml | 23 print_endline "parsed a function definition."; 30 (* Evaluate a top-level expression into an anonymous function. *) 36 (* JIT the function, returning a function pointer. *)
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
| ast.ml | 16 (* variant for function calls. *) 25 (* proto - This type represents the "prototype" for a function, which captures 27 * function takes). *) 30 (* func - This type represents a function definition itself. *) 31 type func = Function of proto * expr
|
| toplevel.ml | 23 print_endline "parsed a function definition."; 30 (* Evaluate a top-level expression into an anonymous function. *) 36 (* JIT the function, returning a function pointer. *)
|
| /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
| ast.ml | 19 (* variant for function calls. *) 28 (* proto - This type represents the "prototype" for a function, which captures 30 * function takes). *) 35 (* func - This type represents a function definition itself. *) 36 type func = Function of proto * expr
|
| toplevel.ml | 23 print_endline "parsed a function definition."; 30 (* Evaluate a top-level expression into an anonymous function. *) 36 (* JIT the function, returning a function pointer. *)
|