/third_party/boost/boost/ |
D | concept_check.hpp | 72 BOOST_CONCEPT_USAGE(Integer) in BOOST_CONCEPT_USAGE() argument 80 template <> struct Integer<char> {}; struct 81 template <> struct Integer<signed char> {}; struct 82 template <> struct Integer<unsigned char> {}; struct 83 template <> struct Integer<short> {}; struct 84 template <> struct Integer<unsigned short> {}; struct 85 template <> struct Integer<int> {}; struct 86 template <> struct Integer<unsigned int> {}; struct 87 template <> struct Integer<long> {}; struct 88 template <> struct Integer<unsigned long> {}; struct [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/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/boost/libs/beast/test/extern/zlib-1.2.11/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/flutter/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 …]
|
/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 …]
|
/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/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
D | simdlib.hpp | 82 using Integer = SIMD128Impl::Integer; typedef 138 using Integer = SIMD256Impl::Integer; typedef 193 using Integer = SIMD512Impl::Integer; typedef 209 using Integer = typename Traits::Integer; typedef 229 using Integer = typename SIMD_T::Integer; typedef
|
D | simdlib_types.hpp | 189 union Integer union 192 SIMDINLINE Integer(__m128i in) : v(in) {} in Integer() function 260 union Integer union 263 SIMDINLINE Integer(__m256i in) : v(in) {} in Integer() function 264 SIMDINLINE Integer(SIMD128Impl::Integer const& in_lo, in Integer() function 386 union Integer union 389 SIMDINLINE Integer(__m512i in) : v(in) {} in Integer() function 390 SIMDINLINE Integer(SIMD256Impl::Integer const& in_lo, in Integer() function
|
/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()
|
/third_party/flutter/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/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/abseil-cpp/absl/strings/internal/str_format/ |
D | checker.h | 75 struct Integer { struct 81 constexpr Integer ConsumePositionalDollar() const { in ConsumePositionalDollar() argument
|
/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/boost/boost/safe_numerics/concept/ |
D | integer.hpp | 16 class Integer : public Numeric<T> { class
|
/third_party/icu/icu4c/source/test/intltest/ |
D | icusvtst.h | 21 class Integer; variable
|
/third_party/flutter/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/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/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()
|