/aosp_15_r20/external/guice/core/test/com/google/inject/ |
H A D | ParentInjectorTest.java | 108 Injector top = Guice.createInjector(bindsA); in testGetParent() local 219 Injector top = Guice.createInjector(bindsA); in testSeveralLayersOfHierarchy() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowTextView.java | 127 protected void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) { in setCompoundDrawablesWithIntrinsicBounds() 174 void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom); in setCompoundDrawablesWithIntrinsicBounds()
|
/aosp_15_r20/external/pdfium/core/fxge/win32/ |
H A D | cgdi_display_driver.cpp | 37 int top) { in GetDIBits() 80 int top, in SetDIBits()
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | ScrollableLayoutManager.java | 66 public void layoutDecorated(@NonNull View child, int left, int top, int right, int bottom) { in layoutDecorated() 72 public void layoutDecoratedWithMargins(@NonNull View child, int left, int top, int right, in layoutDecoratedWithMargins()
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Renderer/ |
H A D | BaseRenderer.java | 133 float top = 1.0f; in onSurfaceChanged() local 203 protected float[] getCameraCoordinates(float left, float right, float bottom, float top) { in getCameraCoordinates()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/cff/ |
H A D | hint.rs | 151 let top = blue.1.floor(); in build_zones() localVariable 177 let top = blue.1.floor(); in build_zones() localVariable 779 let mut top = Hint::default(); in build() localVariable 798 let mut top = Hint::default(); in build() localVariable 836 let mut top = Hint::default(); in build() localVariable
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/ |
H A D | SingleShadeMeasurePolicy.kt | 164 val top = cutoutInsets.getTop(this) in MeasureScope() constant
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | exponentiation.c | 836 static void copy_to_prebuf(const BIGNUM *b, int top, BN_ULONG *table, int idx, in copy_to_prebuf() 843 static int copy_from_prebuf(BIGNUM *b, int top, const BN_ULONG *table, int idx, in copy_from_prebuf() 950 int top = mont->N.width; in BN_mod_exp_mont_consttime() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
H A D | exponentiation.c | 839 static void copy_to_prebuf(const BIGNUM *b, int top, BN_ULONG *table, int idx, in copy_to_prebuf() 846 static int copy_from_prebuf(BIGNUM *b, int top, const BN_ULONG *table, int idx, in copy_from_prebuf() 932 int top = mont->N.width; in BN_mod_exp_mont_consttime() local
|
/aosp_15_r20/external/libaom/aom_scale/generic/ |
H A D | yv12extend.c | 124 const int top = ext_size >> (is_uv ? ss_y : 0); in aom_extend_frame_borders_plane_row_c() local 197 const int top = ext_size >> (is_uv ? ss_y : 0); in extend_frame() local 211 const int top = ext_size >> (is_uv ? ss_y : 0); in extend_frame() local
|
/aosp_15_r20/system/core/fs_mgr/ |
H A D | fs_mgr_overlayfs_control.cpp | 126 auto top = dir + "/" + kOverlayTopDir; in fs_mgr_overlayfs_setup_dir() local 315 const auto top = overlay + "/" + kOverlayTopDir; in fs_mgr_overlayfs_teardown_one() local 636 const auto top = kScratchMountPoint + "/"s + kOverlayTopDir; in fs_mgr_overlayfs_setup_scratch() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/ |
D | exponentiation.c | 836 static void copy_to_prebuf(const BIGNUM *b, int top, BN_ULONG *table, int idx, in copy_to_prebuf() 843 static int copy_from_prebuf(BIGNUM *b, int top, const BN_ULONG *table, int idx, in copy_from_prebuf() 950 int top = mont->N.width; in BN_mod_exp_mont_consttime() local
|
/aosp_15_r20/external/libultrahdr/lib/src/ |
H A D | editorhelper.cpp | 74 void crop_buffer(T* src_buffer, T* dst_buffer, int src_stride, int dst_stride, int left, int top, in crop_buffer() 201 uhdr_crop_effect::uhdr_crop_effect(int left, int right, int top, int bottom) in uhdr_crop_effect() 358 uhdr_raw_image_t* src, int left, int top, int wd, in apply_crop()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/scroll/ |
H A D | CropView.java | 332 public void setExtraPadding(int top, int bottom) { in setExtraPadding() 421 private void drawShade(Canvas canvas, float left, float top, float right, float bottom) { in drawShade() 427 private void drawContainerBackground(Canvas canvas, float left, float top, float right, in drawContainerBackground()
|
/aosp_15_r20/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 3041 int top = getCompoundPaddingTop(); in getExtendedPaddingTop() local 3078 int top = getCompoundPaddingTop(); in getExtendedPaddingBottom() local 3161 public void setCompoundDrawables(@Nullable Drawable left, @Nullable Drawable top, in setCompoundDrawables() 3302 @DrawableRes int top, @DrawableRes int right, @DrawableRes int bottom) { in setCompoundDrawablesWithIntrinsicBounds() 3326 @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawablesWithIntrinsicBounds() 3358 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() 3506 @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 3530 @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 3775 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 3795 public void setPaddingRelative(int start, int top, int end, int bottom) { in setPaddingRelative() [all …]
|
/aosp_15_r20/external/libgav1/src/tile/bitstream/ |
H A D | palette.cc | 47 const uint16_t* top = in GetPaletteCache() local 192 const uint8_t top = in PopulatePaletteColorContexts() local
|
/aosp_15_r20/packages/services/Car/cpp/evs/apps/default/src/ |
D | RenderTopView.cpp | 179 const float top = mConfig.getDisplayTopLocation(); in drawFrame() local 291 const float top = mConfig.getDisplayTopLocation(); in renderCameraOntoGroundPlane() local
|
/aosp_15_r20/external/libgav1/src/dsp/ |
H A D | intrapred_directional.cc | 40 const auto* const top = static_cast<const Pixel*>(top_row); in DirectionalIntraPredictorZone1_C() local 112 const auto* const top = static_cast<const Pixel*>(top_row); in DirectionalIntraPredictorZone2_C() local
|
/aosp_15_r20/hardware/google/camera/common/hal/utils/ |
D | zoom_ratio_mapper.cc | 246 int32_t top = entry.data.i32[1]; in UpdateRects() local 294 int32_t top = regions[i].top; in UpdateWeightedRects() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkEdge.h | 25 #define SkEdge_Compute_DY(top, y0) (SkLeftShift(top, 6) + 32 - (y0)) argument 121 int top = SkFDot6Round(y0); in setLine() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderOutput.cpp | 557 const unsigned int top = height - 1; in verifyResult() local 624 const unsigned int top = height - 1; in verifyResult() local
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | StateManager.java | 61 ActivityState top = getTopState(); in startState() local 207 ActivityState top = !mStack.isEmpty() ? mStack.peek().activityState : null; in finishState() local
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | ViewGroupTest.java | 1466 final int top = 2; in testOnLayout() local 1707 public MockViewGroup top = new MockViewGroup(mContext); field in ViewGroupTest.TestClusterHier 2151 public boolean quickReject(float left, float top, float right, in quickReject() 2158 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 2234 final int top = 2; in testSetPadding() local 2273 final int top = 2; in testSetPaddingRelative() local 3287 public int top; field in ViewGroupTest.MockViewGroup
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | TextLine.java | 432 void draw(Canvas c, float x, int top, int y, int bottom) { in draw() 1322 Canvas c, TextShaper.GlyphsConsumer consumer, float x, int top, int y, int bottom, in handleText() 1475 float x, int top, int y, int bottom, FontMetricsInt fmi, in handleReplacement() 1592 TextShaper.GlyphsConsumer consumer, float x, int top, int y, in handleRun()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_text_embeddertest.cpp | 96 double top = 4.0; in TEST_F() local 623 double top = 0.0; in TEST_F() local 1635 double top; in TEST_F() local 1685 double top; in TEST_F() local
|