Searched refs:getLength (Results 1 - 25 of 38) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/http/multipart/
H A DPartSource.java52 long getLength(); method in interface:PartSource
H A DByteArrayPartSource.java66 * @see PartSource#getLength()
68 public long getLength() { method in class:ByteArrayPartSource
H A DFilePartSource.java98 * @see PartSource#getLength()
100 public long getLength() { method in class:FilePartSource
H A DFilePart.java251 return source.getLength();
/frameworks/base/obex/javax/obex/
H A DOperation.java53 * <code>getLength()</code> will return the length specified by the OBEX Length
89 * int length = op.getLength();
164 long getLength(); method in interface:Operation
H A DClientOperation.java209 public long getLength() { method in class:ClientOperation
/frameworks/compile/slang/
H A Dslang_pragma_recorder.cpp31 PragmaName.assign(Token.getLiteralData(), Token.getLength());
34 Token.getIdentifierInfo()->getLength());
H A Dslang_rs_pragma_handler.cpp273 PragmaToken.getLiteralData() + PragmaToken.getLength(),
/frameworks/base/core/jni/android/graphics/
H A DUtils.cpp36 return fAsset->getLength();
H A DPathMeasure.cpp68 static jfloat getLength(JNIEnv* env, jobject clazz, PathMeasurePair* pair) { function in class:android::SkPathMeasureGlue
69 return SkScalarToFloat(pair->fMeasure.getLength());
123 {"native_getLength", "(I)F", (void*) SkPathMeasureGlue::getLength },
H A DTypeface.cpp86 return fAsset->getLength();
/frameworks/base/media/tests/omxjpegdecoder/
H A DStreamSource.cpp26 mSize = stream->getLength();
/frameworks/base/telephony/java/com/android/internal/telephony/cat/
H A DValueParser.java113 int length = ctlv.getLength();
190 int numOfItems = ctlv.getLength() - 1;
220 int length = ctlv.getLength();
279 int length = ctlv.getLength();
308 int textLen = ctlv.getLength();
H A DComprehensionTlv.java66 public int getLength() { method in class:ComprehensionTlv
/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java152 int attrLen = atts.getLength();
161 int attrLen = atts.getLength();
181 int attrLen = atts.getLength() - 2;
/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java99 public long getLength() { method in class:AssetFileDescriptor
174 mRemaining = (int)fd.getLength();
263 mRemaining = (int)fd.getLength();
/frameworks/base/include/utils/
H A DAsset.h92 virtual off64_t getLength(void) const = 0;
242 virtual off64_t getLength(void) const { return mLength; } function in class:android::_FileAsset
299 virtual off64_t getLength(void) const { return mUncompressedLen; } function in class:android::_CompressedAsset
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java70 public float getLength() { method in class:PathMeasure
75 * Pins distance to 0 <= distance <= getLength(), and then computes the
97 * Pins distance to 0 <= distance <= getLength(), and then computes the
113 * true. startD and stopD are pinned to legal values (0..getLength()).
/frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
H A DVariableSpeedNative.java48 VariableSpeedNative.playFileDescriptor(fd, afd.getStartOffset(), afd.getLength());
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduComposer.java344 int len = start.getLength();
554 int flen = fstart.getLength();
635 int expiryLength = expiryStart.getLength();
894 int ctLength = ctStart.getLength();
956 int contentTypeLength = contentTypeBegin.getLength();
981 int headerLength = attachment.getLength();
1009 if (dataLength != (attachment.getLength() - headerLength)) {
1039 int getLength() { method in class:PduComposer.PositionMarker
1044 throw new RuntimeException("BUG: Invalid call to getLength()");
/frameworks/base/media/java/android/media/
H A DSoundPool.java196 id = _load(afd.getFileDescriptor(), afd.getStartOffset(), afd.getLength(), priority);
216 long len = afd.getLength();
H A DJetPlayer.java225 long len = afd.getLength();
/frameworks/base/native/android/
H A Dasset_manager.cpp199 return asset->mAsset->getLength();
204 return asset->mAsset->getLength();
/frameworks/base/core/java/android/gesture/
H A DGesture.java106 public float getLength() { method in class:Gesture
/frameworks/base/tools/aapt/
H A DCommand.cpp216 manifestAsset->getLength());
497 asset->getLength()) != NO_ERROR) {
524 asset->getLength()) != NO_ERROR) {
543 asset->getLength()) != NO_ERROR) {

Completed in 328 milliseconds

12