/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/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() 210 function Substring(const Start, Stop: Integer): String; in Substring() 233 procedure SetTokenType(const Value: Integer); 235 procedure SetLine(const Value: Integer); 237 procedure SetCharPositionInLine(const Value: Integer); 239 procedure SetChannel(const Value: Integer); 241 procedure SetTokenIndex(const Value: Integer); 445 procedure Add(const El: Integer); 450 procedure GrowToInclude(const Bit: Integer); [all …]
|
D | Antlr.Runtime.Tree.pas | 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() 540 procedure SetChildIndex(const Value: Integer); 545 procedure SetTokenStartIndex(const Value: Integer); 547 procedure SetTokenStopIndex(const Value: Integer); 559 procedure FreshenParentAndChildIndexes(const Offset: Integer); [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/CodeGenObjC/ |
D | encode-test-4.m | 2 typedef long Integer; typedef 3 typedef enum : Integer { Red, Green, Blue} Color; enum
|
/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/libphonenumber/java/src/com/android/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/Index/ |
D | print-display-names.cpp | 4 typedef int Integer; typedef
|
D | complete-stmt.c | 4 typedef int Integer; typedef
|
D | complete-unterminated.c | 1 typedef int Integer; typedef
|
D | cxx11-lambdas.cpp | 3 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
|
/external/clang/test/SemaCXX/ |
D | pseudo-destructors.cpp | 7 typedef int Integer; typedef 59 typedef int Integer; typedef
|
D | enum-bitfield.cpp | 6 typedef int Integer; typedef
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | icusvtst.h | 19 class Integer; variable
|
/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/ASTMerge/Inputs/ |
D | class-template2.cpp | 22 typedef int Integer; typedef
|
/external/chromium_org/chrome/browser/policy/test/ |
D | asn1der.py | 31 def Integer(value): function
|
/external/clang/test/PCH/ |
D | chain-cxx.cpp | 56 typedef int Integer; typedef 112 typedef int Integer; typedef
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ObjectArraysTest.java | 141 doTestToArrayImpl2(Lists.<Integer>newArrayList(), new Integer[0], false); in testToArrayImpl2() local 142 doTestToArrayImpl2(Lists.<Integer>newArrayList(), new Integer[1], true); in testToArrayImpl2() local
|
D | MultimapCollectionTest.java | 132 Multimap<Integer, String> multimap, String[] elements) { in populateMultimapForGet() 148 Multimap<Integer, String> multimap, String[] elements) { in populateMultimapForValues()
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | GrammarInsufficientPredicatesMessage.java | 45 Map<Integer, Set<Token>> altToLocations) in GrammarInsufficientPredicatesMessage()
|