Home
last modified time | relevance | path

Searched defs:top (Results 276 – 300 of 4185) sorted by relevance

1...<<11121314151617181920>>...168

/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/
H A Drandom.c124 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_rand()
185 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_pseudo_rand()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Drandom.c123 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_rand()
181 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) { in BN_pseudo_rand()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawBaseClass.hpp81 double top; member
93 double top; member
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicCompositeStream.cpp575 int32_t left, top, right, bottom; in onHeicGainmapFormatChanged() local
635 int32_t left, top, right, bottom; in onHeicFormatChanged() local
1472 size_t top = mGridHeight * tileY; in processCodecInputFrame() local
1517 size_t top = mGainmapGridHeight * tileY; in processCodecGainmapInputFrame() local
2146 size_t top, size_t left, size_t width, size_t height) { in copyOneYuvTile()
/aosp_15_r20/external/webp/src/enc/
H A Dquant_enc.c471 const uint8_t* const top = it->y_ ? it->y_top_ : NULL; in VP8MakeLuma16Preds() local
477 const uint8_t* const top = it->y_ ? it->uv_top_ : NULL; in VP8MakeChroma8Preds() local
888 const int8_t* const top = it->top_derr_[it->x_][ch]; in CorrectDCValues() local
913 int8_t* const top = it->top_derr_[it->x_][ch]; in StoreDiffusionErrors() local
1068 const int top = (y == 0) ? it->preds_[-preds_w + x] : modes[it->i4_ - 4]; in GetCostModeI4() local
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dintrapred_filter_neon.cc94 const auto* const top = static_cast<const uint8_t*>(top_row); in FilterIntraPredictor_NEON() local
213 const auto* const top = static_cast<const uint16_t*>(top_row); in FilterIntraPredictor_NEON() local
H A Dintrapred_directional_neon.cc77 const uint8_t* LIBGAV1_RESTRICT const top, in DirectionalZone1_WxH()
150 const uint8_t* LIBGAV1_RESTRICT const top, in DirectionalZone1_WxH()
213 const auto* const top = static_cast<const uint8_t*>(top_row); in DirectionalIntraPredictorZone1_NEON() local
965 const uint16_t* LIBGAV1_RESTRICT const top, in DirectionalZone1_4xH()
1018 const uint16_t* LIBGAV1_RESTRICT const top, in DirectionalZone1_WxH()
1081 const uint16_t* LIBGAV1_RESTRICT const top, in DirectionalZone1_Large()
1171 const auto* const top = static_cast<const uint16_t*>(top_row); in DirectionalIntraPredictorZone1_NEON() local
2152 const uint16_t* LIBGAV1_RESTRICT const top, in DirectionalAngle135()
/aosp_15_r20/external/python/cpython2/Tools/webchecker/
Dwsgui.py92 def __init__(self, top): argument
198 def __init__(self, top=None): argument
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_capturer_differ_wrapper.cc56 const int top, in CompareRow()
131 int top = rect.top(); in CompareFrames() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingImageMessage.java170 int top = (int) ((getActualHeight() - height) / 2.0f); in onDraw() local
179 int top = 0; in getRoundedRectPath() local
/aosp_15_r20/external/libhevc/common/arm/
H A Dihevc_intra_ref_substitution_a9q.c113 WORD32 bot_left, left, top, tp_right, tp_left; in ihevc_intra_pred_chroma_ref_substitution_a9q() local
410 WORD32 bot_left, left, top, tp_right, tp_left; in ihevc_intra_pred_luma_ref_substitution_a9q() local
/aosp_15_r20/frameworks/base/opengl/java/android/opengl/
H A DGLU.java93 float bottom, float top) { in gluOrtho2D()
113 float top = zNear * (float) Math.tan(fovy * (Math.PI / 360.0)); in gluPerspective() local
/aosp_15_r20/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java120 public void layout(int left, int top, int right, int bottom) { in layout()
254 private List<Rect> getViewLayouts(int left, int top, int right, int bottom) { in getViewLayouts()
278 int top, in getViewLayouts()
/aosp_15_r20/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java331 protected boolean top(TextView widget, Spannable buffer) { in top() method in BaseMovementMethod
539 final int top = widget.getScrollY(); in scrollUp() local
596 final int top = widget.getScrollY() - getInnerHeight(widget); in scrollPageUp() local
/aosp_15_r20/external/cronet/third_party/re2/src/re2/
H A Dbitstate.cc120 Job* top = &job_[njob_-1]; in Push() local
129 Job* top = &job_[njob_++]; in Push() local
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DInternalSelectionView.java185 final int top = getPaddingTop() + row * rowHeight; in getRectForRow() local
187 top, in getRectForRow() local
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_scandir.py222 def walk(filesystem, top, topdown=True, onerror=None, followlinks=False): argument
305 def walk(self, top, topdown=True, onerror=None, followlinks=False): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/re2/re2/
Dbitstate.cc121 Job* top = &job_[njob_-1]; in Push() local
130 Job* top = &job_[njob_++]; in Push() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
H A DScrimDrawable.java286 float top = mBottomEdgePosition; in updatePath() local
288 mConcaveInfo.mPath.addRoundRect(getBounds().left, top, getBounds().right, bottom, in updatePath() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
H A DWindowMetricsTestHelper.java187 final int top = original.top + insets.top; in inset() local
208 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
/aosp_15_r20/external/libkmsxx/kmscube/
H A DesTransform.cpp126 void esFrustum(ESMatrix* result, float left, float right, float bottom, float top, float nearZ, flo… in esFrustum()
164 void esOrtho(ESMatrix* result, float left, float right, float bottom, float top, float nearZ, float… in esOrtho()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthPanelController.java72 final int top = getTopBound(mPosition); in getOutline() local
107 private int getBottomBound(int top) { in getBottomBound()
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DSurfaceViewTest.java94 final int top = 30; in testSurfaceView() local
137 final int top = 30; in testOnSizeChanged() local
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp645 jlong timestampNs, jint dataSpace, jint left, jint top, jint right, in ImageWriter_queueImage()
739 jint left, jint top, jint right, jint bottom, jint transform, jint scalingMode) { in attachAndQeueuGraphicBuffer()
834 jint left, jint top, jint right, jint bottom, jint transform, jint scalingMode) { in ImageWriter_attachAndQueueImage()
864 jint left, jint top, jint right, jint bottom, jint transform, jint scalingMode) { in ImageWriter_attachAndQueueGraphicBuffer()
/aosp_15_r20/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java192 public void onLayout(boolean changed, int left, int top, in onLayout()
420 int top = getScrollY(); in scrollToVisible() local
431 int top = getScrollY(); in ensureVisible() local
508 int top = row * mBlockHeight; in getRectForPosition() local

1...<<11121314151617181920>>...168