OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operation
(Results
101 - 125
of
10466
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/include/camera/ndk/
NdkCameraError.h
49
* Camera
operation
has failed due to an unspecified cause.
54
* Camera
operation
has failed due to an invalid parameter being passed to the method.
59
* Camera
operation
has failed because the camera device has been closed, possibly because a
65
* Camera
operation
has failed due to insufficient memory.
70
* Camera
operation
has failed due to the requested metadata tag cannot be found in input
76
* Camera
operation
has failed and the camera device has encountered a fatal error and needs to
82
* Camera
operation
has failed and the camera service has encountered a fatal error.
94
* The {@link ACameraCaptureSession} has been closed and cannnot perform any
operation
other
100
* Camera
operation
has failed due to an invalid internal
operation
. Usually this is due to
[
all
...]
/frameworks/base/tools/preload/
LoadedClass.java
31
final List<
Operation
> loads = new ArrayList<
Operation
>();
34
final List<
Operation
> initializations = new ArrayList<
Operation
>();
84
private static int calculateMedian(List<
Operation
> operations) {
114
private void addProcessNames(List<
Operation
> ops, Set<String> names) {
115
for (
Operation
operation
: ops) {
116
if (
operation
.process.fromZygote()) {
117
names.add(
operation
.process.name)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResult.java
22
* A result from a renaming
operation
46
* Creates a new {@linkplain RenameResult} for a user canceled renaming
operation
47
* @return a canceled
operation
55
* Creates a {@linkplain RenameResult} for a renaming
operation
that was
68
*
operation
to the given name
103
* Sets the new name of the renaming
operation
127
* Returns whether this result represents a canceled renaming
operation
129
* @return true if the
operation
was canceled
136
* Returns whether this result represents an unavailable renaming
operation
138
* @return true if the
operation
was not availabl
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
Neg.java
28
* The unary '-'
operation
expression executer.
35
* Apply the
operation
to two operands, and return the result.
40
* @return non-null reference to the XObject that represents the result of the
operation
.
50
* Evaluate this
operation
directly to a double.
54
* @return The result of the
operation
as a double.
UnaryOperation.java
30
* The unary
operation
base class.
36
/** The operand for the
operation
.
71
* Set the expression operand for the
operation
.
74
* @param r The expression operand to which the unary
operation
will be
84
* Execute the operand and apply the unary
operation
to the result.
90
*
operation
to the evaluated operand.
101
* Apply the
operation
to two operands, and return the result.
106
* @return non-null reference to the XObject that represents the result of the
operation
.
113
/** @return the operand of unary
operation
, as an Expression.
Div.java
28
* The 'div'
operation
expression executer.
30
public class Div 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.
Equals.java
28
* The '='
operation
expression executer.
30
public class Equals 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
* Execute a binary
operation
by calling execute on each of the operands,
58
* @return The XObject result of the
operation
.
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.
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/operation/
db.py
24
from mapreduce.
operation
import base
29
class Put(base.
Operation
):
44
"""Perform
operation
.
52
class Delete(base.
Operation
):
67
"""Perform
operation
.
/frameworks/base/core/java/android/app/backup/
IFullBackupRestoreObserver.aidl
28
* Notification: a full backup
operation
has begun.
42
* Notification: the full backup
operation
has ended.
47
* Notification: a restore-from-full-backup
operation
has begun.
61
* Notification: the restore-from-full-backup
operation
has ended.
66
* The user's window of opportunity for confirming the
operation
has timed out.
/external/deqp/framework/common/
tcuThreadUtil.hpp
76
// Used by class
Operation
only
129
class
Operation
132
Operation
(const char* name);
133
virtual ~
Operation
(void);
141
virtual void exec (Thread& thread) = 0; //!< Overwritten by inherited class to perform actual
operation
149
Operation
(const
Operation
&);
150
Operation
& operator= (const
Operation
&);
168
virtual void init (void) {} //!< Called first before any
Operation
[
all
...]
/frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml
23
<string name="backup_confirm_text">A full backup of all data to a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the backup yourself, do not allow the
operation
to proceed.</string>
30
<string name="restore_confirm_text">A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the restore yourself, do not allow the
operation
to proceed. This will replace any data currently on the device!</string>
36
<!-- Text for message to user that they must enter their predefined backup password in order to perform this
operation
. -->
38
<!-- Text for message to user that they must enter their device encryption password in order to perform this restore
operation
. -->
40
<!-- Text for message to user that they must enter their device encryption password in order to perform this backup
operation
. -->
43
<!-- Text for message to user that they must enter an encryption password to use for the full backup
operation
. -->
45
<!-- Text for message to user that they may optionally supply an encryption password to use for a full backup
operation
. -->
47
<!-- Text for message to user that they must supply an encryption password to use for a full backup
operation
because their phone is locked. -->
50
<!-- Text for message to user when performing a full restore
operation
, explaining that they must enter the password originally used to encrypt the full backup data. -->
53
<!-- Text of a toast telling the user that a full backup
operation
has begun --
[
all
...]
/frameworks/base/docs/html/training/notify-user/
display-progress.jd
44
of an ongoing
operation
. If you can estimate how long the
operation
takes and how much of it
46
(a progress bar). If you can't estimate the length of the
operation
, use the
66
As your
operation
proceeds,
67
increment <code>progress</code>, and update the notification. At the end of the
operation
,
71
"percent complete" value for the
operation
.
74
You can either leave the progress bar showing when the
operation
is done, or remove it. In
75
either case, remember to update the notification text to show that the
operation
is complete.
89
// Start a lengthy
operation
in a background thread
95
// Do the "lengthy"
operation
20 time
[
all
...]
/external/iptables/extensions/
libxt_ecn.c
47
einfo->
operation
|= XT_ECN_OP_MATCH_CWR;
52
einfo->
operation
|= XT_ECN_OP_MATCH_ECE;
59
einfo->
operation
|= XT_ECN_OP_MATCH_IP;
80
if (einfo->
operation
& XT_ECN_OP_MATCH_ECE) {
85
if (einfo->
operation
& XT_ECN_OP_MATCH_CWR) {
90
if (einfo->
operation
& XT_ECN_OP_MATCH_IP) {
102
if (einfo->
operation
& XT_ECN_OP_MATCH_ECE) {
108
if (einfo->
operation
& XT_ECN_OP_MATCH_CWR) {
114
if (einfo->
operation
& XT_ECN_OP_MATCH_IP) {
/external/libnfc-nxp/src/
phFriNfc_LlcpTransport.h
388
* \retval NFCSTATUS_SUCCESS
Operation
successful.
392
* a valid type to perform the requsted
operation
.
395
* \retval NFCSTATUS_FAILED
Operation
failed.
412
* \retval NFCSTATUS_SUCCESS
Operation
successful.
416
* a valid type to perform the requsted
operation
.
419
* \retval NFCSTATUS_FAILED
Operation
failed.
448
* \retval NFCSTATUS_SUCCESS
Operation
successful.
454
* \retval NFCSTATUS_FAILED
Operation
failed.
473
* \retval NFCSTATUS_SUCCESS
Operation
successful.
476
* \retval NFCSTATUS_FAILED
Operation
failed
[
all
...]
/external/llvm/tools/llvm-ar/
llvm-ar.cpp
98
"\nMODIFIERS (
operation
specific):\n"
124
// Modifiers to follow
operation
to vary behavior
189
// Parse the command line options as presented and return the
operation
191
// modifier/
operation
pairs have not been violated.
209
// Keep track of which
operation
was requested
210
ArchiveOperation
Operation
;
216
case 'd': ++NumOperations;
Operation
= Delete; break;
217
case 'm': ++NumOperations;
Operation
= Move ; break;
218
case 'p': ++NumOperations;
Operation
= Print; break;
219
case 'q': ++NumOperations;
Operation
= QuickAppend; break
[
all
...]
/hardware/bsp/intel/peripheral/libupm/src/lcd/
lcm1602.h
106
* @return Result of the
operation
114
* @return Result of the
operation
120
* @return Result of the
operation
126
* @return Result of the
operation
135
* @return Result of
operation
142
* @return Result of
operation
149
* @return Result of
operation
156
* @return Result of
operation
163
* @return Result of
operation
170
* @return Result of
operation
[
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. */
/external/kernel-headers/original/uapi/linux/
falloc.h
16
* that has been removed by the
operation
.
19
* granularity of the
operation
. Most will limit operations to
25
* considered an illegal
operation
- just use ftruncate(2) if you need
48
*
operation
will increase the size of the file by len bytes.
51
* of the
operation
. Most will limit operations to filesystem block size
56
* the file is considered an illegal
operation
- just use ftruncate(2) or
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/libnfc-nci/halimpl/bcm2079x/adaptation/
SyncEvent.h
50
** Description: Start a synchronization
operation
.
112
** Description: End a synchronization
operation
.
146
** Description: Start a synchronization
operation
.
154
event.start (); //automatically start
operation
162
** Description: End a synchronization
operation
.
169
mEvent.end (); //automatically end
operation
/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
Completed in 708 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>