HomeSort by relevance Sort by last modified time
    Searched defs:performOperation (Results 1 - 7 of 7) 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();
EasSyncBase.java 123 public int performOperation() {
128 result = super.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().
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...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 838 static void performOperation(ArchiveOperation Operation,
896 performOperation(Operation, &Archive);
911 performOperation(Operation, NULL);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar 

Completed in 4206 milliseconds