Searched refs:getLength (Results 51 - 75 of 270) sorted by relevance

1234567891011

/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp137 Value *len = intr->getLength();
149 Value *len = memsetintr->getLength();
184 Value *len = cpy->getLength();
196 Value *len = memsetinst->getLength();
/external/replicaisland/src/com/replica/replicaisland/
H A DSpriteAnimation.java89 public float getLength() { method in class:SpriteAnimation
H A DDoorAnimationComponent.java66 final float openAnimationLength = mSprite.findAnimation(Animation.OPENING).getLength();
107 final float closeAnimationLength = mSprite.findAnimation(Animation.CLOSING).getLength();
/external/skia/include/core/
H A DSkPathMeasure.h37 SkScalar getLength();
39 /** Pins distance to 0 <= distance <= getLength(), and then computes
51 /** Pins distance to 0 <= distance <= getLength(), and then computes
59 startD and stopD are pinned to legal values (0..getLength()). If startD <= stopD
/external/skia/src/ports/
H A DSkFontHost_ascender.cpp61 void* hints = sk_malloc_throw(fHintStream->getLength());
62 memcpy(hints, fHintStream->getMemoryBase(), fHintStream->getLength());
65 (void*)fFontStream->getMemoryBase(), fFontStream->getLength(),
67 hints, fHintStream->getLength());
H A DSkFontHost_linux.cpp328 if (stream->getLength() <= 0) {
332 if (stream->getLength() <= 0) {
360 if (stream.getLength() > 0) {
365 if (stream.getLength() > 0) {
550 if (stream && stream->getLength() == 0) {
570 if (NULL == stream || stream->getLength() <= 0) {
H A DSkFontHost_simple.cpp320 if (stream->getLength() <= 0) {
324 if (stream->getLength() <= 0) {
357 if (stream.getLength() > 0) {
362 if (stream.getLength() > 0) {
568 if (stream && stream->getLength() == 0) {
625 if (NULL == stream || stream->getLength() <= 0) {
H A DSkFontHost_freetype_mac.cpp30 size_t size = stream->getLength();
/external/webkit/Source/WebCore/platform/text/android/
H A DHyphenationAndroid.cpp52 a->getLength()).utf8();
/external/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h131 assert((n1.getCosts().getLength() == ne.getCosts().getRows()) &&
132 (n2.getCosts().getLength() == ne.getCosts().getCols()) &&
178 assert(getNodeCosts(n1Itr).getLength() == costs.getRows() &&
179 getNodeCosts(n2Itr).getLength() == costs.getCols() &&
361 os << "\n" << v.getLength() << "\n";
362 assert(v.getLength() != 0 && "Empty vector in graph.");
364 for (unsigned i = 1; i < v.getLength(); ++i) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DArrays.java453 int newLength = getLength(from, to);
471 int newLength = getLength(from, to);
489 int newLength = getLength(from, to);
507 int newLength = getLength(from, to);
523 private static int getLength(int from, int to) method in class:Arrays
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DOneStepIterator.java244 public int getLength() method in class:OneStepIterator
247 return super.getLength();
H A DNodeSequence.java190 m_last = ((DTMIterator)nodeVector).getLength();
585 * @see DTMIterator#getLength()
587 public int getLength() method in class:NodeSequence
606 return m_iter.getLength();
619 return (-1 == m_last) ? (m_last = m_iter.getLength()) : m_last;
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DCompactArray.java150 if (array == null || Array.getLength(array) < newSize) {
166 return Array.getLength(getSerializedData());
H A DAnimation.java89 public float getLength() { method in class:Animation
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h63 uint32_t getLength() const { function in struct:llvm::DWARFDebugLine::Prologue
69 return TotalLength + sizeof(TotalLength) - getLength();
H A DDWARFCompileUnit.h67 uint32_t getLength() const { return Length; } function in class:llvm::DWARFCompileUnit
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAX1ParserAdapter.java201 public int getLength() method in class:SAX1ParserAdapter.AttributesWrapper
203 return attrs.getLength();
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DExemptionMechanismSpiTest.java60 int len = MyExemptionMechanismSpi.getLength();
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
H A DMyExemptionMechanismSpi.java44 public static final int getLength() { method in class:MyExemptionMechanismSpi
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DStringVector.java74 public int getLength() method in class:StringVector
/external/clang/include/clang/Tooling/
H A DRefactoring.h76 unsigned getLength() const { return Length; } function in class:clang::tooling::Replacement
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
H A DRSSFeedUpdateEntryTask.java217 if (nodelist != null && nodelist.getLength()>0) {
218 for (int i=0; i<nodelist.getLength(); i++) {
279 if (nodelist !=null && nodelist.getLength()>0)
281 for (int i=0; i<nodelist.getLength(); i++) {
/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/udp/
H A DUdpConnector.java123 return ByteBuffer.wrap( buffer, 0, packet.getLength() );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DErrorTracker.java73 int elementCount = elements.getLength();
93 int effectedFilesCount = effectedFiles.getLength();
114 int testLogCount = testLogList.getLength();

Completed in 414 milliseconds

1234567891011