Home
last modified time | relevance | path

Searched defs:wrapper (Results 126 - 150 of 250) sorted by relevance

12345678910

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gfx_cs.c315 void si_install_draw_wrapper(struct si_context *sctx, pipe_draw_vbo_func wrapper, in si_install_draw_wrapper() argument
/third_party/rust/crates/env_logger/src/fmt/
H A Dmod.rs379 let mut wrapper = IndentWrapper { in write_args() variables
/third_party/rust/crates/clap/src/builder/
H A Dstyled_str.rs113 let mut wrapper = crate::output::textwrap::wrap_algorithms::LineWrapper::new(hard_width); variables
/third_party/python/Modules/_io/
H A D_iomodule.c210 PyObject *raw, *modeobj = NULL, *buffer, *wrapper, *result = NULL, *path_or_fd = NULL; _io_open_impl() local
/third_party/python/Lib/test/
H A Dtest_py_compile.py19 def wrapper(*args, **kwargs): function
29 def wrapper(*args, **kwargs): function
H A Dtest_hmac.py32 def wrapper(*args, **kwargs): function
H A Dtest_reprlib.py390 wrapper = recursive_repr()(wrapped) variable in MyContainer3
H A Dtest_largefile.py158 def wrapper(*args, **kwargs): function
/third_party/protobuf/php/ext/google/protobuf/
H A Dconvert.c484 upb_msg *wrapper = upb_msg_new(subm, arena); in Convert_PhpToUpbAutoWrap() local
/third_party/protobuf/src/google/protobuf/util/internal/
H A Dprotostream_objectwriter_test.cc2785 Int32Wrapper wrapper; in TEST_P() local
/third_party/python/Lib/test/test_importlib/
H A Dfixtures.py305 def wrapper(func): function
H A Dutil.py303 def wrapper(*args, **kwargs): function
/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_client.cpp84 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in AddCredential() local
109 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in UpdateCredential() local
130 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in DelCred() local
151 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(userId, callback); in DelUser() local
162 sptr<IGetCredInfoCallback> wrapper = new (std::nothrow) GetCredInfoCallbackService(callback); in GetCredentialInfo() local
208 sptr<IPreRemoteAuthCallback> wrapper = new (std::nothrow) PreRemoteAuthCallbackService(callback); PrepareRemoteAuth() local
240 sptr<IIDMCallback> wrapper = new (std::nothrow) IDMCallbackService(authOptions.accountId, callback); AuthUser() local
306 sptr<IGetSetPropCallback> wrapper = new (std::nothrow) GetSetPropCallbackService(callback); GetProperty() local
323 sptr<IGetSetPropCallback> wrapper = new (std::nothrow) GetSetPropCallbackService(callback); SetProperty() local
340 sptr<IGetEnrolledIdCallback> wrapper = new (std::nothrow) GetEnrolledIdCallbackService(callback); GetEnrolledId() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_lanes_layout_algorithm.cpp61 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(childIndex); in MeasureAndGetChildHeight() local
75 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(i); in MeasureAndGetChildHeight() local
131 auto wrapper in LayoutALineForward() local
185 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex - 1); LayoutALineBackward() local
365 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(index); FindLanesStartIndex() local
375 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(idx - 1); FindLanesStartIndex() local
440 auto wrapper = layoutWrapper->GetChildByIndex(pos.first, true); LayoutCachedALine() local
457 auto wrapper = layoutWrapper->GetChildByIndex(index + i, true); LayoutCachedALineForward() local
506 auto wrapper = layoutWrapper->GetChildByIndex(idx, true); LayoutCachedALineBackward() local
569 RefPtr<LayoutWrapper> wrapper; LayoutCachedForward() local
621 RefPtr<LayoutWrapper> wrapper; LayoutCachedBackward() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_wrapper_node.cpp60 auto wrapper = layoutWrapperBuilder_->GetOrCreateWrapperByIndex(index); in GetOrCreateChildByIndex() local
113 auto wrapper = GetOrCreateChildByIndex(index, false); in RemoveChildInRenderTree() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp361 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(itemIndex); in Layout() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_render_image.cpp68 auto* wrapper = (JSRenderImage*)value; in AttachImageBitmap() local
96 auto wrapper = reinterpret_cast<JSRenderImage*>(data); in Finalizer() local
108 auto wrapper = AceType::MakeRefPtr<JSRenderImage>(); in Constructor() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroll_layout_test_ng.cpp1088 auto* wrapper = AceType::RawPtr(frameNode_); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_group_algorithm_test_ng.cpp196 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(listLayoutAlgorithm.itemPosition_.begin()->first); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng_extension.cpp657 RefPtr<LayoutWrapper> wrapper = in HWTEST_F() local
695 RefPtr<LayoutWrapperNode> wrapper = in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stage/
H A Dpage_pattern.cpp59 bool PagePattern::OnDirtyLayoutWrapperSwap(const RefPtr<LayoutWrapper>& wrapper, const DirtySwapConfig& /* config */) in OnDirtyLayoutWrapperSwap() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/
H A Dswiper_layout_test_ng.cpp1541 auto wrapper = layoutWrapper.GetOrCreateChildByIndex(1); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_algorithm.cpp242 auto wrapper = layoutWrapper->GetChildByIndex(GetChildIndexWithFooter(item.first)); in Layout() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dcreate_functions_vk.cpp205 InstanceWrapper wrapper; in GetWrapper() local
235 InstanceWrapper wrapper; in CreateInstance() local
[all...]
/foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/
H A Daudio_stream_fuzzer.cpp223 sptr<PolicyProviderWrapper> wrapper = new(std::nothrow) PolicyProviderWrapper(&mockProvider); in InitAudioServer() local

Completed in 34 milliseconds

12345678910