/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/ |
shell.js | 32 * The getJSType() function below will return '[object Number]' for us. 33 * The getJSClass() function returns 'Number', the [[Class]] property of obj. 37 var cnNoObject = 'Unexpected Error!!! Parameter to this function must be an object'; 43 function getJSType(obj) 52 function getJSClass(obj) 60 function findType(obj) 67 function findClass(sType) 78 function isObject(obj)
|
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 17 alloc_func = function(opaque: Pointer; items, size: Integer): Pointer; 22 in_func = function(opaque: Pointer; var buf: PByte): Integer; 24 out_func = function(opaque: Pointer; buf: PByte; size: Integer): Integer; 105 function zlibVersion: PChar; 106 function deflateInit(var strm: z_stream; level: Integer): Integer; 107 function deflate(var strm: z_stream; flush: Integer): Integer; 108 function deflateEnd(var strm: z_stream): Integer; 109 function inflateInit(var strm: z_stream): Integer; 110 function inflate(var strm: z_stream; flush: Integer): Integer; 111 function inflateEnd(var strm: z_stream): Integer [all...] |
/external/guava/guava/src/com/google/common/base/ |
FunctionalEquivalence.java | 41 private final Function<F, ? extends T> function; field in class:FunctionalEquivalence 45 Function<F, ? extends T> function, Equivalence<T> resultEquivalence) { 46 this.function = checkNotNull(function); 51 return resultEquivalence.equivalent(function.apply(a), function.apply(b)); 55 return resultEquivalence.hash(function.apply(a)); 64 return function.equals(that.function [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
ANTLRStringStream.as | 64 public function ANTLRStringStream(input:String = null, lineDelimiter:String = "\n") { 76 public function reset():void { 83 public function consume():void { 94 public function LA(i:int):int { 111 public function LT(i:int):int { 119 public function get index():int { 123 public function get size():int { 127 public function mark():int { 148 public function rewindTo(m:int):void { 157 public function rewind():void [all...] |
/external/webkit/LayoutTests/fast/js/resources/ |
JSON-stringify.js | 2 function createTests() { 16 arrayWithSideEffectGetter.__defineGetter__("b", function(){this.foo=1;}); 18 arrayWithSideEffectGetterAndProto.__defineGetter__("b", function(){this.foo=1;}); 21 result.push(function(jsonObject){ 24 result.push(function(jsonObject){ 27 result.push(function(jsonObject){ 30 result.push(function(jsonObject){ 33 result.push(function(jsonObject){ 36 result.push(function(jsonObject){ 39 result.push(function(jsonObject) [all...] |
JSON-parse.js | 2 function createTests() { 4 result.push(function(jsonObject){ 8 result.push(function(jsonObject){ 12 result.push(function(jsonObject){ 15 result.push(function(jsonObject){ 18 result.push(function(jsonObject){ 22 result.push(function(jsonObject){ 26 result.push(function(jsonObject){ 29 result.push(function(jsonObject){ 33 result.push(function(jsonObject) [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
CommonTree.as | 53 public function CommonTree(node:CommonTree = null) { 62 public static function createFromToken(t:Token):CommonTree { 68 public function get token():Token { 72 public override function dupNode():Tree { 76 public override function get isNil():Boolean { 80 public override function get type():int { 87 public override function get text():String { 94 public override function get line():int { 104 public override function get charPositionInLine():int { 114 public override function get tokenStartIndex():int [all...] |
TreeRuleReturnScope.as | 45 public override function get tree():Object { 49 public function set tree(tree:Object):void { 53 public function get values():Object { 57 public override function get start():Object { 61 public function set start(value:Object):void {
|
/external/webkit/LayoutTests/storage/ |
change-version-handle-reuse.js | 0 function finishTest() 9 function runTest() 15 db.changeVersion(version, newVersion, function(tx) { 17 }, function(error) { 19 }, function() { 30 function runTest2() 33 db.transaction(function(tx) { 34 tx.executeSql("SELECT * from FooBar", [], function(tx) { 37 }, function(tx, error) {
|
sql-error-codes.js | 0 function finishTest() 9 function transactionErrorCallback(error, expectedErrorCodeName) 21 function transactionSuccessCallback() 27 function testTransaction(db, transactionCallback, expectedErrorCodeName) 30 function(error) { 35 function testTransactionThrowsException(db) 37 testTransaction(db, function(tx) { throw "Exception thrown in transaction callback."; }, "UNKNOWN_ERR"); 40 function testTransactionFailureBecauseOfStatementFailure(db) 43 function(tx) { 44 tx.executeSql("BAD STATEMENT", [], null, function(tx, error) { return true; }) [all...] |
/external/guava/guava/src/com/google/common/collect/ |
ByFunctionOrdering.java | 22 import com.google.common.base.Function; 31 * function on those elements. 36 final Function<F, ? extends T> function; field in class:ByFunctionOrdering 40 Function<F, ? extends T> function, Ordering<T> ordering) { 41 this.function = checkNotNull(function); 46 return ordering.compare(function.apply(left), function.apply(right)) [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
math-spectral-norm.js | 6 function A(i,j) { 10 function Au(u,v) { 19 function Atu(u,v) { 28 function AtAu(u,v,w) { 33 function spectralnorm(n) {
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
math-spectral-norm.js | 6 function A(i,j) { 10 function Au(u,v) { 19 function Atu(u,v) { 28 function AtAu(u,v,w) { 33 function spectralnorm(n) {
|
/external/webkit/Source/WebCore/inspector/front-end/ |
HeapSnapshotProxy.js | 31 WebInspector.HeapSnapshotProxy = function() 37 _invokeGetter: function(getterName, callback) 39 function returnResult() 46 aggregates: function(withNodeIndexes, callback) 48 function returnResult() 55 _extractEdgeData: function(edge) 60 _extractNodeData: function(node) 65 createDiff: function(className) 70 createEdgesProvider: function(nodeIndex, filter) 72 function createProvider( [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
complex.h | 54 so we can easily declare each function as both `name' and `__name', 57 #define __MATHCALL(function, args) \ 58 __MATHDECL (_Mdouble_complex_,function, args) 59 #define __MATHDECL(type, function, args) \ 60 __MATHDECL_1(type, function, args); \ 61 __MATHDECL_1(type, __CONCAT(__,function), args) 62 #define __MATHDECL_1(type, function, args) \ 63 extern type __MATH_PRECNAME(function) args __THROW 91 # define __MATHDECL_1(type, function, args) \ 92 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
complex.h | 54 so we can easily declare each function as both `name' and `__name', 57 #define __MATHCALL(function, args) \ 58 __MATHDECL (_Mdouble_complex_,function, args) 59 #define __MATHDECL(type, function, args) \ 60 __MATHDECL_1(type, function, args); \ 61 __MATHDECL_1(type, __CONCAT(__,function), args) 62 #define __MATHDECL_1(type, function, args) \ 63 extern type __MATH_PRECNAME(function) args __THROW 91 # define __MATHDECL_1(type, function, args) \ 92 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
complex.h | 54 so we can easily declare each function as both `name' and `__name', 57 #define __MATHCALL(function, args) \ 58 __MATHDECL (_Mdouble_complex_,function, args) 59 #define __MATHDECL(type, function, args) \ 60 __MATHDECL_1(type, function, args); \ 61 __MATHDECL_1(type, __CONCAT(__,function), args) 62 #define __MATHDECL_1(type, function, args) \ 63 extern type __MATH_PRECNAME(function) args __THROW 91 # define __MATHDECL_1(type, function, args) \ 92 extern type __REDIRECT_NTH(__MATH_PRECNAME(function), args, function [all...] |
/external/webkit/Source/WebCore/inspector/ |
InjectedScript.cpp | 59 ScriptFunctionCall function(m_injectedScriptObject, "evaluate"); 60 function.appendArgument(expression); 61 function.appendArgument(objectGroup); 62 function.appendArgument(includeCommandLineAPI); 63 makeObjectCall(errorString, function, result); 68 ScriptFunctionCall function(m_injectedScriptObject, "evaluateOn"); 69 function.appendArgument(objectId); 70 function.appendArgument(expression); 71 makeObjectCall(errorString, function, result); 76 ScriptFunctionCall function(m_injectedScriptObject, "evaluateOnCallFrame") [all...] |
/external/v8/test/mjsunit/harmony/ |
block-let-crankshaft.js | 49 function f1() { } 51 function f2(x) { } 53 function f3() { 57 function f4() { 58 function foo() { 62 function f5() { 66 function f6() { 70 function f7(x) { 74 function f8() { 79 function f9() [all...] |
proxies.js | 33 function TestWithProxies(test, x, y, z) { 35 test(function(h) {return Proxy.createFunction(h, function() {})}, x, y, z) 44 function TestGetOwnProperty(handler) { 48 function TestGetOwnProperty2(create, handler) { 57 getOwnPropertyDescriptor: function(k) { 64 getOwnPropertyDescriptor: function(k) { 67 getOwnPropertyDescriptor2: function(k) { 74 getOwnPropertyDescriptor: function(k) { 81 get: function(pr, pk) [all...] |
block-let-semantics.js | 34 // function and block scopes. 36 function TestFunctionLocal(s) { 38 eval("(function(){" + s + "; })")(); 46 function TestBlockLocal(s,e) { 48 eval("(function(){ {" + s + ";} })")(); 57 function TestAll(s) { 77 TestAll('f(); let x; function f() { return x + 1; }'); 78 TestAll('f(); let x; function f() { x = 1; }'); 79 TestAll('f(); let x; function f() { x += 1; }'); 80 TestAll('f(); let x; function f() { ++x; }') [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
CommonTree.js | 7 org.antlr.runtime.tree.CommonTree = function(node) { 35 getToken: function() { 39 dupNode: function() { 43 isNil: function() { 47 getType: function() { 54 getText: function() { 61 getLine: function() { 71 getCharPositionInLine: function() { 81 getTokenStartIndex: function() { 88 setTokenStartIndex: function(index) [all...] |
CommonTreeAdaptor.js | 10 org.antlr.runtime.tree.CommonTreeAdaptor = function() {}; 20 dupNode: function(t) { 27 create: function(payload) { 56 createToken: function(fromToken) { 69 setTokenBoundaries: function(t, startToken, stopToken) { 97 getTokenStartIndex: function(t) { 104 getTokenStopIndex: function(t) { 111 getText: function(t) { 118 getType: function(t) { 129 getToken: function(t) [all...] |
/external/webkit/Source/JavaScriptCore/wtf/ |
MainThread.cpp | 44 MainThreadFunction* function; member in struct:WTF::FunctionWithContext 48 FunctionWithContext(MainThreadFunction* function = 0, void* context = 0, ThreadCondition* syncFlag = 0) 49 : function(function) 56 return function == o.function 155 invocation.function(invocation.context); 170 void callOnMainThread(MainThreadFunction* function, void* context) 172 ASSERT(function); 177 functionQueue().append(FunctionWithContext(function, context)) [all...] |
/external/clang/www/analyzer/scripts/ |
menu.js | 1 startList = function() { 7 node.onmouseover=function() { 10 node.onmouseout=function() {
|