Home
last modified time | relevance | path

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

123

/external/zlib/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/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/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/CodeGenObjC/
Dencode-test-4.m2 typedef long Integer; typedef
3 typedef enum : Integer { Red, Green, Blue} Color; enum
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
DAreaCodeMap.java61 SortedMap<Integer, String> areaCodeMap) throws IOException { in getSizeOfAreaCodeMapStorage()
86 AreaCodeMapStorageStrategy getSmallerMapStorage(SortedMap<Integer, String> areaCodeMap) { in getSmallerMapStorage()
110 public void readAreaCodeMap(SortedMap<Integer, String> sortedAreaCodeMap) { in readAreaCodeMap()
DDefaultMapStorage.java49 public void readFromSortedMap(SortedMap<Integer, String> sortedAreaCodeMap) { in readFromSortedMap()
/external/clang/test/Index/
Dprint-display-names.cpp4 typedef int Integer; typedef
Dcomplete-unterminated.c1 typedef int Integer; typedef
Dannotate-tokens-cxx0x.cpp10 typedef int Integer; in test() 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/clang/test/CodeCompletion/
Doperator.cpp3 typedef int Integer; typedef
/external/icu4c/test/intltest/
Dicusvtst.h19 class Integer; variable
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DSortedMapTestBase.java291 private void checkSubMap(SortedMap<Integer, Integer> ref, in checkSubMap()
324 private void testViews(SortedMap<Integer, Integer> ref, SortedMap<Integer, Integer> map) { in testViews()
/external/clang/test/SemaObjC/
Denum-fixed-type.m7 typedef long Integer; typedef
9 typedef enum : Integer { Enumerator1, Enumerator2 } Enumeration; enum
/external/clang/test/ASTMerge/Inputs/
Dclass-template2.cpp22 typedef int Integer; typedef
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Dtry-008.js22 function Integer( value, exception ) { class
/external/chromium/net/tools/testserver/
Dasn1der.py32 def Integer(value): function
/external/clang/test/PCH/
Dchain-cxx.cpp51 typedef int Integer; typedef
107 typedef int Integer; typedef
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammarInsufficientPredicatesMessage.java45 Map<Integer, Set<Token>> altToLocations) in GrammarInsufficientPredicatesMessage()
/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

123