Home
last modified time | relevance | path

Searched refs:Stat (Results 1 – 25 of 119) sorted by relevance

12345

/external/flatbuffers/tests/MyGame/Example/
DStat.cs11 public struct Stat : IFlatbufferObject struct
15 public static Stat GetRootAsStat(ByteBuffer _bb) { return GetRootAsStat(_bb, new Stat()); } in GetRootAsStat() argument
16 …public static Stat GetRootAsStat(ByteBuffer _bb, Stat obj) { return (obj.__assign(_bb.GetInt(_bb.P… in GetRootAsStat() argument
18 public Stat __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign() argument
27 public static Offset<Stat> CreateStat(FlatBufferBuilder builder, in CreateStat() argument
32 Stat.AddVal(builder, val); in CreateStat()
33 Stat.AddId(builder, idOffset); in CreateStat()
34 Stat.AddCount(builder, count); in CreateStat()
35 return Stat.EndStat(builder); in CreateStat()
42 public static Offset<Stat> EndStat(FlatBufferBuilder builder) { in EndStat() argument
[all …]
DStat.java11 public final class Stat extends Table { class
12 public static Stat getRootAsStat(ByteBuffer _bb) { return getRootAsStat(_bb, new Stat()); } in getRootAsStat()
13 …public static Stat getRootAsStat(ByteBuffer _bb, Stat obj) { _bb.order(ByteOrder.LITTLE_ENDIAN); r… in getRootAsStat()
15 public Stat __assign(int _i, ByteBuffer _bb) { __init(_i, _bb); return this; } in __assign()
29 Stat.addVal(builder, val); in createStat()
30 Stat.addId(builder, idOffset); in createStat()
31 Stat.addCount(builder, count); in createStat()
32 return Stat.endStat(builder); in createStat()
DStat.go9 type Stat struct { struct
13 func GetRootAsStat(buf []byte, offset flatbuffers.UOffsetT) *Stat {
15 x := &Stat{}
20 func (rcv *Stat) Init(buf []byte, i flatbuffers.UOffsetT) { argument
25 func (rcv *Stat) Table() flatbuffers.Table { argument
29 func (rcv *Stat) Id() []byte { argument
37 func (rcv *Stat) Val() int64 { argument
45 func (rcv *Stat) MutateVal(n int64) bool { argument
49 func (rcv *Stat) Count() uint16 { argument
57 func (rcv *Stat) MutateCount(n uint16) bool { argument
DStat.php11 class Stat extends Table class
15 * @return Stat
19 $obj = new Stat();
41 * @return Stat
85 * @return Stat
DMonsterStorage_grpc.go17 opts... grpc.CallOption) (* Stat, error)
31 opts... grpc.CallOption) (* Stat, error) {
32 out := new(Stat)
66 Retrieve(*Stat, MonsterStorage_RetrieveServer) error argument
91 m := new(Stat)
DStat.py7 class Stat(object): class
13 x = Stat()
/external/flatbuffers/tests/
Dmonster_test.grpc.fb.h39 …onst flatbuffers::grpc::Message<Monster>& request, flatbuffers::grpc::Message<Stat>* response) = 0;
40 …std::unique_ptr< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>> As… in AsyncStore()
41 …r< ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>>(AsyncStoreRaw(co… in AsyncStore()
43 …ster>>> Retrieve(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Stat>& request) { in Retrieve()
46 …Retrieve(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Stat>& request, ::grpc::… in AsyncRetrieve()
50 …virtual ::grpc::ClientAsyncResponseReaderInterface< flatbuffers::grpc::Message<Stat>>* AsyncStoreR…
51 …* RetrieveRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Stat>& request) = 0;
52 …rieveRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Stat>& request, ::grpc::…
57 … flatbuffers::grpc::Message<Monster>& request, flatbuffers::grpc::Message<Stat>* response) overrid…
58 …std::unique_ptr< ::grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>> AsyncStore(… in AsyncStore()
[all …]
Dmonster_test.grpc.fb.cc34 …, const flatbuffers::grpc::Message<Monster>& request, flatbuffers::grpc::Message<Stat>* response) { in Store()
38 ::grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>* MonsterStorage::Stub::AsyncSt… in AsyncStoreRaw()
39 …return ::grpc::ClientAsyncResponseReader< flatbuffers::grpc::Message<Stat>>::Create(channel_.get()… in AsyncStoreRaw()
42 …tub::RetrieveRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Stat>& request) { in RetrieveRaw()
46 …rieveRaw(::grpc::ClientContext* context, const flatbuffers::grpc::Message<Stat>& request, ::grpc::… in AsyncRetrieveRaw()
54 …r< MonsterStorage::Service, flatbuffers::grpc::Message<Monster>, flatbuffers::grpc::Message<Stat>>( in Service()
59 …new ::grpc::ServerStreamingHandler< MonsterStorage::Service, flatbuffers::grpc::Message<Stat>, fla… in Service()
66 …, const flatbuffers::grpc::Message<Monster>* request, flatbuffers::grpc::Message<Stat>* response) { in Store()
73 …Retrieve(::grpc::ServerContext* context, const flatbuffers::grpc::Message<Stat>* request, ::grpc::… in Retrieve()
Dmonster_test.fbs41 table Stat {
68 testempty:Stat (id:14);
75 testhashu32_fnv1a:uint (id:21, hash:"fnv1a_32", cpp_type:"Stat");
103 Store(Monster):Stat (streaming: "none");
104 Retrieve(Stat):Monster (streaming: "server", idempotent);
Dmonster_test_generated.h33 struct Stat;
471 typedef Stat TableType;
481 struct Stat FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
516 …static flatbuffers::Offset<Stat> Pack(flatbuffers::FlatBufferBuilder &_fbb, const StatT* _o, const…
523 fbb_.AddOffset(Stat::VT_ID, id);
526 fbb_.AddElement<int64_t>(Stat::VT_VAL, val, 0);
529 fbb_.AddElement<uint16_t>(Stat::VT_COUNT, count, 0);
536 flatbuffers::Offset<Stat> Finish() {
538 auto o = flatbuffers::Offset<Stat>(end);
543 inline flatbuffers::Offset<Stat> CreateStat(
[all …]
/external/tensorflow/tensorflow/core/util/
Dstat_summarizer.h38 class Stat {
53 void Reset() { new (this) Stat<ValueType, HighPrecisionValueType>(); } in Reset()
96 const Stat<ValueType>& stat) {
192 const Stat<int64>& run_total_us() const { return run_total_us_; } in run_total_us()
199 Stat<int64> start_us;
200 Stat<int64> rel_end_us;
201 Stat<int64> mem_used;
214 const Stat<int64>& stat) const;
216 Stat<int64> run_total_us_;
217 Stat<int64> memory_;
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp95 CDecompressStat Stat; in ProcessVirt() local
108 FinalMessage.ErrorMessage.Message, Stat); in ProcessVirt()
114 AddValuePair(s, IDS_ARCHIVES_COLON, Stat.NumArchives, false); in ProcessVirt()
115 AddSizePair(s, IDS_PROP_PACKED_SIZE, Stat.PackSize); in ProcessVirt()
119 if (Stat.NumFolders != 0) in ProcessVirt()
120 AddValuePair(s, IDS_PROP_FOLDERS, Stat.NumFolders); in ProcessVirt()
121 AddValuePair(s, IDS_PROP_FILES, Stat.NumFiles); in ProcessVirt()
122 AddSizePair(s, IDS_PROP_SIZE, Stat.UnpackSize); in ProcessVirt()
123 if (Stat.NumAltStreams != 0) in ProcessVirt()
126 AddValuePair(s, IDS_PROP_NUM_ALT_STREAMS, Stat.NumAltStreams); in ProcessVirt()
[all …]
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp534 auto Stat = FS.status("/a"); in TEST_F() local
535 ASSERT_EQ(Stat.getError(),errc::no_such_file_or_directory) << FS.toString(); in TEST_F()
536 Stat = FS.status("/"); in TEST_F()
537 ASSERT_EQ(Stat.getError(), errc::no_such_file_or_directory) << FS.toString(); in TEST_F()
542 auto Stat = FS.status("c:"); in TEST_F() local
544 ASSERT_FALSE(Stat.getError()) << Stat.getError() << FS.toString(); in TEST_F()
546 Stat = FS.status("c:/windows/system128/foo.cpp"); in TEST_F()
547 ASSERT_FALSE(Stat.getError()) << Stat.getError() << FS.toString(); in TEST_F()
549 Stat = FS.status("d:/windows/foo.cpp"); in TEST_F()
550 ASSERT_FALSE(Stat.getError()) << Stat.getError() << FS.toString(); in TEST_F()
[all …]
/external/libcxx/utils/google-benchmark/src/
Dstatistics.cc148 for(const auto& Stat : *reports[0].statistics) { in ComputeStats()
151 data.benchmark_name = reports[0].benchmark_name + "_" + Stat.name_; in ComputeStats()
155 data.real_accumulated_time = Stat.compute_(real_accumulated_time_stat); in ComputeStats()
156 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
157 data.bytes_per_second = Stat.compute_(bytes_per_second_stat); in ComputeStats()
158 data.items_per_second = Stat.compute_(items_per_second_stat); in ComputeStats()
164 const auto uc_stat = Stat.compute_(kv.second.s); in ComputeStats()
/external/google-benchmark/src/
Dstatistics.cc148 for(const auto& Stat : *reports[0].statistics) { in ComputeStats()
151 data.benchmark_name = reports[0].benchmark_name + "_" + Stat.name_; in ComputeStats()
155 data.real_accumulated_time = Stat.compute_(real_accumulated_time_stat); in ComputeStats()
156 data.cpu_accumulated_time = Stat.compute_(cpu_accumulated_time_stat); in ComputeStats()
157 data.bytes_per_second = Stat.compute_(bytes_per_second_stat); in ComputeStats()
158 data.items_per_second = Stat.compute_(items_per_second_stat); in ComputeStats()
164 const auto uc_stat = Stat.compute_(kv.second.s); in ComputeStats()
/external/flatbuffers/grpc/tests/
Dgrpctest.cpp31 flatbuffers::grpc::Message<Stat> *response) in Store()
39 *response = fbb_.ReleaseMessage<Stat>(); in Store()
43 const flatbuffers::grpc::Message<Stat> *request, in Retrieve()
114 flatbuffers::grpc::Message<Stat> response; in main()
131 auto request = fbb.ReleaseMessage<Stat>(); in main()
146 flatbuffers::grpc::Message<Stat> response; in main()
/external/llvm/lib/Support/
DStatistic.cpp167 for (const Statistic *Stat : Stats.Stats) { in PrintStatisticsJSON() local
170 write_json_string_escaped(OS, Stat->getDebugType()); in PrintStatisticsJSON()
172 write_json_string_escaped(OS, Stat->getName()); in PrintStatisticsJSON()
173 OS << "\": " << Stat->getValue(); in PrintStatisticsJSON()
DFileOutputBuffer.cpp41 sys::fs::file_status Stat; in create() local
42 std::error_code EC = sys::fs::status(FilePath, Stat); in create()
43 switch (Stat.type()) { in create()
/external/skqp/src/utils/win/
DSkIStream.h76 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
107 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
130 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
/external/skia/src/utils/win/
DSkIStream.h76 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
107 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
130 virtual HRESULT STDMETHODCALLTYPE Stat(STATSTG* pStatstg
DSkIStream.cpp96 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/v8/testing/gtest/test/
Dgtest_premature_exit_test.cc42 using ::testing::internal::posix::Stat;
52 return Stat(filepath, &stat) == 0; in FileExists()
/external/googletest/googletest/test/
Dgtest_premature_exit_test.cc42 using ::testing::internal::posix::Stat;
52 return Stat(filepath, &stat) == 0; in FileExists()
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_premature_exit_test.cc42 using ::testing::internal::posix::Stat;
56 return Stat(filepath, &stat) == 0; in FileExists()
/external/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp44 Stat.NumDirs++; in AddDirFileInfo()
47 Stat.NumAltStreams++; in AddDirFileInfo()
48 Stat.AltStreamsSize += fi.Size; in AddDirFileInfo()
52 Stat.NumFiles++; in AddDirFileInfo()
53 Stat.FilesSize += fi.Size; in AddDirFileInfo()
59 Stat.NumErrors++; in AddError()
75 return Callback->ScanProgress(Stat, dirPath, true); in ScanProgress()
630 dirItems.Stat.AltStreamsSize -= fi.Size; in EnumerateDirItems()
632 dirItems.Stat.FilesSize -= fi.Size; in EnumerateDirItems()

12345