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

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkPathMeasure.cpp 391 SkScalar SkPathMeasure::getLength() {
404 SkDEBUGCODE(SkScalar length = ) this->getLength();
445 SkScalar length = this->getLength(); // call this to force computing it
492 SkScalar length = this->getLength(); // ensure we have built our segments
533 (void)this->getLength();
542 return this->getLength() > 0;
SkFlate.cpp 61 size_t inputLength = src->getLength();
  /external/skia/src/ports/
SkFontHost_simple.cpp 329 if (stream->getLength() <= 0) {
333 if (stream->getLength() <= 0) {
367 if (stream.getLength() > 0) {
373 if (stream.getLength() > 0) {
586 if (stream && stream->getLength() == 0) {
643 if (NULL == stream || stream->getLength() <= 0) {
  /libcore/luni/src/main/java/java/util/prefs/
XMLParser.java 368 int childNumber = children.getLength();
370 int entryNumber = entries.getLength();
408 for (int i = 0; i < childNodes.getLength(); i++) {
417 for (int i = 0; i < childNodes.getLength(); i++) {
422 for (int j = 0; j < nextChildNodes.getLength(); j++) {
454 int length = entries.getLength();
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilPlayer.java 122 for (int i = 0; i < children.getLength(); ++i) {
133 for (int i = 0; i < activeChildrenAtEnd.getLength(); ++i) {
181 for (int i = 0; i < children.getLength(); ++i) {
193 for (int i = 0; i < activeChildrenAtEnd.getLength(); ++i) {
216 for (int i = 0; i < beginList.getLength(); ++i) {
229 for (int i = 0; i < endList.getLength(); ++i) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
ArrayTest.java 259 * @tests java.lang.reflect.Array#getLength(java.lang.Object)
263 // java.lang.reflect.Array.getLength(java.lang.Object)
266 assertEquals("Returned incorrect length", 1, Array.getLength(x));
268 .getLength(new Object[10000]));
270 Array.getLength(new Object());
  /external/webkit/Source/WebCore/platform/text/gtk/
TextBreakIteratorGtk.cpp 41 int getLength() { return m_length; }
210 int charLength = iterator->m_charIterator.getLength();
300 int nextWhiteSpacePos = iterator->m_charIterator.getLength();
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentImportNode.java 311 addressElemLen = (int) addressElemChildren.getLength();
312 importedLen = (int) importedChildren.getLength();
327 importedLen = (int) importedList.getLength();
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 86 if (children == null || children.getLength() != 1) {
100 int num = layoutChildren.getLength();
116 for (int j = 0; j < map.getLength(); j++) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/xml/
HyperlinksTest.java 213 sb.append(viewer.getDocument().get(region.getOffset(), region.getLength()));
277 selection = new Point(range.getOffset(), range.getLength());
286 int lineEnd = lineEndInfo.getOffset() + lineEndInfo.getLength();
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
CreateGestureActivity.java 121 if (mGesture.getLength() < LENGTH_THRESHOLD) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
StackTest.java 173 public int getLength()
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorKey.java 97 int nAttrs = attributes.getLength();
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
FuncKey.java 83 int len = ns.getLength();
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNamedNodeMap.java 73 public int getLength()
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 86 unsigned getLength() const {
168 return StringRef(getStart(), getLength());
184 unsigned getLength() const {
365 unsigned getLength() const {
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidationContentHandler.java 136 for (int i = 0; i < atts.getLength(); i++) {
  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 362 unsigned numRegs = getGraph().getNodeCosts(nItr).getLength() - 1;
389 unsigned numRegs = getGraph().getNodeCosts(nItr).getLength() - 1;
408 unsigned numRegs = getGraph().getNodeCosts(nItr).getLength() - 1;
418 unsigned numRegs = getGraph().getNodeCosts(nItr).getLength() - 1;
  /external/llvm/include/llvm/
Metadata.h 52 unsigned getLength() const { return (unsigned)Str.size(); }
  /external/skia/include/core/
SkDescriptor.h 48 uint32_t getLength() const { return fLength; }
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_characterdatadeletedatagetlengthanddata.js 79 method, the "getData()" and "getLength()" methods reflect
88 returned by the "getData()" method and "getLength()"
hc_characterdatagetlength.js 78 The "getLength()" method returns the number of characters
82 value returned by the getLength() method.
hc_nodelistindexgetlength.js 78 The "getLength()" method returns the number of nodes
82 employee and invoke the "getLength()" method.
hc_nodelistindexgetlengthofemptylist.js 78 The "getLength()" method returns the number of nodes
83 invoke the "getLength()" method. It should contain
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_characterdatadeletedatagetlengthanddata.js 79 method, the "getData()" and "getLength()" methods reflect
88 returned by the "getData()" method and "getLength()"

Completed in 402 milliseconds

1 2 3 4 5 6 7 8 91011>>