OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operation
(Results
401 - 425
of
6286
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/icu4c/test/intltest/
dadrcal.cpp
107
// Headers { "locale","from","
operation
","params","to" }
145
// #4 '
operation
' info
146
param = "
operation
";
147
UnicodeString
operation
= testSetting=currentCase->getString(param,
local
197
+
operation
+" [[[ "+params+" ]]] >>> "+to;
240
if (
operation
== kROLL) {
243
} else if (
operation
== kADD) {
247
errln(caseString+ " FAIL: unknown
operation
"+
operation
);
249
logln(
operation
+ " of "+ paramsSet.get((UCalendarDateFields)q
[
all
...]
/external/clang/test/Sema/
exprs.c
196
// expected-note {{use '&' for a bitwise
operation
}} \
207
// expected-note {{use '|' for a bitwise
operation
}}
209
// expected-note {{use '|' for a bitwise
operation
}}
213
// expected-note {{use '&' for a bitwise
operation
}} \
216
// expected-note {{use '&' for a bitwise
operation
}} \
221
// expected-note {{use '|' for a bitwise
operation
}}
223
// expected-note {{use '|' for a bitwise
operation
}}
227
// expected-note {{use '&' for a bitwise
operation
}} \
230
// expected-note {{use '&' for a bitwise
operation
}} \
/external/eigen/blas/
level2_cplx_impl.h
12
/** ZHEMV performs the matrix-vector
operation
62
/** ZHBMV performs the matrix-vector
operation
75
/** ZHPMV performs the matrix-vector
operation
87
/** ZHPR performs the hermitian rank 1
operation
99
/** ZHPR2 performs the hermitian rank 2
operation
111
/** ZHER performs the hermitian rank 1
operation
155
/** ZHER2 performs the hermitian rank 2
operation
196
/** ZGERU performs the rank 1
operation
234
/** ZGERC performs the rank 1
operation
/external/icu4c/i18n/
nfsubs.h
106
* Performs a mathematical
operation
on the number, formats it using
118
* Performs a mathematical
operation
on the number, formats it using
132
* mathematical
operation
on the number. The result of this
operation
143
* mathematical
operation
on the number. The result of this
operation
160
*
operation
(the inverse of the one used in formatting) is
197
* parse results derived in some other way. The
operation
is generally
198
* the inverse of the
operation
performed by transformNumber().
/frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.c
76
case INTERFACE_ADDING_1A: //
operation
was aborted while on work queue
133
// Asynchronous: mark
operation
pending and cancellable
146
case INTERFACE_ADDING_1A: //
operation
aborted while mutex unlocked
156
// Synchronous: mark
operation
pending to prevent duplication
234
// Mark
operation
pending (not necessary; remove is synchronous with mutex locked)
325
case INTERFACE_RESUMING_1A: //
operation
was aborted while on work queue
381
// Asynchronous: mark
operation
pending and cancellable
394
case INTERFACE_RESUMING_1A: //
operation
aborted while mutex unlocked
404
// Synchronous: mark
operation
pending to prevent duplication
/external/chromium/chrome/browser/google/
google_update.h
65
// notifications about the results of an Google Update
operation
.
68
// This function is called when Google Update has finished its
operation
and
113
// This function reports failure from the Google Update
operation
to the
129
// This function reports the results of the GoogleUpdate
operation
to the
140
// The listener who is interested in finding out the result of the
operation
.
/external/chromium/net/base/
file_stream.h
7
// Note that even when used asynchronously, only one
operation
is supported at
71
// error code if the
operation
could not be performed.
93
// or an error code if the
operation
could not be performed.
99
//
operation
could not be performed.
129
/// Returns an error code if the
operation
could not be performed.
/external/iproute2/include/linux/
atmsap.h
71
* ITU-T coded mode of
operation
76
#define ATM_IMD_NORMAL 1 /* normal mode of
operation
*/
77
#define ATM_IMD_EXTENDED 2 /* extended mode of
operation
*/
107
unsigned char mode; /* mode of
operation
(ATM_IMD_xxx), 0 if */
116
unsigned char mode; /* mode of
operation
(ATM_IMD_xxx), 0 if */
/external/kernel-headers/original/asm-x86/
semaphore_32.h
21
* also implemented the `trylock' semaphore
operation
.
100
"# atomic down
operation
\n\t"
121
"# atomic interruptible down
operation
\n\t"
143
"# atomic interruptible down
operation
\n\t"
163
"# atomic up
operation
\n\t"
/external/kernel-headers/original/linux/
atmsap.h
71
* ITU-T coded mode of
operation
76
#define ATM_IMD_NORMAL 1 /* normal mode of
operation
*/
77
#define ATM_IMD_EXTENDED 2 /* extended mode of
operation
*/
107
unsigned char mode; /* mode of
operation
(ATM_IMD_xxx), 0 if */
116
unsigned char mode; /* mode of
operation
(ATM_IMD_xxx), 0 if */
/external/openfst/src/include/fst/
power-weight.h
19
// Cartesian power weight semiring
operation
definitions.
36
// The Times
operation
is overloaded to provide the
97
// Semiring plus
operation
107
// Semiring times
operation
117
// Semiring divide
operation
sparse-power-weight.h
20
// Cartesian power weight semiring
operation
definitions.
76
// The Times
operation
is overloaded to provide the
148
// Semimodule plus
operation
158
// Semimodule times
operation
168
// Semimodule divide
operation
/external/openssl/crypto/dsa/
dsa_asn1.c
67
static int sig_cb(int
operation
, ASN1_VALUE **pval, const ASN1_ITEM *it,
70
if(
operation
== ASN1_OP_NEW_PRE) {
94
static int dsa_cb(int
operation
, ASN1_VALUE **pval, const ASN1_ITEM *it,
97
if(
operation
== ASN1_OP_NEW_PRE) {
101
} else if(
operation
== ASN1_OP_FREE_PRE) {
/external/qemu/android/
async-utils.h
30
ASYNC_COMPLETE = 0, /* asynchronous
operation
completed */
67
/* Try to read data from 'io' and return the state of the read
operation
.
70
* ASYNC_COMPLETE: If the read
operation
was complete. This will also
108
/* Try to write data to 'io' and return the state of the write
operation
.
111
* ASYNC_COMPLETE: If the write
operation
was complete. This will also
/external/v8/test/mjsunit/compiler/
assignment-deopt.js
30
// Test deopt with count
operation
on parameter.
42
// Test deopt with count
operation
on named property.
60
// Test deopt with count
operation
on keyed property.
90
// Test bailout with count
operation
in a value context.
147
// The binary
operation
changes the map as a side effect.
count-deopt.js
30
// Test deopt with count
operation
on parameter.
42
// Test deopt with count
operation
on named property.
60
// Test deopt with count
operation
on keyed property.
90
// Test bailout with count
operation
in a value context.
176
// Test deoptimization with postfix
operation
in a value context.
/external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h
40
class
Operation
;
159
void appendDrawingOperation(GraphicsOperation::
Operation
*
operation
, const FloatRect& bounds);
160
void appendStateOperation(GraphicsOperation::
Operation
*
operation
);
/external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp
157
DragOperation
operation
= DragOperationNone;
local
160
operation
= DragOperationCopy;
162
operation
= DragOperationLink;
164
operation
= DragOperationMove;
166
frame->eventHandler()->dragSourceEndedAt(generateMouseEvent(m_webView, false),
operation
);
local
/frameworks/av/include/media/
EffectsFactoryApi.h
49
// returned value: 0 successful
operation
.
73
// returned value: 0 successful
operation
.
106
// returned value: 0 successful
operation
.
128
// returned value: 0 successful
operation
.
149
// returned value: 0 successful
operation
.
/frameworks/base/core/java/android/app/backup/
BackupHelper.java
32
* produced during the previous backup
operation
.
49
* written during this helper's previous backup
operation
, and the {@code newState}
51
* new state after performing the backup
operation
.
87
* after a restore
operation
to write the backup state file corresponding to
95
* the restore
operation
.
IRestoreSession.aidl
23
* Binder interface used by clients who wish to manage a restore
operation
. Every
50
* progress callbacks during the restore
operation
.
66
* progress callbacks during the restore
operation
.
76
* the dataset used during the last full device setup
operation
if the current
86
* progress callbacks during the restore
operation
.
/frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java
81
* <p>The card is left in a read-write state after this
operation
.
83
* <p>This is an I/O
operation
and will block until complete. It must
91
* @throws IOException if there is an I/O failure, or the
operation
is canceled
105
* <p>This is an I/O
operation
and will block until complete. It must
113
* @throws IOException if there is an I/O failure, or the
operation
is canceled
/frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java
78
/** Service category
operation
(add/delete/clear). */
97
public CdmaSmsCbProgramData(int
operation
, int category, int language, int maxMessages,
99
mOperation =
operation
;
134
* Returns the service category
operation
, e.g. {@link #OPERATION_ADD_CATEGORY}.
183
return "CdmaSmsCbProgramData{
operation
=" + mOperation + ", category=" + mCategory
/libcore/luni/src/main/java/java/nio/channels/
SocketChannel.java
45
*
operation
when the shutdown occurs, the read will end without effect and
49
* is blocked in a write
operation
, an {@link AsynchronousCloseException} will
98
*
operation
is executing. The calling thread will have the
117
* connect, read and write
operation
, so this method returns
172
* a non-blocking connecting
operation
is already executing on
181
*
operation
is in progress. The calling thread will have the
219
*
operation
is in progress. The calling thread has the
248
*
operation
is in progress. The interrupt state of the calling
264
* If a read
operation
is in progress, subsequent threads will block until
276
*
operation
[
all
...]
/libcore/luni/src/main/java/java/sql/
DataTruncation.java
63
* {@code true} if the truncation occurred on a read
operation
,
92
* true if the truncation occurred on a read
operation
, false
144
* Gets whether the value was truncated on a read
operation
or a write
145
*
operation
147
* @return {@code true} if the value was truncated on a read
operation
,
Completed in 1245 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>