Home
last modified time | relevance | path

Searched refs:NotSupported (Results 126 – 150 of 2721) sorted by relevance

12345678910>>...109

/dports/databases/rocksdb-lite/rocksdb-6.26.1/java/src/test/java/org/rocksdb/
H A DRocksDBExceptionTest.java35 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCode()
50 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionNoMsgWithStatusCode()
53 assertThat(e.getMessage()).isEqualTo(Code.NotSupported.name()); in exceptionNoMsgWithStatusCode()
97 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCodeState()
/dports/databases/rocksdb/rocksdb-6.26.1/java/src/test/java/org/rocksdb/
H A DRocksDBExceptionTest.java35 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCode()
50 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionNoMsgWithStatusCode()
53 assertThat(e.getMessage()).isEqualTo(Code.NotSupported.name()); in exceptionNoMsgWithStatusCode()
97 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCodeState()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DRocksDBExceptionTest.java35 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCode()
50 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionNoMsgWithStatusCode()
53 assertThat(e.getMessage()).isEqualTo(Code.NotSupported.name()); in exceptionNoMsgWithStatusCode()
97 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCodeState()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DRocksDBExceptionTest.java35 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCode()
50 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionNoMsgWithStatusCode()
53 assertThat(e.getMessage()).isEqualTo(Code.NotSupported.name()); in exceptionNoMsgWithStatusCode()
97 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCodeState()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DRocksDBExceptionTest.java35 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCode()
50 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionNoMsgWithStatusCode()
53 assertThat(e.getMessage()).isEqualTo(Code.NotSupported.name()); in exceptionNoMsgWithStatusCode()
97 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCodeState()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DRocksDBExceptionTest.java35 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCode()
50 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionNoMsgWithStatusCode()
53 assertThat(e.getMessage()).isEqualTo(Code.NotSupported.name()); in exceptionNoMsgWithStatusCode()
97 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCodeState()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DRocksDBExceptionTest.java35 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCode()
50 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionNoMsgWithStatusCode()
53 assertThat(e.getMessage()).isEqualTo(Code.NotSupported.name()); in exceptionNoMsgWithStatusCode()
97 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCodeState()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DRocksDBExceptionTest.java35 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCode()
50 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionNoMsgWithStatusCode()
53 assertThat(e.getMessage()).isEqualTo(Code.NotSupported.name()); in exceptionNoMsgWithStatusCode()
97 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCodeState()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DRocksDBExceptionTest.java35 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCode()
50 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionNoMsgWithStatusCode()
53 assertThat(e.getMessage()).isEqualTo(Code.NotSupported.name()); in exceptionNoMsgWithStatusCode()
97 assertThat(e.getStatus().getCode()).isEqualTo(Code.NotSupported); in exceptionWithStatusCodeState()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Ddb.h252 virtual Status Resume() { return Status::NotSupported(); } in Resume()
266 virtual Status Close() { return Status::NotSupported(); } in Close()
458 return Status::NotSupported( in Get()
516 keys.size(), Status::NotSupported( in MultiGet()
1013 return Status::NotSupported("Not implemented"); in ResetStats()
1142 return Status::NotSupported("Not implemented"); in SetOptions()
1266 return Status::NotSupported("FlushWAL not implemented"); in FlushWAL()
1276 return Status::NotSupported("LockWAL not implemented"); in LockWAL()
1281 return Status::NotSupported("UnlockWAL not implemented"); in UnlockWAL()
1475 return Status::NotSupported("File verification not supported"); in VerifyFileChecksums()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Ddb.h252 virtual Status Resume() { return Status::NotSupported(); } in Resume()
266 virtual Status Close() { return Status::NotSupported(); } in Close()
458 return Status::NotSupported( in Get()
516 keys.size(), Status::NotSupported( in MultiGet()
1013 return Status::NotSupported("Not implemented"); in ResetStats()
1142 return Status::NotSupported("Not implemented"); in SetOptions()
1266 return Status::NotSupported("FlushWAL not implemented"); in FlushWAL()
1276 return Status::NotSupported("LockWAL not implemented"); in LockWAL()
1281 return Status::NotSupported("UnlockWAL not implemented"); in UnlockWAL()
1475 return Status::NotSupported("File verification not supported"); in VerifyFileChecksums()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/include/rocksdb/
H A Ddb.h252 virtual Status Resume() { return Status::NotSupported(); } in Resume()
266 virtual Status Close() { return Status::NotSupported(); } in Close()
458 return Status::NotSupported( in Get()
516 keys.size(), Status::NotSupported( in MultiGet()
1013 return Status::NotSupported("Not implemented"); in ResetStats()
1142 return Status::NotSupported("Not implemented"); in SetOptions()
1266 return Status::NotSupported("FlushWAL not implemented"); in FlushWAL()
1276 return Status::NotSupported("LockWAL not implemented"); in LockWAL()
1281 return Status::NotSupported("UnlockWAL not implemented"); in UnlockWAL()
1475 return Status::NotSupported("File verification not supported"); in VerifyFileChecksums()
[all …]
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/kamadak-exif-0.5.4/src/
H A Derror.rs50 NotSupported(&'static str),
67 Error::NotSupported(msg) => f.write_str(msg),
80 Error::NotSupported(_) => None,
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/app_dirs2-2.3.0/src/
H A Dcommon.rs71 NotSupported, enumerator
82 NotSupported => f.write_str(ERR_NOT_SUPPORTED), in fmt()
93 NotSupported => None, in source()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/Query/Processor/
H A DQCon.cs231 throw NotSupported(); in Contains()
270 throw NotSupported(); in Equal()
408 throw NotSupported(); in GetObject()
463 throw NotSupported(); in Greater()
501 throw NotSupported(); in Identity()
506 throw NotSupported(); in ByExample()
602 throw NotSupported(); in Like()
607 throw NotSupported(); in StartsWith()
612 throw NotSupported(); in EndsWith()
650 private Exception NotSupported() in NotSupported() method in Db4objects.Db4o.Internal.Query.Processor.QCon
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http.SelfHost/Channels/
H A DHttpMessageEncodingBindingElement.cs34 …throw Error.NotSupported(SRResources.OnlyMessageVersionNoneSupportedOnHttpMessageEncodingBindingEl…
60 …throw Error.NotSupported(SRResources.ChannelFactoryNotSupported, typeof(HttpMessageEncodingBinding… in BuildChannelFactory()
98 …throw Error.NotSupported(SRResources.ChannelShapeNotSupported, typeof(HttpMessageEncodingBindingEl… in BuildChannelListener()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/include/rocksdb/
H A Ddb.h277 virtual Status Resume() { return Status::NotSupported(); } in Resume()
291 virtual Status Close() { return Status::NotSupported(); } in Close()
483 return Status::NotSupported( in Get()
541 keys.size(), Status::NotSupported( in MultiGet()
1067 return Status::NotSupported("Not implemented"); in ResetStats()
1198 return Status::NotSupported("Not implemented"); in SetOptions()
1325 return Status::NotSupported("FlushWAL not implemented"); in FlushWAL()
1335 return Status::NotSupported("LockWAL not implemented"); in LockWAL()
1340 return Status::NotSupported("UnlockWAL not implemented"); in UnlockWAL()
1550 return Status::NotSupported("File verification not supported"); in VerifyFileChecksums()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/include/rocksdb/
H A Ddb.h277 virtual Status Resume() { return Status::NotSupported(); } in Resume()
291 virtual Status Close() { return Status::NotSupported(); } in Close()
483 return Status::NotSupported( in Get()
541 keys.size(), Status::NotSupported( in MultiGet()
1067 return Status::NotSupported("Not implemented"); in ResetStats()
1198 return Status::NotSupported("Not implemented"); in SetOptions()
1325 return Status::NotSupported("FlushWAL not implemented"); in FlushWAL()
1335 return Status::NotSupported("LockWAL not implemented"); in LockWAL()
1340 return Status::NotSupported("UnlockWAL not implemented"); in UnlockWAL()
1550 return Status::NotSupported("File verification not supported"); in VerifyFileChecksums()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/EntityModel/SchemaObjectModel/
H A DRelationshipEndCollection.cs143 throw EntityUtil.NotSupported();
225 throw EntityUtil.NotSupported(); in IndexOf()
235 throw EntityUtil.NotSupported(); in Insert()
244 throw EntityUtil.NotSupported(); in RemoveAt()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/db/
H A Dcompacted_db_impl.cc107 return Status::NotSupported("no file exists"); in Init()
112 return Status::NotSupported("L0 contain more than 1 file"); in Init()
116 return Status::NotSupported("Both L0 and other level contain files"); in Init()
124 return Status::NotSupported("Other levels also contain files"); in Init()
133 return Status::NotSupported("no file exists"); in Init()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/db_impl/
H A Dcompacted_db_impl.cc119 return Status::NotSupported("no file exists"); in Init()
124 return Status::NotSupported("L0 contain more than 1 file"); in Init()
128 return Status::NotSupported("Both L0 and other level contain files"); in Init()
136 return Status::NotSupported("Other levels also contain files"); in Init()
145 return Status::NotSupported("no file exists"); in Init()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/db/db_impl/
H A Dcompacted_db_impl.cc120 return Status::NotSupported("no file exists"); in Init()
125 return Status::NotSupported("L0 contain more than 1 file"); in Init()
129 return Status::NotSupported("Both L0 and other level contain files"); in Init()
137 return Status::NotSupported("Other levels also contain files"); in Init()
146 return Status::NotSupported("no file exists"); in Init()
/dports/databases/rocksdb/rocksdb-6.26.1/db/db_impl/
H A Dcompacted_db_impl.cc120 return Status::NotSupported("no file exists"); in Init()
125 return Status::NotSupported("L0 contain more than 1 file"); in Init()
129 return Status::NotSupported("Both L0 and other level contain files"); in Init()
137 return Status::NotSupported("Other levels also contain files"); in Init()
146 return Status::NotSupported("no file exists"); in Init()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/db_impl/
H A Dcompacted_db_impl.cc119 return Status::NotSupported("no file exists"); in Init()
124 return Status::NotSupported("L0 contain more than 1 file"); in Init()
128 return Status::NotSupported("Both L0 and other level contain files"); in Init()
136 return Status::NotSupported("Other levels also contain files"); in Init()
145 return Status::NotSupported("no file exists"); in Init()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/db/db_impl/
H A Dcompacted_db_impl.cc119 return Status::NotSupported("no file exists"); in Init()
124 return Status::NotSupported("L0 contain more than 1 file"); in Init()
128 return Status::NotSupported("Both L0 and other level contain files"); in Init()
136 return Status::NotSupported("Other levels also contain files"); in Init()
145 return Status::NotSupported("no file exists"); in Init()

12345678910>>...109