Searched defs:setLength (Results 1 - 25 of 45) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringBuilderExtensions.cs68 public static void setLength( this StringBuilder buffer, int length ) method in class:Antlr.Runtime.JavaExtensions.StringBuilderExtensions
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DFileWriterBase.h71 void setLength(long long length) function in class:blink::FileWriterBase
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DArrayRegion.java67 public void setLength(int length) { method in class:ArrayRegion
H A DFrame.java354 public void setLength(int length) { method in class:Frame.Variable
/external/apache-http/src/org/apache/http/util/
H A DByteArrayBuffer.java152 public void setLength(int len) { method in class:ByteArrayBuffer
H A DCharArrayBuffer.java196 public void setLength(int len) { method in class:CharArrayBuffer
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLOptionsCollection.cpp115 void HTMLOptionsCollection::setLength(unsigned length, ExceptionState& exceptionState) function in class:blink::HTMLOptionsCollection
117 toHTMLSelectElement(ownerNode()).setLength(length, exceptionState);
H A DHTMLSelectElement.cpp467 setLength(index, exceptionState);
481 void HTMLSelectElement::setLength(unsigned newLen, ExceptionState& exceptionState) function in class:blink::HTMLSelectElement
/external/chromium_org/third_party/icu/source/i18n/
H A Dsortkey.cpp112 void CollationKey::setLength(int32_t newLength) { function in class:CollationKey
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp112 void CollationKey::setLength(int32_t newLength) { function in class:CollationKey
/external/skia/src/core/
H A DSkPoint.cpp79 return this->setLength(fX, fY, SK_Scalar1);
83 return this->setLength(x, y, SK_Scalar1);
86 bool SkPoint::setLength(SkScalar length) { function in class:SkPoint
87 return this->setLength(fX, fY, length);
128 // same as setLength. It would be faster to perform the divide with
156 bool SkPoint::setLength(float x, float y, float length) { function in class:SkPoint
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DFastStringBuffer.java286 * may eventually be different from setLength(0), which see.
318 * The only safe use for our setLength() is to truncate the FastStringBuffer
324 public final void setLength(int l) method in class:FastStringBuffer
331 m_innerFSB.setLength(l, this);
351 * Subroutine for the public setLength() method. Deals with the fact
357 private final void setLength(int l, FastStringBuffer rootFSB) method in class:FastStringBuffer
364 m_innerFSB.setLength(l, rootFSB);
/external/chromium_org/third_party/skia/src/core/
H A DSkPoint.cpp80 return this->setLength(fX, fY, SK_Scalar1);
84 return this->setLength(x, y, SK_Scalar1);
87 bool SkPoint::setLength(SkScalar length) { function in class:SkPoint
88 return this->setLength(fX, fY, length);
129 // same as setLength. It would be faster to perform the divide with
157 bool SkPoint::setLength(float x, float y, float length) { function in class:SkPoint
/external/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h152 * \sa setLength(), setShift()
213 .setLength(m_length)
346 HouseholderSequence& setLength(Index length) function in class:Eigen::HouseholderSequence
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h160 void setLength(Value *L) { function in class:llvm::MemIntrinsic
162 "setLength called with value of wrong type!");
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParserValues.h86 void setLength(unsigned length) { m_length = length; } function in struct:blink::CSSParserString
/external/clang/include/clang/AST/
H A DCommentLexer.h98 void setLength(unsigned L) { Length = L; } function in class:clang::comments::Token
/external/clang/include/clang/Lex/
H A DToken.h120 void setLength(unsigned Len) { function in class:clang::Token
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunistr.h3381 inline void setLength(int32_t len); // sets only fShortLength and fLength
4260 UnicodeString::setLength(int32_t len) { function in class:UnicodeString
4277 setLength(len);
4452 setLength(targetLength);
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3381 inline void setLength(int32_t len); // sets only fShortLength and fLength
4260 UnicodeString::setLength(int32_t len) { function in class:UnicodeString
4277 setLength(len);
4452 setLength(targetLength);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...

Completed in 1014 milliseconds

12