OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operation
(Results
51 - 75
of
5113
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/apache-xml/src/main/java/org/apache/xpath/operations/
Minus.java
28
* The binary '-'
operation
expression executer.
30
public class Minus extends
Operation
35
* Apply the
operation
to two operands, and return the result.
42
* result of the
operation
.
53
* Evaluate this
operation
directly to a double.
57
* @return The result of the
operation
as a double.
Mod.java
28
* The 'mod'
operation
expression executer.
30
public class Mod extends
Operation
35
* Apply the
operation
to two operands, and return the result.
41
* @return non-null reference to the XObject that represents the result of the
operation
.
52
* Evaluate this
operation
directly to a double.
56
* @return The result of the
operation
as a double.
Mult.java
28
* The '*'
operation
expression executer.
30
public class Mult extends
Operation
35
* Apply the
operation
to two operands, and return the result.
41
* @return non-null reference to the XObject that represents the result of the
operation
.
52
* Evaluate this
operation
directly to a double.
56
* @return The result of the
operation
as a double.
Plus.java
28
* The '+'
operation
expression executer.
30
public class Plus extends
Operation
35
* Apply the
operation
to two operands, and return the result.
41
* @return non-null reference to the XObject that represents the result of the
operation
.
52
* Evaluate this
operation
directly to a double.
56
* @return The result of the
operation
as a double.
Operation.java
19
* $Id:
Operation
.java 468655 2006-10-28 07:12:06Z minchau $
30
* The baseclass for a binary
operation
.
32
public class
Operation
extends Expression implements ExpressionOwner
80
* Set the left and right operand expressions for this
operation
.
95
* Execute a binary
operation
by calling execute on each of the operands,
101
* @return The XObject result of the
operation
.
119
* Apply the
operation
to two operands, and return the result.
125
* @return non-null reference to the XObject that represents the result of the
operation
.
135
/** @return the left operand of binary
operation
, as an Expression.
141
/** @return the right operand of binary
operation
, as an Expression
[
all
...]
/external/e2fsprogs/intl/
eval-plural.h
32
switch (pexp->
operation
)
45
/* pexp->
operation
must be lnot. */
52
if (pexp->
operation
== lor)
54
else if (pexp->
operation
== land)
60
switch (pexp->
operation
)
101
/* pexp->
operation
must be qmop. */
/frameworks/base/obex/javax/obex/
BaseStream.java
52
*
operation
is not done.
53
* @throws IOException if the
operation
is completed
58
* Continues the
operation
since there is no data to read.
59
* @param sendEmpty <code>true</code> if the
operation
should send an empty
63
* @return <code>true</code> if the
operation
was completed;
64
* <code>false</code> if no
operation
took place
Operation.java
42
* The <code>
Operation
</code> interface provides ways to manipulate a single
43
* OBEX PUT or GET
operation
. The implementation of this interface sends OBEX
44
* packets as they are built. If during the
operation
the peer in the
operation
45
* ends the
operation
, an <code>IOException</code> is thrown on the next read
62
*
operation
, the new headers will be sent during the next packet exchange.
71
*
Operation
op = conn.put(head);
87
*
Operation
op = conn.get(head);
102
* <H3>Client PUT
Operation
Flow</H3> For PUT operations, a call to
110
* <H3>Client GET
Operation
Flow</H3> For GET operation, a call t
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
AsyncQueryServiceHelper.java
19
import com.android.calendar.AsyncQueryService.
Operation
;
108
builder.append(
Operation
.opToChar(op));
142
* Compares an user-visible
operation
to this private OperationInfo
145
* @param o
operation
to be compared
148
public boolean equivalent(
Operation
o) {
154
* Queues the
operation
for execution
157
* @param args OperationInfo object describing the
operation
172
* Gets the last delayed
operation
. It is typically used for canceling.
174
* @return
Operation
object which contains of the last cancelable
operation
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pg.h
12
ATAPI reset
operation
, all operations are performed by a pair
14
A write
operation
delivers a command and any outbound data in
18
immediately by a read
operation
, to obtain any returned data and
19
status information. A read will fail if there is no
operation
22
As a special case, the device can be reset with a write
operation
,
25
There are no ioctl() operations. Any single
operation
/external/chromium/net/disk_cache/
file_posix.cc
17
// This class represents a single asynchronous IO
operation
while it is being
21
// Other than the actual parameters for the IO
operation
(including the
25
//
operation
.
42
// The actual parameters for the
operation
are setup in the constructor of
69
// These methods start an asynchronous
operation
. The arguments have the same
71
//
operation
never finishes synchronously.
78
// Invokes the users' completion callback at the end of the IO
operation
.
82
virtual void OnOperationComplete(disk_cache::BackgroundIO*
operation
,
113
scoped_refptr<FileBackgroundIO>
operation
(
118
NewRunnableMethod(
operation
.get(), &FileBackgroundIO::Read), true)
[
all
...]
sparse_control.h
30
// the
operation
into multiple small pieces, sending each one to the
35
// The
operation
to perform.
55
// Performs an actual sparse read or write
operation
for this entry. |op| is
56
// the
operation
to perform, |offset| is the desired sparse offset, |buf| and
67
// Cancels the current sparse
operation
(if any).
93
// Deletes the current child and continues the current
operation
(open).
96
// Continues the current
operation
(open) without a current child.
112
// current IO
operation
(for instance if the required range is not stored by
117
// the current
operation
.
127
// Iterates through all the children needed to complete the current
operation
[
all
...]
cache_util.h
17
// permission for the
operation
. This is basically a rename
operation
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_unittest.mm
57
operation
:(NSDragOperation)
operation
{
153
NSDragOperation
operation
= [button draggingSourceOperationMaskForLocal:NO];
154
EXPECT_EQ(0u,
operation
& NSDragOperationDelete);
155
operation
= [button draggingSourceOperationMaskForLocal:YES];
156
EXPECT_EQ(0u,
operation
& NSDragOperationDelete);
161
operation
= [button draggingSourceOperationMaskForLocal:NO];
162
EXPECT_EQ(NSDragOperationDelete,
operation
& NSDragOperationDelete);
163
operation
= [button draggingSourceOperationMaskForLocal:YES];
164
EXPECT_EQ(NSDragOperationDelete,
operation
& NSDragOperationDelete)
[
all
...]
/external/iptables/extensions/
libipt_ECN.c
56
einfo->
operation
= IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR;
61
einfo->
operation
|= IPT_ECN_OP_SET_CWR;
65
einfo->
operation
|= IPT_ECN_OP_SET_ECE;
69
einfo->
operation
|= IPT_ECN_OP_SET_IP;
79
"ECN target: An
operation
is required");
90
if (einfo->
operation
== (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR)
95
if (einfo->
operation
& IPT_ECN_OP_SET_ECE)
98
if (einfo->
operation
& IPT_ECN_OP_SET_CWR)
101
if (einfo->
operation
& IPT_ECN_OP_SET_IP)
111
if (einfo->
operation
== (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR
[
all
...]
/external/wpa_supplicant_8/src/crypto/
aes-encblock.c
23
* aes_128_encrypt_block - Perform one AES 128-bit block
operation
26
* @out: Output of the AES block
operation
(16 bytes)
/libcore/luni/src/main/java/javax/net/ssl/
SSLEngineResult.java
57
*
operation
.
62
* the current
operation
.
67
* complete the current
operation
.
71
* The
operation
closed this side of the communication or was already
76
* The
operation
completed successfully.
98
* the return value of the {@code SSLEngine}
operation
.
131
* Returns the return value of the {@code SSLEngine}
operation
.
133
* @return the return value of the {@code SSLEngine}
operation
.
/dalvik/vm/compiler/template/armv5te-vfp/
funop.S
2
* Generic 32bit-to-32bit floating point unary
operation
. Provide an
funopNarrower.S
2
* Generic 64bit-to-32bit floating point unary
operation
. Provide an
funopWider.S
2
* Generic 32bit-to-64bit floating point unary
operation
. Provide an
/dalvik/vm/mterp/x86/
binflop.S
2
* Generic 32-bit binary float
operation
.
fpcvt.S
3
* Generic 32-bit FP conversion
operation
.
shop2addr.S
3
* Generic 32-bit "shift/2addr"
operation
.
/dalvik/vm/mterp/x86-atom/
unop.S
19
* Code: Generic 32-bit unary
operation
. Provide an "instr" variable and a
25
* Description: Perform the identified unary
operation
on the source
40
$preinstr # do
operation
part 1
41
$instr # do
operation
part 2
unopWide.S
19
* Code: Generic 64-bit unary
operation
. Provide an "instr" variable and a
25
* Description: Perform the identified unary
operation
on the source
40
$preinstr # do
operation
part 1
41
$instr # do
operation
part 2
Completed in 347 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>