Home
last modified time | relevance | path

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

123

/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/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()
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 …]
DAntlr.Runtime.Tree.pas347 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/
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/CodeGenObjC/
Dencode-test-4.m2 typedef long Integer; typedef
3 typedef enum : Integer { Red, Green, Blue} Color; enum
/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/libphonenumber/java/src/com/android/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/Index/
Dprint-display-names.cpp4 typedef int Integer; typedef
Dcomplete-stmt.c4 typedef int Integer; typedef
Dcomplete-unterminated.c1 typedef int Integer; typedef
Dcxx11-lambdas.cpp3 typedef int Integer; typedef
Dload-stmts.cpp36 typedef int Integer; in test_exprs() typedef
81 typedef int Integer; in test_more_exprs() typedef
/external/clang/test/SemaCXX/
Dpseudo-destructors.cpp7 typedef int Integer; typedef
59 typedef int Integer; typedef
Denum-bitfield.cpp6 typedef int Integer; typedef
/external/chromium_org/third_party/icu/source/test/intltest/
Dicusvtst.h19 class Integer; variable
/external/clang/test/CodeCompletion/
Doperator.cpp3 typedef int Integer; typedef
/external/icu/icu4c/source/test/intltest/
Dicusvtst.h19 class Integer; variable
/external/clang/test/ASTMerge/Inputs/
Dclass-template2.cpp22 typedef int Integer; typedef
/external/chromium_org/chrome/browser/policy/test/
Dasn1der.py31 def Integer(value): function
/external/clang/test/PCH/
Dchain-cxx.cpp56 typedef int Integer; typedef
112 typedef int Integer; typedef
/external/guava/guava-tests/test/com/google/common/collect/
DObjectArraysTest.java141 doTestToArrayImpl2(Lists.<Integer>newArrayList(), new Integer[0], false); in testToArrayImpl2() local
142 doTestToArrayImpl2(Lists.<Integer>newArrayList(), new Integer[1], true); in testToArrayImpl2() local
DMultimapCollectionTest.java132 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/
DGrammarInsufficientPredicatesMessage.java45 Map<Integer, Set<Token>> altToLocations) in GrammarInsufficientPredicatesMessage()

123