HomeSort by relevance Sort by last modified time
    Searched full:itemindex (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
FieldIdItem.java 56 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
MapItem.java 81 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
MethodIdItem.java 56 public void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
ProtoIdItem.java 56 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
SectionAnnotator.java 62 protected abstract void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity);
TypeIdItem.java 52 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
TypeListItem.java 53 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
AnnotationDirectoryItem.java 58 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
ClassDataItem.java 60 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
ClassDefItem.java 70 protected void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
DebugInfoItem.java 52 public void annotateItem(@Nonnull AnnotatedBytes out, int itemIndex, @Nullable String itemIdentity) {
  /external/icu/icu4c/source/test/cintltst/
usettest.c 365 int32_t itemIndex = 0;
394 if (itemIndex >= itemCount) {
399 itemLen = uset_getItem(set, itemIndex, &start, &end,
408 itemIndex, oneUCharToChar(start),
413 log_verbose("Ok: %s item %d is \"%s\"\n", pat, itemIndex, buf);
416 ++itemIndex;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 72 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. The
79 XMPProperty getArrayItem(String schemaNS, String arrayName, int itemIndex) throws XMPException;
227 * @param itemIndex The index of the desired item. Arrays in XMP are indexed from 1. To address
238 int itemIndex,
248 * @param itemIndex The index to insert the new item
255 int itemIndex,
269 * @param itemIndex The index to insert the new item. Arrays in XMP are indexed from 1. Use
279 int itemIndex,
289 * @param itemIndex The index to insert the new item
296 int itemIndex,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
PlatDriOverrideLib.c 959 LIST_ENTRY *ItemIndex;
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
ExploreByTouchHelperActivity.java 135 final int itemIndex = getItemIndexUnder(event.getX(), event.getY());
136 if (itemIndex >= 0) {
137 onItemClicked(itemIndex);
  /external/fonttools/Lib/fontTools/ttLib/tables/
otBase.py 12 self.itemIndex = overflowTuple[4]
15 return str((self.tableType, "LookupIndex:", self.LookupListIndex, "SubTableIndex:", self.SubTableIndex, "ItemName:", self.itemName, "ItemIndex:", self.itemIndex))
462 LookupListIndex = SubTableIndex = itemName = itemIndex = None
471 itemIndex = item.repeatIndex
492 return OverflowErrorRecord( (self.globalState.tableType, LookupListIndex, SubTableIndex, itemName, itemIndex) )
  /external/mdnsresponder/mDNSShared/
dnssd_clientlib.c 315 uint16_t itemIndex,
325 while (p<e && count<itemIndex) { p += 1 + p[0]; count++; } // Find requested item
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 712 int itemIndex = 0;
731 items[itemIndex++] = mActivity.getText(R.string.modify_event);
733 items[itemIndex++] = mActivity.getText(R.string.modify_all);
737 items[itemIndex++] = mActivity.getText(R.string.modify_all_following);
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenPcdDb.py 299 for ItemIndex in xrange(Index):
300 Offset += len(self.RawDataList[ItemIndex])
396 for ItemIndex in xrange(Index):
397 Offset += len(self.RawDataList[ItemIndex]) * self.ItemSize
480 for ItemIndex in xrange(Index):
481 Offset += len(self.RawDataList[ItemIndex])
586 for ItemIndex in xrange(Index):
587 Offset += self.LenList[ItemIndex]
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLStub/
DLLStub.cpp 676 uint16_t itemIndex,
689 ret = func( txtLen, txtRecord, itemIndex, keyBufLen, key, valueLen, value );
  /external/python/cpython2/Lib/idlelib/
configDialog.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py     [all...]

Completed in 757 milliseconds

12 3 4