/aosp12/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
H A D | BluetoothCodecConfigTest.java | 76 int left = kCodecTypeArray.length; in selectCodecType() local 84 int left = kCodecTypeArray.length * kCodecPriorityArray.length; in selectCodecPriority() local 92 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length; in selectSampleRate() local 100 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectBitsPerSample() local 109 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectChannelMode() local 118 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectCodecSpecific1() local 127 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectCodecSpecific2() local 137 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectCodecSpecific3() local 147 int left = kCodecTypeArray.length * kCodecPriorityArray.length * kSampleRateArray.length * in selectCodecSpecific4() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | edge.h | 44 …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 …]
|
/aosp12/frameworks/libs/net/common/framework/com/android/net/module/util/ |
H A D | LinkPropertiesUtils.java | 136 public static @NonNull CompareResult<LinkAddress> compareAddresses( in compareAddresses() 156 public static boolean isIdenticalAddresses(@NonNull LinkProperties left, in isIdenticalAddresses() 171 public static boolean isIdenticalDnses(@NonNull LinkProperties left, in isIdenticalDnses() 194 public static boolean isIdenticalHttpProxy(@NonNull LinkProperties left, in isIdenticalHttpProxy() 206 public static boolean isIdenticalInterfaceName(@NonNull LinkProperties left, in isIdenticalInterfaceName() 218 public static boolean isIdenticalRoutes(@NonNull LinkProperties left, in isIdenticalRoutes()
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | inputmethod_cursor_info_capi.cpp | 20 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()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/ |
H A D | NearestTouchFrameTest.java | 81 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
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | GlobalSortKeyComparatorTest.java | 50 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
|
/ohos5.0/base/sensors/sensor/vibration_convert/core/utils/include/ |
H A D | utils.h | 156 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()
|
/aosp12/art/test/550-checker-multiply-accumulate/src/ |
H A D | Main.java | 79 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/core/java/android/hardware/camera2/params/ |
H A D | ReprocessFormatsMap.java | 77 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/foundation/ability/ability_runtime/test/unittest/ability_extension_module_loader_test/ |
H A D | ability_extension_module_loader_test.cpp | 118 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 D | util.h | 129 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()
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | RectF.java | 36 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 D | Rect.java | 49 public int left; 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 D | Insets.java | 35 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 D | Canvas.java | 527 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 D | utils.h | 133 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()
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_simplifier_x86_shared.cc | 31 HInstruction* left = instruction->GetLeft(); in TryCombineAndNot() local 69 HInstruction* left = instruction->GetLeft(); in TryGenerateResetLeastSetBit() local 100 HInstruction* left = instruction->GetLeft(); in TryGenerateMaskUptoLeastSetBit() local
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowFrameTests.java | 73 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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | border_property.cpp | 85 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
|
/aosp12/frameworks/minikin/include/minikin/ |
H A D | Range.h | 72 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 D | SelectionRenderer.java | 24 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 D | FocusAreaOEMV1.java | 35 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()
|
/aosp12/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
H A D | TargetSdkChecker.java | 92 static Matcher<BinaryTree> binaryTreeExact(Matcher<ExpressionTree> left, in binaryTreeExact()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | SystemViewInfo.java | 29 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo() 34 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/ |
H A D | FocusAreaAdapterV1.java | 34 public void setHighlightPadding(int left, int top, int right, int bottom) { in setHighlightPadding() 39 public void setBoundsOffset(int left, int top, int right, int bottom) { in setBoundsOffset()
|