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

123

/frameworks/base/core/jni/android/graphics/
H A DUtils.cpp37 size_t AssetStreamAdaptor::getLength() const { function in class:AssetStreamAdaptor
38 return fAsset->getLength();
97 const off64_t size = asset->getLength();
99 SkDebugf("---- copyAsset: asset->getLength() returned %d\n", size);
H A DUtils.h36 virtual size_t getLength() const;
H A DPathMeasure.cpp81 static jfloat getLength(JNIEnv* env, jobject clazz, jlong pairHandle) { function in class:android::SkPathMeasureGlue
83 return static_cast<jfloat>(SkScalarToFloat(pair->fMeasure.getLength()));
149 {"native_getLength", "(J)F", (void*) SkPathMeasureGlue::getLength },
H A DMinikinUtils.cpp93 return align * (layout.getAdvance() - measure.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
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/ext/
H A Dnode_ext.kt41 val cnt = getLength()
48 val cnt = getLength()
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DColladaParser.java108 for(int i = 0; i < nl.getLength(); i++) {
116 for(int i = 0; i < nl.getLength(); i++) {
124 for(int i = 0; i < nl.getLength(); i++) {
132 for(int i = 0; i < nl.getLength(); i++) {
141 for(int i = 0; i < nl.getLength(); i++) {
150 for(int i = 0; i < nl.getLength(); i++) {
159 for(int i = 0; i < nl.getLength(); i++) {
177 for(int i = 0; i < nl.getLength(); i++) {
285 if (nl != null && nl.getLength() == 1) {
297 if (nl != null && nl.getLength()
[all...]
/frameworks/compile/slang/
H A Dslang_pragma_recorder.cpp31 PragmaName.assign(Token.getLiteralData(), Token.getLength());
34 Token.getIdentifierInfo()->getLength());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DValueParser.java115 int length = ctlv.getLength();
192 int numOfItems = ctlv.getLength() - 1;
222 int length = ctlv.getLength();
281 int length = ctlv.getLength();
324 int textLen = ctlv.getLength();
H A DBerTlv.java136 int itemLength = item.getLength();
/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/include/androidfw/
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
298 virtual off64_t getLength(void) const { return mUncompressedLen; } function in class:android::_CompressedAsset
/frameworks/base/core/java/android/bluetooth/le/
H A DResultStorageDescriptor.java42 public int getLength() { method in class:ResultStorageDescriptor
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameBuffer1D.java56 public int getLength() { method in class:FrameBuffer1D
H A DFrameValues.java35 return Array.getLength(super.getValue());
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DFloatArrayToSizeFilter.java60 int size = Array.getLength(array);
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableArray.java62 int length = Array.getLength(value);
126 int arrayLength = Array.getLength(value);
/frameworks/base/native/android/
H A Dasset_manager.cpp199 return asset->mAsset->getLength();
204 return asset->mAsset->getLength();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DXMLNode.java28 if (attributes.getLength() > 0) {
29 for (int n = 0; n < attributes.getLength(); n++)
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
H A DPduComposer.java344 int len = start.getLength();
554 int flen = fstart.getLength();
635 int expiryLength = expiryStart.getLength();
892 int ctLength = ctStart.getLength();
954 int contentTypeLength = contentTypeBegin.getLength();
979 int headerLength = attachment.getLength();
1014 if (dataLength != (attachment.getLength() - headerLength)) {
1044 int getLength() { method in class:PduComposer.PositionMarker
1049 throw new RuntimeException("BUG: Invalid call to getLength()");
/frameworks/base/graphics/java/android/graphics/
H A DPathMeasure.java71 public float getLength() { method in class:PathMeasure
76 * Pins distance to 0 <= distance <= getLength(), and then computes the
98 * Pins distance to 0 <= distance <= getLength(), and then computes the
114 * true. startD and stopD are pinned to legal values (0..getLength()).
/frameworks/support/v4/donut/android/support/v4/view/animation/
H A DPathInterpolatorDonut.java39 final float pathLength = pathMeasure.getLength();
/frameworks/base/core/java/android/content/res/
H A DAssetFileDescriptor.java131 public long getLength() { method in class:AssetFileDescriptor
207 mRemaining = (int)fd.getLength();
296 mRemaining = (int)fd.getLength();
/frameworks/base/core/java/android/transition/
H A DPatternPathMotion.java105 float length = pathMeasure.getLength();
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrame.java49 final int count = format.getLength();

Completed in 1325 milliseconds

123