Searched refs:endOperation (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/util/keyrange/
H A DRangeCursor.java170 * cursor, and returns the old cursor. Always call endOperation in a
175 * endOperation.</p>
197 * the cursor. Always call endOperation when a successful operation ends,
200 private void endOperation(Cursor oldCursor, OperationStatus status, method in class:RangeCursor
267 endOperation(null, status, null, null, null);
275 endOperation(null, status, key, pKey, data);
296 endOperation(oldCursor, status, key, pKey, data);
302 endOperation(null, status, key, pKey, data);
323 endOperation(oldCursor, status, key, pKey, data);
339 endOperation(nul
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A Dcodemirror.js1915 function endOperation(cm) {
1986 finally { endOperation(cm); }
1994 finally { endOperation(cm); }
2004 finally { endOperation(this); }
2013 finally { endOperation(cm); }
2312 if (withOp) endOperation(cm);
4960 if (withOp) endOperation(cm);
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dcodemirror.js1915 function endOperation(cm) {
1986 finally { endOperation(cm); }
1994 finally { endOperation(cm); }
2004 finally { endOperation(this); }
2013 finally { endOperation(cm); }
2312 if (withOp) endOperation(cm);
4960 if (withOp) endOperation(cm);

Completed in 98 milliseconds