Home
last modified time | relevance | path

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

1234

/third_party/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 …]
/third_party/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 …]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRuleExtractor.java190 Map<Integer, Set<Rule>> allLookupRules) { in extract()
202 Map<Integer, Set<Rule>> allLookupRules) { in extract()
216 …Integer firstGlyph, SubRuleSet table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> all… in extract()
229 …Integer firstGlyph, SubRule table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> allLoo… in extract()
240 … SubClassSetArray table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> allLookupRules) { in extract()
257Map<Integer, GlyphGroup> inputClassDef, LookupListTable lookupListTable, Map<Integer, Set<Rule>> a… in extract()
267Map<Integer, GlyphGroup> inputClassDef, LookupListTable lookupListTable, Map<Integer, Set<Rule>> a… in extract()
275 …ChainContextSubst table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> allLookupRules) { in extract()
289 …ChainSubRuleSetArray table, LookupListTable lookupListTable, Map<Integer, Set<Rule>> allLookupRule… in extract()
303 …Integer firstGlyph, ChainSubRuleSet table, LookupListTable lookupListTable, Map<Integer, Set<Rule>… in extract()
[all …]
DRule.java50 public static GlyphGroup closure(Map<Integer, Set<Rule>> glyphRuleMap, GlyphGroup glyphs) { in closure()
100 private static Set<Rule> rulesForGlyph(Map<Integer, Set<Rule>> glyphRuleMap, GlyphGroup glyphs) { in rulesForGlyph()
111 Set<Integer> lookupIds, Map<Integer, Set<Rule>> ruleMap) { in featuredRules()
426 private static void dumpRuleMap(Map<Integer, Set<Rule>> rulesList, PostScriptTable post) { in dumpRuleMap()
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/
DGeneratePhonePrefixData.java129 static void writeToBinaryFile(SortedMap<Integer, String> sortedMap, OutputStream output) in writeToBinaryFile()
266 static void addConfigurationMapping(SortedMap<Integer, Set<String>> availableDataFiles, in addConfigurationMapping()
285 static void outputBinaryConfiguration(SortedMap<Integer, Set<String>> availableDataFiles, in outputBinaryConfiguration()
306 static Map<File, SortedMap<Integer, String>> splitMap( in splitMap()
345 static boolean hasOverlappingPrefix(int number, SortedMap<Integer, String> mappings) { in hasOverlappingPrefix()
367 SortedMap<Integer, String> englishMap, SortedMap<Integer, String> nonEnglishMap) { in compressAccordingToEnglishData()
388 private void makeDataFallbackToEnglish(File inputTextFile, SortedMap<Integer, String> mappings) in makeDataFallbackToEnglish()
414 static void removeEmptyEnglishMappings(SortedMap<Integer, String> map, String lang) { in removeEmptyEnglishMappings()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DIndexer.java24 public static <T, R> Indexer<T, R> create(Function<Integer, R> convertIndexFn) { in create()
31 private Indexer(Function<Integer, R> convertIndexFn) { in Indexer()
/third_party/lame/Dll/
DMP3export.pas172 Procedure EncodeWavToMP3(fs, fd: Integer);
178 Procedure EncodeWavToMP3(fs, fd: Integer);
/third_party/libphonenumber/java/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()
DFlyweightMapStorage.java70 public void readFromSortedMap(SortedMap<Integer, String> phonePrefixMap) { in readFromSortedMap()
93 SortedMap<Integer, String> phonePrefixMap) { in createDescriptionPool()
DDefaultMapStorage.java49 public void readFromSortedMap(SortedMap<Integer, String> sortedPhonePrefixMap) { in readFromSortedMap()
DPhonePrefixMapStorageStrategy.java61 public abstract void readFromSortedMap(SortedMap<Integer, String> sortedPhonePrefixMap); in readFromSortedMap()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DGlyphRenumberer.java65 Map<Integer, Integer> mapping) { in renumberGlyph()
83 Map<Integer, Integer> mapping) { in renumberCompositeGlyph()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dchecker.h89 struct Integer { struct
95 constexpr Integer ConsumePositionalDollar() const { in ConsumePositionalDollar() argument
/third_party/icu/icu4c/source/test/intltest/
Dicusvtst.h21 class Integer; variable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
DEbdtTable.java96 public void setLoca(List<Map<Integer, BitmapGlyphInfo>> locaList) { in setLoca()
161 List<Map<Integer, BitmapGlyph.Builder<? extends BitmapGlyph>>> glyphBuilders) { in setGlyphBuilders()
183 private static List<Map<Integer, BitmapGlyph.Builder<? extends BitmapGlyph>>> initialize( in initialize()
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR29387-v1.c1 typedef long int Integer; typedef
Dtest-PR29387-v0.c1 typedef int Integer; typedef
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatTest.java32 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules()
215 public <T> void put(int base, int start, int end, T value, Map<Integer, T> m) { in put()
224 public <T> void put(int base, int start, T value, Map<Integer, T> m) { in put()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DPluralFormatTest.java35 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules()
218 public <T> void put(int base, int start, int end, T value, Map<Integer, T> m) { in put()
227 public <T> void put(int base, int start, T value, Map<Integer, T> m) { in put()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DUnicodeMapTest.java422 private void checkNext(UnicodeMap<String> map1, Map<Integer,String> map2, int limit) { in checkNext()
450 public void check(UnicodeMap<String> map1, Map<Integer,String> map2, int counter) { in check()
495 …private void getEntries(String title, Set<Map.Entry<Integer,String>> m1entries, Set<Map.Entry<Inte… in getEntries()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DUnicodeMapTest.java419 private void checkNext(UnicodeMap<String> map1, Map<Integer,String> map2, int limit) { in checkNext()
447 public void check(UnicodeMap<String> map1, Map<Integer,String> map2, int counter) { in check()
492 …private void getEntries(String title, Set<Map.Entry<Integer,String>> m1entries, Set<Map.Entry<Inte… in getEntries()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DNativeFormatting.h21 Integer, enumerator
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/
DCMapTableBuilderTest.java35 private static void verifyCmap(Map<Integer, Integer> mapping) { in verifyCmap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DNativeFormatting.h20 Integer, enumerator
/third_party/python/Lib/test/
Dtest_typechecks.py19 class Integer(metaclass=ABC): class

1234