/external/flatbuffers/tests/MyGame/Example/ |
D | Stat.cs | 11 public struct Stat : IFlatbufferObject struct 13 private Table __p; 14 public ByteBuffer ByteBuffer { get { return __p.bb; } } 15 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); } in GetRootAsStat() 16 …(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.Position) + _bb.Position, _bb)); } in GetRootAsStat() 17 public void __init(int _i, ByteBuffer _bb) { __p.bb_pos = _i; __p.bb = _bb; } in __init() 18 public Stat __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() 20 …string Id { get { int o = __p.__offset(4); return o != 0 ? __p.__string(o + __p.bb_pos) : null; } } 22 public Span<byte> GetIdBytes() { return __p.__vector_as_span(4); } in GetIdBytes() 24 public ArraySegment<byte>? GetIdBytes() { return __p.__vector_as_arraysegment(4); } in GetIdBytes() [all …]
|
D | Stat.go | 9 type Stat struct { struct 10 _tab flatbuffers.Table 20 func (rcv *Stat) Init(buf []byte, i flatbuffers.UOffsetT) { 25 func (rcv *Stat) Table() flatbuffers.Table { 29 func (rcv *Stat) Id() []byte { 37 func (rcv *Stat) Val() int64 { 45 func (rcv *Stat) MutateVal(n int64) bool { 49 func (rcv *Stat) Count() uint16 { 57 func (rcv *Stat) MutateCount(n uint16) bool {
|
D | Stat.py | 7 class Stat(object): class
|
D | Stat.php | 11 class Stat extends Table class
|
D | Stat.java | 11 public final class Stat extends Table { class
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.h | 40 struct Stat { struct 41 Stat() {} in Stat() function 42 Stat(uint32_t Count, uint32_t Size) : Count(Count), Size(Size) {} in Stat() function 43 uint32_t Count = 0; 44 uint32_t Size = 0; 46 void update(uint32_t RecordSize) { in update()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | Statistic.cpp | 158 for (auto *Stat : Stats) { in reset() local 212 for (const Statistic *Stat : Stats.Stats) { in PrintStatisticsJSON() local 261 for (const auto &Stat : StatInfo->statistics()) in GetStatistics() local
|
D | FileOutputBuffer.cpp | 157 fs::file_status Stat; in create() local
|
/external/skqp/src/utils/win/ |
D | SkIStream.cpp | 96 HRESULT STDMETHODCALLTYPE SkBaseIStream::Stat(STATSTG* pStatstg in Stat() function in SkBaseIStream 201 HRESULT STDMETHODCALLTYPE SkIStream::Stat(STATSTG* pStatstg in Stat() function in SkIStream 261 HRESULT STDMETHODCALLTYPE SkWIStream::Stat(STATSTG* pStatstg in Stat() function in SkWIStream
|
/external/skia/src/utils/win/ |
D | SkIStream.cpp | 83 SK_STDMETHODIMP SkBaseIStream::Stat(STATSTG* pStatstg, DWORD grfStatFlag) in Stat() function in SkBaseIStream 174 SK_STDMETHODIMP SkIStream::Stat(STATSTG* pStatstg, DWORD grfStatFlag) { in Stat() function in SkIStream 225 SK_STDMETHODIMP SkWIStream::Stat(STATSTG* pStatstg, DWORD grfStatFlag) { in Stat() function in SkWIStream
|
/external/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 41 sys::fs::file_status Stat; in create() local
|
D | Statistic.cpp | 167 for (const Statistic *Stat : Stats.Stats) { in PrintStatisticsJSON() local
|
/external/lzma/CPP/7zip/Compress/ |
D | XzDecoder.h | 24 CXzStatInfo Stat; member
|
/external/tensorflow/tensorflow/python/platform/ |
D | gfile.py | 33 from tensorflow.python.lib.io.file_io import stat as Stat unknown
|
/external/flatbuffers/tests/ |
D | monster_test.grpc.fb.h | 208 …grpc::Message<Stat>, flatbuffers::grpc::Message<Monster>>* reader, ::grpc::CompletionQueue* new_ca… in RequestGetMaxHitPoint() 224 …r< flatbuffers::grpc::Message<Stat>, flatbuffers::grpc::Message<Monster>>* stream) final override { in GetMinMaxHitPoints() 228 …tbuffers::grpc::Message<Stat>, flatbuffers::grpc::Message<Monster>>* stream, ::grpc::CompletionQue… in RequestGetMinMaxHitPoints() 296 …r< flatbuffers::grpc::Message<Stat>, flatbuffers::grpc::Message<Monster>>* stream) final override { in GetMinMaxHitPoints()
|
D | monster_test.grpc.fb.cc | 133 …rverReaderWriter< flatbuffers::grpc::Message<Stat>, flatbuffers::grpc::Message<Monster>>* stream) { in GetMinMaxHitPoints()
|
/external/tensorflow/tensorflow/core/platform/ |
D | null_file_system.h | 94 Status Stat(const string& fname, FileStatistics* stat) override { in Stat() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 120 for (auto &Stat : Stats) { in dumpChildStats() local
|
/external/clang/unittests/Basic/ |
D | VirtualFileSystemTest.cpp | 534 auto Stat = FS.status("/a"); in TEST_F() local 542 auto Stat = FS.status("c:"); in TEST_F() local 556 auto Stat = FS.status("/"); in TEST_F() local 570 auto Stat = FS.status("/a"); in TEST_F() local 636 auto Stat = FS.status("/b/c"); in TEST_F() local
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractGUI.cpp | 99 CDecompressStat Stat; in ProcessVirt() local
|
/external/openssh/ |
D | sftp-server.c | 78 typedef struct Stat Stat; typedef 80 struct Stat { struct 81 char *name; 82 char *long_name; 83 Attrib attrib;
|
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 412 Status Stat; member in clang::vfs::detail::InMemoryNode 416 InMemoryNode(Status Stat, InMemoryNodeKind Kind) in InMemoryNode() 429 InMemoryFile(Status Stat, std::unique_ptr<llvm::MemoryBuffer> Buffer) in InMemoryFile() 464 InMemoryDirectory(Status Stat) in InMemoryDirectory() 534 Status Stat(P.str(), getNextVirtualUniqueID(), in addFile() local 546 Status Stat( in addFile() local
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | retrying_file_system.h | 78 Status Stat(const string& fname, FileStatistics* stat) override { in Stat() function
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system.cc | 142 Status MemmappedFileSystem::Stat(const string& fname, FileStatistics* stat) { in Stat() function in tensorflow::MemmappedFileSystem
|
/external/lzma/CPP/7zip/UI/Common/ |
D | DirItem.h | 123 CDirItemsStat Stat; variable
|