/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/fipsmodule/bn/ |
H A D | random.c | 124 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/ |
D | random.c | 123 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 D | vktDrawBaseClass.hpp | 81 double top; member 93 double top; member
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/api2/ |
H A D | HeicCompositeStream.cpp | 575 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 D | quant_enc.c | 471 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 D | intrapred_filter_neon.cc | 94 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 D | intrapred_directional_neon.cc | 77 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/ |
D | wsgui.py | 92 def __init__(self, top): argument 198 def __init__(self, top=None): argument
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | desktop_capturer_differ_wrapper.cc | 56 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 D | MessagingImageMessage.java | 170 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 D | ihevc_intra_ref_substitution_a9q.c | 113 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 D | GLU.java | 93 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/ |
D | MenuLayoutManager.java | 120 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 D | BaseMovementMethod.java | 331 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 D | bitstate.cc | 120 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 D | InternalSelectionView.java | 185 final int top = getPaddingTop() + row * rowHeight; in getRectForRow() local 187 top, in getRectForRow() local
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/ |
D | fake_scandir.py | 222 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/ |
D | bitstate.cc | 121 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 D | ScrimDrawable.java | 286 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 D | WindowMetricsTestHelper.java | 187 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 D | esTransform.cpp | 126 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 D | AuthPanelController.java | 72 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 D | SurfaceViewTest.java | 94 final int top = 30; in testSurfaceView() local 137 final int top = 30; in testOnSizeChanged() local
|
/aosp_15_r20/frameworks/base/media/jni/ |
H A D | android_media_ImageWriter.cpp | 645 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/ |
D | GridViewSpecial.java | 192 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
|