OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operation
(Results
226 - 250
of
6286
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/tests/076-boolean-put/src/
Main.java
21
* to generate an accessor method that performs the boolean
operation
.
24
*
operation
is written back to a boolean field.
/external/chromium/chrome/browser/ui/cocoa/
image_utils.mm
11
operation
:(NSCompositingOperation)op
30
operation
:op
/external/chromium/chrome/browser/ui/webui/options/
font_settings_fonts_list_loader.h
16
// could be a long
operation
(if the user has a large number of fonts.)
38
//
operation
has completed.
/external/chromium/chrome/common/extensions/docs/static/
api_index.html
35
without waiting for the
operation
to finish.
36
If you need to know the outcome of an
operation
,
/external/clang/test/SemaCXX/
bool.cpp
29
// expected-note {{use '&' for a bitwise
operation
}} \
32
// expected-note {{use '|' for a bitwise
operation
}}
/external/kernel-headers/original/linux/
sem.h
7
#define SEM_UNDO 0x1000 /* undo the
operation
on exit */
29
struct sem_queue **sem_pending_last; /* last pending
operation
*/
40
short sem_op; /* semaphore
operation
*/
41
short sem_flg; /*
operation
flags */
87
int sempid; /* pid of last
operation
*/
98
struct sem_queue **sem_pending_last; /* last pending
operation
*/
110
int status; /* completion status of
operation
*/
115
int alter; /* does the
operation
alter the array? */
/external/libcap-ng/libcap-ng-0.7/docs/
capng_updatev.3
12
capng_updatev will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The
operation
is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same
operation
on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
/external/llvm/test/CodeGen/X86/
2008-06-13-VolatileLoadStore.ll
11
store volatile double %b, double* @atomic ; one processor
operation
only
12
store volatile double 0.000000e+00, double* @atomic2 ; one processor
operation
only
/external/openfst/src/script/
compose.cc
31
Apply<
Operation
<ComposeArgs1> >("Compose", ifst1.ArcType(), &args);
40
Apply<
Operation
<ComposeArgs2> >("Compose", ifst1.ArcType(), &args);
concat.cc
29
Apply<
Operation
<ConcatArgs1> >("Concat", ofst->ArcType(), &args);
37
Apply<
Operation
<ConcatArgs2> >("Concat", ofst->ArcType(), &args);
difference.cc
30
Apply<
Operation
<DifferenceArgs1> >("Difference", ifst1.ArcType(), &args);
39
Apply<
Operation
<DifferenceArgs2> >("Difference", ifst1.ArcType(), &args);
intersect.cc
30
Apply<
Operation
<IntersectArgs1> >("Intersect", ifst1.ArcType(), &args);
39
Apply<
Operation
<IntersectArgs2> >("Intersect", ifst1.ArcType(), &args);
push.cc
28
Apply<
Operation
<PushArgs1> >("Push", ofst->ArcType(), &args);
37
Apply<
Operation
<PushArgs2> >("Push", ifst.ArcType(), &args);
shortest-path.cc
30
Apply<
Operation
<ShortestPathArgs1> >("ShortestPath", ifst.ArcType(), &args);
40
Apply<
Operation
<ShortestPathArgs2> >("ShortestPath", ifst.ArcType(), &args);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
QueuedOperation.h
37
virtual bool operator==(const QueuedOperation*
operation
) = 0;
45
virtual bool check(QueuedOperation*
operation
) = 0;
/frameworks/base/core/java/android/app/backup/
BackupManager.java
34
* will then schedule a backup
operation
to occur in the near future. Repeated
36
*
operation
actually occurs.
38
* A backup or restore
operation
for your application begins when the system launches the
41
* of how the
operation
then proceeds.
43
* Several attributes affecting the
operation
of the backup and restore mechanism
85
* new changes to its data. A backup
operation
using your application's
125
* the dataset used during the last full device setup
operation
if the current
136
*
operation
. This must not be null.
/hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rmnet.h
17
/* Bitmap macros for RmNET driver
operation
mode. */
40
RMNET_IOCTL_GET_OPMODE = 0x000089F7, /* Get
operation
mode */
/libcore/luni/src/main/java/java/nio/channels/spi/
AbstractInterruptibleChannel.java
31
* {@code begin()} before any I/O
operation
that potentially blocks
32
* indefinitely, then {@code end(boolean)} after completing the
operation
. The
33
* argument to the {@code end} method should indicate if the I/O
operation
has
64
* If an attempt is made to perform an
operation
on a closed channel then a
87
* Indicates the beginning of a code section that includes an I/O
operation
88
* that is potentially blocking. After this
operation
, the application
97
* {@code begin()} and that includes a potentially blocking I/O
operation
.
100
* pass {@code true} if the blocking
operation
has succeeded and
/libcore/luni/src/main/java/org/xml/sax/
SAXNotSupportedException.java
10
* Exception class for an unsupported
operation
.
21
*
operation
(setting a state or value). Other SAX2 applications and
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
CalendarProvider2ForTesting.java
56
public void set(int type, long triggerAtTime, PendingIntent
operation
) {
60
public void cancel(PendingIntent
operation
) {
/system/core/adb/
backup_service.c
54
char*
operation
;
local
59
operation
= "backup";
62
operation
= "restore";
66
D("backup_service(%s, %s)\n",
operation
, args);
83
D("can't fork for %s\n",
operation
);
84
fprintf(stderr, "unable to fork for %s\n",
operation
);
98
// fixed args: [0] is 'bu', [1] is the port number, [2] is the '
operation
' string
113
bu_args[argc++] =
operation
;
/external/chromium/chrome/browser/chromeos/login/
owner_manager.h
32
OPERATION_FAILED // The crypto
operation
failed.
37
// Upon completion of a key
operation
, this method will be called.
39
// back any artifacts of the
operation
. For example, if the
operation
47
// Called upon completion of a key update
operation
.
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_contents_drag_source.mm
99
operation
:(NSDragOperation)
operation
{
103
operation
:(NSDragOperation)
operation
{
112
static_cast<WebKit::WebDragOperation>(
operation
));
/external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.h
19
// Starts the Find
operation
by calling StartFinding on the Tab. This function
29
// Stops the current Find
operation
.
80
// True if a Find
operation
was aborted. This can happen if the Find box is
83
// on FindNext result in a full Find
operation
so that the highlighting for
91
// figure out if this is a Find or a FindNext
operation
(FindNext should not
/libcore/luni/src/main/java/java/security/
PolicySpi.java
59
* should be overridden if a refresh
operation
is supported by the policy
80
*
operation
is supported, the returned set of permissions must be a
82
* types. If this
operation
is not supported,
102
* If this
operation
is supported, the returned set of permissions
104
* Permission types. If this
operation
is not supported,
Completed in 990 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>