Searched refs:SUCCESS (Results 26 - 50 of 153) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DAssociateTest.java116 while (dbcp.getNext(readkey, readdata, LockMode.DEFAULT) == OperationStatus.SUCCESS) {
142 if(secDb.get(null, seckey, secdata, null) == OperationStatus.SUCCESS)
150 if(secDb.get(null, seckey, secpkey, secdata, null) == OperationStatus.SUCCESS)
166 if(secDb.get(null, seckey, secdata, null) == OperationStatus.SUCCESS)
174 if(secDb.get(null, seckey, secpkey, secdata, null) == OperationStatus.SUCCESS)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/collections/
H A DDataCursor.java252 if (status != OperationStatus.SUCCESS) {
258 if (status == OperationStatus.SUCCESS) {
313 return (status == OperationStatus.SUCCESS);
624 if (status == OperationStatus.SUCCESS &&
638 while (status == OperationStatus.SUCCESS) {
645 /* if status != SUCCESS set range cursor to invalid? */
673 while (status == OperationStatus.SUCCESS) {
718 return OperationStatus.SUCCESS;
792 if (status == OperationStatus.SUCCESS) {
819 if (status == OperationStatus.SUCCESS) {
[all...]
H A DDataView.java325 return cursor.getFirst(false) != OperationStatus.SUCCESS;
371 if (status == OperationStatus.SUCCESS && !range.check(keyThang)) {
377 if (status == OperationStatus.SUCCESS) {
400 OperationStatus status = OperationStatus.SUCCESS;
401 while (status == OperationStatus.SUCCESS) {
407 if (status == OperationStatus.SUCCESS) {
H A DStoredValueSet.java124 return (status == OperationStatus.SUCCESS);
H A DStoredCollection.java98 return (status == OperationStatus.SUCCESS);
473 while (status == OperationStatus.SUCCESS) {
547 return (status == OperationStatus.SUCCESS) ?
H A DStoredList.java179 if (status == OperationStatus.SUCCESS) {
291 if (status == OperationStatus.SUCCESS) {
369 return (status == OperationStatus.SUCCESS)
H A DStoredSortedMap.java206 return (status == OperationStatus.SUCCESS) ?
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dkgdb.c339 SUCCESS, E01, E02, E03, E04, E05, E06, E07 enumerator in enum:error_type
393 static int consistency_status = SUCCESS;
534 thread. Returns status code SUCCESS, E02 or E05. */
538 int status = SUCCESS;
570 than the current thread. Returns status code SUCCESS or E07. */
574 int status = SUCCESS;
614 return SUCCESS;
620 return SUCCESS;
626 return SUCCESS;
632 return SUCCESS;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dlocking-selftest.c40 #define SUCCESS 1 macro
1001 dotest(name##_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
1013 dotest(name##_rlock_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
1020 dotest(name##_rlock_##nr, SUCCESS, LOCKTYPE_RWLOCK); \
1035 dotest(name##_spin, SUCCESS, LOCKTYPE_SPIN); \
1036 dotest(name##_wlock, SUCCESS, LOCKTYPE_RWLOCK); \
1037 dotest(name##_rlock, SUCCESS, LOCKTYPE_RWLOCK); \
1038 dotest(name##_mutex, SUCCESS, LOCKTYPE_MUTEX); \
1039 dotest(name##_wsem, SUCCESS, LOCKTYPE_RWSEM); \
1040 dotest(name##_rsem, SUCCESS, LOCKTYPE_RWSE
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_scsi.c378 * Return: SUCCESS - command has been aborted and cleaned up in internal
396 int retval = SUCCESS;
416 retval = SUCCESS;
440 retval = SUCCESS;
443 retval = SUCCESS;
461 retval = SUCCESS;
489 retval = SUCCESS;
499 retval = SUCCESS;
563 return SUCCESS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DStoredClassCatalog.java113 if (status != OperationStatus.SUCCESS) {
178 if (status != OperationStatus.SUCCESS) {
230 if (status != OperationStatus.SUCCESS) {
297 if (status != OperationStatus.SUCCESS) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/
H A DKeysIndex.java67 if (status == OperationStatus.SUCCESS) {
H A DSubIndex.java100 return (status == OperationStatus.SUCCESS);
119 if (status == OperationStatus.SUCCESS) {
172 if (status == OperationStatus.SUCCESS) {
187 return (status == OperationStatus.SUCCESS);
H A DBasicIndex.java90 return (status == OperationStatus.SUCCESS);
107 while (status == OperationStatus.SUCCESS) {
135 return (status == OperationStatus.SUCCESS);
H A DEntityJoin.java211 if (status == OperationStatus.SUCCESS) {
264 if (status == OperationStatus.SUCCESS) {
273 if (status == OperationStatus.SUCCESS) {
H A DPrimaryIndex.java357 if (status == OperationStatus.SUCCESS) {
478 return (status == OperationStatus.SUCCESS);
517 if (status == OperationStatus.SUCCESS) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseRead.java94 while(retVal == OperationStatus.SUCCESS) {
123 LockMode.DEFAULT) == OperationStatus.SUCCESS) {
160 LockMode.DEFAULT) != OperationStatus.SUCCESS) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/storage/
H A Dscsiglue.c282 return SUCCESS;
299 return result < 0 ? FAILED : SUCCESS;
310 return result < 0 ? FAILED : SUCCESS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DEventExample.java299 OperationStatus.SUCCESS) {
350 OperationStatus.SUCCESS) {
367 OperationStatus.SUCCESS) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Dbrew_db.h130 AEECLSID_FILEMGR, (void **)&(mgr))) == SUCCESS) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/brew/
H A Dbrew_posix.h77 #define SUCCESS (0) macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dmvme147.c115 return SUCCESS;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/
H A DKeyRangeTest.java326 if (s == OperationStatus.SUCCESS && i == first) {
331 if (s == OperationStatus.SUCCESS && i == last) {
337 byte[] val = (s == OperationStatus.SUCCESS)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DAccessExample.java152 while (cursor.getNext(key, data, null) == OperationStatus.SUCCESS)
H A DBulkAccessExample.java126 while (cursor.getNext(foo, bulk_data, null) == OperationStatus.SUCCESS) {

Completed in 1875 milliseconds

1234567