OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operation
(Results
151 - 175
of
9314
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/content/
EventLogTags.logtags
6
52003 content_update_sample (uri|3),(
operation
|3),(selection|3),(time|1|3),(blocking_package|3),(sample_percent|1|6)
/frameworks/base/tools/preload/
Android.mk
9
Operation
.java \
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
concept.hpp
32
Result of the find
operation
must be convertible to iterator_range.
42
//
Operation
55
takes a result from a finder
operation
and transforms it
67
//
Operation
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
consts.py
0
#
operation
flags
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
consts.py
0
#
operation
flags
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorTestOperations/
RepeatingSensorTestOperation.java
22
* High level SensorTestOperation that executes the inner
operation
in a loop.
28
public RepeatingSensorTestOperation(SensorTestOperation
operation
, int repetitionCount) {
29
mSensorTestOperation =
operation
;
/external/chromium_org/net/disk_cache/v3/
sparse_control_v3.h
29
// the
operation
into multiple small pieces, sending each one to the
36
// The
operation
to perform.
51
// Performs an actual sparse read or write
operation
for this entry. |op| is
52
// the
operation
to perform, |offset| is the desired sparse offset, |buf| and
63
// Cancels the current sparse
operation
(if any).
93
// Continues the current
operation
(open) without a current child.
99
// Performs a single
operation
with the current child. Returns true when we
109
// Deletes the current child and continues the current
operation
(open).
122
// current IO
operation
(for instance if the required range is not stored by
127
// the current
operation
[
all
...]
/external/chromium_org/ui/base/dragdrop/
drag_source_win.h
17
// drag-drop
operation
as the user mouses over other drop targets on their
27
// Stop the drag
operation
at the next chance we get. This doesn't
49
// Set to true if we want to cancel the drag
operation
.
/external/chromium_org/ui/views/
drag_utils.h
25
// Starts a drag
operation
. This blocks until the drag
operation
completes.
29
int
operation
,
/external/emma/core/res/com/vladium/emma/instr/
instr_usage.res
49
"verbose output
operation
";
54
"quiet
operation
(ignore all but warnings and severe errors)";
59
"extra-quiet
operation
(ignore all but severe errors)";
/external/emma/core/res/com/vladium/emma/report/
report_usage.res
34
"verbose output
operation
";
39
"quiet
operation
(ignore all but warnings and severe errors)";
44
"extra-quiet
operation
(ignore all but severe errors)";
/external/openfst/src/script/
shortest-distance.cc
29
Apply<
Operation
<ShortestDistanceArgs1> >("ShortestDistance", fst.ArcType(),
38
Apply<
Operation
<ShortestDistanceArgs2> >("ShortestDistance", ifst.ArcType(),
46
Apply<
Operation
<ShortestDistanceArgs3> >("ShortestDistance", ifst.ArcType(),
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateSemaphore.3
12
\fBSDL_CreateSemaphore()\fP creates a new semaphore and initializes it with the value \fBinitial_value\fR\&. Each locking
operation
on the semaphore by \fISDL_SemWait\fR, \fISDL_SemTryWait\fR or \fISDL_SemWaitTimeout\fR will atomically decrement the semaphore value\&. The locking
operation
will be blocked if the semaphore value is not positive (greater than zero)\&. Each unlock
operation
by \fISDL_SemPost\fR will atomically increment the semaphore value\&.
/frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java
29
* @param status Status of the connect or disconnect
operation
.
30
* {@link BluetoothGatt#GATT_SUCCESS} if the
operation
succeeds.
51
* Callback reporting the result of a characteristic read
operation
.
56
* @param status {@link BluetoothGatt#GATT_SUCCESS} if the read
operation
64
* Callback indicating the result of a characteristic write
operation
.
75
* @param status The result of the write
operation
76
* {@link BluetoothGatt#GATT_SUCCESS} if the
operation
succeeds.
94
* Callback reporting the result of a descriptor read
operation
.
99
* @param status {@link BluetoothGatt#GATT_SUCCESS} if the read
operation
107
* Callback indicating the result of a descriptor write
operation
[
all
...]
/frameworks/base/media/java/android/media/videoeditor/
ExtractAudioWaveformProgressListener.java
30
* an extractAudioWaveform
operation
.
31
* This method may be called maximum 100 times for one
operation
.
33
* @param progress The progress in %. At the beginning of the
operation
,
/hardware/ti/omap4xxx/libtiutils/
Semaphore.h
42
///Wait
operation
45
///Signal
operation
51
///Wait
operation
with a timeout
/external/chromium_org/third_party/openssl/openssl/crypto/evp/
pmeth_fn.c
91
ctx->
operation
= EVP_PKEY_OP_SIGN;
96
ctx->
operation
= EVP_PKEY_OP_UNDEFINED;
110
if (ctx->
operation
!= EVP_PKEY_OP_SIGN)
128
ctx->
operation
= EVP_PKEY_OP_VERIFY;
133
ctx->
operation
= EVP_PKEY_OP_UNDEFINED;
147
if (ctx->
operation
!= EVP_PKEY_OP_VERIFY)
164
ctx->
operation
= EVP_PKEY_OP_VERIFYRECOVER;
169
ctx->
operation
= EVP_PKEY_OP_UNDEFINED;
183
if (ctx->
operation
!= EVP_PKEY_OP_VERIFYRECOVER)
201
ctx->
operation
= EVP_PKEY_OP_ENCRYPT
[
all
...]
/external/openssl/crypto/evp/
pmeth_fn.c
91
ctx->
operation
= EVP_PKEY_OP_SIGN;
96
ctx->
operation
= EVP_PKEY_OP_UNDEFINED;
110
if (ctx->
operation
!= EVP_PKEY_OP_SIGN)
128
ctx->
operation
= EVP_PKEY_OP_VERIFY;
133
ctx->
operation
= EVP_PKEY_OP_UNDEFINED;
147
if (ctx->
operation
!= EVP_PKEY_OP_VERIFY)
164
ctx->
operation
= EVP_PKEY_OP_VERIFYRECOVER;
169
ctx->
operation
= EVP_PKEY_OP_UNDEFINED;
183
if (ctx->
operation
!= EVP_PKEY_OP_VERIFYRECOVER)
201
ctx->
operation
= EVP_PKEY_OP_ENCRYPT
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/operations/
Bool.java
28
* The 'boolean()'
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
.
54
* Evaluate this
operation
directly to a boolean.
58
* @return The result of the
operation
as a boolean.
Number.java
28
* The 'number()'
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
.
54
* Evaluate this
operation
directly to a double.
58
* @return The result of the
operation
as a double.
/external/chromium_org/ash/drag_drop/
drag_image_view.h
26
// |source| is the event source that started this drag drop
operation
(touch
28
// whether to show drag
operation
hint on top of the image.
48
// For touch drag drop, we show a hint corresponding to the drag
operation
53
// |
operation
| is a bit field indicating allowable drag operations from
55
void SetTouchDragOperation(int
operation
);
/external/chromium_org/chrome/browser/resources/file_manager/common/js/
progress_center_common.js
42
// The item is file copy
operation
.
44
// The item is file move
operation
.
48
// The item is file zip
operation
.
50
// The item is general file transfer
operation
.
51
// This is used for the mixed
operation
of summarized item.
/external/chromium_org/net/disk_cache/
tracing_cache_backend.h
18
// of the
operation
until the result is delivered.
46
enum
Operation
{
60
void RecordEvent(base::TimeTicks start_time,
Operation
op, std::string key,
63
void BackendOpComplete(base::TimeTicks start_time,
Operation
op,
67
net::CompletionCallback BindCompletion(
Operation
op,
in_flight_backend_io.h
23
// This class represents a single asynchronous disk cache IO
operation
while it
30
// Runs the actual
operation
on the background thread.
36
// Called when we are finishing this
operation
. If |cancel| is true, the user
40
// Returns true if this
operation
is directed to an entry (vs. the backend).
63
void FlushQueue(); // Dummy
operation
.
83
enum
Operation
{
112
// Returns true if this
operation
returns an entry.
115
// Returns the time that has passed since the
operation
was created.
123
Operation
operation_;
208
virtual void OnOperationComplete(BackgroundIO*
operation
,
[
all
...]
/frameworks/base/core/java/android/app/backup/
IRestoreObserver.aidl
22
* Callback class for receiving progress reports during a restore
operation
.
40
* The restore
operation
has begun.
43
* this restore
operation
.
59
* The restore
operation
has completed.
61
* @param error Zero on success; a nonzero error code if the restore
operation
Completed in 604 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>