OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:performOperation
(Results
1 - 15
of
15
) sorted by null
/packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java
101
public int
performOperation
() {
106
return super.
performOperation
();
128
// This intentionally calls super.
performOperation
-- calling our
performOperation
129
// will simply end up calling super.
performOperation
anyway. This is part of the transition
131
return super.
performOperation
();
135
* Helper function for {@link #
performOperation
} -- do some initial checks and, if they pass,
167
// This is intentionally a call to super.
performOperation
. This is a helper function for
169
final int result = super.
performOperation
();
EasSettings.java
51
return
performOperation
() == RESULT_OK;
EasSyncBase.java
123
public int
performOperation
() {
128
result = super.
performOperation
();
EasOptions.java
57
return
performOperation
();
EasProvision.java
91
* has no way to communicate this into {@link #
performOperation
}, we use this member variable
115
return
performOperation
();
120
performOperation
();
126
return
performOperation
();
EasLoadAttachment.java
78
// The account is loaded before
performOperation
but it is not guaranteed to be available
149
public int
performOperation
() {
176
final int result = super.
performOperation
();
280
// the errors that are being returned to the caller of
performOperation
().
EasMoveItems.java
71
result =
performOperation
();
85
//
performOperation
returned a negative status code, indicating a failure before the
EasPing.java
104
final int result =
performOperation
();
EasSync.java
150
result =
performOperation
();
EasOperation.java
56
* The core of this class is {@link #
performOperation
}, which provides the skeleton of making
60
* {@link #
performOperation
} calls various abstract functions to create the request and parse the
62
* on {@link #
performOperation
} to do all the boilerplate etc.
69
* Some subclasses may need to override {@link #
performOperation
} to add validation and results
70
* processing around a call to super.
performOperation
. Subclasses should avoid doing too much more
277
public int
performOperation
() {
496
* that is returned to the caller of {@link #
performOperation
}.
[
all
...]
/packages/apps/Exchange/src/com/android/exchange/service/
EmailSyncAdapterService.java
440
operation.
performOperation
();
472
operation.
performOperation
();
[
all
...]
EasService.java
249
return operation.
performOperation
();
/external/llvm/tools/llvm-ar/
llvm-ar.cpp
838
static void
performOperation
(ArchiveOperation Operation,
896
performOperation
(Operation, &Archive);
911
performOperation
(Operation, NULL);
/packages/apps/Exchange/src/com/android/exchange/
ExchangeService.java
176
op.
performOperation
();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar
Completed in 463 milliseconds