Searched defs:itemIndex (Results 1 – 9 of 9) sorted by relevance
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/ |
D | InstructionWithReference.java | 56 int itemIndex = getReferencedItemIndex(buffer, bufferIndex); in InstructionWithReference() local 76 private void lookupReferencedItem(DexFile dexFile, Opcode opcode, int itemIndex) { in lookupReferencedItem()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | UniscribeHelper.cpp | 124 for (int itemIndex = 0; itemIndex < static_cast<int>(m_runs.size()); itemIndex++) in width() local 194 int itemIndex = m_screenOrder[screenIndex]; in characterToX() local 230 int itemIndex = m_screenOrder[screenIndex]; in xToCharacter() local 275 int itemIndex = m_screenOrder[screenIndex]; in draw() local
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebBackForwardListProxy.cpp | 170 HistoryItem* WebBackForwardListProxy::itemAtIndex(int itemIndex) in itemAtIndex()
|
/external/icu4c/test/cintltst/ |
D | usettest.c | 364 int32_t itemIndex = 0; in expectItems() local
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientlib.c | 315 uint16_t itemIndex, in TXTRecordGetItemAtIndex()
|
/external/chromium/chrome/browser/resources/options/ |
D | cookies_list.js | 281 set selectedIndex(itemIndex) { argument
|
/external/icu4c/common/ |
D | uset.cpp | 274 uset_getItem(const USet* uset, int32_t itemIndex, in uset_getItem()
|
/external/icu4c/i18n/ |
D | dtptngen.cpp | 1791 FormatParser::getQuoteLiteral(UnicodeString& quote, int32_t *itemIndex) { in getQuoteLiteral()
|
/external/chromium/chrome/common/extensions/api/ |
D | extension_api.json | 329 …"itemIndex": {"type": "integer", "description": "The 0-based index of the current value, or -1 if … object 339 …"itemIndex": {"type": "integer", "description": "The 0-based index of the selected value, or -1 if… object 356 "itemIndex": {"type": "integer", "description": "The 0-based index of this menu item."} object 366 …"itemIndex": {"type": "integer", "description": "The 0-based index of this radio button in this gr… object 375 … "itemIndex": {"type": "integer", "description": "The 0-based index of this tab in this group."} object
|