Home
last modified time | relevance | path

Searched refs:top (Results 1151 - 1175 of 1633) sorted by relevance

1...<<41424344454647484950>>...66

/third_party/mbedtls/library/
H A Dx509_crt.c2176 * top means parent is a locally-trusted certificate
2180 int top) in x509_crt_check_parent()
2193 if (top && parent->version < 3) { in x509_crt_check_parent()
2241 * - [in] top: 1 if candidates consists of trusted roots, ie we're at the top
2257 int top, in x509_crt_find_parent_in()
2290 if (x509_crt_check_parent(child, parent, top) != 0) { in x509_crt_find_parent_in()
2320 if (top && !signature_is_good) { in x509_crt_find_parent_in()
2178 x509_crt_check_parent(const mbedtls_x509_crt *child, const mbedtls_x509_crt *parent, int top) x509_crt_check_parent() argument
2252 x509_crt_find_parent_in( mbedtls_x509_crt *child, mbedtls_x509_crt *candidates, mbedtls_x509_crt **r_parent, int *r_signature_is_good, int top, unsigned path_cnt, unsigned self_cnt, mbedtls_x509_crt_restart_ctx *rs_ctx, const mbedtls_x509_time *now) x509_crt_find_parent_in() argument
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp509 srcBox.top = srcRect.fTop; in copySurfaceAsCopyTexture()
643 srcBox.top = rect.top(); in readOrTransferPixels()
783 rect.top()); in uploadToTexture()
853 rect.top()); in onTransferPixelsTo()
1118 // copy top miplevel to bgraAliasTexture (should already be in COPY_DEST state) in onRegenerateMipMapLevels()
1126 // copy top miplevel to uavTexture in onRegenerateMipMapLevels()
1151 // Transition the top subresource to be readable in the compute shader in onRegenerateMipMapLevels()
1436 // We reuse the same top-level buffer area for all levels, hence passing 1 for level count. in onClearBackendTexture()
1485 /*top */ in onClearBackendTexture()
[all...]
/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1220 FT_Pos top = -bounds.yMax; // Freetype y-up, Skia y-down.
1224 !SkTFitsIn<decltype(glyph->fTop )>(top ) ||
1227 width = height = top = left = 0;
1232 glyph->fTop = SkToS16(top );
1263 glyph->fTop = SkToS16(irect.top());
/third_party/python/Lib/test/
H A Dtest_long.py557 top = 0
558 # invariant: |value| = (top + f) * 2**e exactly
563 top = (top << CHUNK) | digit
568 # Now |value| = top * 2**e exactly.
570 n = top << e
573 n = top
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp145 if (currentDebugScopeId.top() != lastDebugScopeId) { in addDebugScopeAndLine()
150 scopeInst->addIdOperand(currentDebugScopeId.top()); in addDebugScopeAndLine()
152 lastDebugScopeId = currentDebugScopeId.top(); in addDebugScopeAndLine()
1157 inst->addIdOperand(currentDebugScopeId.top()); // scope id in createDebugLocalVariable()
2223 lex->addIdOperand(currentDebugScopeId.top()); // scope in makeDebugLexicalBlock()
3556 // branch to the top of the merge block stack in addSwitchBreak()
3557 createBranch(switchMerges.top()); in addSwitchBreak()
3582 switchMerges.top()->getParent().addBlock(switchMerges.top()); in endSwitch()
3583 setBuildPoint(switchMerges.top()); in endSwitch()
[all...]
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h1275 ArkUI_Int32 top; member
1531 void (*setPadding)(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right,
1534 void (*setMargin)(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right,
1732 void (*setOutlineWidthFloat)(ArkUINodeHandle node, ArkUI_Float32 left, ArkUI_Float32 top,
2139 void (*setImageResizable)(ArkUINodeHandle node, ArkUI_Float32 left, ArkUI_Float32 top,
3019 void (*setTextAreaPadding)(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right,
3063 void (*setTextAreaMargin)(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right,
3189 void (*setTextInputPadding)(ArkUINodeHandle node, const struct ArkUISizeType* top,
3267 void (*setTextInputMargin)(ArkUINodeHandle node, const struct ArkUISizeType* top, const struct ArkUISizeType* right,
3743 void (*setCalendarPickerPadding)(ArkUINodeHandle node, const struct ArkUISizeType* top,
[all...]
/test/xts/hats/hdf/audio/idl/common/capture_additional/src/
H A DAudioCaptureCommonTestAdditional.cpp575 float top = 0; in HWTEST_F() local
578 int32_t ret = capture_->GetGainThreshold(nullptr, nullptr, &top); in HWTEST_F()
601 float top = 0; in HWTEST_F() local
604 int32_t ret = capture_->GetGainThreshold(capture_, nullptr, &top); in HWTEST_F()
628 float top = 0; in HWTEST_F() local
633 ret = capture_->GetGainThreshold(capture_, &bottom, &top); in HWTEST_F()
/third_party/ffmpeg/libavcodec/x86/
H A Dvp9intrapred.asm269 %macro DC_1D_4to8_FUNCS 2 ; dir (top or left), arg (a or l)
318 DC_1D_4to8_FUNCS top, a
321 DC_1D_4to8_FUNCS top, a
324 %macro DC_1D_16to32_FUNCS 2; dir (top or left), arg (a or l)
392 DC_1D_16to32_FUNCS top, a
395 DC_1D_16to32_FUNCS top, a
398 %macro DC_1D_AVX2_FUNCS 2 ; dir (top or left), arg (a or l)
431 DC_1D_AVX2_FUNCS top, a
H A Dpngdsp.asm93 cglobal add_png_paeth_prediction, 5, 7, %1, dst, src, top, w, bpp, end, cntr
/third_party/ffmpeg/libavcodec/
H A Dvp8.c904 const uint8_t *get_submv_prob(uint32_t left, uint32_t top, int is_vp7) in get_submv_prob() argument
909 if (left == top) in get_submv_prob()
911 if (!top) in get_submv_prob()
1116 VP8Macroblock *mb_edge[3] = { 0 /* top */, in vp8_decode_mvs()
1118 0 /* top-left */ }; in vp8_decode_mvs()
1140 /* Process MB on top, left and top-left */ in vp8_decode_mvs()
1224 uint8_t *top; in decode_intra4x4_modes() local
1227 top = mb->intra4x4_pred_mode_top; in decode_intra4x4_modes()
1229 top in decode_intra4x4_modes()
[all...]
/third_party/skia/modules/canvaskit/
H A Dcanvaskit_bindings.cpp108 // (left, top, right, bottom) and then 8 floats for the radii in ptrToSkRRect()
996 SkScalar left, SkScalar top, in EMSCRIPTEN_BINDINGS()
999 self.drawImage(img.get(), left, top, SkSamplingOptions({B, C}), paint); in EMSCRIPTEN_BINDINGS()
1002 SkScalar left, SkScalar top, in EMSCRIPTEN_BINDINGS()
1005 self.drawImage(img.get(), left, top, {filter, mipmap}, paint); in EMSCRIPTEN_BINDINGS()
1086 .function("_drawRect4f", optional_override([](SkCanvas& self, SkScalar left, SkScalar top, in EMSCRIPTEN_BINDINGS()
1089 const SkRect rect = SkRect::MakeLTRB(left, top, right, bottom); in EMSCRIPTEN_BINDINGS()
1277 float top, float bottom) -> Float32Array { in EMSCRIPTEN_BINDINGS()
1284 (const SkPoint*)pos.data(), top, bottom); in EMSCRIPTEN_BINDINGS()
/test/testfwk/arkxtest/uitest/addon/
H A Dscreen_copy.cpp238 Media::Rect rect = {.left = 0, .top = 0, .width = origWidth, .height = origHeight}; in ScaleNewsetFrameLocked()
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/compomettestjs/jsCanavas/
H A Dindex.js21 top: 0,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js20 top:0,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/
H A Dindex.js20 top:0,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js20 top:0,
/test/xts/acts/arkui/ace_standard/entry/src/main/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/
H A Dindex.js20 top:0,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js20 top:0,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/MainAbility/pages/obj_OffscreenCanvasRenderingContext2D/router/
H A Dindex.js20 top:0,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_CanvasRenderingContext2D/router/
H A Dindex.js20 top:0,
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/obj_OffscreenCanvasRenderingContext2D/router/
H A Dindex.js20 top:0,
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_blend_init.c27 void ff_blend_##name##_##opt(const uint8_t *top, ptrdiff_t top_linesize, \
/third_party/glfw/src/
H A Dcocoa_platform.h228 void _glfwGetWindowFrameSizeCocoa(_GLFWwindow* window, int* left, int* top, int* right, int* bottom);
H A Dnull_platform.h234 void _glfwGetWindowFrameSizeNull(_GLFWwindow* window, int* left, int* top, int* right, int* bottom);
/third_party/backends/backend/
H A Depson2.h397 SANE_Int left, top, lcount; member

Completed in 51 milliseconds

1...<<41424344454647484950>>...66