Home
last modified time | relevance | path

Searched defs:Count (Results 1 – 25 of 564) sorted by relevance

12345678910>>...23

/external/rust/crates/futures-util/src/stream/stream/
Dcount.rs19 impl<St> fmt::Debug for Count<St> implementation
28 impl<St: Stream> Count<St> { implementation
34 impl<St: FusedStream> FusedFuture for Count<St> { implementation
40 impl<St: Stream> Future for Count<St> { implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DLEB128.h26 unsigned Count = 0; variable
54 unsigned Count = 0; variable
82 unsigned Count = 0; variable
107 unsigned Count = 0; variable
DFormatAdapters.h61 size_t Count; variable
64 RepeatAdapter(T &&Item, size_t Count) in RepeatAdapter()
96 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) { in fmt_repeat()
DParallel.h41 uint32_t Count; variable
46 explicit Latch(uint32_t Count = 0) : Count(Count) {} in Count() argument
/external/opencensus-java/api/src/main/java/io/opencensus/stats/
DAggregation.java54 Function<? super Count, T> p1, in match()
85 Function<? super Count, T> p1, in match()
100 public abstract static class Count extends Aggregation { class in Aggregation
102 Count() {} in Count() method in Aggregation.Count
119 Function<? super Count, T> p1, in match()
156 Function<? super Count, T> p1, in match()
198 Function<? super Count, T> p1, in match()
232 Function<? super Count, T> p1, in match()
/external/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp67 uint64_t CurrSum = 0, Count = 0; in computeDetailedSummary() local
105 void InstrProfSummaryBuilder::addEntryCount(uint64_t Count) { in addEntryCount()
112 void InstrProfSummaryBuilder::addInternalCount(uint64_t Count) { in addInternalCount()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DProfileSummaryBuilder.cpp70 uint64_t CurrSum = 0, Count = 0; in computeDetailedSummary() local
108 void InstrProfSummaryBuilder::addEntryCount(uint64_t Count) { in addEntryCount()
115 void InstrProfSummaryBuilder::addInternalCount(uint64_t Count) { in addInternalCount()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp104 unsigned Count; in readULEB128() local
124 unsigned Count; in readLEB128() local
334 uint32_t Count = readVaruint32(Ctx); in parseDylinkSection() local
357 uint32_t Count = readVaruint32(Ctx); in parseNameSection() local
420 uint32_t Count = readVaruint32(Ctx); in parseLinkingSection() local
432 uint32_t Count = readVaruint32(Ctx); in parseLinkingSection() local
465 uint32_t Count = readVaruint32(Ctx); in parseLinkingSectionSymtab() local
868 uint32_t Count = readVaruint32(Ctx); in parseTypeSection() local
897 uint32_t Count = readVaruint32(Ctx); in parseImportSection() local
941 uint32_t Count = readVaruint32(Ctx); in parseFunctionSection() local
[all …]
/external/guice/extensions/struts2/example/src/com/google/inject/struts2/example/
DCount.java23 public class Count { class
30 public Count(Counter counter, Service service) { in Count() method in Count
/external/webrtc/rtc_base/numerics/
Dsample_stats.cc52 int SampleStats<double>::Count() { in Count() function in webrtc::SampleStats
100 int SampleStats<TimeDelta>::Count() { in Count() function in webrtc::SampleStats
148 int SampleStats<DataRate>::Count() { in Count() function in webrtc::SampleStats
/external/guava/android/guava/src/com/google/common/collect/
DCount.java28 final class Count implements Serializable { class
31 Count(int value) { in Count() method in Count
/external/guava/guava/src/com/google/common/collect/
DCount.java28 final class Count implements Serializable { class
31 Count(int value) { in Count() method in Count
/external/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp61 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable()
82 uint64_t Count = ValueDataRef[I].Count; in getProfitablePromotionCandidates() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DIndirectCallPromotionAnalysis.cpp60 bool ICallPromotionAnalysis::isPromotionProfitable(uint64_t Count, in isPromotionProfitable()
80 uint64_t Count = ValueDataRef[I].Count; in getProfitablePromotionCandidates() local
/external/clang/lib/CodeGen/
DCodeGenPGO.h65 void setCurrentRegionCount(uint64_t Count) { CurrentRegionCount = Count; } in setCurrentRegionCount()
81 if (auto Count = getStmtCount(S)) in setCurrentStmt() local
/external/guice/core/test/com/google/inject/
DProviderInjectionTest.java197 static class Count { class in ProviderInjectionTest
200 Count(int value) { in Count() method in ProviderInjectionTest.Count
/external/giflib/
Dquantize.c30 long Count; member
37 unsigned long Count; /* Total number of pixels in all the entries */ member
203 long Sum, Count; in SubdivColorMap() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp186 uint64_t Count; member
236 uint64_t Count = ValueDataRef[I].Count; in getPromotionCandidatesForCallSite() local
299 uint64_t Count, uint64_t TotalCount, in promoteIndirectCall()
339 uint64_t Count = C.Count; in tryToPromote() local
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.cc693 static PyObject* Count(PyContainer* self, PyObject* item) { in Count() function
958 static int Count(PyContainer* self) { in Count() function
1036 static int Count(PyContainer* self) { in Count() function
1088 static int Count(PyContainer* self) { in Count() function
1147 static int Count(PyContainer* self) { in Count() function
1211 static int Count(PyContainer* self) { in Count() function
1263 static int Count(PyContainer* self) { in Count() function
1325 static int Count(PyContainer* self) { in Count() function
1400 static int Count(PyContainer* self) { in Count() function
1450 static int Count(PyContainer* self) { in Count() function
[all …]
/external/clang/utils/analyzer/
DSumTimerInfo.py26 Count = 0 variable
41 Count = Count + 1 variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp32 auto Count = MBFI->getBlockProfileCount(MBB); in isColdBlock() local
41 auto Count = MBFI->getBlockProfileCount(MBB); in isHotBlockNthPercentile() local
/external/llvm/tools/llvm-pdbdump/
DClassDefinitionDumper.cpp103 int Count = 0; in start() local
121 int Count = 0; in dumpAccessGroup() local
/external/libchrome/base/metrics/
Dhistogram_macros_internal.h29 static constexpr Enum Count() { in Count() function
/external/freetype/src/otvalid/
Dotvcommn.c659 FT_UInt Count; in otv_x_Ox() local
689 FT_UInt Count, Coverage; in otv_u_C_x_Ox() local
726 FT_UInt Count; in otv_x_ux() local
801 FT_UInt Count; in otv_x_ux_y_uy_z_uz_p_sp() local
902 FT_UInt GlyphCount, Count, count1; in otv_u_x_y_Ox_sy() local
/external/flatbuffers/tests/MyGame/Example/
DStat.go12 Count uint16 member
78 func (rcv *Stat) Count() uint16 { func

12345678910>>...23