/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
RenderScriptScene.java | 89 public void setOffset(float xOffset, float yOffset, float xStep, float yStep, int xPixels, int yPixels) {
|
RenderScriptWallpaper.java | 96 mRenderer.setOffset(xOffset, yOffset, xStep, yStep, xPixels, yPixels);
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
RenderScriptScene.java | 86 public void setOffset(float xOffset, float yOffset, int xPixels, int yPixels) {
|
RenderScriptWallpaper.java | 100 mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels);
|
/external/chromium_org/net/base/ |
file_stream_context_win.cc | 25 void SetOffset(OVERLAPPED* overlapped, const LARGE_INTEGER& offset) { 35 SetOffset(overlapped, offset); 185 SetOffset(&io_context_.overlapped, res);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/ |
VDMXParser.cpp | 86 void setOffset(size_t newoffset) 162 buf.setOffset(offsetTableOffset + sizeof(uint16_t) * desiredRatio); 169 buf.setOffset(groupOffset);
|
/external/chromium/net/base/ |
file_stream_win.cc | 23 static void SetOffset(OVERLAPPED* overlapped, const LARGE_INTEGER& offset) { 33 SetOffset(overlapped, offset); 197 SetOffset(async_context_->overlapped(), result);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StyleReflection.h | 53 void setOffset(const Length& l) { m_offset = l; }
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.h | 56 * Test for getOffset() and setOffset()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itercoll.h | 52 * Test for getOffset() and setOffset()
|
/external/icu4c/test/cintltst/ |
citertst.h | 56 * Test for getOffset() and setOffset()
|
/external/icu4c/test/intltest/ |
itercoll.h | 52 * Test for getOffset() and setOffset()
|
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/ |
SDL_QWin.h | 63 void setOffset(int x, int y) {
|
/frameworks/compile/mclinker/lib/Target/ |
GOT.cpp | 38 frag->setOffset(offset);
|
/packages/wallpapers/Basic/src/com/android/wallpaper/ |
RenderScriptWallpaper.java | 92 if (mRenderer != null) mRenderer.setOffset(xOffset, yOffset, xPixels, yPixels);
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralWallpaper.java | 123 mWallpaperRS.setOffset(xOffset, yOffset, xPixelOffset, yPixelOffset);
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
PhaseBeamWallpaper.java | 112 //mWallpaperRS.setOffset(xOffset, yOffset, xPixelOffset, yPixelOffset);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
RangeBoundaryPoint.h | 49 void setOffset(int offset); 130 inline void RangeBoundaryPoint::setOffset(int offset)
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrTexture.h | 199 void setOffset(const SkIPoint& offset) { fOffset = offset; } 200 void setOffset(int ox, int oy) { fOffset.set(ox, oy); }
|
/external/skia/include/gpu/ |
GrTexture.h | 199 void setOffset(const SkIPoint& offset) { fOffset = offset; } 200 void setOffset(int ox, int oy) { fOffset.set(ox, oy); }
|
/frameworks/compile/mclinker/lib/LD/ |
BranchIsland.cpp | 130 align_frag->setOffset(align_frag->getPrevNode()->getOffset() + 136 pStub.setOffset(pStub.getPrevNode()->getOffset() +
|
/frameworks/opt/mailcommon/tests/src/com/android/mailcommon/ |
MergedAdapterTest.java | 73 public TestAdapter setOffset(int i) { 104 mSecond = new TestAdapter(5).setOffset(10).setViewTypeCount(3);
|
/libcore/luni/src/main/java/libcore/icu/ |
CollationElementIteratorICU.java | 123 public void setOffset(int offset) { 124 NativeCollation.setOffset(address, offset);
|
/external/e2fsprogs/ext2ed/ |
inode_com.c | 55 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); 103 sprintf (buffer,"setoffset %ld",device_offset);dispatch (buffer); 325 sprintf (buffer,"setoffset %ld",group_offset);dispatch (buffer);
|
/art/runtime/mirror/ |
art_field.h | 72 void SetOffset(MemberOffset num_bytes);
|