HomeSort by relevance Sort by last modified time
    Searched defs:performOperation (Results 1 - 8 of 8) sorted by null

  /packages/apps/Exchange/src/com/android/exchange/eas/
EasFolderSync.java 95 public int performOperation() {
100 return super.performOperation();
113 * Helper function for {@link #performOperation} -- do some initial checks and, if they pass,
145 // This is intentionally a call to super.performOperation. This is a helper function for
147 final int result = super.performOperation();
EasSyncBase.java 120 public int performOperation() {
125 result = super.performOperation();
EasFullSyncOperation.java 67 // This is really a container operation, its performOperation() actually just creates and
78 // This is really a container operation, its performOperation() actually just creates and
88 // This is really a container operation, its performOperation() actually just creates and
96 public int performOperation() {
131 // since we have overridden performOperation, this EasOperation does not have the
140 result = folderSync.performOperation();
263 syncResult = operation.performOperation();
306 int result = op.performOperation();
313 result = op.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 79 // The account is loaded before performOperation but it is not guaranteed to be available
150 public int performOperation() {
177 final int result = super.performOperation();
281 // the errors that are being returned to the caller of performOperation().
EasOperation.java 58 * The core of this class is {@link #performOperation}, which provides the skeleton of making
62 * {@link #performOperation} calls various abstract functions to create the request and parse the
64 * on {@link #performOperation} to do all the boilerplate etc.
71 * Some subclasses may need to override {@link #performOperation} to add validation and results
72 * processing around a call to super.performOperation. Subclasses should avoid doing too much more
199 * This will always be called at the begining of performOperation and can be overridden
257 public int performOperation() {
497 * that is returned to the caller of {@link #performOperation}.
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 867 static void performOperation(ArchiveOperation Operation,
919 static int performOperation(ArchiveOperation Operation);
925 return performOperation(CreateSymTab);
932 return performOperation(Operation);
935 static int performOperation(ArchiveOperation Operation) {
954 performOperation(Operation, &Archive);
969 performOperation(Operation, nullptr);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 

Completed in 340 milliseconds