Home
last modified time | relevance | path

Searched refs:top (Results 2676 - 2700 of 3039) sorted by relevance

1...<<101102103104105106107108109110>>...122

/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/
H A Dpanel_test_ng.cpp120 PaddingProperty CreatePadding(float left, float top, float right, float bottom) in CreatePadding() argument
125 padding.top = CalcLength(top); in CreatePadding()
2801 geometryNode->padding_->top = 200.0f; in HWTEST_F()
2834 padding.top = ZERO; in HWTEST_F()
/kernel/linux/linux-6.6/lib/
H A Dtest_maple_tree.c386 unsigned long top; in check_find() local
396 top = 4398046511104UL; in check_find()
398 top = ULONG_MAX; in check_find()
485 if (val == top) in check_find()
527 else if (val == top) in check_find()
/third_party/alsa-lib/src/pcm/
H A Dpcm.c634 (see top of page):
2747 snd_config_t *top; in snd_pcm_open() local
2752 name = uc_mgr_alibcfg_by_device(&top, name); in snd_pcm_open()
2756 err = snd_config_update_ref(&top); in snd_pcm_open()
2760 err = snd_pcm_open_noupdate(pcmp, top, name, stream, mode, 0); in snd_pcm_open()
2761 snd_config_unref(top); in snd_pcm_open()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc1282 IteratorsStates saved_state = saved_states_.top(); in RestoreState()
1425 : exception_handlers_.top().end_offset_, in VisitSingleBytecode()
4214 int current_end = exception_handlers_.top().end_offset_; in ExitThenEnterExceptionHandlers()
4294 int handler_offset = exception_handlers_.top().handler_offset_; in MakeNode()
4295 int context_index = exception_handlers_.top().context_register_; in MakeNode()
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1465 at the top of your program. You should probably use
1638 separate lexical scope, so you have to turn on C<strict> at the top of
1654 Because we didn't put C<use strict> at the top of the second fragment,
1767 putting C<Derived-E<gt>always_prepend('')> at the top of your module.
1840 People sometimes try to put an initialization section at the top of
1847 Then they complain because there is a C<17> at the top of the output
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1465 at the top of your program. You should probably use
1638 separate lexical scope, so you have to turn on C<strict> at the top of
1654 Because we didn't put C<use strict> at the top of the second fragment,
1767 putting C<Derived-E<gt>always_prepend('')> at the top of your module.
1840 People sometimes try to put an initialization section at the top of
1847 Then they complain because there is a C<17> at the top of the output
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp479 EXPECT_EQ(cursorInfo_.top, config.cursorInfo.top); in CheckTextConfig()
H A Dinput_method_panel_test.cpp358 windowInfo_.name.c_str(), windowInfo_.top, windowInfo_.left, windowInfo_.width, windowInfo_.height); in ImcPanelShowInfoCheck()
369 windowInfo_.name.c_str(), windowInfo_.top, windowInfo_.left, windowInfo_.width, windowInfo_.height); in ImcPanelHideInfoCheck()
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp414 int32_t FfiOHOSWebviewCtlPageUp(int64_t id, bool top) in FfiOHOSWebviewCtlPageUp() argument
420 nativeWebviewCtl->ScrollPageUp(top); in FfiOHOSWebviewCtlPageUp()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp1255 void WebviewController::ScrollPageUp(bool top) in ScrollPageUp() argument
1259 nweb_ptr->PageUp(top); in ScrollPageUp()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_pattern.cpp311 padding.left = padding.right = padding.top = padding.bottom = CalcLength(contentPadding); in CreateMenuScroll()
1544 auto currentNode = nodeStack.top(); in RecordItemsAndGroups()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/style_string/
H A Djs_span_object.cpp856 if (edge.top.has_value()) { in CreateEdge()
857 obj->SetProperty("top", edge.top->GetDimension().ConvertToVp()); in CreateEdge()
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/
H A Dimage_test_ng.cpp1839 .top = Dimension(-1), in HWTEST_F()
1845 tmp.top = Dimension(cases[i][1]); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.cpp528 if (positionParam_.top.second) { in SetPosition()
529 selfOffset.SetY(NormalizePercentToPx(positionParam_.top.first, true)); in SetPosition()
2202 // top right in ComputeSelectedZone()
2214 // top left in ComputeSelectedZone()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtimepicker_dialog_view.cpp402 margin.top = CalcLength(dialogTheme->GetDividerHeight());
459 margin.top = CalcLength(dialogTheme->GetDividerHeight() / MARGIN_HALF);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dbase_text_select_overlay.cpp573 parent = nodeStack.top(); in RevertLocalPointWithTransform()
1292 if (safeAreaPadding.top && LessNotEqual(handle.Top(), paddingRect.Top())) { in CheckHandleIsInSafeAreaPadding()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_api.cpp1880 void CanvasDrawRect(ArkUICanvasHandle canvas, ArkUI_Float32 left, ArkUI_Float32 top, ArkUI_Float32 right, in CanvasDrawRect() argument
1884 "DrawRect canvas=%{public}p [%{public}f, %{public}f, %{public}f, %{public}f]\n", canvas, left, top, right, in CanvasDrawRect()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp1842 void AVSessionItem::SetTop(bool top)
1844 descriptor_.isTopSession_ = top;
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H A Dsja1105_static_config.c320 sja1105_packing(buf, &entry->top[i], in sja1105et_mac_config_entry_packing()
354 sja1105_packing(buf, &entry->top[i], in sja1105pqrs_mac_config_entry_packing()
/kernel/linux/linux-5.10/drivers/misc/altera-stapl/
H A Daltera.c1006 * ...stack 2 is top address in altera_execute()
1011 s32 top = stack[stack_ptr - 3]; in altera_execute() local
1025 pc = top + code_sect; in altera_execute()
1073 * Exchange top with Nth stack value in altera_execute()
1075 * to swap with top element in altera_execute()
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/
H A Ddelta-v4l2.c737 crop.top = 0; in delta_g_selection()
752 s->r.top = 0; in delta_g_selection()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dgoku_udc.c416 top: in read_fifo()
494 goto top; in read_fifo()
H A Dudc-xilinx.c599 top: in xudc_read_fifo()
649 goto top; in xudc_read_fifo()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Dcxusb.c668 .top = MXL5005S_TOP_25P2,
686 .top = MXL5005S_TOP_25P2,
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
H A Daf9015.c959 .top = MXL5005S_TOP_25P2,
976 .top = MXL5005S_TOP_25P2,

Completed in 84 milliseconds

1...<<101102103104105106107108109110>>...122