Home
last modified time | relevance | path

Searched refs:NotSupportedException (Results 1 – 25 of 26) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs34 throw new NotSupportedException(); in Add()
39 throw new NotSupportedException(); in Clear()
64 throw new NotSupportedException(); in Insert()
85 throw new NotSupportedException(); in Remove()
90 throw new NotSupportedException(); in RemoveAt()
257 throw new NotSupportedException(); in IList.Add()
262 throw new NotSupportedException(); in IList.Clear()
283 throw new NotSupportedException(); in IList.Insert()
308 throw new NotSupportedException(); in IList.Remove()
313 throw new NotSupportedException(); in IList.RemoveAt()
[all …]
/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs156 if (!CanRead) throw new NotSupportedException(); in Read()
183 if (!CanRead) throw new NotSupportedException(); in ReadByte()
201 if (!CanWrite) throw new NotSupportedException(); in Write()
228 if (!CanWrite) throw new NotSupportedException(); in WriteByte()
245 throw new NotSupportedException(); in SetLength()
257 throw new NotSupportedException(); in Seek()
279 throw new NotSupportedException();
283 throw new NotSupportedException();
296 throw new NotSupportedException();
/external/brotli/csharp/
Dinjected_code.txt10 get {throw new System.NotSupportedException();}
13 get {throw new System.NotSupportedException();}
14 set {throw new System.NotSupportedException();}
17 throw new System.NotSupportedException();
20 throw new System.NotSupportedException();
26 throw new System.NotSupportedException();
29 throw new System.NotSupportedException();
/external/protobuf/csharp/src/Google.Protobuf/
DLimitedInputStream.cs75 get { throw new NotSupportedException(); }
80 get { throw new NotSupportedException(); }
81 set { throw new NotSupportedException(); }
97 throw new NotSupportedException(); in Seek()
102 throw new NotSupportedException(); in SetLength()
107 throw new NotSupportedException(); in Write()
/external/brotli/csharp/org/brotli/dec/
DBrotliInputStream.cs199 get {throw new System.NotSupportedException();}
202 get {throw new System.NotSupportedException();}
203 set {throw new System.NotSupportedException();}
206 throw new System.NotSupportedException(); in Seek()
209 throw new System.NotSupportedException(); in SetLength()
215 throw new System.NotSupportedException(); in BeginWrite()
218 throw new System.NotSupportedException(); in Write()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DRewriteRuleNodeStream.cs36 using NotSupportedException = System.NotSupportedException; typedef
78 throw new NotSupportedException( "dup can't be called for a node stream." ); in Dup()
DRewriteRuleTokenStream.cs36 using NotSupportedException = System.NotSupportedException; typedef
83 throw new NotSupportedException( "dup can't be called for a token stream." ); in Dup()
DBaseTreeAdaptor.cs40 using NotSupportedException = System.NotSupportedException; typedef
291 throw new NotSupportedException( "don't know enough about Tree node" ); in SetType()
305 throw new NotSupportedException( "don't know enough about Tree node" ); in SetText()
512 throw new NotSupportedException(); in GetTree()
DCommonTreeNodeStream.cs39 using NotSupportedException = System.NotSupportedException; typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DUnbufferedTokenStream.cs36 using NotSupportedException = System.NotSupportedException; typedef
89 … throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream"); in Get()
DBaseRecognizer.cs42 using NotSupportedException = System.NotSupportedException; typedef
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DUnbufferedTokenStream.cs37 using NotSupportedException = System.NotSupportedException; typedef
154 … throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream"); in Get()
DBaseRecognizer.cs43 using NotSupportedException = System.NotSupportedException; typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTreeAdaptor.cs38 using NotSupportedException = System.NotSupportedException; typedef
228 throw new NotSupportedException("don't know enough about Tree node"); in SetType()
236 throw new NotSupportedException("don't know enough about Tree node"); in SetText()
DCommonTreeNodeStream.cs38 using NotSupportedException = System.NotSupportedException; typedef
DRewriteRuleNodeStream.cs76 throw new NotSupportedException("dup can't be called for a node stream."); in Dup()
DRewriteRuleTokenStream.cs91 throw new NotSupportedException("dup can't be called for a token stream."); in Dup()
/external/guice/extensions/persist/lib/
Djta.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/transaction/ javax/ ...
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs457 Assert.Throws<NotSupportedException>(() => keys.Clear()); in ViewsAreReadOnly()
458 Assert.Throws<NotSupportedException>(() => keys.Remove("a")); in ViewsAreReadOnly()
459 Assert.Throws<NotSupportedException>(() => keys.Add("a")); in ViewsAreReadOnly()
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs699 throw new NotSupportedException(); in Add()
704 throw new NotSupportedException(); in Clear()
735 throw new NotSupportedException(); in Remove()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DLookaheadStream.cs134 throw new System.NotSupportedException("streams are of unknown size");
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DLookaheadStream.cs157 throw new System.NotSupportedException( "streams are of unknown size" );
/external/llvm/test/tools/llvm-readobj/Inputs/
Drelocs.py46 raise NotSupportedException, self.__setattr__
50 raise NotSupportedException, self.__delattr__
66 raise NotSupportedException, self.__setitem__
70 raise NotSupportedException, self.__delitem__
/external/clang/tools/clang-format-vs/ClangFormat/
DClangFormatPackage.cs118 throw new NotSupportedException("Filename cannot contain quotes"); in ConvertFrom()

12