Searched refs:Function (Results 251 - 275 of 750) sorted by relevance

<<11121314151617181920>>

/external/guava/guava/src/com/google/common/collect/
H A DGenericMapMaker.java23 import com.google.common.base.Function;
165 Function<? super K, ? extends V> computingFunction);
/external/guava/guava-tests/test/com/google/common/collect/
H A DSortedListsTest.java19 import com.google.common.base.Function;
124 tester.setDefault(Function.class, Functions.identity());
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml25 type func = Function of proto * expr Constructor in type:func
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml25 type func = Function of proto * expr Constructor in type:func
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml25 type func = Function of proto * expr Constructor in type:func
/external/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h28 class Function;
136 void incorporateFunction(const Function &F);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCFIException.cpp67 const std::vector<const Function*> &Personalities = MMI->getPersonalities();
104 const Function *Per = MMI->getPersonalities()[MMI->getPersonalityIndex()];
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.h71 virtual void *emitFunctionStub(const Function* F, void *Fn,
80 virtual void relocate(void *Function, MachineRelocation *MR,
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp175 DenseMap<Function*, LatticeVal> TrackedRetVals;
179 DenseMap<std::pair<Function*, unsigned>, LatticeVal> TrackedMultipleRetVals;
183 SmallPtrSet<Function*, 16> MRVFunctionsTracked;
188 SmallPtrSet<Function*, 16> TrackingIncomingArguments;
238 void AddTrackedFunction(Function *F) {
249 void AddArgumentTrackedFunction(Function *F) {
262 bool ResolvedUndefsIn(Function &F);
283 const DenseMap<Function*, LatticeVal> &getTrackedRetVals() {
346 if (Function *F = dyn_cast<Function>(
[all...]
/external/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp11 #include "llvm/Function.h"
35 Function *F = I.getParent()->getParent();
111 Function *F = P->getParent()->getParent();
H A DUnifyFunctionExitNodes.cpp20 #include "llvm/Function.h"
46 // If there are no return stmts in the Function, a null pointer is returned.
48 bool UnifyFunctionExitNodes::runOnFunction(Function &F) {
54 for(Function::iterator I = F.begin(), E = F.end(); I != E; ++I)
H A DLowerInvoke.cpp85 bool runOnFunction(Function &F);
94 bool insertCheapEHSupport(Function &F);
99 bool insertExpensiveEHSupport(Function &F);
171 bool LowerInvoke::insertCheapEHSupport(Function &F) {
173 for (Function::iterator BB = F.begin(), E = F.end(); BB != E; ++BB)
282 Function *F = Invokes.back()->getParent()->getParent();
291 for (Function::arg_iterator AI = F->arg_begin(), E = F->arg_end();
323 for (Function::iterator BB = F->begin(), E = F->end(); BB != E; ++BB)
390 bool LowerInvoke::insertExpensiveEHSupport(Function &F) {
395 for (Function
[all...]
/external/llvm/lib/VMCore/
H A DAndroid.mk15 Function.cpp \
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptEventListener.cpp115 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(object);
/external/webkit/Source/WebCore/css/
H A DCSSParserValues.cpp38 if (m_values[i].unit == CSSParserValue::Function)
77 } else if (unit == CSSParserValue::Function)
/external/webkit/Source/WebKit/chromium/src/
H A DWebDevToolsFrontendImpl.cpp121 v8::Handle<v8::Function> function = v8::Handle<v8::Function>::Cast(dispatchFunction);
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-actions.h56 template <typename Function>
57 static R Invoke(Function function, const ::std::tr1::tuple<>&) {
72 template <typename Function>
73 static R Invoke(Function function, const ::std::tr1::tuple<A1>& args) {
90 template <typename Function>
91 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2>& args) {
108 template <typename Function>
109 static R Invoke(Function function, const ::std::tr1::tuple<A1, A2,
127 template <typename Function>
128 static R Invoke(Function functio
[all...]
/external/dbus/test/
H A Ddecode-gcov.c217 die ("Function name length points past end of file\n");
287 printf ("Function %s\n", _dbus_string_get_const_data (&f));
349 printf ("Function name is \"%s\" checksum %d\n",
369 printf ("Function has %ld blocks and %ld arcs\n",
609 typedef struct Function Function; typedef in typeref:struct:Function
639 struct Function struct
675 function_add_arc (Function *function,
725 function_reverse_succ_arcs (Function *func)
759 Function *fun
[all...]
/external/llvm/lib/Linker/
H A DLinkModules.cpp377 std::vector<Function*> LazilyLinkFunctions;
434 bool linkFunctionProto(Function *SrcF);
440 void linkFunctionBody(Function *Dst, Function *Src);
782 bool ModuleLinker::linkFunctionProto(Function *SF) {
812 Function *NewDF = Function::Create(TypeMap.get(SF->getFunctionType()),
923 void ModuleLinker::linkFunctionBody(Function *Dst, Function *Src) {
927 Function
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncCurrent.java40 public class FuncCurrent extends Function
H A DFuncLast.java35 public class FuncLast extends Function
H A DFuncPosition.java35 public class FuncPosition extends Function
H A DFunction.java19 * $Id: Function.java 468655 2006-10-28 07:12:06Z minchau $
41 public abstract class Function extends Expression class in inherits:Expression
101 System.out.println("Error! Function.execute should not be called!");
H A DFunctionOneArg.java32 public class FunctionOneArg extends Function implements ExpressionOwner
/external/chromium/chrome/common/
H A Dsqlite_utils.h251 typedef void (*Function)(void*); typedef in class:SQLStatement
255 int bind_blob(int index, const void* value, int value_len, Function dtor);
298 Function dtor);
313 Function dtor);

Completed in 1941 milliseconds

<<11121314151617181920>>