Home
last modified time | relevance | path

Searched defs:right (Results 1 – 25 of 1045) sorted by relevance

12345678910>>...42

/aosp14/frameworks/base/core/java/com/android/internal/util/
H A DQuickSelect.java32 private static <T> int selectImpl(@NonNull List<T> list, int left, int right, int k, in selectImpl()
49 private static int selectImpl(@NonNull int[] array, int left, int right, int k) { in selectImpl()
65 private static int selectImpl(@NonNull long[] array, int left, int right, int k) { in selectImpl()
81 private static <T> int selectImpl(@NonNull T[] array, int left, int right, int k, in selectImpl()
113 private static int partition(@NonNull int[] array, int left, int right, int pivotIndex) { in partition()
127 private static int partition(@NonNull long[] array, int left, int right, int pivotIndex) { in partition()
141 private static <T> int partition(@NonNull T[] array, int left, int right, int pivotIndex, in partition()
156 private static <T> void swap(@NonNull List<T> list, int left, int right) { in swap()
162 private static void swap(@NonNull int[] array, int left, int right) { in swap()
168 private static void swap(@NonNull long[] array, int left, int right) { in swap()
[all …]
/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothCodecConfigTest.java77 int right = kTotalConfigs / left; in selectCodecType() local
85 int right = kTotalConfigs / left; in selectCodecPriority() local
93 int right = kTotalConfigs / left; in selectSampleRate() local
102 int right = kTotalConfigs / left; in selectBitsPerSample() local
111 int right = kTotalConfigs / left; in selectChannelMode() local
120 int right = kTotalConfigs / left; in selectCodecSpecific1() local
130 int right = kTotalConfigs / left; in selectCodecSpecific2() local
140 int right = kTotalConfigs / left; in selectCodecSpecific3() local
151 int right = kTotalConfigs / left; in selectCodecSpecific4() local
/aosp12/frameworks/libs/net/common/framework/com/android/net/module/util/
H A DLinkPropertiesUtils.java137 @Nullable LinkProperties left, @Nullable LinkProperties right) { in compareAddresses()
157 @NonNull LinkProperties right) { in isIdenticalAddresses()
172 @NonNull LinkProperties right) { in isIdenticalDnses()
195 @NonNull LinkProperties right) { in isIdenticalHttpProxy()
207 @NonNull LinkProperties right) { in isIdenticalInterfaceName()
219 @NonNull LinkProperties right) { in isIdenticalRoutes()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrameTest.java82 View right = mockViewAt(20, 0, 10, 10); in testNoActionOnLargeDevices() local
98 View right = mockViewAt(20, 0, 10, 10); in testInvisibleViews() local
118 View right = mockViewAt(20, 0, 10, 10); in testNearestView_DetachedViewsExcluded() local
135 View right = mockViewAt(20, 0, 10, 10); in testHorizontalSelection_Left() local
151 View right = mockViewAt(20, 0, 10, 10); in testHorizontalSelection_Right() local
229 View right = mockViewAt(15, 0, 5, 20); in testCachedRegionsSplit_horizontal() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrameTest.java82 View right = mockViewAt(20, 0, 10, 10); in testNoActionOnLargeDevices() local
98 View right = mockViewAt(20, 0, 10, 10); in testInvisibleViews() local
118 View right = mockViewAt(20, 0, 10, 10); in testNearestView_DetachedViewsExcluded() local
135 View right = mockViewAt(20, 0, 10, 10); in testHorizontalSelection_Left() local
151 View right = mockViewAt(20, 0, 10, 10); in testHorizontalSelection_Right() local
229 View right = mockViewAt(15, 0, 5, 20); in testCachedRegionsSplit_horizontal() local
/aosp12/art/test/550-checker-multiply-accumulate/src/
H A DMain.java79 public static int $opt$noinline$mulAdd(int acc, int left, int right) { in $opt$noinline$mulAdd()
120 public static long $opt$noinline$mulSub(long acc, long left, long right) { in $opt$noinline$mulSub()
171 public static int $opt$noinline$multipleUses1(int acc, int left, int right) { in $opt$noinline$multipleUses1()
228 public static long $opt$noinline$multipleUses2(long acc, long left, long right) { in $opt$noinline$multipleUses2()
366 public static int $opt$noinline$mulNeg(int left, int right) { in $opt$noinline$mulNeg()
412 public static long $opt$noinline$mulNeg(long left, long right) { in $opt$noinline$mulNeg()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGlobalSortKeyComparatorTest.java57 NotificationRecord right = new NotificationRecord(getContext(), in testComparator() local
95 NotificationRecord right = new NotificationRecord(getContext(), in testNoCrash_leftNull() local
126 NotificationRecord right = new NotificationRecord(getContext(), in testNoCrash_rightNull() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGlobalSortKeyComparatorTest.java57 NotificationRecord right = new NotificationRecord(getContext(), in testComparator() local
95 NotificationRecord right = new NotificationRecord(getContext(), in testNoCrash_leftNull() local
126 NotificationRecord right = new NotificationRecord(getContext(), in testNoCrash_rightNull() local
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRectF.java38 public float right; field in RectF
56 public RectF(float left, float top, float right, float bottom) { in RectF()
203 public void set(float left, float top, float right, float bottom) { in set()
308 public boolean contains(float left, float top, float right, float bottom) { in contains()
350 public boolean intersect(float left, float top, float right, float bottom) { in intersect()
423 public boolean intersects(float left, float top, float right, in intersects()
472 public void union(float left, float top, float right, float bottom) { in union()
H A DRect.java51 public int right; field in Rect
84 public Rect(int left, int top, int right, int bottom) { in Rect()
358 public void set(int left, int top, int right, int bottom) { in set()
455 public void inset(int left, int top, int right, int bottom) { in inset()
490 public boolean contains(int left, int top, int right, int bottom) { in contains()
532 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
610 public boolean intersects(int left, int top, int right, int bottom) { in intersects()
638 public void union(int left, int top, int right, int bottom) { in union()
H A DCanvas.java527 public int saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer()
549 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer()
624 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha()
635 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha()
958 public boolean clipRect(float left, float top, float right, float bottom, in clipRect()
977 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect()
992 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect()
1010 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect()
1025 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect()
1243 public boolean quickReject(float left, float top, float right, float bottom, in quickReject()
[all …]
H A DInsets.java37 public final int right; field in Insets
40 private Insets(int left, int top, int right, int bottom) { in Insets()
59 public static @NonNull Insets of(int left, int top, int right, int bottom) { in of()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRectF.java38 public float right; field in RectF
56 public RectF(float left, float top, float right, float bottom) { in RectF()
203 public void set(float left, float top, float right, float bottom) { in set()
308 public boolean contains(float left, float top, float right, float bottom) { in contains()
350 public boolean intersect(float left, float top, float right, float bottom) { in intersect()
423 public boolean intersects(float left, float top, float right, in intersects()
472 public void union(float left, float top, float right, float bottom) { in union()
H A DRect.java51 public int right; field in Rect
84 public Rect(int left, int top, int right, int bottom) { in Rect()
366 public void set(int left, int top, int right, int bottom) { in set()
463 public void inset(int left, int top, int right, int bottom) { in inset()
498 public boolean contains(int left, int top, int right, int bottom) { in contains()
540 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
618 public boolean intersects(int left, int top, int right, int bottom) { in intersects()
646 public void union(int left, int top, int right, int bottom) { in union()
H A DCanvas.java527 public int saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer()
549 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer()
624 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha()
635 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha()
958 public boolean clipRect(float left, float top, float right, float bottom, in clipRect()
977 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect()
992 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect()
1010 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect()
1025 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect()
1243 public boolean quickReject(float left, float top, float right, float bottom, in quickReject()
[all …]
H A DInsets.java37 public final int right; field in Insets
40 private Insets(int left, int top, int right, int bottom) { in Insets()
59 public static @NonNull Insets of(int left, int top, int right, int bottom) { in of()
/aosp12/art/compiler/optimizing/
H A Dinstruction_simplifier_x86_shared.cc32 HInstruction* right = instruction->GetRight(); in TryCombineAndNot() local
70 HInstruction* right = instruction->GetRight(); in TryGenerateResetLeastSetBit() local
101 HInstruction* right = instruction->GetRight(); in TryGenerateMaskUptoLeastSetBit() local
H A Dnodes_vector.h581 HInstruction* right, in HVecAdd()
671 HInstruction* right, in HVecSub()
719 HInstruction* right, in HVecMul()
742 HInstruction* right, in HVecDiv()
766 HInstruction* right, in HVecMin()
790 HInstruction* right, in HVecMax()
813 HInstruction* right, in HVecAnd()
858 HInstruction* right, in HVecOr()
880 HInstruction* right, in HVecXor()
902 HInstruction* right, in HVecShl()
[all …]
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowFrameTests.java73 private void assertRect(Rect rect, int left, int top, int right, int bottom) { in assertRect()
84 private void assertFrame(WindowState w, int left, int top, int right, int bottom) { in assertFrame()
85 assertRect(w.getFrame(), left, top, right, bottom); in assertFrame() local
88 private void assertRelFrame(WindowState w, int left, int top, int right, int bottom) { in assertRelFrame()
89 assertRect(w.getRelativeFrame(), left, top, right, bottom); in assertRelFrame() local
/aosp12/frameworks/minikin/include/minikin/
H A DRange.h72 inline static bool intersects(const Range& left, const Range& right) { in intersects()
76 inline static Range intersection(const Range& left, const Range& right) { in intersection()
82 static Range merge(const Range& left, const Range& right) { in merge()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
H A DSelectionRenderer.java24 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, in drawSelection()
32 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, in drawSelection()
/aosp12/packages/apps/Car/libs/car-ui-lib/oem-apis/src/main/java/com/android/car/ui/plugin/oemapis/
H A DFocusAreaOEMV1.java35 void setHighlightPadding(int left, int top, int right, int bottom); in setHighlightPadding()
44 void setBoundsOffset(int left, int top, int right, int bottom); in setBoundsOffset()
/aosp14/frameworks/base/core/jni/
H A Djni_common.cpp31 jfieldID right; member
38 int right = env->GetIntField(rectObj, gRectClassInfo.right); in rectFromObj() local
/aosp12/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DTargetSdkChecker.java93 Matcher<ExpressionTree> right) { in binaryTreeExact()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DSystemViewInfo.java30 int right, int bottom) { in SystemViewInfo()
35 int right, int bottom, Object viewObject, Object layoutParamsObject) { in SystemViewInfo()

12345678910>>...42