HomeSort by relevance Sort by last modified time
    Searched refs:getEntryCount (Results 1 - 25 of 39) sorted by null

1 2

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DirectoryCategory.java 32 public int getEntryCount() {
TitlesFragment.java 149 String[] items = new String[cat.getEntryCount()];
150 for (int i = 0; i < cat.getEntryCount(); i++)
  /external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/
MetadataOrBuilder.java 22 int getEntryCount();
Metadata.java 122 public int getEntryCount() {
195 if (getEntryCount() > 0) {
502 public int getEntryCount() {
  /external/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 73 auto FunctionCount = F->getEntryCount();
94 auto FunctionCount = F->getEntryCount();
ModuleSummaryAnalysis.cpp 138 else if (F.getEntryCount().hasValue()) {
BlockFrequencyInfoImpl.cpp 536 auto EntryCount = F.getEntryCount();
  /external/walt/android/WALT/app/src/test/java/org/chromium/latency/walt/
HistogramChartTest.java 61 assertEquals(3, barDataSet.getEntryCount());
70 assertEquals(3, barDataSet.getEntryCount());
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 111 auto FunctionCount = F->getEntryCount();
127 if (auto FunctionCount = F->getEntryCount())
156 if (auto FunctionCount = F->getEntryCount())
186 auto FunctionCount = F->getEntryCount();
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 144 public final int getEntryCount() {
ConnPoolByRoute.java 214 return (rospl != null) ? rospl.getEntryCount() : 0;
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
HistogramChart.java 108 int maxEntryCount = max.getEntryCount();
120 if (i < set.getEntryCount()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Function.h 288 ProfileCount getEntryCount() const;
294 bool hasProfileData() const { return getEntryCount().hasValue(); }
  /external/llvm/lib/IR/
GCOV.cpp 335 /// getEntryCount - Get the number of times the function was called by
337 uint64_t GCOVFunction::getEntryCount() const {
697 uint64_t EntryCount = Func->getEntryCount();
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 524 if (!BB->getParent()->getFunction()->getEntryCount())
    [all...]
  /external/llvm/include/llvm/IR/
Function.h 196 Optional<uint64_t> getEntryCount() const;
  /external/llvm/include/llvm/Support/
GCOV.h 273 uint64_t getEntryCount() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ProfileData/
GCOV.h 284 uint64_t getEntryCount() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
RecordName.cpp 208 Name = formatv("<vftable {0} methods>", Shape.getEntryCount());
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
Function.h 213 Optional<uint64_t> getEntryCount() const;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
GCOV.cpp 341 /// getEntryCount - Get the number of times the function was called by
343 uint64_t GCOVFunction::getEntryCount() const {
719 uint64_t EntryCount = Func->getEntryCount();
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 126 bool HasProfileData = F.getEntryCount().hasValue();
143 bool HasProfileData = F.getEntryCount().hasValue();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Function.cpp     [all...]
  /external/grpc-grpc-java/services/src/main/java/io/grpc/services/
BinlogHelper.java 705 || (serialized != null && metaBuilder.getEntryCount() < (serialized.length / 2)));
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 637 uint32_t getEntryCount() const { return getSlots().size(); }
    [all...]

Completed in 1869 milliseconds

1 2