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

1 2 3 4 5

  /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/llvm/lib/Analysis/
ProfileSummaryInfo.cpp 73 auto FunctionCount = F->getEntryCount();
94 auto FunctionCount = F->getEntryCount();
ModuleSummaryAnalysis.cpp 138 else if (F.getEntryCount().hasValue()) {
  /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/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()) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 103 assertEquals(0, mMetadata.getEntryCount());
179 assertEquals(0, mMetadata.getEntryCount());
200 assertEquals(1, mMetadata.getEntryCount());
214 assertEquals(1, mMetadata.getEntryCount());
236 assertEquals(2, mMetadata.getEntryCount());
242 assertEquals(1, mMetadata.getEntryCount());
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 159 public final int getEntryCount() {
FatLfnDirectory.java 242 final int size = dir.getEntryCount();
  /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();
  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDelta.java 320 public int getEntryCount(boolean onlyVisible) {
618 final int size = this.getEntryCount(false);
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 265 public int getEntryCount(boolean onlyVisible) {
452 final int size = this.getEntryCount(false);
  /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-subzero/include/llvm/IR/
Function.h 213 Optional<uint64_t> getEntryCount() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Function.h 231 Optional<uint64_t> getEntryCount() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 284 uint64_t getEntryCount() const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
Function.h 241 Optional<uint64_t> getEntryCount() const;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GCOV.h 284 uint64_t getEntryCount() const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
Function.h 241 Optional<uint64_t> getEntryCount() const;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GCOV.h 284 uint64_t getEntryCount() const;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Function.h 249 Optional<uint64_t> getEntryCount() const;

Completed in 1420 milliseconds

1 2 3 4 5