OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:function
(Results
26 - 50
of
792
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
type-noifunc.s
2
.size
function
,1
3
.type
function
,%
function
4
function
:
label
/external/clang/test/Modules/Inputs/
redecl-add-after-load.h
3
extern constexpr int
function
() { return 0; }
function
8
extern constexpr int
function
() { return 0; }
function in namespace:N
14
constexpr int C::
function
() { return 0; }
function in class:C
19
static constexpr int
function
();
23
constexpr int D::
function
() { return 0; }
function in class:D
/external/javasqlite/src/main/java/SQLite/
Function.java
7
* which is used to set the
function
result or error code.
12
* class SinFunc implements SQLite.
Function
{
13
* public void
function
(SQLite.FunctionContext fc, String args[]) {
31
public interface
Function
{
34
* Callback for regular
function
.
36
* @param fc
function
's context for reporting result
40
public void
function
(FunctionContext fc, String args[]);
method in interface:Function
43
* Callback for one step in aggregate
function
.
45
* @param fc
function
's context for reporting result
52
* Callback for final step in aggregate
function
[
all
...]
/libcore/ojluni/src/main/java/java/util/function/
BooleanSupplier.java
25
package java.util.
function
;
DoubleBinaryOperator.java
25
package java.util.
function
;
DoubleFunction.java
25
package java.util.
function
;
28
* Represents a
function
that accepts a double-valued argument and produces a
30
* {@link
Function
}.
35
* @param <R> the type of the result of the
function
37
* @see
Function
44
* Applies this
function
to the given argument.
46
* @param value the
function
argument
47
* @return the
function
result
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
;
IntFunction.java
25
package java.util.
function
;
28
* Represents a
function
that accepts an int-valued argument and produces a
30
* {@link
Function
}.
35
* @param <R> the type of the result of the
function
37
* @see
Function
44
* Applies this
function
to the given argument.
46
* @param value the
function
argument
47
* @return the
function
result
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
;
LongFunction.java
25
package java.util.
function
;
28
* Represents a
function
that accepts a long-valued argument and produces a
30
* {@link
Function
}.
35
* @param <R> the type of the result of the
function
37
* @see
Function
44
* Applies this
function
to the given argument.
46
* @param value the
function
argument
47
* @return the
function
result
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
ObjDoubleConsumer.java
25
package java.util.
function
;
ObjIntConsumer.java
25
package java.util.
function
;
ObjLongConsumer.java
25
package java.util.
function
;
Supplier.java
25
package java.util.
function
;
ToDoubleBiFunction.java
25
package java.util.
function
;
28
* Represents a
function
that accepts two arguments and produces a double-valued
35
* @param <T> the type of the first argument to the
function
36
* @param <U> the type of the second argument to the
function
45
* Applies this
function
to the given arguments.
47
* @param t the first
function
argument
48
* @param u the second
function
argument
49
* @return the
function
result
ToDoubleFunction.java
25
package java.util.
function
;
28
* Represents a
function
that produces a double-valued result. This is the
29
* {@code double}-producing primitive specialization for {@link
Function
}.
34
* @param <T> the type of the input to the
function
36
* @see
Function
43
* Applies this
function
to the given argument.
45
* @param value the
function
argument
46
* @return the
function
result
Completed in 276 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>