/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
H A D | CountingAdapter.java | 9 private int itemCount; field in class:CountingAdapter 11 public CountingAdapter(int itemCount) { argument 12 this.itemCount = itemCount; 15 public void setCount(int itemCount) { argument 16 this.itemCount = itemCount; 22 return itemCount;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
H A D | ViewportControl.js | 61 itemCount: function() { return 0; }, 87 var itemCount = this._provider.itemCount(); 88 if (!itemCount) { 103 this._lastVisibleIndex = Math.min(Math.ceil(visibleTo / this._rowHeight), itemCount) - 1; 106 this._bottomGapElement.style.height = (this._rowHeight * (itemCount - this._lastVisibleIndex - 1)) + "px";
|
H A D | StyleSheetOutlineDialog.js | 64 itemCount: function()
|
H A D | FilteredItemSelectionDialog.js | 119 if (!this._delegate.itemCount()) 207 for (var i = fromIndex; i < this._delegate.itemCount() && workDone < maxWorkItems; ++i) { 234 if (i < this._delegate.itemCount()) { 333 itemCount: function() 382 itemCount: function() 543 itemCount: function() 645 itemCount: function()
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
H A D | HTMLOListElement.h | 34 int start() const { return m_hasExplicitStart ? m_start : (m_isReversed ? itemCount() : 1); } 46 unsigned itemCount() const function in class:WebCore::FINAL
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
H A D | MapItem.java | 56 private final int itemCount; field in class:MapItem 122 * @param itemCount {@code > 0;} count of items covered 125 Item lastItem, int itemCount) { 144 if (itemCount <= 0) { 145 throw new IllegalArgumentException("itemCount <= 0"); 152 this.itemCount = itemCount; 172 this.itemCount = 1; 226 out.annotate(4, " size: " + Hex.u4(itemCount)); 232 out.writeInt(itemCount); 124 MapItem(ItemType type, Section section, Item firstItem, Item lastItem, int itemCount) argument [all...] |
/external/chromium/chrome/browser/ui/toolbar/ |
H A D | wrench_menu_model_unittest.cc | 59 int itemCount = model.GetItemCount(); local 63 EXPECT_GT(itemCount, 10); 82 for (int i = 0; i < itemCount; ++i) {
|
/external/chromium_org/third_party/icu/source/tools/icuswap/ |
H A D | icuswap.cpp | 345 uint32_t itemCount, offset, i; local 413 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); 414 if(itemCount==0) { 420 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); 429 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ 432 /* itemCount does not fit */ 434 itemCount=0; /* make compilers happy */ 436 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); 437 if(itemCount==0) { 439 } else if((uint32_t)length<(4+8*itemCount)) { [all...] |
/external/icu4c/tools/icuswap/ |
H A D | icuswap.cpp | 345 uint32_t itemCount, offset, i; local 413 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); 414 if(itemCount==0) { 420 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset); 429 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ 432 /* itemCount does not fit */ 434 itemCount=0; /* make compilers happy */ 436 itemCount=ds->readUInt32(*(const uint32_t *)inBytes); 437 if(itemCount==0) { 439 } else if((uint32_t)length<(4+8*itemCount)) { [all...] |
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
H A D | package.cpp | 393 itemCount=0; 425 for(idx=0; idx<itemCount; ++idx) { 500 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ 503 /* itemCount does not fit */ 506 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes); 507 setItemCapacity(itemCount); /* resize so there's space */ 508 if(itemCount==0) { 510 } else if(length<(4+8*itemCount)) { 515 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); 525 if(itemCount> [all...] |
H A D | package.h | 151 int32_t itemCount; member in class:Package 175 * Grow itemMax to at least itemCount+1
|
/external/icu4c/tools/toolutil/ |
H A D | package.cpp | 396 itemCount=0; 428 for(idx=0; idx<itemCount; ++idx) { 512 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */ 515 /* itemCount does not fit */ 518 itemCount=udata_readInt32(ds, *(const int32_t *)inBytes); 519 setItemCapacity(itemCount); /* resize so there's space */ 520 if(itemCount==0) { 522 } else if(length<(4+8*itemCount)) { 527 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset); 537 if(itemCount< [all...] |
H A D | package.h | 168 int32_t itemCount; member in class:Package 192 * Grow itemMax to at least itemCount+1
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
H A D | grid.js | 102 var itemCount = this.dataModel ? this.dataModel.length : 0; 103 if (!itemCount) 110 var rows = Math.ceil(itemCount / columns); 325 var itemCount = this.dataModel ? this.dataModel.length : 0; 326 if (this.lastItemCount_ != itemCount) { 327 this.lastItemCount_ = itemCount;
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
H A D | ShadowAdapterView.java | 33 private int itemCount = 0; field in class:ShadowAdapterView 72 itemCount = adapter == null ? 0 : adapter.getCount(); 74 updateEmptyStatus(itemCount == 0); 77 if (hasOnItemSelectedListener() && itemCount == 0) { 181 return itemCount;
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
H A D | wrench_menu_model_unittest.cc | 122 int itemCount = model.GetItemCount(); local 126 EXPECT_GT(itemCount, 10); 146 for (int i = 0; i < itemCount; ++i) {
|
/external/chromium_org/third_party/WebKit/Source/web/ |
H A D | ExternalPopupMenu.cpp | 165 int itemCount = m_popupMenuClient->listSize(); local 166 WebVector<WebMenuItemInfo> items(static_cast<size_t>(itemCount)); 167 for (int i = 0; i < itemCount; ++i) {
|
/external/chromium_org/third_party/WebKit/public/platform/ |
H A D | WebBlobData.h | 66 BLINK_PLATFORM_EXPORT size_t itemCount() const;
|
/external/chromium_org/third_party/icu/source/tools/genren/ |
H A D | genren.pl | 124 $itemCount = 0; 140 $itemCount++; 207 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 211 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 214 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
|
/external/icu4c/tools/genren/ |
H A D | genren.pl | 129 $itemCount = 0; 145 $itemCount++; 222 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 226 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n"; 229 print " Loaded $symbolCount symbols from $itemCount lines in $fileCount files.\n";
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
H A D | WebBlobData.cpp | 51 size_t WebBlobData::itemCount() const function in class:blink::WebBlobData
|
/external/chromium_org/ui/app_list/cocoa/ |
H A D | apps_grid_controller.h | 79 - (size_t)itemCount;
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
H A D | ItemLocationBox.java | 110 int itemCount = IsoTypeReader.readUInt16(content); 111 for (int i = 0; i < itemCount; i++) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
H A D | RenderListItem.cpp | 185 unsigned itemCount = 0; local 187 itemCount++; 189 return itemCount;
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | triedict.cpp | 1619 int itemCount; local 1621 itemCount = node->flagscount & kRootCountMask; 1623 itemCount = getCount(node); 1629 vItemCount += itemCount; 1634 hItemCount += itemCount; 1868 uint16_t itemCount = getCount(inNode); 1869 //uint16_t itemCount = flagscount & kCountMask; 1871 if (itemCount > 0) { 1883 (itemCount + overflow)*sizeof(uint16_t), 1891 for (int j = 0; j < itemCount; [all...] |