| /third_party/zlib/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 …]
|
| /third_party/zlib/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 …]
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
| D | RuleExtractor.java | 190 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() 257 …Map<Integer, GlyphGroup> inputClassDef, LookupListTable lookupListTable, Map<Integer, Set<Rule>> a… in extract() 267 …Map<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 …]
|
| D | Rule.java | 50 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/ |
| D | GeneratePhonePrefixData.java | 129 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/ |
| D | Indexer.java | 24 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/ |
| D | MP3export.pas | 172 Procedure EncodeWavToMP3(fs, fd: Integer); 178 Procedure EncodeWavToMP3(fs, fd: Integer);
|
| /third_party/libphonenumber/java/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()
|
| D | FlyweightMapStorage.java | 70 public void readFromSortedMap(SortedMap<Integer, String> phonePrefixMap) { in readFromSortedMap() 93 SortedMap<Integer, String> phonePrefixMap) { in createDescriptionPool()
|
| D | DefaultMapStorage.java | 49 public void readFromSortedMap(SortedMap<Integer, String> sortedPhonePrefixMap) { in readFromSortedMap()
|
| D | PhonePrefixMapStorageStrategy.java | 61 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/ |
| D | GlyphRenumberer.java | 65 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/ |
| D | checker.h | 89 struct Integer { struct 95 constexpr Integer ConsumePositionalDollar() const { in ConsumePositionalDollar() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | icusvtst.h | 21 class Integer; variable
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
| D | EbdtTable.java | 96 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/ |
| D | test-PR29387-v1.c | 1 typedef long int Integer; typedef
|
| D | test-PR29387-v0.c | 1 typedef int Integer; typedef
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | PluralFormatTest.java | 32 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/ |
| D | PluralFormatTest.java | 35 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/ |
| D | UnicodeMapTest.java | 422 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/ |
| D | UnicodeMapTest.java | 419 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/ |
| D | NativeFormatting.h | 21 Integer, enumerator
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/tools/subsetter/ |
| D | CMapTableBuilderTest.java | 35 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/ |
| D | NativeFormatting.h | 20 Integer, enumerator
|
| /third_party/python/Lib/test/ |
| D | test_typechecks.py | 19 class Integer(metaclass=ABC): class
|