HomeSort by relevance Sort by last modified time
    Searched defs:setLength (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/webkit/Source/WebCore/bindings/cpp/
WebDOMHTMLOptionsCollectionCustom.cpp 34 void WebDOMHTMLOptionsCollection::setLength(unsigned length)
40 impl()->setLength(length, ec);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringBuilderExtensions.cs 68 public static void setLength( this StringBuilder buffer, int length )
  /external/webkit/Source/WebCore/html/
HTMLOptionsCollection.cpp 85 void HTMLOptionsCollection::setLength(unsigned length, ExceptionCode& ec)
87 static_cast<HTMLSelectElement*>(base())->setLength(length, ec);
HTMLSelectElement.cpp 469 setLength(index, ec);
483 void HTMLSelectElement::setLength(unsigned newLen, ExceptionCode& ec)
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLComponent.h 66 void setLength(int length) { m_length = length; }
URLBuffer.h 66 // write the data, then use setLength() to declare the new length().
78 void setLength(int length)
  /external/webkit/Source/WebCore/bindings/js/
JSHTMLOptionsCollectionCustom.cpp 44 void JSHTMLOptionsCollection::setLength(ExecState* exec, JSValue value)
59 imp->setLength(newLength, ec);
  /external/webkit/Source/WebCore/fileapi/
FileWriterBase.h 75 void setLength(long long length)
  /system/security/keystore/
keystore_client.cpp 88 reply->setLength(length);
113 void Keystore_Reply::setLength(size_t length) {
  /external/apache-http/src/org/apache/http/util/
ByteArrayBuffer.java 147 public void setLength(int len) {
CharArrayBuffer.java 191 public void setLength(int len) {
  /external/icu4c/i18n/
sortkey.cpp 105 setLength(count);
108 void CollationKey::setLength(int32_t newLength) {
  /libcore/luni/src/main/java/java/net/
DatagramPacket.java 211 public synchronized void setLength(int length) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
StackTest.java 168 public void setLength(int elementCount)
184 testStack.setLength(20);
  /external/llvm/include/llvm/
IntrinsicInst.h 159 void setLength(Value *L) {
161 "setLength called with value of wrong type!");
  /external/apache-xml/src/main/java/org/apache/xml/utils/
FastStringBuffer.java 286 * 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)
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)
364 m_innerFSB.setLength(l, rootFSB);
    [all...]
  /external/clang/include/clang/Lex/
Token.h 124 void setLength(unsigned Len) {
  /external/skia/src/core/
SkPoint.cpp 79 return this->setLength(fX, fY, SK_Scalar1);
83 return this->setLength(x, y, SK_Scalar1);
86 bool SkPoint::setLength(SkScalar length) {
87 return this->setLength(fX, fY, length);
112 bool SkPoint::setLength(float x, float y, float length) {
168 #if 1 // Newton iter for setLength
229 bool SkPoint::setLength(SkFixed ox, SkFixed oy, SkFixed length) {
297 bool SkPoint::setLength(SkFixed ox, SkFixed oy, SkFixed length) {
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 273 final int setLength = mStateSpecs.length;
274 for (int i = 0; i < setLength; i++) {
  /libcore/luni/src/main/java/java/lang/
StringBuffer.java 702 public synchronized void setLength(int length) {
703 super.setLength(length);
AbstractStringBuilder.java 559 public void setLength(int length) {
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 563 public void setLength(long newLength) {
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TriangleCollector.java 76 public void setLength(int length) {
107 r.setLength(r.getLength()+1);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HeapSegment.java 129 setLength(-1);
183 setLength(eLen * hs.mAllocationUnitSize);
208 public void setLength(int length) {
  /external/icu4c/common/unicode/
unistr.h     [all...]

Completed in 646 milliseconds

1 2 3