/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/ |
D | SubList.cs | 34 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/protobuf/csharp/src/Google.Protobuf/ |
D | LimitedInputStream.cs | 75 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/zlib/src/contrib/dotzlib/DotZLib/ |
D | GZipStream.cs | 156 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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | RewriteRuleNodeStream.cs | 36 using NotSupportedException = System.NotSupportedException; typedef 78 throw new NotSupportedException( "dup can't be called for a node stream." ); in Dup()
|
D | RewriteRuleTokenStream.cs | 36 using NotSupportedException = System.NotSupportedException; typedef 83 throw new NotSupportedException( "dup can't be called for a token stream." ); in Dup()
|
D | BaseTreeAdaptor.cs | 40 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()
|
D | CommonTreeNodeStream.cs | 39 using NotSupportedException = System.NotSupportedException; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | UnbufferedTokenStream.cs | 36 using NotSupportedException = System.NotSupportedException; typedef 89 … throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream"); in Get()
|
D | BaseRecognizer.cs | 42 using NotSupportedException = System.NotSupportedException; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | UnbufferedTokenStream.cs | 37 using NotSupportedException = System.NotSupportedException; typedef 154 … throw new NotSupportedException("Absolute token indexes are meaningless in an unbuffered stream"); in Get()
|
D | BaseRecognizer.cs | 43 using NotSupportedException = System.NotSupportedException; typedef
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTreeAdaptor.cs | 38 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()
|
D | CommonTreeNodeStream.cs | 38 using NotSupportedException = System.NotSupportedException; typedef
|
D | RewriteRuleNodeStream.cs | 76 throw new NotSupportedException("dup can't be called for a node stream."); in Dup()
|
D | RewriteRuleTokenStream.cs | 91 throw new NotSupportedException("dup can't be called for a token stream."); in Dup()
|
/external/guice/extensions/persist/lib/ |
D | jta.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/transaction/
javax/ ... |
D | db4o-6.4.14.8131-java5.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/db4o/
com/ ... |
D | hibernate3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hibernate/
org/ ... |
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/ |
D | MapFieldTest.cs | 457 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/ |
D | MapField.cs | 699 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/ |
D | LookaheadStream.cs | 134 throw new System.NotSupportedException("streams are of unknown size");
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | LookaheadStream.cs | 157 throw new System.NotSupportedException( "streams are of unknown size" );
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 46 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/ |
D | ClangFormatPackage.cs | 118 throw new NotSupportedException("Filename cannot contain quotes"); in ConvertFrom()
|