Home
last modified time | relevance | path

Searched defs:setLength (Results 1 – 25 of 781) sorted by relevance

12345678910>>...32

/aosp_15_r20/external/skia/src/core/
H A DSkPoint.cpp30 bool SkPoint::setLength(float length) { in setLength() function in SkPoint
90 bool SkPoint::setLength(float x, float y, float length) { in setLength() function in SkPoint
/aosp_15_r20/external/zstd/tests/
H A Dseqgen.c74 size_t const setLength = MIN(stream->bytesLeft, (size_t)(oend - op)); in SEQ_gen_matchLength() local
210 size_t const setLength = MIN(stream->bytesLeft, (size_t)(oend - op)); in SEQ_gen_offset() local
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/data/
DTimer.kt256 fun setLength(length: Long): Timer { in <lambda>() method in com.android.deskclock.data.Timer
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DFastStringBuffer.java324 public final void setLength(int l) in setLength() method in FastStringBuffer
357 private final void setLength(int l, FastStringBuffer rootFSB) in setLength() method in FastStringBuffer
/aosp_15_r20/external/flatbuffers/tests/union_vector/
H A DHandFanT.java13 public void setLength(int length) { this.length = length; } in setLength() method in HandFanT
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFsFile.java50 public void setLength(long length) throws IOException; in setLength() method
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/utils/
DRtpBuffer.cpp55 RtpDt_Void RtpBuffer::setLength(IN RtpDt_UInt32 uiLen) in setLength() function in RtpBuffer
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DArrayRegion.java67 public void setLength(int length) { in setLength() method in ArrayRegion
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFatFile.java85 public void setLength(long length) throws ReadOnlyException, IOException { in setLength() method in FatFile
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DStackTest.java175 public void setLength(int elementCount) { in setLength() method in StackTest.BugStack
/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DExerciseLap.java137 public ExerciseLap.Builder setLength(@NonNull Length length) { in setLength() method in ExerciseLap.Builder
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
H A DEdgeLight.java82 public void setLength(float length) { in setLength() method in EdgeLight
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DStringSegment.java66 public void setLength(int length) { in setLength() method in StringSegment
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DStringSegment.java64 public void setLength(int length) { in setLength() method in StringSegment
/aosp_15_r20/packages/apps/TV/tuner/src/com/android/tv/tuner/util/
DByteArrayBuffer.java141 public void setLength(int len) { in setLength() method in ByteArrayBuffer
/aosp_15_r20/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/
DExerciseLapInternal.java110 public ExerciseLapInternal setLength(double lengthInMeters) { in setLength() method in ExerciseLapInternal
/aosp_15_r20/external/apache-http/src/org/apache/http/util/
H A DByteArrayBuffer.java152 public void setLength(int len) { in setLength() method in ByteArrayBuffer
/aosp_15_r20/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DPlatform.java100 void setLength(int length); in setLength() method
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/protocol/rtp/core/
DRtcpHeader.cpp86 RtpDt_Void RtcpHeader::setLength(IN RtpDt_UInt32 usLength) in setLength() function in RtcpHeader
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMArray.java151 public short setLength(short len) { in setLength() method in KMArray
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMArray.java151 public short setLength(short len) { in setLength() method in KMArray
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DUnsynchronizedByteArrayInputStream.java115 public Builder setLength(final int length) { in setLength() method in UnsynchronizedByteArrayInputStream.Builder
/aosp_15_r20/external/clang/include/clang/AST/
H A DExprOpenMP.h102 void setLength(Expr *E) { SubExprs[LENGTH] = E; } in setLength() function
/aosp_15_r20/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DResizableIntArray.java86 public void setLength(final int newLength) { in setLength() method in ResizableIntArray
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dstring_segment.cpp41 void StringSegment::setLength(int32_t length) { in setLength() function in StringSegment

12345678910>>...32