Searched refs:getPos (Results 1 - 11 of 11) sorted by last modified time

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java999 int data_length = fp.getPos();
1027 int data_length = fp.getPos();
1068 int data_length = fp.getPos();
H A DFieldPacker.java627 public int getPos() { method in class:FieldPacker
/frameworks/rs/
H A DrsAllocation.cpp503 alloc->data(rsc, 0, 0, count, stream->getPtr() + stream->getPos(), dataSize);
505 alloc->unpackVec3Allocation(rsc, stream->getPtr() + stream->getPos(), dataSize);
507 stream->reset(stream->getPos() + dataSize);
H A DrsFileA3D.cpp315 if (mWriteStream->getPos() == 0) {
353 uint64_t headerSize = headerStream.getPos();
357 fwrite(headerStream.getPtr(), sizeof(uint8_t), headerStream.getPos(), writeHandle);
360 uint64_t fileDataSize = mWriteStream->getPos();
363 fwrite(mWriteStream->getPtr(), sizeof(uint8_t), mWriteStream->getPos(), writeHandle);
386 indexEntry->mOffset = mWriteStream->getPos();
390 indexEntry->mLength = mWriteStream->getPos() - indexEntry->mOffset;
H A DrsStream.h63 uint64_t getPos() const { function in class:android::renderscript::IStream
137 uint64_t getPos() const { function in class:android::renderscript::OStream
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2712 typeSymbols = outSymbols->addNestedSymbol(String8("attr"), t->getPos());
2714 typeSymbols = outSymbols->addNestedSymbol(String8(t->getName()), t->getPos());
2744 typeSymbols->addSymbol(String8(c->getName()), rid, c->getPos());
2747 typeSymbols->appendComment(String8(c->getName()), comment, c->getPos());
3426 const SourcePos& pos = c->getEntries().valueAt(k)->getPos();
4255 cl->getName(), oldEntry->getPos(), &entries.keyAt(j));
4703 entriesToAdd[i].value->getPos()
4713 entriesToAdd[i].value->getPos(),
4873 SymbolDefinition(symbol, config, entry->getPos()));
H A DResourceTable.h392 const SourcePos& getPos() const { return mPos; } function in class:ResourceTable::Entry
413 const SourcePos& getPos() const { return mPos; } function in class:ResourceTable::ConfigList
512 const SourcePos& getPos() const { return mPos; } function in class:ResourceTable::Type
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java122 private float getPos(MotionEvent ev) { method in class:SwipeHelper
268 mInitialTouchPos = getPos(ev);
296 float pos = getPos(ev);
304 mInitialTouchPos = getPos(ev);
552 float delta = getPos(ev) - mInitialTouchPos;
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1038 int data_length = fp.getPos();
1087 int data_length = fp.getPos();
H A DFieldPacker.java626 public int getPos() { method in class:FieldPacker

Completed in 797 milliseconds