HomeSort by relevance Sort by last modified time
    Searched refs:getLength (Results 126 - 150 of 549) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/platform/text/android/
HyphenationAndroid.cpp 52 a->getLength()).utf8();
  /external/webkit/Source/WebKit/android/
RenderSkinAndroid.cpp 73 bool success = SkImageDecoder::DecodeMemory(asset->getBuffer(false), asset->getLength(), bitmap);
  /frameworks/base/graphics/java/android/graphics/
PathMeasure.java 70 public float getLength() {
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/
VariableSpeedNative.java 48 VariableSpeedNative.playFileDescriptor(fd, afd.getStartOffset(), afd.getLength());
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
characterdatadeletedatagetlengthanddata.java 32 * method, the "getData()" and "getLength()" methods reflect
41 * returned by the "getData()" method and "getLength()"
86 childLength = (int) child.getLength();
commentgetcomment.java 73 for (int indexN10057 = 0; indexN10057 < elementList.getLength(); indexN10057++) {
documentcreatedocumentfragment.java 72 length = (int) children.getLength();
documenttypegetnotations.java 80 for (int indexN1005B = 0; indexN1005B < notationList.getLength(); indexN1005B++) {
elementgetelementsbytagnamespecialvalue.java 84 for (int indexN1006A = 0; indexN1006A < lastempList.getLength(); indexN1006A++) {
hc_attrcreatedocumentfragment.java 80 for (int indexN10078 = 0; indexN10078 < attributes.getLength(); indexN10078++) {
hc_characterdatadeletedatagetlengthanddata.java 32 * method, the "getData()" and "getLength()" methods reflect
41 * returned by the "getData()" method and "getLength()"
85 childLength = (int) child.getLength();
hc_commentgetcomment.java 75 for (int indexN1005E = 0; indexN1005E < elementList.getLength(); indexN1005E++) {
hc_documentcreatedocumentfragment.java 71 length = (int) children.getLength();
hc_elementgetelementsbytagnamespecialvalue.java 83 for (int indexN10067 = 0; indexN10067 < lastempList.getLength(); indexN10067++) {
hc_elementretrieveallattributes.java 80 for (int indexN1006B = 0; indexN1006B < attributes.getLength(); indexN1006B++) {
hc_namednodemapchildnoderange.java 74 length = (int) attributes.getLength();
hc_namednodemapreturnfirstitem.java 86 for (int indexN10070 = 0; indexN10070 < attributes.getLength(); indexN10070++) {
hc_namednodemapreturnlastitem.java 88 for (int indexN10070 = 0; indexN10070 < attributes.getLength(); indexN10070++) {
hc_nodechildnodes.java 85 for (int indexN1006C = 0; indexN1006C < childNodes.getLength(); indexN1006C++) {
hc_nodecloneattributescopied.java 85 for (int indexN10076 = 0; indexN10076 < attributes.getLength(); indexN10076++) {
hc_nodecommentnodeattributes.java 72 for (int indexN10043 = 0; indexN10043 < nodeList.getLength(); indexN10043++) {
hc_nodecommentnodename.java 72 for (int indexN10044 = 0; indexN10044 < elementList.getLength(); indexN10044++) {
hc_nodecommentnodetype.java 71 for (int indexN10040 = 0; indexN10040 < testList.getLength(); indexN10040++) {
hc_nodecommentnodevalue.java 71 for (int indexN10040 = 0; indexN10040 < elementList.getLength(); indexN10040++) {
hc_nodeelementnodeattributes.java 81 for (int indexN10070 = 0; indexN10070 < addrAttr.getLength(); indexN10070++) {

Completed in 1172 milliseconds

1 2 3 4 56 7 8 91011>>