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

1234

/external/javasqlite/src/main/java/SQLite/
H A DFunction.java12 * class SinFunc implements SQLite.Function {
31 public interface Function { interface
/external/guava/guava/src/com/google/common/base/
H A DFunction.java30 public interface Function<F, T> { interface
52 * {@link Function} that it considers <i>interchangeable</i> with this one. "Interchangeable"
H A DFunctionalEquivalence.java41 private final Function<F, ? extends T> function;
45 Function<F, ? extends T> function, Equivalence<T> resultEquivalence) {
44 FunctionalEquivalence( Function<F, ? extends T> function, Equivalence<T> resultEquivalence) argument
/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/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathFunctions.h36 class Function : public Expression { class in namespace:WebCore::XPath
50 Function* createFunction(const String& name, const Vector<Expression*>& args = Vector<Expression*>());
/external/guava/guava/src/com/google/common/collect/
H A DByFunctionOrdering.java22 import com.google.common.base.Function;
36 final Function<F, ? extends T> function;
40 Function<F, ? extends T> function, Ordering<T> ordering) {
39 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/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/chromium_org/chrome/browser/resources/standalone/
H A Dstandalone_hack.js334 /* Hack to add Function.bind to older browsers that don't yet support it. From:
335 https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function/bind
337 if (!Function.prototype.bind) {
344 * @return {!Function} A partially-applied form of the function bind() was
348 Function.prototype.bind = function(selfObj, var_args) {
/external/ceres-solver/internal/ceres/
H A Dline_search.h62 class Function;
149 Function* function;
160 class Function { class in class:ceres::internal::LineSearch
162 virtual ~Function() {}
229 class LineSearchFunction : public LineSearch::Function {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_bb.cpp27 Function::Function(Program *p, const char *fnName, uint32_t label) function in class:nv50_ir::Function
51 Function::~Function()
70 BasicBlock::BasicBlock(Function *fn) : cfg(this), dom(this), func(fn)
91 BasicBlock::clone(ClonePolicy<Function>& pol) const
392 Function::setEntry(BasicBlock *bb)
401 Function::setExit(BasicBlock *bb)
410 Function::orderInstructions(ArrayList &result)
426 Function
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_bb.cpp27 Function::Function(Program *p, const char *fnName, uint32_t label) function in class:nv50_ir::Function
51 Function::~Function()
70 BasicBlock::BasicBlock(Function *fn) : cfg(this), dom(this), func(fn)
91 BasicBlock::clone(ClonePolicy<Function>& pol) const
392 Function::setEntry(BasicBlock *bb)
401 Function::setExit(BasicBlock *bb)
410 Function::orderInstructions(ArrayList &result)
426 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/chromium_org/third_party/mesa/src/src/mesa/main/
H A DAPIspec.py100 func = Function(tmpl_node, func_node, self.is_impl,
122 class Function(object): class in inherits:object
/external/clang/test/Misc/
H A Dinteger-literal-printing.cpp67 void Function() { function
/external/giflib/
H A Dgifalloc.c219 int Function,
237 ep->Function = Function;
272 /* Private Function:
217 GifAddExtensionBlock(int *ExtensionBlockCount, ExtensionBlock **ExtensionBlocks, int Function, unsigned int Len, unsigned char ExtData[]) argument
/external/guava/guava-tests/test/com/google/common/base/
H A DSuppliersTest.java52 Function<Number, Integer> intValueFunction =
53 new Function<Number, Integer>() {
75 Function<List<Integer>, List<Integer>> addElementFunction =
76 new Function<List<Integer>, List<Integer>>() {
238 Function<Supplier<Boolean>, Supplier<Boolean>> memoizer =
239 new Function<Supplier<Boolean>, Supplier<Boolean>>() {
251 Function<Supplier<Boolean>, Supplier<Boolean>> memoizer =
252 new Function<Supplier<Boolean>, Supplier<Boolean>>() {
262 Function<Supplier<Boolean>, Supplier<Boolean>> memoizer)
373 Function<Supplie
261 testSupplierThreadSafe( Function<Supplier<Boolean>, Supplier<Boolean>> memoizer) argument
[all...]
/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;
68 virtual void *emitFunctionStub(const Function* F, void *Target,
103 virtual void relocate(void *Function, MachineRelocation *MR, argument

Completed in 706 milliseconds

1234