HomeSort by relevance Sort by last modified time
    Searched full:entrycount (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdh.h 52 ULONG EntryCount;
  /external/guava/guava/src/com/google/common/collect/
Serialization.java 106 int entryCount = multiset.entrySet().size();
107 stream.writeInt(entryCount);
ConcurrentHashMultiset.java 555 int entryCount = entry.getCount();
556 if (entryCount != 0) {
560 return multiset.setCount(element, entryCount, 0);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
EditListBox.java 87 int entryCount = l2i(IsoTypeReader.readUInt32(content));
89 for (int i = 0; i < entryCount; i++) {
  /frameworks/rs/driver/
rsdShaderCache.cpp 119 uint32_t entryCount = mEntries.size();
120 for (uint32_t ct = 0; ct < entryCount; ct ++) {
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp     [all...]
EmulatedFakeCamera2.h 161 size_t *entryCount,
  /external/chromium_org/extensions/renderer/resources/
web_view.js 203 return this.entryCount > 1 && this.currentEntryIndex > 0;
211 this.currentEntryIndex < (this.entryCount - 1);
737 baseUrlForDataUrl, currentEntryIndex, entryCount,
741 this.entryCount = entryCount;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileAdapter.java 314 protected int getRowCount(int entryCount) {
315 return entryCount == 0 ? 0 : ((entryCount - 1) / mColumnCount) + 1;
  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 258 uint16_t entryCount() const {
261 offsetof(unwind_info_regular_second_level_page_header, entryCount));
305 uint16_t entryCount() const {
308 offsetof(unwind_info_compressed_second_level_page_header, entryCount));
952 high = pageHeader.entryCount();
956 if (mid == (uint32_t)(pageHeader.entryCount() - 1)) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 258 uint16_t entryCount() const {
261 offsetof(unwind_info_regular_second_level_page_header, entryCount));
305 uint16_t entryCount() const {
308 offsetof(unwind_info_compressed_second_level_page_header, entryCount));
952 high = pageHeader.entryCount();
956 if (mid == (uint32_t)(pageHeader.entryCount() - 1)) {
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
AbstractDirectory.java 102 * @param entryCount the new number of entries this directory needs to store
108 protected abstract void changeSize(int entryCount)
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 270 uint16_t entryCount = dtohs(mData[2]);
271 return (sizeof(uint16_t) * 4) + (sizeof(uint32_t) * static_cast<size_t>(entryCount));
307 uint16_t entryCount = dtohs(header[2]);
308 if (size < sizeof(uint32_t) * (entryCount + 2)) {
310 (uint32_t) size, (uint32_t) entryCount);
318 uint16_t entryCount = dtohs(mData[2]);
328 if (entryId >= entryCount) {
    [all...]
  /external/llvm/lib/MC/MCAnalysis/
MCObjectDisassembler.cpp 561 size_t EntryCount = ModInitContents.size() / EntrySize;
563 reinterpret_cast<const uint64_t *>(ModInitContents.data()), EntryCount);
571 size_t EntryCount = ModExitContents.size() / EntrySize;
573 reinterpret_cast<const uint64_t *>(ModExitContents.data()), EntryCount);
  /frameworks/av/include/camera/
CameraMetadata.h 109 size_t entryCount() const;
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 137 if (mCaptureRequest.entryCount() != 0) {
524 if (captureCopy.entryCount() == 0) {
653 if (captureCopy.entryCount() == 0) {
696 if (mCaptureRequest.entryCount() == 0) {
StreamingProcessor.cpp 91 if (mPreviewRequest.entryCount() == 0) {
292 if (mRecordingRequest.entryCount() == 0) {
908 if (mPreviewRequest.entryCount() != 0) {
917 if (mRecordingRequest.entryCount() != 0) {
  /frameworks/base/media/java/android/media/
TimedText.java 595 int entryCount = parcel.readInt();
597 for (int i = 0; i < entryCount; i++) {
631 int entryCount = parcel.readInt();
633 for (int i = 0; i < entryCount; i++) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
exif_parser.js 280 var entryCount = br.readScalar(2);
281 for (var i = 0; i < entryCount; i++) {
  /external/libcxxabi/include/mach-o/
compact_unwind_encoding.h 452 uint16_t entryCount;
461 uint16_t entryCount;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/mach-o/
compact_unwind_encoding.h 452 uint16_t entryCount;
461 uint16_t entryCount;
  /external/llvm/lib/IR/
GCOV.cpp 663 uint64_t EntryCount = Func->getEntryCount();
672 OS << "function " << Func->getName() << " called " << EntryCount
673 << " returned " << safeDiv(Func->getExitCount()*100, EntryCount)
  /frameworks/av/camera/
CameraMetadata.cpp 154 size_t CameraMetadata::entryCount() const {
160 return entryCount() == 0;
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 223 __FUNCTION__, empty, metadata->entryCount());
235 return metadata->entryCount();
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp     [all...]

Completed in 853 milliseconds

1 23 4 5 6