/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | Other.cpp | 40 static constexpr uint32_t ByteCount = 1; in TEST_F() local 47 static constexpr uint32_t ByteCount = 1; in TEST_F() local 54 static constexpr uint32_t ByteCount = 2; in TEST_F() local
|
D | LowLevel.cpp | 19 constexpr size_t ByteCount = 1; in TEST_F() local 28 constexpr size_t ByteCount = 3; in TEST_F() local 37 constexpr size_t ByteCount = 5; in TEST_F() local 60 constexpr size_t ByteCount = 23; in TEST_F() local 96 constexpr size_t ByteCount = 23; in TEST_F() local 134 constexpr size_t ByteCount = 14 * MovReg32BitImmBytes + 7 /*Rex_B*/; in TEST_F() local
|
D | Locked.cpp | 19 static constexpr uint8_t ByteCount = 3; in TEST_F() local 27 static constexpr uint8_t ByteCount = 1; in TEST_F() local
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | Other.cpp | 40 static constexpr uint32_t ByteCount = 1; in TEST_F() local 47 static constexpr uint32_t ByteCount = 1; in TEST_F() local 54 static constexpr uint32_t ByteCount = 2; in TEST_F() local
|
D | X87.cpp | 22 constexpr size_t ByteCount = 9; in TEST_F() local 41 constexpr size_t ByteCount = 9; in TEST_F() local 57 constexpr size_t ByteCount = 2; in TEST_F() local 67 constexpr size_t ByteCount = 6; in TEST_F() local 80 constexpr size_t ByteCount = 6; in TEST_F() local
|
D | LowLevel.cpp | 19 constexpr size_t ByteCount = 1; in TEST_F() local 28 constexpr size_t ByteCount = 3; in TEST_F() local 37 constexpr size_t ByteCount = 5; in TEST_F() local 52 constexpr size_t ByteCount = 7; in TEST_F() local 74 constexpr size_t ByteCount = 7; in TEST_F() local 96 constexpr size_t ByteCount = 6 * MovReg32BitImmBytes; in TEST_F() local
|
D | Locked.cpp | 19 static constexpr uint8_t ByteCount = 3; in TEST_F() local 27 static constexpr uint8_t ByteCount = 1; in TEST_F() local
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 105 int64 ArrayInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ArrayInputStream 146 int64 ArrayOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ArrayOutputStream 197 int64 StringOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::StringOutputStream 226 int64 LazyStringOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::LazyStringOutputStream 335 int64 CopyingInputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingInputStreamAdaptor 400 int64 CopyingOutputStreamAdaptor::ByteCount() const { in ByteCount() function in google::protobuf::io::CopyingOutputStreamAdaptor
|
D | zero_copy_stream_impl.cc | 102 int64 FileInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::FileInputStream 201 int64 FileOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::FileOutputStream 292 int64 IstreamInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::IstreamInputStream 332 int64 OstreamOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::OstreamOutputStream 404 int64 ConcatenatingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::ConcatenatingInputStream 461 int64 LimitingInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::LimitingInputStream
|
D | gzip_stream.cc | 182 int64 GzipInputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipInputStream 301 int64 GzipOutputStream::ByteCount() const { in ByteCount() function in google::protobuf::io::GzipOutputStream
|
D | coded_stream.h | 1193 inline int CodedOutputStream::ByteCount() const { in ByteCount() function
|
D | tokenizer_unittest.cc | 146 int64 ByteCount() const { return array_stream_.ByteCount(); } in ByteCount() function in google::protobuf::io::__anonb2d186090111::TestInputStream
|
D | coded_stream_unittest.cc | 243 virtual int64 ByteCount() const { return 0; } in TEST_F() function in google::protobuf::io::__anon5322f6d80111::TEST_F::In 1350 int64 ByteCount() const { GOOGLE_LOG(FATAL) << "Not implemented."; return 0; } in ByteCount() function in google::protobuf::io::__anon5322f6d80111::ReallyBigInputStream
|
/external/perfetto/src/tracing/core/ |
D | sliced_protobuf_input_stream.cc | 89 google::protobuf::int64 SlicedProtobufInputStream::ByteCount() const { in ByteCount() function in perfetto::SlicedProtobufInputStream
|
/external/sfntly/cpp/src/sfntly/table/ |
D | byte_array_table_builder.cc | 45 int32_t ByteArrayTableBuilder::ByteCount() { in ByteCount() function in sfntly::ByteArrayTableBuilder
|
/external/llvm/include/llvm/Support/ |
D | SHA1.h | 66 uint32_t ByteCount; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | SHA1.h | 73 uint32_t ByteCount; member
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | proto_buffer_reader.h | 125 grpc::protobuf::int64 ByteCount() const override { in ByteCount() function
|
D | proto_buffer_writer.h | 141 grpc::protobuf::int64 ByteCount() const override { return byte_count_; } in ByteCount() function
|
/external/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 249 auto *ByteCount = ConstantInteger32::create(Ctx, IceType_i32, RzSize); in instrumentFuncStart() local 279 auto *ByteCount = in instrumentFuncStart() local
|
D | IceConverter.cpp | 591 Ice::Operand *ByteCount = convertValue(Instr->getArraySize()); in convertAllocaInstruction() local
|
/external/protobuf/src/google/protobuf/util/ |
D | json_util_test.cc | 208 virtual int64 ByteCount() const { return byte_count_; } in ByteCount() function in google::protobuf::util::__anon6d877bab0111::SegmentedZeroCopyOutputStream
|
/external/python/cpython2/Tools/bgen/bgen/ |
D | macsupport.py | 20 ByteCount = Type("ByteCount", "l") variable
|
/external/giflib/ |
D | gif_lib.h | 54 int ByteCount; member
|
/external/tensorflow/tensorflow/core/platform/ |
D | env.cc | 471 protobuf_int64 ByteCount() const override { return pos_; } in ByteCount() function in tensorflow::__anon6c1f683e0111::FileStream
|