HomeSort by relevance Sort by last modified time
    Searched defs:getLength (Results 176 - 200 of 1207) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 99 * @see org.xml.sax.Attributes#getLength
101 public int getLength ()
359 length = atts.getLength();
  /frameworks/base/libs/androidfw/include/androidfw/
Asset.h 95 virtual off64_t getLength(void) const = 0;
265 virtual off64_t getLength(void) const { return mLength; }
321 virtual off64_t getLength(void) const { return mUncompressedLen; }
  /frameworks/minikin/include/minikin/
Range.h 47 inline uint32_t getLength() const { return mEnd - mStart; }
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlv.java 68 public int getLength() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
StackTest.java 179 public int getLength() {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 369 public int getLength() {
436 for (int i = 0; i < attributes.getLength(); i++) {
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributeListImpl.java 117 int count = atts.getLength();
199 * @see org.xml.sax.AttributeList#getLength
201 public int getLength() {
AttributesImpl.java 91 * @see org.xml.sax.Attributes#getLength
93 public int getLength ()
351 length = atts.getLength();
  /libcore/ojluni/src/main/java/java/lang/reflect/
Array.java 135 // Android-changed: Non-native implementation of getLength(Object)
137 public static int getLength(Object array)
    [all...]
  /libcore/ojluni/src/main/java/java/text/
Bidi.java 219 if (lineStart < 0 || lineLimit < 0 || lineStart > lineLimit || lineLimit > getLength()) {
221 "limit=" + lineLimit + ", length=" + getLength() + ")");
227 // .getLength() for example and return a correct value instead of an IllegalStateException
269 public int getLength() {
270 return bidiBase.getLength();
359 return (bidiBase.countRuns() == 0 ? bidiBase.getLength() : bidiBase.getRunLimit(run));
428 + " length: " + bidiBase.getLength() + " runs: " + bidiBase.getRunCount() + "]";
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
ResizableIntArray.java 82 public int getLength() {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFile.java 55 if (entry.getLength() > cc.getLengthOnDisk()) throw new IOException(
68 public long getLength() {
71 return entry.getLength();
88 if (getLength() == length) return;
118 if (offset + len > getLength()) {
134 * {@link #getLength() length} of this file, an attempt is made to
153 if (lastByte > getLength()) {
203 return getClass().getSimpleName() + " [length=" + getLength() +
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/
AttributesImplTest.java 44 assertEquals(0, empty.getLength());
45 assertEquals(5, multi.getLength());
51 assertEquals(0, ai.getLength());
55 assertEquals(5, ai.getLength());
60 assertEquals(0, ai.getLength());
69 assertEquals(0, ai.getLength());
72 assertEquals(5, ai.getLength());
76 assertEquals(i, ai.getLength());
230 assertEquals(5, multi.getLength());
232 assertEquals(0, multi.getLength());
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp/
ULP_PDU.java 104 public ULP_PDU.lengthType getLength() {
175 return getLength() != null;
187 return getLength();
210 + getLength().toIndentedString(indent);
  /cts/tests/tests/net/src/android/net/rtp/cts/
AudioGroupTest.java 81 assertEquals(packet.getLength(), length);
  /dalvik/dx/src/com/android/dx/cf/code/
LocalVariableList.java 280 public int getLength() {
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/players/
MediaPlayerAdapter.java 121 assetFileDescriptor.getLength());
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/players/
MediaPlayerAdapter.java 121 assetFileDescriptor.getLength());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
xmlreader.py 284 def getLength(self):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
xmlreader.py 284 def getLength(self):
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Frame.java 365 public int getLength() {
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
OneStepIterator.java 244 public int getLength()
247 return super.getLength();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
Arrays.java 823 int newLength = getLength(from, to);
841 int newLength = getLength(from, to);
859 int newLength = getLength(from, to);
877 int newLength = getLength(from, to);
893 private static int getLength(int from, int to)
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
Bidi.java     [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFUnit.h 192 uint32_t getLength() const { return Length; }

Completed in 1064 milliseconds

1 2 3 4 5 6 78 91011>>