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

1 2 3

  /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/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;
  /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 330 /// getEntryCount - Get the number of times the function was called by
332 uint64_t GCOVFunction::getEntryCount() const {
693 uint64_t EntryCount = Func->getEntryCount();
Function.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 302 if (Callee->getEntryCount() &&
305 FunctionCount = Callee->getEntryCount().getValue();
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/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/include/llvm/IR/
Function.h 198 Optional<uint64_t> getEntryCount() const;
  /external/llvm/include/llvm/Support/
GCOV.h 273 uint64_t getEntryCount() const;
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 444 EnabledPGO = F->getEntryCount().hasValue();
    [all...]
JumpThreading.cpp 199 HasProfileData = F.getEntryCount().hasValue();
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java     [all...]
  /external/llvm/unittests/IR/
MetadataTest.cpp     [all...]
  /external/guice/extensions/struts2/lib/
jsp-2.1.jar 
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 

Completed in 3739 milliseconds

1 2 3