Home
last modified time | relevance | path

Searched defs:Integer (Results 1 – 25 of 116) sorted by relevance

12345

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas77 function LA(I: Integer): Integer; in LA()
78 function LAChar(I: Integer): Char; in LAChar()
112 procedure Rewind(const Marker: Integer); overload;
139 procedure Release(const Marker: Integer);
166 procedure Seek(const Index: Integer);
191 procedure SetLine(const Value: Integer);
193 procedure SetCharPositionInLine(const Value: Integer);
203 function LT(const I: Integer): Integer; in LT()
210 function Substring(const Start, Stop: Integer): String; in Substring()
233 procedure SetTokenType(const Value: Integer);
[all …]
DAntlr.Runtime.Tree.pas242 procedure SetNodeType(const T: IANTLRInterface; const NodeType: Integer);
288 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; in GetChild()
294 function DeleteChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; in DeleteChild()
317 procedure SetChildIdex(const T: IANTLRInterface; const Index: Integer);
347 function Get(const I: Integer): IANTLRInterface; in Get()
361 function LT(const K: Integer): IANTLRInterface; in LT()
445 procedure SetChildIndex(const Value: Integer);
452 procedure SetTokenStartIndex(const Value: Integer);
454 procedure SetTokenStopIndex(const Value: Integer);
461 function GetChild(const I: Integer): ITree; in GetChild()
[all …]
DAntlr.Runtime.Tools.pas132 procedure SetCapacity(Value: Integer);
134 procedure SetCount(Value: Integer);
135 function GetItem(Index: Integer): T; in GetItem()
156 procedure Delete(Index: Integer);
157 procedure DeleteRange(AIndex, ACount: Integer);
170 function BinarySearch(const Item: T; out Index: Integer): Boolean; overload; in BinarySearch()
175 function GetRange(const Index, Count: Integer): IList<T>; in GetRange()
221 procedure SetCapacity(Value: Integer);
223 procedure SetCount(Value: Integer);
224 function GetItem(Index: Integer): T; in GetItem()
[all …]
DAntlr.Runtime.Collections.pas118 constructor Create(const ACapacity: Integer); overload;
144 …class function DictionaryToString(const Dict: IDictionary<Integer, IList<IANTLRInterface>>): Strin… in DictionaryToString()
206 constructor THashList<TKey, TValue>.Create(const ACapacity: Integer);
/external/zlib/src/contrib/pascal/
Dzlibpas.pas106 function deflateInit(var strm: z_stream; level: Integer): Integer; in deflateInit()
107 function deflate(var strm: z_stream; flush: Integer): Integer; in deflate()
110 function inflate(var strm: z_stream; flush: Integer): Integer; in inflate()
120 function deflateParams(var strm: z_stream; level, strategy: Integer): Integer; in deflateParams()
121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune()
123 function deflatePending(var strm: z_stream; var pending: Integer; var bits: Integer): Integer; in deflatePending()
124 function deflatePrime(var strm: z_stream; bits, value: Integer): Integer; in deflatePrime()
126 function inflateInit2(var strm: z_stream; windowBits: Integer): Integer; in inflateInit2()
132 function inflateReset2(var strm: z_stream; windowBits: Integer): Integer; in inflateReset2()
133 function inflatePrime(var strm: z_stream; bits, value: Integer): Integer; in inflatePrime()
[all …]
/external/zlib/src/contrib/delphi/
DZLib.pas133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
218 function _malloc(Size: Integer): Pointer; cdecl; in _malloc()
228 procedure _memset(P: Pointer; B: Byte; count: Integer); cdecl;
233 procedure _memcpy(dest, source: Pointer; count: Integer); cdecl;
243 function deflate(var strm: TZStreamRec; flush: Integer): Integer; external; in deflate()
249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; in inflate()
254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in zlibAllocMem()
272 function CCheck(code: Integer): Integer; in CCheck()
[all …]
/external/clang/test/Modules/Inputs/
Dmodule_private_left.h24 typedef __module_private__ int Integer; typedef
25 typedef __module_private__ int Integer; typedef
/external/compiler-rt/test/asan/TestCases/
Dinitialization-constexpr.cc16 class Integer { class
21 constexpr Integer(int x = 0) : value(x) {} in Integer() function in Integer
/external/clang/test/SemaObjC/
Denum-fixed-type.m7 typedef long Integer; typedef
9 typedef enum : Integer { Enumerator1, Enumerator2 } Enumeration; enum
39 typedef enum : Integer { BaseElem } BaseEnum; enum
/external/clang/test/CodeGenObjC/
Dencode-test-4.m2 typedef long Integer; typedef
3 typedef enum : Integer { Red, Green, Blue} Color; enum
/external/guava/guava-tests/test/com/google/common/collect/
DTreeRangeMapTest.java449 private void verify(Map<Integer, Integer> model, RangeMap<Integer, Integer> test) { in verify()
464 private void putModel(Map<Integer, Integer> model, Range<Integer> range, int value) { in putModel()
472 private void removeModel(Map<Integer, Integer> model, Range<Integer> range) { in removeModel()
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DPhonePrefixMap.java61 SortedMap<Integer, String> phonePrefixMap) throws IOException { in getSizeOfPhonePrefixMapStorage()
86 PhonePrefixMapStorageStrategy getSmallerMapStorage(SortedMap<Integer, String> phonePrefixMap) { in getSmallerMapStorage()
112 public void readPhonePrefixMap(SortedMap<Integer, String> sortedPhonePrefixMap) { in readPhonePrefixMap()
/external/clang/test/SemaCXX/
Dpseudo-destructors.cpp7 typedef int Integer; typedef
59 typedef int Integer; typedef
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatTest.java28 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules()
201 public <T> void put(int base, int start, int end, T value, Map<Integer, T> m) { in put()
210 public <T> void put(int base, int start, T value, Map<Integer, T> m) { in put()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DPluralFormatTest.java32 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules()
205 public <T> void put(int base, int start, int end, T value, Map<Integer, T> m) { in put()
214 public <T> void put(int base, int start, T value, Map<Integer, T> m) { in put()
/external/clang/test/Index/
Dprint-display-names.cpp4 typedef int Integer; typedef
Dcomplete-stmt.c4 typedef int Integer; typedef
Dload-stmts.cpp36 typedef int Integer; in test_exprs() typedef
81 typedef int Integer; in test_more_exprs() typedef
Dcomplete-unterminated.c1 typedef int Integer; typedef
/external/clang/test/CodeCompletion/
Doperator.cpp3 typedef int Integer; typedef
/external/icu/icu4c/source/test/intltest/
Dicusvtst.h19 class Integer; variable
/external/clang/test/PCH/
Dchain-cxx.cpp56 typedef int Integer; typedef
112 typedef int Integer; typedef
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DObjectArraysTest.java70 doTestToArrayImpl2(Lists.<Integer>newArrayList(), new Integer[0], false); in testToArrayImpl2() local
71 doTestToArrayImpl2(Lists.<Integer>newArrayList(), new Integer[1], true); in testToArrayImpl2() local
/external/clang/test/ASTMerge/Inputs/
Dclass-template2.cpp22 typedef int Integer; typedef
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue115/
DIssueBean.java25 public void setBean(ParameterizedBean<Integer, String> bean) { in setBean()

12345