/aosp12/frameworks/native/libs/gui/bufferqueue/2.0/ |
H A D | types.cpp | 34 bool b2h(status_t from, HStatus* to, in b2h() 75 bool h2b(HStatus from, status_t* to) { in h2b() 129 bool b2h(sp<BFence> const& from, HFenceWrapper* to) { in b2h() 148 bool h2b(native_handle_t const* from, sp<BFence>* to) { in h2b() 163 bool b2h(int from, HConnectionType* to) { in b2h() 180 bool h2b(HConnectionType from, int* to) { in h2b() 200 bool b2h(BRect const& from, HRect* to) { in b2h() 209 bool h2b(HRect const& from, BRect* to) { in h2b() 221 bool b2h(BRegion const& from, HRegion* to) { in b2h() 233 bool h2b(HRegion const& from, BRegion* to) { in h2b() [all …]
|
/aosp12/frameworks/av/media/codec2/vndk/ |
H A D | types.cpp | 42 bool b2h(status_t from, HStatus* to, in b2h() 82 bool h2b(HStatus from, status_t* to) { in h2b() 136 bool b2h(sp<BFence> const& from, HFenceWrapper* to) { in b2h() 155 bool h2b(native_handle_t const* from, sp<BFence>* to) { in h2b() 170 bool b2h(int from, HConnectionType* to) { in b2h() 187 bool h2b(HConnectionType from, int* to) { in h2b() 207 bool b2h(BRect const& from, HRect* to) { in b2h() 216 bool h2b(HRect const& from, BRect* to) { in h2b() 228 bool b2h(BRegion const& from, HRegion* to) { in b2h() 240 bool h2b(HRegion const& from, BRegion* to) { in h2b() [all …]
|
/aosp14/frameworks/base/core/java/android/database/ |
H A D | CursorWindow.java | 325 public boolean isNull(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isNull() 340 public boolean isBlob(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isBlob() 355 public boolean isLong(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isLong() 396 public @Cursor.FieldType int getType(@IntRange(from = 0) int row, in getType() 427 public byte[] getBlob(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getBlob() 536 public long getLong(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getLong() 605 public int getInt(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getInt() 634 @IntRange(from = 0) int row, @IntRange(from = 0) int column) { in putBlob() 652 @IntRange(from = 0) int row, @IntRange(from = 0) int column) { in putString() 670 @IntRange(from = 0) int row, @IntRange(from = 0) int column) { in putLong() [all …]
|
/aosp12/frameworks/base/core/java/android/os/connectivity/ |
H A D | WifiActivityEnergyInfo.java | 91 @IntRange(from = 0) long txDurationMillis, in WifiActivityEnergyInfo() 132 @IntRange(from = 0) long txDurationMillis, in WifiActivityEnergyInfo()
|
/aosp14/frameworks/base/core/java/android/os/connectivity/ |
H A D | WifiActivityEnergyInfo.java | 91 @IntRange(from = 0) long txDurationMillis, in WifiActivityEnergyInfo() 132 @IntRange(from = 0) long txDurationMillis, in WifiActivityEnergyInfo()
|
/aosp12/frameworks/base/core/java/android/database/ |
H A D | CursorWindow.java | 322 public boolean isNull(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isNull() 337 public boolean isBlob(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isBlob() 352 public boolean isLong(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in isLong() 393 public @Cursor.FieldType int getType(@IntRange(from = 0) int row, in getType() 424 public byte[] getBlob(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getBlob() 533 public long getLong(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getLong() 602 public int getInt(@IntRange(from = 0) int row, @IntRange(from = 0) int column) { in getInt() 631 @IntRange(from = 0) int row, @IntRange(from = 0) int column) { in putBlob() 649 @IntRange(from = 0) int row, @IntRange(from = 0) int column) { in putString() 667 @IntRange(from = 0) int row, @IntRange(from = 0) int column) { in putLong() [all …]
|
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | LingerMonitorTest.java | 118 NetworkAgentInfo from = wifiNai(100); in testNotificationOnLinger() local 129 NetworkAgentInfo from = wifiNai(100); in testToastOnLinger() local 140 NetworkAgentInfo from = wifiNai(100); in testNotificationClearedAfterDisconnect() local 154 NetworkAgentInfo from = wifiNai(100); in testNotificationClearedAfterSwitchingBack() local 168 NetworkAgentInfo from = wifiNai(100); in testUniqueToast() local 258 NetworkAgentInfo from = wifiNai(100); in testUniqueNotification() local 275 NetworkAgentInfo from = wifiNai(100); in testIgnoreNeverValidatedNetworks() local 287 NetworkAgentInfo from = wifiNai(100); in testIgnoreCurrentlyValidatedNetworks() local 299 NetworkAgentInfo from = wifiNai(100); in testNoNotificationType() local 310 NetworkAgentInfo from = wifiNai(100); in testNoTransitionToNotify() local [all …]
|
/aosp12/frameworks/base/graphics/java/android/graphics/text/ |
H A D | MeasuredText.java | 81 @IntRange(from = 0) int start, @IntRange(from = 0) int end) { in getWidth() 107 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getBounds() 141 @IntRange(from = 0) int start, in nGetWidth() 232 public @NonNull Builder appendStyleRun(@NonNull Paint paint, @IntRange(from = 0) int length, in appendStyleRun() 259 @IntRange(from = 0) int length, @Px @FloatRange(from = 0) float width) { in appendReplacementRun() 358 @IntRange(from = 0) int start, in nAddStyleRun() 372 @IntRange(from = 0) int start, in nAddReplacementRun() 374 @FloatRange(from = 0) float width); in nAddReplacementRun()
|
/aosp14/frameworks/base/core/java/android/text/ |
H A D | MeasuredParagraph.java | 189 public Directions getDirections(@IntRange(from = 0) int start, // inclusive in getDirections() 284 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getBounds() 294 public void getFontMetricsInt(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getFontMetricsInt() 323 @IntRange(from = 0) int start, in buildForBidi() 349 @IntRange(from = 0) int start, in buildForMeasurement() 405 @IntRange(from = 0) int start, in buildForStaticLayout() 464 @IntRange(from = 0) int start, // inclusive in resetAndAnalyzeBidi() 519 @IntRange(from = 0) int start, // inclusive, in copied buffer in applyReplacementRun() 540 private void applyStyleRun(@IntRange(from = 0) int start, // inclusive, in copied buffer in applyStyleRun() 585 @IntRange(from = 0) int start, // inclusive, in original text buffer in applyMetricsAffectingSpan()
|
H A D | TextShaper.java | 192 @IntRange(from = 0) int start, in accept() 213 @NonNull CharSequence text, @IntRange(from = 0) int start, in shapeText()
|
/aosp12/frameworks/base/core/java/android/text/ |
H A D | MeasuredParagraph.java | 188 public Directions getDirections(@IntRange(from = 0) int start, // inclusive in getDirections() 283 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getBounds() 312 @IntRange(from = 0) int start, in buildForBidi() 338 @IntRange(from = 0) int start, in buildForMeasurement() 390 @IntRange(from = 0) int start, in buildForStaticLayout() 446 @IntRange(from = 0) int start, // inclusive in resetAndAnalyzeBidi() 501 @IntRange(from = 0) int start, // inclusive, in copied buffer in applyReplacementRun() 521 private void applyStyleRun(@IntRange(from = 0) int start, // inclusive, in copied buffer in applyStyleRun() 563 @IntRange(from = 0) int start, // inclusive, in original text buffer in applyMetricsAffectingSpan()
|
H A D | TextShaper.java | 192 @IntRange(from = 0) int start, in accept() 213 @NonNull CharSequence text, @IntRange(from = 0) int start, in shapeText()
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | SpanUtils.java | 49 @IntRange(from = 0) int min, @IntRange(from = 0) int max) { in toggleBold() 135 @IntRange(from = 0) int min, @IntRange(from = 0) int max) { in toggleItalic() 221 @IntRange(from = 0) int min, @IntRange(from = 0) int max) { in toggleUnderline() 272 private static long pack(int from, int to) { in pack() 293 @IntRange(from = 0) int min, @IntRange(from = 0) int max) { in isCovered()
|
H A D | ReplacementSpan.java | 45 @IntRange(from = 0) int start, @IntRange(from = 0) int end, in getSize() 62 @IntRange(from = 0) int start, @IntRange(from = 0) int end, float x, in draw()
|
/aosp14/frameworks/base/graphics/java/android/graphics/text/ |
H A D | MeasuredText.java | 93 @IntRange(from = 0) int start, @IntRange(from = 0) int end) { in getWidth() 119 public void getBounds(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getBounds() 138 public void getFontMetricsInt(@IntRange(from = 0) int start, @IntRange(from = 0) int end, in getFontMetricsInt() 177 @IntRange(from = 0) int start, in nGetWidth() 274 public @NonNull Builder appendStyleRun(@NonNull Paint paint, @IntRange(from = 0) int length, in appendStyleRun() 293 @Nullable LineBreakConfig lineBreakConfig, @IntRange(from = 0) int length, in appendStyleRun() 329 @IntRange(from = 0) int length, @Px @FloatRange(from = 0) float width) { in appendReplacementRun() 498 @IntRange(from = 0) int start, in nAddStyleRun() 512 @IntRange(from = 0) int start, in nAddReplacementRun() 514 @FloatRange(from = 0) float width); in nAddReplacementRun()
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | Geocoder.java | 128 @FloatRange(from = -90D, to = 90D) double latitude, in getFromLocation() 155 @FloatRange(from = -90D, to = 90D) double latitude, in getFromLocation() 270 @FloatRange(from = -90D, to = 90D) double lowerLeftLatitude, in getFromLocationName() 309 @FloatRange(from = -90D, to = 90D) double lowerLeftLatitude, in getFromLocationName()
|
/aosp12/frameworks/base/graphics/java/android/graphics/fonts/ |
H A D | FontFileUtil.java | 72 @IntRange(from = 0) int ttcIndex, @Nullable FontVariationAxis[] varSettings) { in analyzeStyle() 150 public static long getRevision(@NonNull ByteBuffer buffer, @IntRange(from = 0) int index) { in getRevision() 165 @IntRange(from = 0) int index) { in getPostScriptName() 182 @IntRange(from = 0) int index) { in isPostScriptType1Font() 205 @IntRange(from = 0) int index); in nGetFontRevision() 209 @IntRange(from = 0) int index); in nGetFontPostScriptName() 213 @IntRange(from = 0) int index); in nIsPostScriptType1Font()
|
/aosp14/frameworks/base/graphics/java/android/graphics/fonts/ |
H A D | FontFileUtil.java | 72 @IntRange(from = 0) int ttcIndex, @Nullable FontVariationAxis[] varSettings) { in analyzeStyle() 150 public static long getRevision(@NonNull ByteBuffer buffer, @IntRange(from = 0) int index) { in getRevision() 165 @IntRange(from = 0) int index) { in getPostScriptName() 182 @IntRange(from = 0) int index) { in isPostScriptType1Font() 205 @IntRange(from = 0) int index); in nGetFontRevision() 209 @IntRange(from = 0) int index); in nGetFontPostScriptName() 213 @IntRange(from = 0) int index); in nIsPostScriptType1Font()
|
/aosp12/art/runtime/ |
H A D | method_handles_test.cc | 63 Handle<mirror::Class> from, in TryConversion() 84 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('B')); in TEST_F() local 96 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('C')); in TEST_F() local 109 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('I')); in TEST_F() local 121 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('B')); in TEST_F() local 135 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('S')); in TEST_F() local 149 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('D')); in TEST_F() local 163 Handle<mirror::Class> from = hs.NewHandle(cl->FindPrimitiveClass('Z')); in TEST_F() local 184 Handle<mirror::Class> from = hs.NewHandle(boxed_value->GetClass()); in TEST_F() local 200 Handle<mirror::Class> from = hs.NewHandle(boxed_value->GetClass()); in TEST_F() local [all …]
|
/aosp12/frameworks/base/core/java/android/text/style/ |
H A D | ReplacementSpan.java | 45 @IntRange(from = 0) int start, @IntRange(from = 0) int end, in getSize() 62 @IntRange(from = 0) int start, @IntRange(from = 0) int end, float x, in draw()
|
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ |
H A D | ComponentFetcher.java | 31 public static <T> T from(@NonNull Context context, Class<T> componentClass) { in from() method in ComponentFetcher 36 public static <T> T from(@NonNull Application application, Class<T> componentClass) { in from() method in ComponentFetcher 51 private static <T> T from(@NonNull Object object) { in from() method in ComponentFetcher
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/spam/stub/ |
H A D | SpamStub.java | 91 ReportingLocation.Type from, in reportSpamFromAfterCallNotification() 99 ReportingLocation.Type from, in reportSpamFromCallHistory() 107 ReportingLocation.Type from, in reportNotSpamFromAfterCallNotification() 115 ReportingLocation.Type from, in reportNotSpamFromCallHistory()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/ |
H A D | ImsSmsImplBase.java | 160 public void sendSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in sendSms() 183 public void acknowledgeSms(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSms() 201 public void acknowledgeSmsReport(int token, @IntRange(from = 0, to = 65535) int messageRef, in acknowledgeSmsReport() 256 @IntRange(from = 0, to = 65535) int messageRef) throws RuntimeException { in onSendSmsResultSuccess() 289 public final void onSendSmsResult(int token, @IntRange(from = 0, to = 65535) int messageRef, in onSendSmsResult() 323 @IntRange(from = 0, to = 65535) int messageRef, @SendStatusResult int status, in onSendSmsResultError() 358 @IntRange(from = 0, to = 65535) int messageRef, @SmsMessage.Format String format, in onSmsStatusReportReceived()
|
/aosp12/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 216 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() 371 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() 402 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() 448 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() 548 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() 574 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() 617 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB() 639 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL() 662 @FloatRange(from = 0.0, to = 1.0) double ratio, @NonNull double[] outResult) { in blendLAB()
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/ |
H A D | ColorUtils.java | 219 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() 374 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() 405 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() 451 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() 551 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() 577 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() 620 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB() 642 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL() 665 @FloatRange(from = 0.0, to = 1.0) double ratio, @NonNull double[] outResult) { in blendLAB()
|