Home
last modified time | relevance | path

Searched refs:withIndex (Results 1 – 12 of 12) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
DPackedSwitchPayloadDecodedInstruction.java59 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in PackedSwitchPayloadDecodedInstruction
DSparseSwitchPayloadDecodedInstruction.java63 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in SparseSwitchPayloadDecodedInstruction
DZeroRegisterDecodedInstruction.java39 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in ZeroRegisterDecodedInstruction
DOneRegisterDecodedInstruction.java50 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in OneRegisterDecodedInstruction
DRegisterRangeDecodedInstruction.java55 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in RegisterRangeDecodedInstruction
DTwoRegisterDecodedInstruction.java59 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in TwoRegisterDecodedInstruction
DThreeRegisterDecodedInstruction.java68 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in ThreeRegisterDecodedInstruction
DFourRegisterDecodedInstruction.java77 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FourRegisterDecodedInstruction
DFiveRegisterDecodedInstruction.java86 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FiveRegisterDecodedInstruction
DFillArrayDataPayloadDecodedInstruction.java97 public DecodedInstruction withIndex(int newIndex) { in withIndex() method in FillArrayDataPayloadDecodedInstruction
DDecodedInstruction.java477 public abstract DecodedInstruction withIndex(int newIndex); in withIndex() method in DecodedInstruction
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dbrowser_actions_controller.mm77 withIndex:(NSUInteger)index;
226 [owner_ createActionButtonForExtension:extension withIndex:index];
500 [self createActionButtonForExtension:iter->get() withIndex:i++];
508 withIndex:(NSUInteger)index {