/aosp12/frameworks/base/core/java/android/text/ |
H A D | PrecomputedText.java | 417 @IntRange(from = 0) int start, @IntRange(from = 0) int end, boolean computeLayout) { in createMeasuredParagraphs() 445 private PrecomputedText(@NonNull CharSequence text, @IntRange(from = 0) int start, in PrecomputedText() 523 public @Params.CheckResultUsableResult int checkResultUsable(@IntRange(from = 0) int start, in checkResultUsable() 558 public @FloatRange(from = 0) float getWidth(@IntRange(from = 0) int start, in getWidth() 588 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getBounds()
|
H A D | DynamicLayout.java | 68 @IntRange(from = 0) int width) { in obtain() 155 public Builder setLineSpacing(float spacingAdd, @FloatRange(from = 0.0) float spacingMult) { in setLineSpacing() 312 @IntRange(from = 0) int width, @NonNull Alignment align, in DynamicLayout() 313 @FloatRange(from = 0.0) float spacingmult, float spacingadd, in DynamicLayout() 325 @IntRange(from = 0) int width, @NonNull Alignment align, in DynamicLayout() 326 @FloatRange(from = 0.0) float spacingmult, float spacingadd, in DynamicLayout() 338 @IntRange(from = 0) int width, @NonNull Alignment align, in DynamicLayout() 339 @FloatRange(from = 0.0) float spacingmult, float spacingadd, in DynamicLayout() 361 @IntRange(from = 0) int width, in DynamicLayout() 363 @FloatRange(from = 0.0) float spacingmult, float spacingadd, in DynamicLayout()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | LetterboxConfigurationTest.java | 232 private void assertForHorizontalMove(int from, int expected, int expectedTime, in assertForHorizontalMove() 243 private void assertForVerticalMove(int from, int expected, int expectedTime, in assertForVerticalMove()
|
/aosp14/frameworks/base/core/java/android/hardware/display/ |
H A D | DisplayManager.java | 978 @IntRange(from = 1) int width, in createVirtualDisplay() 1030 @IntRange(from = 1) int width, in createVirtualDisplay() 1103 @IntRange(from = 1) int width, in createVirtualDisplay() 1301 public void setBrightness(int displayId, @FloatRange(from = 0f, to = 1f) float brightness) { in setBrightness()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | DebugEGLImageTracker.cpp | 72 void DebugEGLImageTrackerImpl::create(const char *from) { in create() 78 void DebugEGLImageTrackerImpl::destroy(const char *from) { in destroy()
|
/aosp12/frameworks/base/core/proto/android/server/ |
H A D | animationadapter.proto | 67 optional .android.graphics.PointProto from = 1; field 76 optional float from = 1; field
|
/aosp14/frameworks/base/core/proto/android/server/ |
H A D | animationadapter.proto | 67 optional .android.graphics.PointProto from = 1; field 76 optional float from = 1; field
|
/aosp12/frameworks/base/location/java/android/location/ |
H A D | GnssStatus.java | 449 @IntRange(from = 1, to = 200) int svid, in addSatellite() 450 @FloatRange(from = 0, to = 63) float cn0DbHz, in addSatellite()
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | GnssStatus.java | 449 @IntRange(from = 1, to = 200) int svid, in addSatellite() 450 @FloatRange(from = 0, to = 63) float cn0DbHz, in addSatellite()
|
/aosp12/packages/modules/IPsec/src/java/android/net/ipsec/ike/ |
H A D | TransportModeChildSessionParams.java | 201 public Builder setLifetimeSeconds( in setLifetimeSeconds() 203 from = CHILD_HARD_LIFETIME_SEC_MINIMUM, in setLifetimeSeconds()
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 678 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() 745 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() 791 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() 891 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() 917 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() 1043 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ContrastColorUtil.java | 766 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() 833 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() 879 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() 979 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() 1005 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() 1131 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL()
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | StringPiece.h | 40 inline StringPiece substr(size_t from, size_t length) const { in substr() 44 inline size_t find(size_t from, char c) const { in find()
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | stpcpy.c | 40 stpcpy(char *to, const char *from) in stpcpy()
|
H A D | strcpy.c | 40 strcpy(char *to, const char *from) in strcpy()
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | DynamicLayout.java | 69 @IntRange(from = 0) int width) { in obtain() 156 public Builder setLineSpacing(float spacingAdd, @FloatRange(from = 0.0) float spacingMult) { in setLineSpacing() 313 @IntRange(from = 0) int width, @NonNull Alignment align, in DynamicLayout() 314 @FloatRange(from = 0.0) float spacingmult, float spacingadd, in DynamicLayout() 326 @IntRange(from = 0) int width, @NonNull Alignment align, in DynamicLayout() 327 @FloatRange(from = 0.0) float spacingmult, float spacingadd, in DynamicLayout() 339 @IntRange(from = 0) int width, @NonNull Alignment align, in DynamicLayout() 340 @FloatRange(from = 0.0) float spacingmult, float spacingadd, in DynamicLayout() 362 @IntRange(from = 0) int width, in DynamicLayout() 364 @FloatRange(from = 0.0) float spacingmult, float spacingadd, in DynamicLayout()
|
/aosp14/frameworks/base/core/java/android/content/om/ |
H A D | FabricatedOverlay.java | 179 @IntRange(from = TypedValue.TYPE_FIRST_INT, to = TypedValue.TYPE_LAST_INT) in setResourceValue() 204 @IntRange(from = TypedValue.TYPE_FIRST_INT, to = TypedValue.TYPE_LAST_INT) in setResourceValue() 387 @IntRange(from = TypedValue.TYPE_FIRST_INT, to = TypedValue.TYPE_LAST_INT) int dataType, in generateFabricatedOverlayInternalEntry() 441 @IntRange(from = TypedValue.TYPE_FIRST_INT, to = TypedValue.TYPE_LAST_INT) int dataType, in setResourceValue()
|
/aosp12/system/bt/gd/hci/ |
H A D | class_of_device.cc | 96 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() 130 size_t ClassOfDevice::FromOctets(const uint8_t* from) { in FromOctets()
|
/aosp12/art/test/005-annotations/src/android/test/anno/ |
H A D | IntToString.java | 10 int from(); in from() method
|
/aosp12/bionic/libc/upstream-freebsd/lib/libc/string/ |
H A D | wcpcpy.c | 43 wcpcpy(wchar_t * __restrict to, const wchar_t * __restrict from) in wcpcpy()
|
/aosp12/art/compiler/optimizing/ |
H A D | superblock_cloner.h | 37 HEdge(HBasicBlock* from, HBasicBlock* to) : from_(from->GetBlockId()), to_(to->GetBlockId()) { in HEdge() 41 HEdge(uint32_t from, uint32_t to) : from_(from), to_(to) { in HEdge() 73 uint32_t from = edge.GetFrom(); in IsEdgeValid() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/photo/ |
H A D | ImageRotationCalculatorImpl.java | 58 public static ImageRotationCalculator from(OrientationManager orientationManager, in from() method in ImageRotationCalculatorImpl
|
/aosp12/system/core/libutils/ |
H A D | VectorImpl.cpp | 430 … const void* from = reinterpret_cast<const uint8_t *>(mStorage) + where*mItemSize; in _grow() local 443 const void* from = reinterpret_cast<const uint8_t *>(array) + where*mItemSize; in _grow() local 497 … const void* from = reinterpret_cast<const uint8_t *>(mStorage) + (where+amount)*mItemSize; in _shrink() local 512 const void* from = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _shrink() local 537 void VectorImpl::_do_copy(void* dest, const void* from, size_t num) const in _do_copy() argument 550 void VectorImpl::_do_move_forward(void* dest, const void* from, size_t num) const { in _do_move_forward() argument 554 void VectorImpl::_do_move_backward(void* dest, const void* from, size_t num) const { in _do_move_backward() argument
|
/aosp14/system/core/libutils/ |
H A D | VectorImpl.cpp | 428 … const void* from = reinterpret_cast<const uint8_t *>(mStorage) + where*mItemSize; in _grow() local 441 const void* from = reinterpret_cast<const uint8_t *>(array) + where*mItemSize; in _grow() local 495 … const void* from = reinterpret_cast<const uint8_t *>(mStorage) + (where+amount)*mItemSize; in _shrink() local 510 const void* from = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _shrink() local 535 void VectorImpl::_do_copy(void* dest, const void* from, size_t num) const in _do_copy() argument 548 void VectorImpl::_do_move_forward(void* dest, const void* from, size_t num) const { in _do_move_forward() argument 552 void VectorImpl::_do_move_backward(void* dest, const void* from, size_t num) const { in _do_move_backward() argument
|
/aosp12/hardware/interfaces/biometrics/fingerprint/aidl/default/include/ |
H A D | Callable.h | 50 std::unique_ptr<Callable> Callable::from(T func) { in from() function
|