HomeSort by relevance Sort by last modified time
    Searched refs:function (Results 26 - 50 of 9569) sorted by null

12 3 4 5 6 7 8 91011>>

  /bionic/libc/private/
bionic_asm_arm64.h 43 #define __bionic_asm_function_type %function
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenSource.as 48 function nextToken():Token;
53 function get sourceName():String;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeNodeStream.as 38 function getNode(i:int):Object;
51 function LT(k:int):Object;
56 function get treeSource():Object;
63 function get tokenStream():TokenStream;
68 function get treeAdaptor():TreeAdaptor;
76 function set hasUniqueNavigationNodes(uniqueNavigationNodes:Boolean):void;
84 function toStringWithRange(start:Object, stop:Object):String;
98 function replaceChildren(parent:Object, startChildIndex:int, stopChildIndex:int, t:Object):void;
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
ParserRuleReturnScope.js 19 org.antlr.runtime.ParserRuleReturnScope = function() {};
20 org.antlr.runtime.RuleReturnScope = function() {};
25 getStart: function() { return this.start; },
26 getStop: function() { return this.stop; }
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
Tree.js 11 org.antlr.runtime.tree.Tree = function(){};
  /external/libcxx/test/std/experimental/func/header.functional.synop/
includes.pass.cpp 20 std::function<int(int)> x;
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
derive_from.pass.cpp 21 using Fn = std::function<void()>;
22 struct S : public std::function<void()> { using function::function; };
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
default.pass.cpp 12 // class function<R(ArgTypes...)>
14 // explicit function();
21 std::function<int(int)> f;
  /external/swiftshader/src/Reactor/
Optimizer.hpp 22 void optimize(Ice::Cfg *function);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
target_machine_features.cc 22 const llvm::Function& function) const {
23 auto it = target_transform_info_cache_.find(&function);
26 &function, target_machine_->getTargetTransformInfo(function));
  /hardware/libhardware/modules/camera/3_4/
function_thread.h 30 FunctionThread(std::function<bool()> function) : function_(function){};
38 std::function<bool()> function_;
  /libcore/ojluni/src/main/java/java/util/function/
BooleanSupplier.java 25 package java.util.function;
DoubleBinaryOperator.java 25 package java.util.function;
DoubleSupplier.java 25 package java.util.function;
DoubleToIntFunction.java 25 package java.util.function;
28 * Represents a function that accepts a double-valued argument and produces an
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
DoubleToLongFunction.java 25 package java.util.function;
28 * Represents a function that accepts a double-valued argument and produces a
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
IntBinaryOperator.java 25 package java.util.function;
IntSupplier.java 25 package java.util.function;
IntToDoubleFunction.java 25 package java.util.function;
28 * Represents a function that accepts an int-valued argument and produces a
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
IntToLongFunction.java 25 package java.util.function;
28 * Represents a function that accepts an int-valued argument and produces a
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
LongBinaryOperator.java 25 package java.util.function;
LongSupplier.java 25 package java.util.function;
LongToDoubleFunction.java 25 package java.util.function;
28 * Represents a function that accepts a long-valued argument and produces a
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
LongToIntFunction.java 25 package java.util.function;
28 * Represents a function that accepts a long-valued argument and produces an
30 * specialization for {@link Function}.
35 * @see Function
42 * Applies this function to the given argument.
44 * @param value the function argument
45 * @return the function result
Supplier.java 25 package java.util.function;

Completed in 389 milliseconds

12 3 4 5 6 7 8 91011>>