/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.pas | 77 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 …]
|
D | Antlr.Runtime.Tree.pas | 242 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 …]
|
D | Antlr.Runtime.Tools.pas | 132 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 …]
|
D | Antlr.Runtime.Collections.pas | 118 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/ |
D | zlibpas.pas | 106 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/ |
D | ZLib.pas | 133 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/ |
D | module_private_left.h | 24 typedef __module_private__ int Integer; typedef 25 typedef __module_private__ int Integer; typedef
|
/external/compiler-rt/test/asan/TestCases/ |
D | initialization-constexpr.cc | 16 class Integer { class 21 constexpr Integer(int x = 0) : value(x) {} in Integer() function in Integer
|
/external/clang/test/SemaObjC/ |
D | enum-fixed-type.m | 7 typedef long Integer; typedef 9 typedef enum : Integer { Enumerator1, Enumerator2 } Enumeration; enum 39 typedef enum : Integer { BaseElem } BaseEnum; enum
|
/external/clang/test/CodeGenObjC/ |
D | encode-test-4.m | 2 typedef long Integer; typedef 3 typedef enum : Integer { Red, Green, Blue} Color; enum
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | TreeRangeMapTest.java | 449 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/ |
D | PhonePrefixMap.java | 61 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/ |
D | pseudo-destructors.cpp | 7 typedef int Integer; typedef 59 typedef int Integer; typedef
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | PluralFormatTest.java | 28 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/ |
D | PluralFormatTest.java | 32 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/ |
D | print-display-names.cpp | 4 typedef int Integer; typedef
|
D | complete-stmt.c | 4 typedef int Integer; typedef
|
D | load-stmts.cpp | 36 typedef int Integer; in test_exprs() typedef 81 typedef int Integer; in test_more_exprs() typedef
|
D | complete-unterminated.c | 1 typedef int Integer; typedef
|
/external/clang/test/CodeCompletion/ |
D | operator.cpp | 3 typedef int Integer; typedef
|
/external/icu/icu4c/source/test/intltest/ |
D | icusvtst.h | 19 class Integer; variable
|
/external/clang/test/PCH/ |
D | chain-cxx.cpp | 56 typedef int Integer; typedef 112 typedef int Integer; typedef
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ObjectArraysTest.java | 70 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/ |
D | class-template2.cpp | 22 typedef int Integer; typedef
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue115/ |
D | IssueBean.java | 25 public void setBean(ParameterizedBean<Integer, String> bean) { in setBean()
|