Searched refs:cursor (Results 51 - 75 of 1034) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DWidgetWin.cpp64 void Widget::setCursor(const Cursor& cursor) argument
76 view->hostWindow()->setCursor(cursor);
/macosx-10.9.5/libedit-39/src/
H A Dvi.c77 el->el_line.cursor = el->el_line.buffer;
84 el->el_chared.c_vcmd.pos = el->el_line.cursor;
90 * Paste previous deletion before or after the cursor
106 if (!c && el->el_line.cursor < el->el_line.lastchar)
107 el->el_line.cursor++;
110 if (el->el_line.cursor + len > el->el_line.lastchar)
112 (void) memcpy(el->el_line.cursor, k->buf, len *
113 sizeof(*el->el_line.cursor));
120 * Vi paste previous deletion to the right of the cursor
133 * Vi paste previous deletion to the left of the cursor
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/bwidget/
H A Ddropsite.rb28 def self.set_cursor(cursor)
29 tk_call('DropSite::setcursor', cursor)
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/collections/
H A DDataCursor.java24 * Represents a Berkeley DB cursor and adds support for indices, bindings and
41 private RangeCursor cursor; field in class:DataCursor
54 * Creates a cursor for a given view.
63 * Creates a cursor for a given view.
72 * Creates a cursor for a given view and single key range.
82 * Creates a cursor for a given view and key range.
96 * Creates a join cursor.
109 cursors[i] = indexCursors[i].cursor.getCursor();
119 * Clones a cursor preserving the current position.
140 o.cursor
[all...]
H A DStoredCollection.java90 DataCursor cursor = null;
93 cursor = new DataCursor(view, true);
95 cursor.putNoDupData(key, value, null, false);
96 closeCursor(cursor);
100 closeCursor(cursor);
114 * <p>The iterator returned by this method does not keep a database cursor
116 * records as needed, opening and closing a cursor to read each block of
120 * <p>Because this iterator does not keep a cursor open, if it is used
121 * without transactions, the iterator does not have <em>cursor
148 * database cursor resource
556 makeIteratorData(BaseIterator iterator, DataCursor cursor) argument
[all...]
H A DStoredList.java173 DataCursor cursor = null;
176 cursor = new DataCursor(view, true);
178 cursor.getSearchKey(new Long(index), null, false);
180 cursor.putBefore(value);
181 closeCursor(cursor);
183 closeCursor(cursor);
184 cursor = null;
189 closeCursor(cursor);
280 DataCursor cursor = null;
288 cursor
[all...]
H A DMyRangeCursor.java38 * Returns true if a write cursor is requested by the user via the cursor
39 * config, or if this is a writable cursor and the user has not specified a
40 * cursor config. For CDB, a special cursor must be created for writing.
59 protected Cursor dupCursor(Cursor cursor, boolean samePosition) argument
62 return view.currentTxn.dupCursor(cursor, writeCursor, samePosition);
65 protected void closeCursor(Cursor cursor) argument
68 view.currentTxn.closeCursor(cursor);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dvi.c66 el->el_line.cursor = el->el_line.buffer;
72 el->el_chared.c_vcmd.pos = el->el_line.cursor;
78 * Paste previous deletion before or after the cursor
95 if (!c && el->el_line.cursor < el->el_line.lastchar)
96 el->el_line.cursor++;
97 ptr = el->el_line.cursor;
100 if (el->el_line.cursor + len > el->el_line.lastchar)
108 * Vi paste previous deletion to the right of the cursor
121 * Vi paste previous deletion to the left of the cursor
142 if (el->el_line.cursor
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dutil.pm227 my $cursor = $db->db_cursor() or return () ;
228 for ( my $status = $cursor->c_get($k, $v, DB_FIRST) ;
230 $status = $cursor->c_get($k, $v, DB_NEXT)) {
244 my $cursor = $db->db_cursor() or return () ;
245 for ( my $status = $cursor->c_get($k, $v, DB_FIRST) ;
247 $status = $cursor->c_get($k, $v, DB_NEXT)) {
262 my $cursor = $db->db_cursor() or return () ;
263 for ( my $status = $cursor->c_get($k, $v, DB_FIRST) ;
265 $status = $cursor->c_get($k, $v, DB_NEXT)) {
277 my ($cursor)
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/
H A DBasicIndex.java104 Cursor cursor = db.openCursor(null, cursorConfig);
106 OperationStatus status = cursor.getFirst(key, data, null);
109 count += cursor.count();
113 status = cursor.getNextNoDup(key, data, null);
116 cursor.close();
147 return cursor(txn, emptyRange, keyAdapter, config);
153 return cursor(null, emptyRange, entityAdapter, null);
160 return cursor(txn, emptyRange, entityAdapter, config);
167 return cursor(null, fromKey, fromInclusive, toKey, toInclusive,
179 return cursor(tx
233 private <V> EntityCursor<V> cursor(Transaction txn, method in class:BasicIndex
257 private <V> EntityCursor<V> cursor(Transaction txn, method in class:BasicIndex
[all...]
H A DSubIndex.java131 EntityCursor<PK> cursor = keys(null, cursorConfig);
133 if (cursor.next() != null) {
134 return cursor.count();
139 cursor.close();
167 SecondaryCursor cursor = db.openSecondaryCursor(txn, null);
169 status = cursor.getSearchBoth
173 status = cursor.delete();
177 cursor.close();
199 return cursor(txn, null, keyAdapter, config);
205 return cursor(nul
289 private <V> EntityCursor<V> cursor(Transaction txn, method in class:SubIndex
313 private <V> EntityCursor<V> cursor(Transaction txn, method in class:SubIndex
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/upgrade.4.6/
H A DMakefile3 BUILD= cursor.html \
/macosx-10.9.5/MITKerberosShim-62.1/
H A Dkeytab.c40 mit_krb5_kt_cursor *cursor)
46 *cursor = calloc(1, sizeof(krb5_kt_cursor));
48 ret = heim_krb5_kt_start_seq_get(HC(context), (krb5_keytab)keytab, (krb5_kt_cursor *)*cursor);
50 free(*cursor);
51 *cursor = NULL;
58 mit_krb5_keytab_entry *entry, mit_krb5_kt_cursor *cursor)
66 &e, (krb5_kt_cursor *)*cursor);
100 mit_krb5_kt_cursor *cursor)
106 ret = heim_krb5_kt_end_seq_get(HC(context), (krb5_keytab)keytab, (krb5_kt_cursor *)*cursor);
107 free(*cursor);
39 krb5_kt_start_seq_get(mit_krb5_context context, mit_krb5_keytab keytab, mit_krb5_kt_cursor *cursor) argument
57 krb5_kt_next_entry(mit_krb5_context context, mit_krb5_keytab keytab, mit_krb5_keytab_entry *entry, mit_krb5_kt_cursor *cursor) argument
99 krb5_kt_end_seq_get(mit_krb5_context context, mit_krb5_keytab keytab, mit_krb5_kt_cursor *cursor) argument
180 mit_krb5_kt_cursor cursor; local
[all...]
/macosx-10.9.5/MITKerberosShim-62.1/test/
H A Dtest-sd.c47 krb5_kt_cursor cursor = NULL; local
59 krb5_err = krb5_kt_start_seq_get(kcontext, kt, &cursor);
61 while ((matched == 0) && (krb5_err = krb5_kt_next_entry(kcontext, kt, &entry, &cursor)) == 0) {
72 krb5_err = krb5_kt_end_seq_get(kcontext, kt, &cursor);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKeychainSearch.cpp51 KCCursor cursor(keychains, itemClass, attrList);
52 *searchRef = cursor->handle();
67 KCCursor cursor(keychains, itemClass, attrList, dbConjunctive, dbOperator);
69 *searchRef = cursor->handle();
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKeychainSearch.cpp51 KCCursor cursor(keychains, itemClass, attrList);
52 *searchRef = cursor->handle();
67 KCCursor cursor(keychains, itemClass, attrList, dbConjunctive, dbOperator);
69 *searchRef = cursor->handle();
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKeychainSearch.cpp51 KCCursor cursor(keychains, itemClass, attrList);
52 *searchRef = cursor->handle();
67 KCCursor cursor(keychains, itemClass, attrList, dbConjunctive, dbOperator);
69 *searchRef = cursor->handle();
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSourceJavaScriptTokenizer.re2js35 | sed 's|[*]cursor[+][+]|this._charAt(cursor++)|' \
36 | sed 's|[[*][+][+]cursor|this._charAt(++cursor)|' \
37 | sed 's|[*]cursor|this._charAt(cursor)|' \
91 nextToken: function(cursor)
93 var cursorOnEnter = cursor;
101 re2c:define:YYCURSOR = cursor;
158 <DIV,NODIV> LineComment { this.tokenType = "javascript-comment"; return cursor; }
[all...]
H A DSourceTokenizer.js67 * @param {number} cursor
70 _charAt: function(cursor)
72 return cursor < this._line.length ? this._line.charAt(cursor) : "\n";
80 * @param {number} cursor
83 nextToken: function(cursor)
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest121.tcl10 # TEST MVCC and cursor adjustment.
11 # TEST Set up a -snapshot cursor and position it in the middle
13 # TEST Write to the database, both before and after the cursor,
34 puts "\tTest$tnum ($method): MVCC and cursor adjustment."
48 # Raise cachesize so this test focuses on cursor adjustment
79 # Open a read-only cursor.
82 set cursor [eval {$db cursor} $txn2]
83 error_check_good db_cursor [is_valid_cursor $cursor $db] TRUE
85 # Walk the cursor halfwa
[all...]
H A Dtest107.tcl10 # TEST We set up a database. Open a read-committed transactional cursor and
11 # TEST a regular transactional cursor on it. Position each cursor on one page,
17 # TEST a regular cursor.
90 # txn or a degree 2 cursor or both. However, the case
91 # of a regular txn and regular cursor should deadlock.
104 set c2t [$db cursor -txn $t -read_committed]
106 set ct2 [$db cursor -txn $t2]
108 set c2t2 [$db cursor -txn $t2 -read_committed]
110 set ct [$db cursor
[all...]
/macosx-10.9.5/Heimdal-323.92.1/kcm/
H A Dglue.c171 krb5_cc_cursor *cursor)
177 *cursor = c->creds;
179 return (*cursor == NULL) ? KRB5_CC_END : 0;
185 krb5_cc_cursor *cursor,
194 &((struct kcm_creds *)cursor)->cred,
199 *cursor = ((struct kcm_creds *)cursor)->next;
200 if (*cursor == 0)
209 krb5_cc_cursor *cursor)
211 *cursor
169 kcmss_get_first(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
183 kcmss_get_next(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
207 kcmss_end_get(krb5_context context, krb5_ccache id, krb5_cc_cursor *cursor) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dhistory.c131 hentry_t *cursor; /* Current element in the list */ member in struct:history_t
217 h->cursor = h->list.next;
218 if (h->cursor != &h->list)
219 *ev = h->cursor->ev;
237 h->cursor = h->list.prev;
238 if (h->cursor != &h->list)
239 *ev = h->cursor->ev;
257 if (h->cursor == &h->list) {
262 if (h->cursor->next == &h->list) {
267 h->cursor
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dcache.c67 krb5_cc_cursor cursor;
79 ret = krb5_cc_start_seq_get(context, id, &cursor);
83 while ((ret = krb5_cc_next_cred(context, id, &cursor, &creds)) == 0){
91 ret = krb5_cc_end_seq_get(context, id, &cursor);
737 krb5_cc_cursor cursor; local
739 ret = krb5_cc_start_seq_get(context, id, &cursor);
742 while ((ret = krb5_cc_next_cred(context, id, &cursor, creds)) == 0) {
749 krb5_cc_end_seq_get(context, id, &cursor);
828 * Start iterating over `id', `cursor' is initialized to the
829 * beginning. Caller must free the cursor wit
838 krb5_cc_start_seq_get(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor) argument
856 krb5_cc_next_cred(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor, krb5_creds *creds) argument
872 krb5_cc_end_seq_get(krb5_context context, const krb5_ccache id, krb5_cc_cursor *cursor) argument
957 krb5_cc_cursor cursor; local
1084 krb5_cc_cursor cursor; member in struct:krb5_cc_cache_cursor_data
1102 krb5_cc_cache_get_first(krb5_context context, const char *type, krb5_cc_cache_cursor *cursor) argument
1160 krb5_cc_cache_next(krb5_context context, krb5_cc_cache_cursor cursor, krb5_ccache *id) argument
1177 krb5_cc_cache_end_seq_get(krb5_context context, krb5_cc_cache_cursor cursor) argument
1211 krb5_cccol_cursor cursor; local
1471 krb5_cc_cache_cursor cursor; member in struct:krb5_cccol_cursor_data
1488 krb5_cccol_cursor_new(krb5_context context, krb5_cccol_cursor *cursor) argument
1519 krb5_cccol_cursor_next(krb5_context context, krb5_cccol_cursor cursor, krb5_ccache *cache) argument
1592 krb5_cccol_cursor_free(krb5_context context, krb5_cccol_cursor *cursor) argument
1648 krb5_cccol_cursor cursor; local
1751 krb5_cc_cursor cursor; local
[all...]
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Drtapelib.c141 char *cursor;
146 for (counter = 0, cursor = command_buffer;
148 counter++, cursor++)
150 if (safe_read (READ_SIDE (handle), cursor, 1) != 1)
155 if (*cursor == '\n')
157 *cursor = '\0';
170 for (cursor = command_buffer; *cursor; cursor++)
171 if (*cursor !
140 char *cursor; local
388 char *cursor; local
[all...]

Completed in 308 milliseconds

1234567891011>>