Searched defs:Function (Results 1 - 25 of 57) sorted by relevance

123

/external/javasqlite/src/main/java/SQLite/
H A DFunction.java12 * class SinFunc implements SQLite.Function {
31 public interface Function { interface
/external/guava/src/com/google/common/base/
H A DFunction.java26 * <code>Function&lt;String,Integer&gt;</code> and transform integers in
32 * <code>Function&lt;Float,Float&gt;</code>.
44 public interface Function<F, T> { interface
57 * Indicates whether some other object is equal to this {@code Function}.
59 * also a {@code Function} and, for every input object {@code o}, it returns
H A DFunctions.java48 public static Function<Object, String> toStringFunction() {
53 private enum ToStringFunction implements Function<Object, String> {
69 public static <E> Function<E, E> identity() {
70 return (Function<E, E>) IdentityFunction.INSTANCE;
74 private enum IdentityFunction implements Function<Object, Object> {
91 public static <K, V> Function<K, V> forMap(Map<K, V> map) {
96 implements Function<K, V>, Serializable {
134 public static <K, V> Function<K, V> forMap(
140 implements Function<K, V>, Serializable {
180 public static <A, B, C> Function< argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/functions/
H A DFunction.java24 public interface Function { interface
/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/guava/src/com/google/common/collect/
H A DByFunctionOrdering.java20 import com.google.common.base.Function;
35 final Function<F, ? extends T> function;
39 Function<F, ? extends T> function, Ordering<T> ordering) {
38 ByFunctionOrdering( Function<F, ? extends T> function, Ordering<T> ordering) argument
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml31 type func = Function of proto * expr Constructor in type:func
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml36 type func = Function of proto * expr Constructor in type:func
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml39 type func = Function of proto * expr Constructor in type:func
/external/webkit/Source/WebCore/xml/
H A DXPathFunctions.h38 class Function : public Expression { class in namespace:WebCore::XPath
52 Function* createFunction(const String& name, const Vector<Expression*>& args = Vector<Expression*>());
/external/apache-xml/src/main/java/org/apache/xpath/functions/
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!");
/external/chromium/testing/gmock/include/gmock/internal/
H A Dgmock-generated-internal-utils.h138 // Template struct Function<F>, where F must be a function type, contains
152 struct Function;
155 struct Function<R()> { struct in namespace:testing::internal
164 struct Function<R(A1)> struct in namespace:testing::internal
165 : Function<R()> {
174 struct Function<R(A1, A2)> struct in namespace:testing::internal
175 : Function<R(A1)> {
184 struct Function<R(A1, A2, A3)> struct in namespace:testing::internal
185 : Function<R(A1, A2)> {
194 struct Function< struct in namespace:testing::internal
205 struct Function<R(A1, A2, A3, A4, A5)> struct in namespace:testing::internal
216 struct Function<R(A1, A2, A3, A4, A5, A6)> struct in namespace:testing::internal
227 struct Function<R(A1, A2, A3, A4, A5, A6, A7)> struct in namespace:testing::internal
238 struct Function<R(A1, A2, A3, A4, A5, A6, A7, A8)> struct in namespace:testing::internal
249 struct Function<R(A1, A2, A3, A4, A5, A6, A7, A8, A9)> struct in namespace:testing::internal
262 struct Function<R(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10)> struct in namespace:testing::internal
[all...]
/external/llvm/lib/VMCore/
H A DFunction.cpp1 //===-- Function.cpp - Implement the Global object classes ----------------===//
10 // This file implements the Function class for the VMCore library.
35 template class llvm::SymbolTableListTraits<Argument, Function>;
36 template class llvm::SymbolTableListTraits<BasicBlock, Function>;
42 Argument::Argument(Type *Ty, const Twine &Name, Function *Par)
54 void Argument::setParent(Function *parent) {
65 const Function *F = getParent();
68 Function::const_arg_iterator AI = F->arg_begin();
131 // Helper Methods in Function
134 LLVMContext &Function
162 Function::Function(FunctionType *Ty, LinkageTypes Linkage, function in class:Function
[all...]
/external/chromium/chrome/browser/resources/touch_ntp/standalone/
H A Dstandalone_hack.js533 /* Hack to add Function.bind to older browsers that don't yet support it. From:
534 https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function/bind
536 if (!Function.prototype.bind) {
543 * @return {!Function} A partially-applied form of the function bind() was
547 Function.prototype.bind = function(selfObj, var_args) {
/external/giflib/
H A Dgifalloc.c235 int Function) {
237 New->Function = Function;
244 * Looks like AddExtensionBlock needs to take the int Function argument
276 ep->Function = New->Function;
301 /* Private Function:
234 MakeExtension(SavedImage * New, int Function) argument
/external/llvm/include/llvm/
H A DDefaultPasses.h68 Function, enumerator in enum:llvm::StandardPass::StandardSet
/external/llvm/include/llvm/MC/
H A DMCWin64EH.h65 Function(0), PrologEnd(0), Symbol(0),
72 const MCSymbol *Function; member in struct:llvm::MCWin64EHUnwindInfo
/external/llvm/include/llvm/Target/
H A DTargetJITInfo.h25 class Function;
69 virtual void *emitFunctionStub(const Function* F, void *Target,
107 virtual void relocate(void *Function, MachineRelocation *MR, argument
/external/llvm/lib/Target/ARM/
H A DARMJITInfo.cpp21 #include "llvm/Function.h"
160 void *ARMJITInfo::emitFunctionStub(const Function* F, void *Fn,
269 void ARMJITInfo::relocate(void *Function, MachineRelocation *MR, argument
272 void *RelocPos = (char*)Function + MR->getMachineCodeOffset();
/external/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp19 #include "llvm/Function.h"
157 void *MipsJITInfo::emitFunctionStub(const Function* F, void *Fn,
195 void MipsJITInfo::relocate(void *Function, MachineRelocation *MR, argument
199 void *RelocPos = (char*) Function + MR->getMachineCodeOffset();
/external/v8/src/
H A Dv8natives.js34 // const $Function = global.Function;
1152 // Function
1154 $Function.prototype.constructor = $Function;
1158 throw new $TypeError('Function.prototype.toString is not generic');
1270 %SetCode($Function, NewFunction);
1275 InstallFunctions($Function.prototype, DONT_ENUM, $Array(
/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);
/external/llvm/lib/Analysis/
H A DInlineCost.cpp26 bool llvm::callIsSmall(const Function *F) {
71 if (const Function *F = CS.getCalledFunction()) {
227 void CodeMetrics::analyzeFunction(Function *F, const TargetData *TD) {
235 for (Function::const_iterator BB = F->begin(), E = F->end(); BB != E; ++BB)
241 void InlineCostAnalyzer::FunctionInfo::analyzeFunction(Function *F,
254 for (Function::arg_iterator I = F->arg_begin(), E = F->arg_end(); I != E; ++I)
268 int InlineCostAnalyzer::getSpecializationBonus(Function *Callee,
289 for (Function::arg_iterator I = Callee->arg_begin(), E = Callee->arg_end();
314 Function *F = dyn_cast<Function>(
472 getInlineCost(CallSite CS, SmallPtrSet<const Function*, 16> &NeverInline) argument
477 getInlineCost(CallSite CS, Function *Callee, SmallPtrSet<const Function*, 16> &NeverInline) argument
[all...]

Completed in 391 milliseconds

123