Home
last modified time | relevance | path

Searched defs:left (Results 1 – 25 of 887) sorted by relevance

12345678910>>...36

/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 …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.h44 …Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDi… in Edge()
46 … Edge(const Dimension& left, const Dimension& top, const Dimension& right, const Dimension& bottom, in Edge()
50 …Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDi… in Edge()
78 virtual void SetLeft(const AnimatableDimension& left) in SetLeft()
83 virtual void SetLeft(const CalcDimension& left) in SetLeft()
89 virtual void SetLeft(const Dimension& left) in SetLeft()
203 EdgePx(double left, double top, double right, double bottom) : Edge(left, top, right, bottom) {} in EdgePx()
204 …EdgePx(const std::string& left, const std::string& top, const std::string& right, const std::strin… in EdgePx()
228 void SetLeft(const AnimatableDimension& left) override in SetLeft()
236 void SetLeft(const Dimension& left) override in SetLeft()
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_cursor_info_capi.cpp20 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height) in OH_CursorInfo_Create()
33 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height) in OH_CursorInfo_SetRect()
47 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height) in OH_CursorInfo_GetRect()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrameTest.java81 View left = mockViewAt(0, 0, 10, 10); in testNoActionOnLargeDevices() local
97 View left = mockViewAt(0, 0, 10, 10); in testInvisibleViews() local
116 View left = mockViewAt(0, 0, 10, 10); in testNearestView_DetachedViewsExcluded() local
134 View left = mockViewAt(0, 0, 10, 10); in testHorizontalSelection_Left() local
150 View left = mockViewAt(0, 0, 10, 10); in testHorizontalSelection_Right() local
228 View left = mockViewAt(0, 0, 5, 20); in testCachedRegionsSplit_horizontal() local
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DGlobalSortKeyComparatorTest.java50 NotificationRecord left = new NotificationRecord(getContext(), in testComparator() local
89 NotificationRecord left = new NotificationRecord(getContext(), in testNoCrash_leftNull() local
119 NotificationRecord left = new NotificationRecord(getContext(), in testNoCrash_rightNull() local
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DReprocessFormatsMap.java77 int left = entry.length; in ReprocessFormatsMap() local
132 int left = mEntry.length; in getInputs() local
180 int left = mEntry.length; in getOutputs() local
/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/include/
H A Dutils.h156 inline bool IsLessOrEqual(const T& left, const T& right) in IsLessOrEqual()
162 inline bool IsGreatOrEqual(const T& left, const T& right) in IsGreatOrEqual()
168 inline bool IsLessNotEqual(const T& left, const T& right) in IsLessNotEqual()
174 inline bool IsGreatNotEqual(const T& left, const T& right) in IsGreatNotEqual()
180 inline bool IsEqual(const T& left, const T& right) in IsEqual()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_extension_module_loader_test/
H A Dability_extension_module_loader_test.cpp118 int32_t left = 0, top = 0, width = 0, height = 0; variable
133 int32_t left = 0, top = 0, width = 0, height = 0; variable
148 int32_t left = 0, top = 0, width = 0, height = 0; variable
163 int32_t left = 0, top = 0, width = 0, height = 0; variable
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dutil.h129 inline bool MMI_LNE(float left, float right) //less not equal in MMI_LNE()
135 inline bool MMI_GNE(float left, float right) //great not equal in MMI_GNE()
141 inline bool MMI_GE(float left, float right) //great or equal in MMI_GE()
147 inline bool MMI_LE(float left, float right) //less or equal in MMI_LE()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRectF.java36 public float left; 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.java49 public int left; 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 DInsets.java35 public final int left; 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()
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 …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutils.h133 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual()
156 constexpr bool NearEqual(const T& left, const T& right) in NearEqual()
166 inline bool NearEqual(const double left, const double right) in NearEqual()
172 inline bool NearZero(const double left) in NearZero()
178 inline bool LessOrEqual(double left, double right) in LessOrEqual()
189 inline bool LessNotEqual(double left, double right) in LessNotEqual()
200 inline bool GreatOrEqual(double left, double right) in GreatOrEqual()
211 inline bool GreatNotEqual(double left, double right) in GreatNotEqual()
/aosp14/frameworks/base/core/jni/
H A Djni_common.cpp30 jfieldID left; member
36 int left = env->GetIntField(rectObj, gRectClassInfo.left); in rectFromObj() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dborder_property.cpp85 auto left = leftDimen.value_or(Dimension(0.0, DimensionUnit::VP)).ToString(); in ToJsonValue() local
109 auto left = leftDimen.value_or(Dimension(0.0, DimensionUnit::VP)).ToString(); in ToDashJsonValue() local
153 auto left = leftColor.value_or(Color()).ColorToString(); in ToJsonValue() local
186 auto left = radiusTopLeft.value_or(Dimension(0.0, DimensionUnit::VP)).ToString(); in ToJsonValue() local
/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DTargetSdkChecker.java94 static Matcher<BinaryTree> binaryTreeExact(Matcher<ExpressionTree> left, in binaryTreeExact()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkrect_fuzzer/
H A Drect_fuzzer.cpp39 float left = GetObject<float>(); in RectFuzzTest000() local
80 float left = GetObject<float>(); in RectFuzzTest001() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_base/
H A Dcontext_test.cpp26 int left = in CalculateLeft() local
88 …int left = (context->rBegin <= context->rEnd) ? (context->rCapacity - 1 - context->rEnd + context-… in ExpandReadCache() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/iter/
H A Dcore.rs96 let left = spawn_task( in recur() localVariable
112 let left = left.await??; in recur() localVariable
173 let left = spawn_task_ffrt(task_builder, left, consumer, min_split_len, split_time); in recur_ffrt() localVariable
175 let left = left.await??; in recur_ffrt() localVariable
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor_utils.h23 bool IsEqual(const T &left, const T &right) in IsEqual()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/ipc_framework/cRPC/unittest/
H A Dcontext_test.cpp26 int left = in CalculateLeft() local
88 …int left = (context->rBegin <= context->rEnd) ? (context->rCapacity - 1 - context->rEnd + context-… in ExpandReadCache() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/
H A Dflex_layout.cpp101 int16_t left; in CalValidLength() local
129 int16_t left; in CalRowCount() local
153 int16_t left; in GetRowMaxHeight() local
189 int16_t left; in GetRowsWidth() local
287 int16_t left = child->GetStyle(STYLE_MARGIN_LEFT); in LayoutHorizontal() local
343 int16_t left; in GetColumnMaxWidth() local
418 int16_t left = child->GetStyle(STYLE_MARGIN_LEFT); in GetCrossAxisPosX() local
/aosp14/frameworks/base/core/proto/android/graphics/
H A Drect.proto27 optional int32 left = 1; field
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DGlobalSortKeyComparator.java29 public int compare(NotificationRecord left, NotificationRecord right) { in compare()

12345678910>>...36