/external/icu/icu4c/source/common/ |
D | resource.h | 50 ResourceArray(const uint16_t *i16, const uint32_t *i32, int32_t len) : in ResourceArray() 83 const uint16_t *i16, const uint32_t *i32, int32_t len) : in ResourceTable()
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.rs | 141 pub fn new<'a>(_a: i32, _b: i32) -> Self { in new() 148 pub fn a<'a>(&'a self) -> i32 { in a() 151 pub fn b<'a>(&'a self) -> i32 { in b() 192 pub fn foo(&self) -> i32 { in foo() 214 pub fn add_foo(&mut self, foo: i32) { in add_foo()
|
/external/v8/src/builtins/ |
D | builtins-sharedarraybuffer-gen.cc | 152 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local 276 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local 354 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in TF_BUILTIN() local 451 Label i8(this), u8(this), i16(this), u16(this), i32(this), u32(this), in BINOP_BUILTIN() local
|
/external/libyuv/files/unit_test/ |
D | basictypes_test.cc | 31 int32 i32 = -1; in TEST_F() local
|
/external/flatbuffers/tests/MyGame/Example/ |
D | TypeAliases.java | 25 public int i32() { int o = __offset(12); return o != 0 ? bb.getInt(o + bb_pos) : 0; } in i32() method in TypeAliases 26 …public boolean mutateI32(int i32) { int o = __offset(12); if (o != 0) { bb.putInt(o + bb_pos, i32)… in mutateI32() 53 int i32, in createTypeAliases() 82 public static void addI32(FlatBufferBuilder builder, int i32) { builder.addInt(4, i32, 0); } in addI32()
|
D | TypeAliases.php | 191 …public static function createTypeAliases(FlatBufferBuilder $builder, $i8, $u8, $i16, $u16, $i32, $… 255 public static function addI32(FlatBufferBuilder $builder, $i32)
|
D | TypeAliases.py | 140 def TypeAliasesAddI32(builder, i32): builder.PrependInt32Slot(4, i32, 0) argument
|
/external/clang/test/Sema/ |
D | format-strings-ms.c | 11 void non_iso_warning_test(__int32 i32, __int64 i64, wchar_t c, void *p) { in non_iso_warning_test()
|
D | atomic-ops.c | 50 int i32; variable
|
D | compare.c | 239 int test2(int i32) { in test2()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | text.h | 38 int32_t i32; member
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | text.h | 38 int32_t i32; member
|
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 216 int32_t i32; in DataDrivenPrintf() local 381 int32_t i32, expected32; in DataDrivenScanf() local 585 int32_t i32; in DataDrivenPrintfPrecision() local
|
D | strtst.c | 752 int32_t i32 = -1, actual_count, actual_result; in TestCount() local
|
/external/libopus/silk/ |
D | resampler_structs.h | 41 opus_int32 i32[ SILK_RESAMPLER_MAX_FIR_ORDER ]; member
|
/external/clang/test/CodeGen/ |
D | builtins-mips.c | 6 typedef int i32; typedef
|
/external/clang/test/Parser/ |
D | altivec.c | 104 typedef int i32; typedef 109 vector long i32; // expected-warning {{deprecated}} member
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 115 StatusOr<int32> i32 = data.ToInt32(); in WriteInt32() local 125 StatusOr<int32> i32 = data.ToInt32(); in WriteSFixed32() local 135 StatusOr<int32> i32 = data.ToInt32(); in WriteSInt32() local
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | spl_inl_mips.h | 131 int i32 = 32; in WebRtcSpl_GetSizeInBits() local
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | strcat.h | 103 AlphaNum(int i32) // NOLINT(runtime/explicit) in AlphaNum()
|
/external/icu/icu4c/source/test/intltest/ |
D | winnmtst.cpp | 240 int32_t i32 = randomInt32(); in testLocale() local
|
/external/flatbuffers/rust/flatbuffers/src/ |
D | vector.rs | 81 impl super::SafeSliceAccess for i32 {} implementation
|
/external/golang-protobuf/jsonpb/jsonpb_test_proto/ |
D | test_objects.proto | 151 optional google.protobuf.Int32Value i32 = 7; field
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | books.proto | 97 optional int32 i32 = 3; field
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | APIntTest.cpp | 1822 APInt i32(32, 0x1234567); in TEST() local 2025 APInt i32(32, 0); in TEST() local 2063 APInt i32(32, 0xfa); in TEST() local 2072 APInt i32(32, 0xfa); in TEST() local
|