/aosp_15_r20/external/skia/src/core/ |
H A D | SkRecordDraw.cpp | 208 SkRect bounds[], SkBBoxHierarchy::Metadata meta[]) in FillBounds() 273 Bounds bounds; // Bounds of everything in the block. member 404 void popControl(const Bounds& bounds) { in popControl() 410 void updateSaveBounds(const Bounds& bounds) { in updateSaveBounds() 417 Bounds bounds(const DrawPaint&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 418 Bounds bounds(const DrawBehind&) const { return fCullRect; } in bounds() function in SkRecords::FillBounds 419 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds() function in SkRecords::FillBounds 421 Bounds bounds(const DrawRect& op) const { return this->adjustAndMap(op.rect, &op.paint); } in bounds() function in SkRecords::FillBounds 422 Bounds bounds(const DrawRegion& op) const { in bounds() function in SkRecords::FillBounds 426 Bounds bounds(const DrawOval& op) const { return this->adjustAndMap(op.oval, &op.paint); } in bounds() function in SkRecords::FillBounds [all …]
|
H A D | SkTextBlob.cpp | 155 SkTextBlob::SkTextBlob(const SkRect& bounds) in SkTextBlob() 281 SkRect bounds; in TightRunBounds() local 339 SkRect bounds; in ConservativeRunBounds() local 491 const SkRect* bounds) { in allocInternal() 541 const SkRect* bounds) { in allocRun() 548 const SkRect* bounds) { in allocRunPosH() 554 const SkRect* bounds) { in allocRunPos() 568 const SkRect* bounds) { in allocRunText() 582 const SkRect* bounds) { in allocRunTextPosH() 595 const SkRect *bounds) { in allocRunTextPos() [all …]
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/ |
H A D | PipSnapAlgorithmTest.java | 59 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_topEdge() local 70 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_rightEdge() local 81 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_bottomEdge() local 92 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_leftEdge() local 103 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_notStashed_isNotOffBounds() local 116 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_stashedLeft() local 130 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_stashedRight() local 143 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testApplySnapFraction_stashedRight_withInset() local 156 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testSnapRectToClosestEdge_rightEdge() local 168 final Rect bounds = new Rect(STACK_BOUNDS_CENTERED); in testSnapRectToClosestEdge_leftEdge() local [all …]
|
/aosp_15_r20/external/timezone-boundary-builder/ |
H A D | expectedZoneOverlaps.json | 4 "bounds": [27.8, 9.3, 29.1, 10.2], array 7 "bounds": [23.4, 8.6, 24.9, 9.9], array 13 "bounds": [-73.6, -49.8, -73, -49.2], array 19 "bounds": [-65.4, -10.9, -65.3, -10.7], array 25 "bounds": [-67.4, 44.2, -66.9, 44.8], array 31 "bounds": [34.8, 31.3, 35.6, 32.6], array 37 "bounds": [114.1, 10.9, 114.2, 11], array 43 "bounds": [114, 10.1, 114.3, 11], array 46 "bounds": [114.4, 9.8, 114.6, 10], array 49 "bounds": [115.4, 9.8, 115.6, 10], array [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/testdata/ |
H A D | utf8.toml | 92 bounds = [1, 3] qkey 102 bounds = [1, 3] qkey 115 bounds = [1, 3] qkey 125 bounds = [1, 3] qkey 196 bounds = [1, 3] qkey 207 bounds = [1, 3] qkey 223 bounds = [1, 3] qkey 240 bounds = [1, 3] qkey 254 bounds = [1, 4] qkey 264 bounds = [1, 4] qkey [all …]
|
/aosp_15_r20/external/javapoet/src/main/java/com/squareup/javapoet/ |
H A D | TypeVariableName.java | 36 public final List<TypeName> bounds; field in TypeVariableName 38 private TypeVariableName(String name, List<TypeName> bounds) { in TypeVariableName() 42 private TypeVariableName(String name, List<TypeName> bounds, List<AnnotationSpec> annotations) { in TypeVariableName() 60 public TypeVariableName withBounds(Type... bounds) { in withBounds() 64 public TypeVariableName withBounds(TypeName... bounds) { in withBounds() 68 public TypeVariableName withBounds(List<? extends TypeName> bounds) { in withBounds() 75 private static TypeVariableName of(String name, List<TypeName> bounds) { in of() 93 public static TypeVariableName get(String name, TypeName... bounds) { in get() 98 public static TypeVariableName get(String name, Type... bounds) { in get() 122 List<TypeName> bounds = new ArrayList<>(); in get() local [all …]
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
H A D | PictureInPictureParamsTest.java | 85 final Rect bounds = new Rect(0, 0, 100, 200); in testIsSameAspectRatio_exactMatch_returnTrue() local 93 final Rect bounds = new Rect(0, 0, 99, 200); in testIsSameAspectRatio_width1PixelShorter_returnTrue() local 101 final Rect bounds = new Rect(0, 0, 101, 200); in testIsSameAspectRatio_width1PixelLonger_returnTrue() local 109 final Rect bounds = new Rect(0, 0, 100, 199); in testIsSameAspectRatio_height1PixelShorter_returnTrue() local 117 final Rect bounds = new Rect(0, 0, 100, 201); in testIsSameAspectRatio_height1PixelLonger_returnTrue() local 125 final Rect bounds = new Rect(0, 0, 95, 200); in testIsSameAspectRatio_width5PixelShorter_returnFalse() local 133 final Rect bounds = new Rect(0, 0, 105, 200); in testIsSameAspectRatio_width5PixelLonger_returnFalse() local 141 final Rect bounds = new Rect(0, 0, 100, 195); in testIsSameAspectRatio_height5PixelShorter_returnFalse() local 149 final Rect bounds = new Rect(0, 0, 100, 205); in testIsSameAspectRatio_height5PixelLonger_returnFalse() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | TextLineTest.java | 366 float[] bounds = new float[12]; in testMeasureAllBounds_LTR() local 383 float[] bounds = new float[12]; in testMeasureAllBounds_LTR_StyledText() local 398 float[] bounds = new float[12]; in testMeasureAllBounds_RTL() local 416 float[] bounds = new float[12]; in testMeasureAllBounds_RTL_StyledText() local 431 float[] bounds = new float[12]; in testMeasureAllBounds_BiDi() local 446 float[] bounds = new float[14]; in testMeasureAllBounds_BiDi2() local 462 float[] bounds = new float[14]; in testMeasureAllBounds_BiDi3() local 481 float[] bounds = new float[12]; in testMeasureAllBounds_styled_BiDi() local 498 float[] bounds = new float[10]; in testMeasureAllBounds_Tab_LTR() local 515 float[] bounds = new float[10]; in testMeasureAllBounds_Tab_RTL() local [all …]
|
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
H A D | ASurfaceControlInputReceiverTest.java | 136 Rect bounds = new Rect(); in testLocalASurfaceControlReceivesInput() local 137 assertWindowAndGetBounds(mActivity.getDisplayId(), bounds); in testLocalASurfaceControlReceivesInput() local 188 Rect bounds = new Rect(); in testRemoteASurfaceControlReceivesInput() local 189 assertWindowAndGetBounds(mActivity.getDisplayId(), bounds); in testRemoteASurfaceControlReceivesInput() local 230 Rect bounds = new Rect(); in testTransferGestureFromHostToEmbedded() local 231 assertWindowAndGetBounds(mActivity.getDisplayId(), bounds); in testTransferGestureFromHostToEmbedded() local 270 Rect bounds = new Rect(); in testTransferGestureFromHostToEmbeddedRemote() local 271 assertWindowAndGetBounds(mActivity.getDisplayId(), bounds); in testTransferGestureFromHostToEmbeddedRemote() local 311 Rect bounds = new Rect(); in testTransferGestureFromEmbeddedToHost() local 312 assertWindowAndGetBounds(mActivity.getDisplayId(), bounds); in testTransferGestureFromEmbeddedToHost() local [all …]
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | BoundsManager.h | 57 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 62 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw() 82 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 97 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw() 169 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 191 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw() 225 skvx::int4 getGridCoords(const Rect& bounds) const { in getGridCoords() 262 CompressedPaintersOrder getMostRecentDraw(const Rect& bounds) const override { in getMostRecentDraw() 266 void recordDraw(const Rect& bounds, CompressedPaintersOrder order) override { in recordDraw()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarContentInsetsProviderTest.kt | 93 var bounds = in testGetBoundingRectForPrivacyChipForRotation_noCutout() variable 201 var bounds = in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_noCameraProtection() variable 314 var bounds = in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout_withCameraProtection() variable 457 var bounds = in Rect() variable 578 var bounds = in testCalculateInsetsForRotationWithRotatedResources_topRightCutout_withCameraProtection() variable 676 val bounds = in calculateInsetsForRotationWithRotatedResources_bottomAlignedMarginDisabled_noTopInset() constant 698 val bounds = in calculateInsetsForRotationWithRotatedResources_bottomAlignedMargin_topBasedOnMargin() constant 750 var bounds = in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout() variable 854 var bounds = in testCalculateInsetsForRotationWithRotatedResources_noCutout() variable 952 val bounds = in testMinLeftRight_accountsForDisplayCutout() constant
|
/aosp_15_r20/external/skia/src/text/ |
H A D | GlyphRun.cpp | 46 SkRect bounds, in GlyphRunList() 57 const SkRect& bounds, in GlyphRunList() 145 SkRect bounds = SkRect::MakeEmpty(); in glyphrun_source_bounds() local 154 SkRect bounds = SkRect::MakeEmpty(); in glyphrun_source_bounds() local 169 SkRect bounds; in glyphrun_source_bounds() local 178 SkRect bounds; in glyphrun_source_bounds() local 190 const SkRect bounds = in makeGlyphRunList() local 215 SkRect bounds = SkRect::MakeEmpty(); in textToGlyphRunList() local 372 const SkTextBlob* blob, const SkRect& bounds, SkPoint origin) { in setGlyphRunList()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
H A D | PathAnimations.java | 66 sTraversalPath.addArc(bounds, 45, 180); in sTraversalPath.addArc() argument 67 sTraversalPath.addArc(bounds, 225, 180); in sTraversalPath.addArc() argument 71 sTraversalPath.addArc(bounds, 45, 180); in sTraversalPath.addArc() argument 72 sTraversalPath.addArc(bounds, 225, 180); in sTraversalPath.addArc() argument 75 sTraversalPath.addArc(bounds, 135, -180); in sTraversalPath.addArc() argument 76 sTraversalPath.addArc(bounds, -45, -180); in sTraversalPath.addArc() argument 79 sTraversalPath.addArc(bounds, 135, -180); in sTraversalPath.addArc() argument 80 sTraversalPath.addArc(bounds, -45, -180); in sTraversalPath.addArc() argument
|
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
H A D | AccessibilityMagnificationTest.java | 256 final Rect bounds = region.getBounds(); in testSetScaleAndCenter() local 309 final Rect bounds = region.getBounds(); in testSetMagnificationConfig_expectedConfig() local 328 final Rect bounds = controller.getMagnificationRegion().getBounds(); in testSetConfigWithDefaultModeAndCenter_expectedConfig() local 370 final Rect bounds = controller.getMagnificationRegion().getBounds(); in testSetConfigWithActivatedFalse_expectedConfig() local 432 final Rect bounds = controller.getMagnificationRegion().getBounds(); in testSetFullScreenConfigWithDefaultValues_windowModeEnabled_expectedConfig() local 489 final Rect bounds = controller.getMagnificationRegion().getBounds(); in testResetCurrentMagnification_fullScreenEnabled_expectedConfig() local 522 final Rect bounds = region.getBounds(); in testSetMagnificationConfig_legacyApiExpectedResult() local 551 final Rect bounds = controller.getMagnificationRegion().getBounds(); in testSetWindowModeConfig_connectionReset_expectedResult() local 640 final Rect bounds = region.getBounds(); in testGetMagnificationConfig_setConfigByLegacyApi_expectedResult() local 661 final Rect bounds = region.getBounds(); in testGetMagnificationConfig_setConfigByLegacyApiAndReset_expectedResult() local [all …]
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsTightBoundsTest.cpp | 143 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 152 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 162 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 172 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 184 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 194 const SkRect& bounds = path.getBounds(); in DEF_TEST() local 204 const SkRect& bounds = path.getBounds(); in DEF_TEST() local
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | codeobject.c | 725 PyCodeAddressRange bounds; in _PyCode_CreateLineArray() local 775 PyCodeAddressRange bounds; in PyCode_Addr2Line() local 792 _PyCode_InitAddressRange(PyCodeObject* co, PyCodeAddressRange *bounds) in _PyCode_InitAddressRange() 804 _PyCode_CheckLineNumber(int lasti, PyCodeAddressRange *bounds) in _PyCode_CheckLineNumber() 826 #define ASSERT_VALID_BOUNDS(bounds) \ argument 833 next_code_delta(PyCodeAddressRange *bounds) in next_code_delta() 840 previous_code_delta(PyCodeAddressRange *bounds) in previous_code_delta() 855 read_byte(PyCodeAddressRange *bounds) in read_byte() 861 read_varint(PyCodeAddressRange *bounds) in read_varint() 875 read_signed_varint(PyCodeAddressRange *bounds) in read_signed_varint() [all …]
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ViewGroupFader.java | 97 void provideBounds(ViewGroup parent, View child, Rect bounds); in provideBounds() 108 void provideBounds(ViewGroup parent, Rect bounds); in provideBounds() 117 public void provideBounds(ViewGroup parent, Rect bounds) { in provideBounds() 133 public void provideBounds(ViewGroup parent, Rect bounds) { in provideBounds() 145 public void provideBounds(ViewGroup parent, View child, Rect bounds) { in provideBounds() 164 public void provideBounds(ViewGroup parent, View child, Rect bounds) { in provideBounds() 253 View view, Rect bounds, float topBoundPixels, float bottomBoundPixels) { in setViewPropertiesByPosition()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/desktopmode/ |
H A D | DesktopRepositoryTest.kt | 843 val bounds = Rect(0, 0, 200, 200) in saveBoundsBeforeMaximize_boundsSavedByTaskId() constant 853 val bounds = Rect(0, 0, 200, 200) in removeBoundsBeforeMaximize_returnsNullAfterBoundsRemoved() constant 865 val bounds = Rect(0, 0, 200, 200) in saveBoundsBeforeImmersive_boundsSavedByTaskId() constant 875 val bounds = Rect(0, 0, 200, 200) in removeBoundsBeforeImmersive_returnsNullAfterBoundsRemoved() constant 945 val bounds = Rect(0, 0, 200, 200) in saveBoundsBeforeMinimize_boundsSavedByTaskId() constant 955 val bounds = Rect(0, 0, 200, 200) in removeBoundsBeforeMinimize_returnsNullAfterBoundsRemoved() constant
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
H A D | TestTaskOrganizer.java | 92 final Rect bounds = context.createDisplayContext( in registerOrganizer() local 308 public void setRootPrimaryTaskBounds(Rect bounds) { in setRootPrimaryTaskBounds() 309 setTaskBounds(mRootPrimary.getToken(), bounds); in setRootPrimaryTaskBounds() local 312 void setRootSecondaryTaskBounds(Rect bounds) { in setRootSecondaryTaskBounds() 313 setTaskBounds(mRootSecondary.getToken(), bounds); in setRootSecondaryTaskBounds() local 324 private void setTaskBounds(WindowContainerToken container, Rect bounds) { in setTaskBounds() 461 Rect bounds = config.getBounds(); in addTask() local
|
/aosp_15_r20/frameworks/opt/setupwizard/library/gingerbread/test/instrumentation/src/com/android/setupwizardlib/util/ |
D | LinkAccessibilityHelperTest.java | 123 Rect bounds = new Rect(); in testOnPopulateNodeForVirtualView() local 142 Rect bounds = new Rect(); in testNullLayout() local 160 Rect bounds = new Rect(); in testRtlLayout() local 186 Rect bounds = new Rect(); in testMultilineLink() local 213 Rect bounds = new Rect(); in testRtlMultilineLink() local 246 Rect bounds = new Rect(); in testBidiMultilineLink() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/shared/animation/ |
H A D | WindowAnimatorTest.kt | 102 val bounds = Rect(/* left= */ 100, /* top= */ 200, /* right= */ 300, /* bottom= */ 400) in <lambda>() constant 129 val bounds = Rect(/* left= */ 100, /* top= */ 200, /* right= */ 300, /* bottom= */ 400) in <lambda>() constant 157 val bounds = Rect(/* left= */ 100, /* top= */ 200, /* right= */ 300, /* bottom= */ 400) in <lambda>() constant
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/ |
D | interval_bounds.hpp | 40 inline interval_bounds operator << (interval_bounds bounds, unsigned int shift) in operator <<() 44 inline interval_bounds operator >> (interval_bounds bounds, unsigned int shift) in operator >>() 71 inline bool is_left_closed(interval_bounds bounds) in is_left_closed() 74 inline bool is_right_closed(interval_bounds bounds) in is_right_closed() 77 inline std::string left_bracket(interval_bounds bounds) in left_bracket() 80 inline std::string right_bracket(interval_bounds bounds) in right_bracket()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/ |
H A D | SharedNotificationContainerViewModelTest.kt | 683 val bounds by collectLastValue(underTest.bounds) in <lambda>() constant 704 val bounds by collectLastValue(underTest.bounds) in <lambda>() constant 743 val bounds by collectLastValue(underTest.bounds) in <lambda>() constant 780 val bounds by collectLastValue(underTest.bounds) in <lambda>() constant 808 val bounds by collectLastValue(underTest.bounds) in <lambda>() constant 824 val bounds by collectLastValue(underTest.bounds) in <lambda>() constant 976 val bounds by collectLastValue(underTest.bounds) in <lambda>() constant
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/display/ |
H A D | WindowContextTests.java | 94 Rect bounds = windowContext.getSystemService(WindowManager.class).getCurrentWindowMetrics() in testWindowContextConfigChanges() local 96 assertBoundsEquals(displayMetricsSession.getDisplayMetrics(), bounds); in testWindowContextConfigChanges() local 104 assertBoundsEquals(displayMetricsSession.getDisplayMetrics(), bounds); in testWindowContextConfigChanges() local 108 Rect bounds) { in assertBoundsEquals() 159 Rect bounds = callbacks.mConfiguration.windowConfiguration.getBounds(); in testWindowContextRegisterComponentCallbacks() local 160 assertBoundsEquals(displayMetricsSession.getDisplayMetrics(), bounds); in testWindowContextRegisterComponentCallbacks() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
H A D | TypeVariableTest.java | 40 Type[] bounds = typeVariable.getBounds(); in testSimpleTypeVariableOnClass() local 58 Type[] bounds = typeVariable.getBounds(); in testSimpleTypeVariableOnMethod() local 76 Type[] bounds = typeVariable.getBounds(); in testSimpleTypeVariableOnConstructor() local 158 Type[] bounds = typeVariable.getBounds(); in testSingleBound() local 170 Type[] bounds = typeVariable.getBounds(); in testMultipleBound() local
|