Home
last modified time | relevance | path

Searched refs:ArgumentOutOfRangeException (Results 1 – 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs21 throw new ArgumentOutOfRangeException(); in SubList()
98 throw new ArgumentOutOfRangeException();
105 throw new ArgumentOutOfRangeException();
121 throw new ArgumentOutOfRangeException(); in CopyTo()
182 throw new ArgumentOutOfRangeException(); in SubList()
208 throw new ArgumentOutOfRangeException(); in ICollection.CopyTo()
362 throw new ArgumentOutOfRangeException(); in CopyTo()
408 throw new ArgumentOutOfRangeException();
415 throw new ArgumentOutOfRangeException();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DANTLRStringStream.cs37 using ArgumentOutOfRangeException = System.ArgumentOutOfRangeException; typedef
104 throw new ArgumentOutOfRangeException(); in ANTLRStringStream()
254 throw new ArgumentOutOfRangeException(); in Rewind()
302 throw new ArgumentOutOfRangeException(); in Substring()
304 throw new ArgumentOutOfRangeException(); in Substring()
DBufferedTokenStream.cs252 throw new ArgumentOutOfRangeException("start"); in Get()
254 throw new ArgumentOutOfRangeException("count"); in Get()
DLegacyCommonTokenStream.cs409 throw new ArgumentOutOfRangeException("start"); in Get()
411 throw new ArgumentOutOfRangeException("count"); in Get()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DANTLRStringStream.cs36 using ArgumentOutOfRangeException = System.ArgumentOutOfRangeException; typedef
98 throw new ArgumentOutOfRangeException(); in ANTLRStringStream()
221 throw new ArgumentOutOfRangeException(); in Rewind()
263 throw new ArgumentOutOfRangeException(); in Substring()
265 throw new ArgumentOutOfRangeException(); in Substring()
DLegacyCommonTokenStream.cs38 using ArgumentOutOfRangeException = System.ArgumentOutOfRangeException; typedef
359 throw new ArgumentOutOfRangeException("start"); in Get()
361 throw new ArgumentOutOfRangeException("count"); in Get()
DBufferedTokenStream.cs219 throw new ArgumentOutOfRangeException("start"); in Get()
221 throw new ArgumentOutOfRangeException("count"); in Get()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs172 throw new ArgumentOutOfRangeException(); in GetChild()
270 throw new ArgumentOutOfRangeException("i"); in SetChild()
292 throw new ArgumentOutOfRangeException("i"); in DeleteChild()
316 throw new ArgumentOutOfRangeException(); in ReplaceChildren()
318 throw new ArgumentOutOfRangeException(); in ReplaceChildren()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs143 throw new ArgumentOutOfRangeException(); in GetChild()
225 throw new ArgumentOutOfRangeException("i"); in SetChild()
243 throw new ArgumentOutOfRangeException("i"); in DeleteChild()
266 throw new ArgumentOutOfRangeException(); in ReplaceChildren()
268 throw new ArgumentOutOfRangeException(); in ReplaceChildren()
/external/zlib/src/contrib/dotzlib/DotZLib/
DChecksumImpl.cs135 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); in Update()
186 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); in Update()
DGZipStream.cs158 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); in Read()
203 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); in Write()
DDeflater.cs57 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); in Add()
DInflater.cs57 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException(); in Add()