| /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/ |
| regress-7224.js | 37 * Calls to AddTestCase here. AddTestCase is a function that is defined 54 var f = new Function( "return arguments.caller" ); 62 "var f = new Function( 'return arguments.caller' ); f()",
|
| toString-001-n.js | 26 * Function.prototype.toString is not generic. 44 o.toString = Function.prototype.toString; 49 "var o = {}; o.toString = Function.prototype.toString; o.toString();",
|
| /external/webkit/Source/WebCore/bindings/v8/custom/ |
| V8CustomXPathNSResolver.cpp | 57 v8::Handle<v8::Function> lookupNamespaceURIFunc; 60 // Check if the resolver has a function property named lookupNamespaceURI. 64 lookupNamespaceURIFunc = v8::Handle<v8::Function>::Cast(lookupNamespaceURI); 81 v8::Handle<v8::Function> function = lookupNamespaceURIFunc.IsEmpty() ? v8::Handle<v8::Function>::Cast(m_resolver) : lookupNamespaceURIFunc; local 83 v8::Handle<v8::Value> retval = V8Proxy::callFunctionWithoutFrame(function, m_resolver, argc, argv);
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/ |
| 11.6.2-1.js | 51 function test() { 64 function getTestCases() { 174 function MyProtoValuelessObject() { 175 this.valueOf = new Function ( "" ); 178 function MyProtolessObject( value ) { 179 this.valueOf = new Function( "return this.value" ); 183 function MyValuelessObject(value) { 186 function MyPrototypeObject(value) { 187 this.valueOf = new Function( "return this.value;" ); 188 this.toString = new Function( "return (this.value + '');" ) [all...] |
| /frameworks/compile/libbcc/runtime/make/ |
| util.mk | 6 # Function: streq LHS RHS 13 # Function: strneq LHS RHS 18 # Function: contains list item 23 # Function: is_subset a b 27 # Function: set_difference a b 31 # Function: Set variable value 36 # Function: Append variable value 41 # Function: IsDefined variable 46 # Function: IsUndefined variable 51 # Function: VarOrDefault variable default-valu [all...] |
| /external/llvm/include/llvm/Support/ |
| InstIterator.h | 11 // instructions in a function. This is effectively a wrapper around a two level 23 #include "llvm/Function.h" 121 Function::iterator, BasicBlock::iterator, 124 Function::const_iterator, 128 inline inst_iterator inst_begin(Function *F) { return inst_iterator(*F); } 129 inline inst_iterator inst_end(Function *F) { return inst_iterator(*F, true); } 130 inline const_inst_iterator inst_begin(const Function *F) { 133 inline const_inst_iterator inst_end(const Function *F) { 136 inline inst_iterator inst_begin(Function &F) { return inst_iterator(F); } 137 inline inst_iterator inst_end(Function &F) { return inst_iterator(F, true); [all...] |
| CFG.h | 10 // This file defines specializations of GraphTraits that allow Function and 19 #include "llvm/Function.h" 239 // Provide specializations of GraphTraits to be able to treat a function as a 269 // Provide specializations of GraphTraits to be able to treat a function as a 271 // a function is considered to be when traversing the predecessor edges of a BB 303 // GraphTraits specializations for function basic block graphs (CFGs) 306 // Provide specializations of GraphTraits to be able to treat a function as a 308 // except that the root node is implicitly the first node of the function. 310 template <> struct GraphTraits<Function*> : public GraphTraits<BasicBlock*> { 311 static NodeType *getEntryNode(Function *F) { return &F->getEntryBlock(); [all...] |
| /external/llvm/unittests/ExecutionEngine/JIT/ |
| MultiJITTest.cpp | 34 void createModule1(LLVMContext &Context1, Module *&M1, Function *&FooF1) { 51 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) { 74 Function *FooF1 = 0; 79 Function *FooF2 = 0; 88 // Call the `foo' function with no arguments: 104 Function *FooF1 = 0; 109 Function *FooF2 = 0; 118 // Call the `foo' function with no arguments: 138 Function *FooF1 = 0; 143 Function *FooF2 = 0 [all...] |
| JITTest.cpp | 21 #include "llvm/Function.h" 39 Function *makeReturnGlobal(std::string Name, GlobalVariable *G, Module *M) { 43 Function *F = Function::Create(FTy, GlobalValue::ExternalLinkage, Name, M); 54 std::string DumpFunction(const Function *F) { 74 StartFunctionBodyCall(uint8_t *Result, const Function *F, 79 const Function *F; 85 virtual uint8_t *startFunctionBody(const Function *F, 100 EndFunctionBodyCall(const Function *F, uint8_t *FunctionStart, 104 const Function *F [all...] |
| /external/llvm/include/llvm/Analysis/ |
| CFGPrinter.h | 19 #include "llvm/Function.h" 27 struct DOTGraphTraits<const Function*> : public DefaultDOTGraphTraits { 31 static std::string getGraphName(const Function *F) { 32 return "CFG for '" + F->getNameStr() + "' function"; 36 const Function *Graph) { 48 const Function *Graph) { 76 const Function *Graph) {
|
| CallGraph.h | 13 // Every function in a module is represented as a node in the call graph. The 14 // callgraph node keeps track of which functions the are called by the function 17 // A call graph may contain nodes where the function that they correspond to is 31 // 1. The function is external, reflecting the fact that they could call 33 // 2. The function contains an indirect function call. 36 // function. These will be used when we can prove (through pointer analysis) 44 // CallGraph is, which it currently does by looking for a function named 'main'. 45 // If no function named 'main' is found, the external node is used as the entry 46 // node, reflecting the fact that any function without internal linkage coul [all...] |
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Types/ |
| 8.6.2.1-1.js | 50 function test() { 63 function getTestCases() { 84 function MyProtoValuelessObject(value) { 85 this.valueOf = new Function ( "" ); 89 function MyProtolessObject( value ) { 90 this.valueOf = new Function( "return this.value" ); 94 function MyValuelessObject(value) { 97 function MyPrototypeObject(value) { 98 this.valueOf = new Function( "return this.value;" ); 99 this.toString = new Function( "return (this.value + '');" ) [all...] |
| /bootable/recovery/edify/ |
| expr.h | 53 typedef Value* (*Function)(const char* name, State* state, 57 Function fn; 64 // Take one of the Expr*s passed to the function as an argument, 69 // Take one of the Expr*s passed to the function as an argument, 72 // a convenience function for older functions that want to deal only 80 // ("concat" is also available as a builtin function, to concatenate 91 // Convenience function for building expressions with a fixed number 93 Expr* Build(Function fn, YYLTYPE loc, int count, ...); 102 // NULL from a function). 110 Function fn [all...] |
| /external/jsilver/src/com/google/clearsilver/jsilver/functions/ |
| FunctionRegistry.java | 35 protected Map<String, Function> functions = new HashMap<String, Function>(); 44 Function function = functions.get(name); local 45 if (function == null) { 46 throw new JSilverInterpreterException("Function not found " + name); 48 Value result = function.execute(args); 50 throw new JSilverInterpreterException("Function " + name + " did not return value"); 70 Function function = functions.get(name) local [all...] |
| /external/webkit/Source/WebCore/platform/mac/ |
| SoftLinking.h | 69 static Class className##Function() \ 79 get##className##Class = className##Function; \ 88 static type name##Function() \ 98 get##name = name##Function; \ 107 static type name##Function() \ 117 get##name = name##Function; \
|
| /external/llvm/lib/Analysis/IPA/ |
| CallGraph.cpp | 30 // Root is root of the call graph, or the external node if a 'main' function 40 // indirect calls or calling an external function. 58 // Add every function to the call graph. 62 // If we didn't find a main function, use the external call graph node 74 if (Function *F = getRoot()->getFunction()) 77 OS << "<<null function: 0x" << getRoot() << ">>\n"; 111 // addToCallGraph - Add a function to the call graph, and link the node to all 114 void addToCallGraph(Function *F) { 117 // If this function has external linkage, anything could call it. 130 // Loop over all of the users of the function, looking for non-call uses [all...] |
| /external/apache-xml/src/main/java/org/apache/xalan/templates/ |
| AbsPathChecker.java | 28 import org.apache.xpath.functions.Function; 54 * Visit a function. 57 * @param func The function reference object. 60 public boolean visitFunction(ExpressionOwner owner, Function func)
|
| /external/llvm/include/llvm/CodeGen/ |
| GCStrategy.h | 12 // specified in a function's 'gc' attribute. Algorithms are enabled by setting 17 // function which uses it. Specifically: 24 // - Before returning from the current function 122 /// begin/end - Iterators for function metadata. 127 /// insertFunctionMetadata - Creates metadata for a function. 129 GCFunctionInfo *insertFunctionInfo(const Function &F); 137 virtual bool performCustomLowering(Function &F);
|
| /external/llvm/include/llvm/ |
| Intrinsics.h | 1 //===-- llvm/Instrinsics.h - LLVM Intrinsic Function Handling ---*- C++ -*-===// 12 // Function::getIntrinsicID. 26 class Function; 32 /// every intrinsic/builtin function known by LLVM. These enum values are 33 /// returned by Function::getIntrinsicID(). 50 /// Intrinsic::getType(ID) - Return the function type for an intrinsic. 63 /// Intrinsic::getDeclaration(M, ID) - Create or insert an LLVM Function 71 Function *getDeclaration(Module *M, ID id,
|
| /external/llvm/lib/Analysis/ |
| BlockFrequencyInfo.cpp | 34 BFI = new BlockFrequencyImpl<BasicBlock, Function, BranchProbabilityInfo>(); 46 bool BlockFrequencyInfo::runOnFunction(Function &F) {
|
| /external/llvm/lib/ExecutionEngine/MCJIT/ |
| MCJITMemoryManager.h | 33 // Allocate ActualSize bytes, or more, for the named function. Return 40 Function *F = M->getFunction(Name); 46 assert(F && "No matching function in JIT IR Module!"); 50 // Mark the end of the function, including how much of the allocated 57 Function *F = M->getFunction(Name); 63 assert(F && "No matching function in JIT IR Module!");
|
| /external/llvm/lib/Target/X86/ |
| X86JITInfo.h | 17 #include "llvm/Function.h" 33 /// replaceMachineCodeForFunction - Make it so that calling the function 51 /// small native function that simply calls the function at the specified 53 virtual void *emitFunctionStub(const Function* F, void *Target, 66 virtual void relocate(void *Function, MachineRelocation *MR,
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
| 10.1.4-8.js | 65 function test() { 73 eval = new Function ( "x", "return(Math.pow(Number(x),3))" ); 90 function getTestCases() { 99 function MyObject() { 100 this.eval = new Function( "x", "return(Math.pow(Number(x),2))" );
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/FunctionObjects/ |
| 15.3.3.1-3.js | 24 ECMA Section: 15.3.3.1 Properties of the Function Constructor 25 Function.prototype 27 Description: The initial value of Function.prototype is the built-in 28 Function prototype object. 33 This test the DontDelete property of Function.prototype. 42 var TITLE = "Function.prototype"; 49 function getTestCases() { 53 var FUN_PROTO = Function.prototype; 56 "delete Function.prototype", 58 delete Function.prototyp [all...] |
| 15.3.4.1.js | 24 ECMA Section: 15.3.4.1 Function.prototype.constructor 26 Description: The initial value of Function.prototype.constructor 27 is the built-in Function constructor. 36 var TITLE = "Function.prototype.constructor"; 43 function getTestCases() { 47 array[item++] = new TestCase( SECTION, "Function.prototype.constructor", Function, Function.prototype.constructor ); 51 function test( array ) {
|