| /external/sdv/vsomeip/third_party/boost/concept_check/include/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 …]
|
| /external/rust/crates/libz-sys/src/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 …]
|
| /external/rust/crates/libz-sys/src/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 …]
|
| /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
| D | Antlr.Runtime.pas | 77 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 …]
|
| D | Antlr.Runtime.Tree.pas | 347 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/rust/crates/ciborium/src/value/ |
| D | integer.rs | 35 pub struct Integer(i128); struct 37 impl Integer { impl 106 impl TryFrom<i128> for Integer { implementation 120 impl TryFrom<u128> for Integer { implementation
|
| /external/rust/crates/pdl-compiler/src/backends/rust/ |
| D | types.rs | 23 pub struct Integer { struct 27 impl Integer { argument 33 pub fn new(width: usize) -> Integer { in new() 43 impl quote::ToTokens for Integer { implementation
|
| /external/rust/crates/pdl-compiler/src/backends/rust_legacy/ |
| D | types.rs | 23 pub struct Integer { struct 27 impl Integer { impl 33 pub fn new(width: usize) -> Integer { in new() 43 impl quote::ToTokens for Integer { implementation
|
| /external/clang/test/Modules/Inputs/ |
| D | module_private_left.h | 24 typedef __module_private__ int Integer; typedef 25 typedef __module_private__ int Integer; typedef
|
| /external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/ |
| D | FakePagedApi.java | 114 PageContext<Integer, List<Integer>, Integer> context, List<Integer> response) { in create() 120 PageContext<Integer, List<Integer>, Integer> context, in create()
|
| /external/compiler-rt/test/asan/TestCases/ |
| D | initialization-constexpr.cc | 16 class Integer { class 21 constexpr Integer(int x = 0) : value(x) {} in Integer() function in Integer
|
| /external/libmonet/score/ |
| D | Score.java | 44 public static List<Integer> score(Map<Integer, Integer> colorsToPopulation) { in score() 49 public static List<Integer> score(Map<Integer, Integer> colorsToPopulation, int desired) { in score() 54 Map<Integer, Integer> colorsToPopulation, int desired, int fallbackColorArgb) { in score() 73 Map<Integer, Integer> colorsToPopulation, in score()
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| D | TreeRangeMapTest.java | 856 private void verify(Map<Integer, Integer> model, RangeMap<Integer, Integer> test) { in verify() 871 private static void putModel(Map<Integer, Integer> model, Range<Integer> range, int value) { in putModel() 879 private static void removeModel(Map<Integer, Integer> model, Range<Integer> range) { in removeModel() 888 Map<Integer, Integer> model, in mergeModel() 891 BiFunction<? super Integer, ? super Integer, ? extends Integer> remappingFunction) { in mergeModel()
|
| D | TableCollectionTest.java | 655 Table<String, Integer, Character> table, String[] elements) { in populateForRowKeySet() argument 663 Table<Integer, String, Character> table, String[] elements) { in populateForColumnKeySet() 671 Table<Integer, Character, String> table, String[] elements) { in populateForValues() 709 public List<Cell<String, Integer, Character>> order( in order() argument 881 void populateTable(Table<String, Integer, Character> table) { in populateTable() argument
|
| /external/clang/test/CodeGenObjC/ |
| D | encode-test-4.m | 2 typedef long Integer; typedef 3 typedef enum : Integer { Red, Green, Blue} Color; enum
|
| /external/federated-compute/fcp/secagg/server/ |
| D | secagg_scheduler_test.cc | 51 struct Integer { struct 52 Integer() : value(0) {} in Integer() function 53 explicit Integer(int v) : value(v) {} in Integer() argument 54 int value;
|
| /external/clang/test/SemaObjC/ |
| D | enum-fixed-type.m | 7 typedef long Integer; typedef 9 typedef enum : Integer { Enumerator1, Enumerator2 } Enumeration; enum 39 typedef enum : Integer { BaseElem } BaseEnum; enum
|
| /external/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()
|
| /external/libgav1/src/utils/ |
| D | unbounded_queue_test.cc | 25 class Integer { class 27 explicit Integer(int value) : value_(new (std::nothrow) int{value}) {} in Integer() function in libgav1::__anon83de4fac0111::Integer 30 Integer(Integer&& other) : value_(other.value_) { other.value_ = nullptr; } in Integer() function in libgav1::__anon83de4fac0111::Integer
|
| /external/libphonenumber/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()
|
| /external/libphonenumber/repackaged/internal/prefixmapper/src/com/android/i18n/phonenumbers/prefixmapper/ |
| D | PhonePrefixMap.java | 63 SortedMap<Integer, String> phonePrefixMap) throws IOException { in getSizeOfPhonePrefixMapStorage() 88 PhonePrefixMapStorageStrategy getSmallerMapStorage(SortedMap<Integer, String> phonePrefixMap) { in getSmallerMapStorage() 114 public void readPhonePrefixMap(SortedMap<Integer, String> sortedPhonePrefixMap) { in readPhonePrefixMap()
|
| /external/guava/android/guava-tests/test/com/google/common/collect/ |
| D | TableCollectionTest.java | 655 Table<String, Integer, Character> table, String[] elements) { in populateForRowKeySet() argument 663 Table<Integer, String, Character> table, String[] elements) { in populateForColumnKeySet() 671 Table<Integer, Character, String> table, String[] elements) { in populateForValues() 709 public List<Cell<String, Integer, Character>> order( in order() argument 881 void populateTable(Table<String, Integer, Character> table) { in populateTable() argument
|
| D | TreeRangeMapTest.java | 705 private void verify(Map<Integer, Integer> model, RangeMap<Integer, Integer> test) { in verify() 720 private static void putModel(Map<Integer, Integer> model, Range<Integer> range, int value) { in putModel() 728 private static void removeModel(Map<Integer, Integer> model, Range<Integer> range) { in removeModel()
|
| /external/rust/crates/itoa/src/ |
| D | lib.rs | 110 pub trait Integer: private::Sealed {} trait 131 impl Integer for $t {} impl 233 impl Integer for $t {} impl
|
| /external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
| D | checker.h | 89 struct Integer { struct 95 constexpr Integer ConsumePositionalDollar() const { in ConsumePositionalDollar() argument
|