/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
phasebeam.rs | 56 static float newOffset = 0.5; 112 newOffset = xOffset*2; 115 if(newOffset != oldOffset) { 133 if(newOffset==oldOffset) { 157 beam->offsetX = newOffset; 159 particle->offsetX = newOffset; 173 oldOffset = newOffset;
|
/external/proguard/src/proguard/classfile/editor/ |
CodeAttributeEditor.java | 68 private int newOffset; 494 System.out.println(" Replaced "+replacementInstruction.toString(newOffset)); 555 newOffset = 0; 569 if (newOffset > oldOffset) 577 instructionOffsetMap[oldOffset] = newOffset; 579 return newOffset; 591 instructionOffsetMap[oldOffset] = newOffset; 597 newOffset += preInstruction.length(newOffset); 605 newOffset += replacementInstruction.length(newOffset) [all...] |
/dalvik/dx/src/com/android/dx/merge/ |
IndexMap.java | 95 public void putTypeListOffset(int oldOffset, int newOffset) { 96 if (oldOffset <= 0 || newOffset <= 0) { 99 typeListOffsets.put(oldOffset, newOffset); 102 public void putAnnotationOffset(int oldOffset, int newOffset) { 103 if (oldOffset <= 0 || newOffset <= 0) { 106 annotationOffsets.put(oldOffset, newOffset); 109 public void putAnnotationSetOffset(int oldOffset, int newOffset) { 110 if (oldOffset <= 0 || newOffset <= 0) { 113 annotationSetOffsets.put(oldOffset, newOffset); 116 public void putAnnotationSetRefListOffset(int oldOffset, int newOffset) { [all...] |
/frameworks/base/core/jni/android/graphics/ |
Typeface.cpp | 102 off64_t newOffset = fAsset->seek(size, SEEK_CUR); 103 if (-1 == newOffset) 106 amount = newOffset - oldOffset;
|
Utils.cpp | 62 off64_t newOffset = fAsset->seek(size, SEEK_CUR); 63 if (-1 == newOffset) { 67 amount = newOffset - oldOffset;
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
ChunkedIntArray.java | 76 int newoffset = (lastUsed+1)*slotsize; 77 fastArray[newoffset] = w0; 78 fastArray[newoffset+1] = w1; 79 fastArray[newoffset+2] = w2; 80 fastArray[newoffset+3] = w3; 87 int newoffset = (lastUsed+1)*slotsize; local 88 int chunkpos = newoffset >> lowbits; 89 int slotpos = (newoffset & lowmask);
|
/libcore/luni/src/main/java/java/text/ |
CollationElementIterator.java | 169 * If {@code newOffset} corresponds to a character which is part of a 180 * @param newOffset 185 public void setOffset(int newOffset) { 186 this.icuIterator.setOffset(newOffset);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderListBox.cpp | 490 int newOffset = (offset.height() - borderTop() - paddingTop()) / itemHeight() + m_indexOffset; 491 return newOffset < numItems() ? newOffset : -1; 530 int newOffset = scrollToward(scrollPoint); 531 if (newOffset < 0) 592 int newOffset; 594 newOffset = index; 596 newOffset = index - numVisibleItems() + 1; 598 scrollToOffsetWithoutAnimation(VerticalScrollbar, newOffset); 640 void RenderListBox::scrollTo(int newOffset) [all...] |
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/asset/plugins/ |
HttpZipLocator.java | 204 int newOffset = offset + CENHDR + nameLen + extraLen + commentLen; 209 return newOffset; 215 return newOffset; 222 return newOffset; 239 return newOffset;
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Position.h | 299 int newOffset = 0; 300 for (Node* node = anchorNode->firstChild(); node && newOffset < offset; node = node->nextSibling()) 301 newOffset++; 303 return newOffset;
|
/libcore/luni/src/main/java/java/io/ |
PushbackInputStream.java | 171 int copiedBytes = 0, copyLength = 0, newOffset = byteOffset; 175 System.arraycopy(buf, pos, buffer, newOffset, copyLength); 176 newOffset += copyLength; 185 int inCopied = in.read(buffer, newOffset, byteCount - copiedBytes);
|
PushbackReader.java | 179 int newOffset = offset; 184 System.arraycopy(buf, pos, buffer, newOffset, copyLength); 185 newOffset += copyLength; 194 int inCopied = in.read(buffer, newOffset, count - copiedChars);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/ |
VDMXParser.cpp | 86 void setOffset(size_t newoffset) 88 m_offset = newoffset;
|
/external/chromium_org/third_party/ots/src/ |
ots.h | 159 void set_offset(size_t newoffset) { offset_ = newoffset; }
|
/external/emma/core/java12/com/vladium/jcd/cls/ |
FieldCollection.java | 110 final int newoffset = m_fields.size (); // use size() if class becomes non-final local 113 return newoffset;
|
InterfaceCollection.java | 83 final int newoffset = m_interfaces.size (); // use size() if class becomes non-final local 86 return newoffset;
|
MethodCollection.java | 110 final int newoffset = m_methods.size (); // use size() if class becomes non-final local 113 return newoffset;
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
DeclaredExceptionTable.java | 81 final int newoffset = m_exceptions.size (); // use size() if class becomes non-final local 84 return newoffset;
|
ExceptionHandlerTable.java | 87 final int newoffset = m_exceptions.size (); // use size() if class becomes non-final local 90 return newoffset;
|
/frameworks/base/libs/androidfw/ |
Asset.cpp | 317 off64_t newOffset; 321 newOffset = offset; 324 newOffset = curPosn + offset; 327 newOffset = maxPosn + offset; 336 if (newOffset < 0 || newOffset > maxPosn) { 338 (long) newOffset, (long) maxPosn); 342 return newOffset;
|
/build/tools/zipalign/ |
ZipAlign.cpp | 76 long newOffset = pEntry->getFileOffset() + bias; 77 padding = (alignment - (newOffset % alignment)) % alignment;
|
/external/llvm/include/llvm/CodeGen/ |
MachineMemOperand.h | 178 void setOffset(int64_t NewOffset) { PtrInfo.Offset = NewOffset; }
|
/frameworks/base/tools/aapt/ |
StringPool.cpp | 287 size_t newOffset; 291 newOffset = newEntries.add(oldEnt); 292 newEntries.editItemAt(newOffset).indices.clear(); 296 newOffset = origOffsetToNewOffset.valueAt(newIndexOfOffset); 299 newEntries.editItemAt(newOffset).indices.add(i); 301 newEntryArray.add(newOffset);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SplitView.js | 424 var newOffset = (this._isVertical ? event.pageX : event.pageY) + this._dragOffset; 425 var newSize = (this._secondIsSidebar ? this.totalSize() - newOffset : newOffset);
|
/external/javassist/src/main/javassist/bytecode/ |
CodeIterator.java | 874 offset = newOffset(i, offset, where, gapLength, exclusive); 882 offset = newOffset(i, offset, where, gapLength, exclusive); 900 int defaultbyte = newOffset(i, ByteArray.read32bit(code, i2), 911 int offset = newOffset(i, ByteArray.read32bit(code, i0), [all...] |