| /external/llvm/tools/lto/ |
| LTOModule.h | 34 class Function; 85 void addDefinedFunctionSymbol(llvm::Function* f,
|
| /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
| 15.5.4.4-3.js | 40 Note that the charAt function is intentionally generic; 45 This tests assiging charAt to a user-defined function. 60 function MyObject (v) { 62 this.toString = new Function( "return this.value +'';" ); 63 this.valueOf = new Function( "return this.value" ); 66 function getTestCases() { 101 function test() {
|
| /external/webkit/Source/WebCore/bindings/v8/ |
| ScriptEventListener.cpp | 95 v8::Handle<v8::Object> function = v8Listener->getListenerObject(document); local 96 if (function.IsEmpty()) 99 return toWebCoreStringWithNullCheck(function); 115 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(object); 116 v8::ScriptOrigin origin = function->GetScriptOrigin(); 119 lineNumber = function->GetScriptLineNumber() + 1;
|
| V8DOMWrapper.cpp | 127 v8::Local<v8::Function> V8DOMWrapper::getConstructor(WrapperTypeInfo* type, v8::Handle<v8::Value> objectPrototype) 129 // A DOM constructor is a function instance created from a DOM constructor 131 // different from a normal function in two ways: 134 // Function.prototype. 136 // object, but not a function. Hotmail relies on the fact that, in Safari, 139 // Getting the function might fail if we're running out of 142 v8::Local<v8::Function> value = functionTemplate->GetFunction(); 144 return v8::Local<v8::Function>(); 151 v8::Local<v8::Function> V8DOMWrapper::getConstructorForContext(WrapperTypeInfo* type, v8::Handle<v8::Context> context) 159 v8::Local<v8::Function> V8DOMWrapper::getConstructor(WrapperTypeInfo* type, DOMWindow* window 282 v8::Local<v8::Function> function; local [all...] |
| /external/webkit/Source/WebCore/css/ |
| CSSParserValues.cpp | 38 if (m_values[i].unit == CSSParserValue::Function) 39 delete m_values[i].function; 77 } else if (unit == CSSParserValue::Function) 78 parsedValue = CSSFunctionValue::create(function);
|
| /external/webkit/Source/WebKit/chromium/src/ |
| WebDevToolsFrontendImpl.cpp | 121 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(dispatchFunction); 126 function->Call(inspectorBackend, args.size(), args.data());
|
| /frameworks/compile/slang/BitWriter_2_9/ |
| ValueEnumerator.h | 28 class Function; 67 /// incorporated function. Their reverse mapping is stored in ValueMap. 70 /// When a function is incorporated, this is the size of the Values list 74 /// When a function is incorporated, this is the size of the MDValues list 105 /// function-local constants. 124 /// getGlobalBasicBlockID - This returns the function-specific ID for the 129 /// incorporateFunction/purgeFunction - If you'd like to deal with a function, 132 void incorporateFunction(const Function &F);
|
| /libcore/luni/src/test/java/libcore/sqlite/ |
| QueryTimeoutTest.java | 21 import SQLite.Function; 59 database.create_function("DELAY", 2, new Function() { 60 @Override public void function(FunctionContext functionContext, String[] args) {
|
| /external/chromium/testing/gmock/include/gmock/ |
| gmock-generated-actions.h | 48 // function or method with the unpacked values, where F is a function 56 template <typename Function> 57 static R Invoke(Function function, const ::std::tr1::tuple<>&) { 58 return function(); 72 template <typename Function> 73 static R Invoke(Function function, const ::std::tr1::tuple<A1>& args) { 75 return function(get<0>(args)) [all...] |
| /external/llvm/lib/Transforms/Utils/ |
| LowerInvoke.cpp | 86 bool runOnFunction(Function &F); 95 bool insertCheapEHSupport(Function &F); 100 bool insertExpensiveEHSupport(Function &F); 172 bool LowerInvoke::insertCheapEHSupport(Function &F) { 174 for (Function::iterator BB = F.begin(), E = F.end(); BB != E; ++BB) 214 /// rewriteExpensiveInvoke - Insert code and hack the function to replace the 280 // First thing we need to do is scan the whole function for values that are 297 Function *F = Invokes.back()->getParent()->getParent(); 306 for (Function::arg_iterator AI = F->arg_begin(), E = F->arg_end(); 338 for (Function::iterator BB = F->begin(), E = F->end(); BB != E; ++BB [all...] |
| /external/dbus/test/ |
| decode-gcov.c | 53 /* This bizarro function is from gcov-io.h in gcc source tree */ 186 /* In gcc33 .bbg files, there's a function name of the form: 203 die ("no room for -1 before function name\n"); 208 die ("value before function name is not -1\n"); 211 die ("no length found for function name\n"); 217 die ("Function name length points past end of file\n"); 229 die ("-1 at end of function name not found\n"); 234 die ("no checksum found at end of function name\n"); 287 printf ("Function %s\n", _dbus_string_get_const_data (&f)); 332 /* In gcc33 .bbg files, there's a function name of the form [all...] |
| /external/apache-xml/src/main/java/org/apache/xpath/functions/ |
| FuncCurrent.java | 37 * Execute the current() function. 40 public class FuncCurrent extends Function 45 * Execute the function. The function must return
|
| FuncLast.java | 32 * Execute the Last() function. 35 public class FuncLast extends Function 84 * Execute the function. The function must return
|
| FuncPosition.java | 32 * Execute the Position() function. 35 public class FuncPosition extends Function 113 * Execute the function. The function must return
|
| Function.java | 19 * $Id: Function.java 468655 2006-10-28 07:12:06Z minchau $ 41 public abstract class Function extends Expression 46 * Set an argument expression for a function. This method is called by the 53 * is specified for this function. 63 * Check that the number of arguments passed to this function is correct. 65 * the number of arguments for a specific function type. This method is 68 * @param argNum The number of arguments that is being passed to the function. 80 * message for this function object. This method is meant to be overloaded 90 * Execute an XPath function object. The function must retur [all...] |
| FunctionOneArg.java | 32 public class FunctionOneArg extends Function implements ExpressionOwner 36 /** The first argument passed to the function (at index 0). 41 * Return the first argument passed to the function (at index 0). 44 * function. 52 * Set an argument expression for a function. This method is called by the 74 * Check that the number of arguments passed to this function is correct. 77 * @param argNum The number of arguments that is being passed to the function. 89 * message for this function object. 109 * This function is used to fixup variables from QNames to stack frame
|
| /external/chromium/chrome/common/ |
| sqlite_utils.h | 207 // Sqlite3's sqlite3_finalize() function should not be called directly 251 typedef void (*Function)(void*); 255 int bind_blob(int index, const void* value, int value_len, Function dtor); 298 Function dtor); 313 Function dtor); 381 // function will check that the column is of the correct type (case-sensetive).
|
| /external/clang/test/SemaCXX/ |
| expression-traits.cpp | 37 // them in a member function instead. 66 // basic.lval/5: The result of calling a function that does not return 101 // Same tests with function-call notation 160 // which a nonstatic member function (9.3.2) is invoked. ...The 169 void Function(); 182 static void function(); 217 // qualified-id, or an operator-function-id is a primary- 219 // a function or variable. 220 ASSERT_LVALUE(::Function); // identifier: function [all...] |
| /external/guava/src/com/google/common/collect/ |
| Collections2.java | 20 import com.google.common.base.Function; 242 * Returns a collection that applies {@code function} to each element of 257 Function<? super F, T> function) { 258 return new TransformedCollection<F, T>(fromCollection, function); 263 final Function<? super F, ? extends T> function; field in class:Collections2.TransformedCollection 266 Function<? super F, ? extends T> function) { 268 this.function = checkNotNull(function) [all...] |
| /external/llvm/bindings/ocaml/analysis/ |
| llvm_analysis.mli | 20 (** [verify_function f] returns [None] if the function [f] is valid, and 31 (** [verify_function f] returns if the function [f] is valid, but prints a 38 the current function with the code for each basic block inside. 39 See [llvm::Function::viewCFG]. *) 44 See [llvm::Function::viewCFGOnly]. *)
|
| /external/llvm/lib/CodeGen/ |
| UnreachableBlockElim.cpp | 26 #include "llvm/Function.h" 44 virtual bool runOnFunction(Function &F); 65 bool UnreachableBlockElim::runOnFunction(Function &F) { 69 for (df_ext_iterator<Function*, SmallPtrSet<BasicBlock*, 8> > I = 76 for (Function::iterator I = F.begin(), E = F.end(); I != E; ++I)
|
| /external/llvm/lib/ExecutionEngine/Interpreter/ |
| Interpreter.cpp | 72 /// run - Start execution with the specified function and arguments. 75 Interpreter::runFunction(Function *F, 77 assert (F && "Function *F was null at entry to run()"); 79 // Try extra hard not to pass extra args to a function that isn't 82 // passed, and the interpreter barfs if you pass a function more 91 // Set up the function call. 94 // Start executing the function.
|
| /external/llvm/lib/ExecutionEngine/MCJIT/ |
| MCJIT.cpp | 13 #include "llvm/Function.h" 98 void *MCJIT::getPointerToFunction(Function *F) { 114 void *MCJIT::recompileAndRelinkFunction(Function *F) { 118 void MCJIT::freeMachineCodeForFunction(Function *F) { 122 GenericValue MCJIT::runFunction(Function *F, 124 assert(F && "Function *F was null at entry to run()"); 133 "Wrong number of arguments passed into function!"); 148 // Call the function. 161 // Call the function. 184 default: llvm_unreachable("Unknown return type for function call!") [all...] |
| /external/llvm/lib/MC/ |
| MCLoggingStreamer.cpp | 27 void LogCall(const char *Function) { 28 OS << Function << "\n"; 31 void LogCall(const char *Function, const Twine &Message) { 32 OS << Function << ": " << Message << "\n";
|
| /external/llvm/lib/Target/ |
| Mangler.cpp | 16 #include "llvm/Function.h" 157 const Function *F, const TargetData &TD) { 160 for (Function::const_arg_iterator AI = F->arg_begin(), AE = F->arg_end(); 203 if (const Function *F = dyn_cast<Function>(GV)) {
|