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

123

/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/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.java375 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/clang/include/clang/AST/
H A DExprOpenMP.h102 void setLength(Expr *E) { SubExprs[LENGTH] = E; } function in class:clang::OMPArraySectionExpr
H A DCommentLexer.h98 void setLength(unsigned L) { Length = L; } function in class:clang::comments::Token
/external/icu/icu4c/source/i18n/
H A Dsortkey.cpp114 void CollationKey::setLength(int32_t newLength) { function in class:CollationKey
/external/skia/src/core/
H A DSkPoint.cpp40 return this->setLength(fX, fY, SK_Scalar1);
44 return this->setLength(x, y, SK_Scalar1);
47 bool SkPoint::setLength(SkScalar length) { function in class:SkPoint
48 return this->setLength(fX, fY, length);
90 // same as setLength. It would be faster to perform the divide with
118 bool SkPoint::setLength(float x, float y, float length) { function in class:SkPoint
/external/skqp/src/core/
H A DSkPoint.cpp40 return this->setLength(fX, fY, SK_Scalar1);
44 return this->setLength(x, y, SK_Scalar1);
47 bool SkPoint::setLength(SkScalar length) { function in class:SkPoint
48 return this->setLength(fX, fY, length);
90 // same as setLength. It would be faster to perform the divide with
118 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/eigen/Eigen/src/Householder/
H A DHouseholderSequence.h158 * \sa setLength(), setShift()
219 .setLength(m_length)
375 HouseholderSequence& setLength(Index length) function in class:Eigen::HouseholderSequence
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h182 void setLength(Value *L) { function in class:llvm::MemIntrinsic
184 "setLength called with value of wrong type!");
/external/swiftshader/third_party/LLVM/include/llvm/
H A DIntrinsicInst.h159 void setLength(Value *L) { function in class:llvm::MemIntrinsic
161 "setLength called with value of wrong type!");
/external/clang/include/clang/Lex/
H A DToken.h132 void setLength(unsigned Len) { function in class:clang::Token
/external/brotli/research/
H A Dbrotlidump.py213 You can also use setLength(lengthTable)
303 def setLength(self, lengthTable): member in class:PrefixDecoder
335 If you use setDecode or setLength, you have a prefix code,
1455 alphabet.setLength(dict(zip(table, lengths)))
1481 lengthCode.setLength(codeLengths)
1572 alphabet.setLength(symbolLengths)
1979 >>> a.setLength({2:1,3:2,5:3,6:3})
/external/icu/icu4c/source/common/unicode/
H A Dunistr.h3652 inline void setLength(int32_t len);
4598 UnicodeString::setLength(int32_t len) { function in class:UnicodeString
4614 setLength(len);
4789 setLength(targetLength);
/external/robolectric/v1/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/annotation-tools/asmx/
H A Dserp.jarMETA-INF/ META-INF/MANIFEST.MF serp/TestAll.class " package serp public serp.TestAll ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/annotation-tools/asmx/test/lib/
H A Dserp.jarMETA-INF/ META-INF/MANIFEST.MF serp/ serp/bytecode/ serp/bytecode/lowlevel/ serp/bytecode/visitor/ serp/ ...
H A Dbcel-5.1.jarMETA-INF/ org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ org/apache/bcel/util/ org/apache/ ...
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 657 milliseconds

123