HomeSort by relevance Sort by last modified time
    Searched full:newindex (Results 1 - 25 of 155) sorted by null

1 2 3 4 5 6 7

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.mm 22 newIndex:(int)newIndex {
31 newIndex_ = newIndex;
33 DCHECK_LE(newIndex, parent->child_count());
54 newIndex:0];
60 newIndex:(int)newIndex {
66 newIndex:newIndex];
bookmark_name_folder_controller.h 44 // new folder |parent| and |newIndex| specify where to put the new
52 newIndex:(int)newIndex;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
PointerTrackerQueue.java 72 int newIndex = 0;
76 if (newIndex != index) {
81 if (newIndex != index) {
83 expandableArray.set(newIndex, element);
85 newIndex++;
87 mArraySize = newIndex;
104 int newIndex, index;
105 for (newIndex = index = 0; index < arraySize; index++) {
114 if (newIndex != index) {
116 expandableArray.set(newIndex, element)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_name_folder_controller.mm 24 newIndex:(int)newIndex {
33 newIndex_ = newIndex;
35 DCHECK_LE(newIndex, parent->child_count());
56 newIndex:0];
62 newIndex:(int)newIndex {
68 newIndex:newIndex];
bookmark_name_folder_controller.h 43 // new folder |parent| and |newIndex| specify where to put the new
51 newIndex:(int)newIndex;
  /external/proguard/src/proguard/classfile/editor/
VariableCleaner.java 90 int newIndex = 0;
95 localVariableInfos[newIndex++] = localVariableInfos[index];
100 for (int index = newIndex; index < localVariableInfoCount; index++)
105 return newIndex;
118 int newIndex = 0;
123 localVariableTypeInfos[newIndex++] = localVariableTypeInfos[index];
128 for (int index = newIndex; index < localVariableTypeInfoCount; index++)
133 return newIndex;
  /external/javassist/src/main/javassist/convert/
TransformFieldAccess.java 30 private int newIndex;
47 newIndex = 0;
67 if (newIndex == 0) {
70 newIndex = cp.addFieldrefInfo(
75 iterator.write16bit(newIndex, pos + 1);
TransformCall.java 31 protected int newIndex;
55 newIndex = 0;
110 if (newIndex == 0) {
115 newIndex = cp.addInterfaceMethodrefInfo(ci, nt);
120 newIndex = cp.addMethodrefInfo(ci, nt);
126 iterator.write16bit(newIndex, pos + 1);
TransformBefore.java 54 if (newIndex == 0) {
59 newIndex = cp.addMethodrefInfo(ci, nt);
75 iterator.write16bit(newIndex, p + 1);
  /external/stressapptest/src/
queue.cc 74 int64 newindex; local
96 newindex = nextout_;
98 newindex = ((rand % entries) + nextout_) % q_size_;
102 pages_[nextout_] = pages_[newindex];
103 pages_[newindex] = tmp;
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list_selection_controller.js 201 var newIndex = -1;
226 newIndex = this.getFirstIndex();
229 newIndex = this.getLastIndex();
232 newIndex = leadIndex == -1 ?
236 newIndex = leadIndex == -1 ?
240 newIndex = leadIndex == -1 ?
244 newIndex = leadIndex == -1 ?
251 if (newIndex != -1) {
254 sm.leadIndex = newIndex;
260 sm.setIndexSelected(newIndex, true)
    [all...]
  /external/chromium_org/third_party/tlslite/tlslite/utils/
codec.py 13 newIndex = self.index+length-1
14 while newIndex >= self.index:
15 self.bytes[newIndex] = x & 0xFF
17 newIndex -= 1
  /dalvik/dx/src/com/android/dx/io/instructions/
OneRegisterDecodedInstruction.java 50 public DecodedInstruction withIndex(int newIndex) {
52 getFormat(), getOpcode(), newIndex, getIndexType(),
RegisterRangeDecodedInstruction.java 55 public DecodedInstruction withIndex(int newIndex) {
57 getFormat(), getOpcode(), newIndex, getIndexType(),
ThreeRegisterDecodedInstruction.java 68 public DecodedInstruction withIndex(int newIndex) {
70 getFormat(), getOpcode(), newIndex, getIndexType(),
TwoRegisterDecodedInstruction.java 59 public DecodedInstruction withIndex(int newIndex) {
61 getFormat(), getOpcode(), newIndex, getIndexType(),
ZeroRegisterDecodedInstruction.java 39 public DecodedInstruction withIndex(int newIndex) {
41 getFormat(), getOpcode(), newIndex, getIndexType(),
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
object_instance_track.js 214 var newIndex = index + offset;
215 if (newIndex >= 0 && newIndex < this.objectSnapshots_.length) {
216 selection.addObjectSnapshot(this, this.objectSnapshots_[newIndex]);
221 var newIndex = index + offset;
222 if (newIndex >= 0 && newIndex < this.objectInstances_.length) {
223 selection.addObjectInstance(this, this.objectInstances_[newIndex]);
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
OneRegisterDecodedInstruction.java 50 public DecodedInstruction withIndex(int newIndex) {
52 getFormat(), getOpcode(), newIndex, getIndexType(),
RegisterRangeDecodedInstruction.java 55 public DecodedInstruction withIndex(int newIndex) {
57 getFormat(), getOpcode(), newIndex, getIndexType(),
ThreeRegisterDecodedInstruction.java 68 public DecodedInstruction withIndex(int newIndex) {
70 getFormat(), getOpcode(), newIndex, getIndexType(),
TwoRegisterDecodedInstruction.java 59 public DecodedInstruction withIndex(int newIndex) {
61 getFormat(), getOpcode(), newIndex, getIndexType(),
ZeroRegisterDecodedInstruction.java 39 public DecodedInstruction withIndex(int newIndex) {
41 getFormat(), getOpcode(), newIndex, getIndexType(),
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_selection_controller.js 204 var newIndex = -1;
229 newIndex = this.getFirstIndex();
232 newIndex = this.getLastIndex();
235 newIndex = leadIndex == -1 ?
239 newIndex = leadIndex == -1 ?
243 newIndex = leadIndex == -1 ?
247 newIndex = leadIndex == -1 ?
254 if (newIndex != -1) {
257 sm.leadIndex = newIndex;
263 sm.setIndexSelected(newIndex, true)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list_selection_controller.js 204 var newIndex = -1;
229 newIndex = this.getFirstIndex();
232 newIndex = this.getLastIndex();
235 newIndex = leadIndex == -1 ?
239 newIndex = leadIndex == -1 ?
243 newIndex = leadIndex == -1 ?
247 newIndex = leadIndex == -1 ?
254 if (newIndex != -1) {
257 sm.leadIndex = newIndex;
263 sm.setIndexSelected(newIndex, true)
    [all...]

Completed in 921 milliseconds

1 2 3 4 5 6 7