HomeSort by relevance Sort by last modified time
    Searched refs:itemOffset (Results 1 - 7 of 7) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
SectionAnnotator.java 100 @Nullable private String getItemIdentity(int itemOffset) {
101 return itemIdentities.get(itemOffset);
104 public void setItemIdentity(int itemOffset, String identity) {
105 itemIdentities.put(itemOffset, identity);
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedQueue.java 157 UNSAFE.putObject(this, itemOffset, item);
161 return UNSAFE.compareAndSwapObject(this, itemOffset, cmp, val);
175 private static final long itemOffset;
182 itemOffset = UNSAFE.objectFieldOffset
LinkedTransferQueue.java 432 return UNSAFE.compareAndSwapObject(this, itemOffset, cmp, val);
440 UNSAFE.putObject(this, itemOffset, item); // relaxed write
462 UNSAFE.putObject(this, itemOffset, this);
510 private static final long itemOffset;
517 itemOffset = UNSAFE.objectFieldOffset
    [all...]
SynchronousQueue.java 524 UNSAFE.compareAndSwapObject(this, itemOffset, cmp, val);
531 UNSAFE.compareAndSwapObject(this, itemOffset, cmp, this);
549 private static final long itemOffset;
556 itemOffset = UNSAFE.objectFieldOffset
    [all...]
ConcurrentLinkedDeque.java 275 UNSAFE.putObject(this, itemOffset, item);
279 return UNSAFE.compareAndSwapObject(this, itemOffset, cmp, val);
302 private static final long itemOffset;
311 itemOffset = UNSAFE.objectFieldOffset
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineView.js 506 var itemOffset = index * WebInspector.TimelinePanel.rowHeight;
509 if (itemOffset < visibleTop)
510 this._containerElement.scrollTop = itemOffset;
511 else if (itemOffset > visibleBottom)
512 this._containerElement.scrollTop = itemOffset - this._containerElementHeight + WebInspector.TimelinePanel.headerHeight + WebInspector.TimelinePanel.rowHeight;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 355 milliseconds