| /foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
| H A D | menu_layoutFst_test_ng.cpp | 842 auto* wrapper = new LayoutWrapperNode(multiMenu, geometryNode, layoutProp); in HWTEST_F() local 1323 auto* wrapper = new LayoutWrapperNode(subMenu, geometryNode, layoutProp); in HWTEST_F() local 1367 auto* wrapper = new LayoutWrapperNode(multiMenu, geometryNode, layoutProp); HWTEST_F() local [all...] |
| H A D | menu_layoutScd_test_ng.cpp | 1428 auto* wrapper = new LayoutWrapperNode(subMenu, geometryNode, layoutProp); in HWTEST_F() local 1491 auto* wrapper = new LayoutWrapperNode(subMenu, geometryNode, layoutProp); in HWTEST_F() local 1569 auto* wrapper = new LayoutWrapperNode(subMenu, geometryNode, layoutProp); in HWTEST_F() local
|
| H A D | menu_layoutThi_test_ng.cpp | 474 auto wrapper = AceType::DynamicCast<FrameNode>(menuNode->GetParent()); in HWTEST_F() local 531 auto wrapper = AceType::MakeRefPtr<LayoutWrapperNode>(menuNode, geometryNode, props); in HWTEST_F() local
|
| H A D | menu_origin_test_ng.cpp | 1958 auto* wrapper = new LayoutWrapperNode(Menu, geometryNode, layoutProp); in HWTEST_F() local 2028 auto* wrapper = new LayoutWrapperNode(Menu, geometryNode, layoutProp); in HWTEST_F() local
|
| /foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
| H A D | net_diag_wrapper.cpp | 100 auto wrapper = shared_from_this(); in PingHost() local
|
| /foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/ |
| H A D | napi_fileaccess_helper.cpp | 1226 FileObserverCallbackWrapper* wrapper = nullptr; in NAPI_RegisterObserver() local 1304 auto wrapper = observerWrapper.release(); in NAPI_UnregisterObserver() local
|
| /test/testfwk/xdevice/plugins/devicetest/core/ |
| H A D | test_case.py | 940 def wrapper(*args, **kwargs): function 954 def wrapper(*args, **kwargs): function
|
| /third_party/googletest/googlemock/include/gmock/ |
| H A D | gmock-actions.h | 1092 explicit ReturnAction(ByMoveWrapper<T> wrapper) in ReturnAction() argument
|
| /third_party/node/src/ |
| H A D | node_contextify.cc | 288 Local<Object> wrapper; in New() local 144 ContextifyContext(Environment* env, Local<Object> wrapper, Local<Context> v8_context, const ContextOptions& options) ContextifyContext() argument [all...] |
| /third_party/node/deps/v8/src/inspector/ |
| H A D | injected-script.cc | 95 v8::Local<v8::Value> wrapper = handler->m_wrapper.Get(inspector->isolate()); in add() local
|
| /third_party/python/Lib/test/ |
| H A D | test_bytes.py | 30 def wrapper(*args, **kw): function
|
| /third_party/skia/src/core/ |
| H A D | SkDraw.cpp | 721 SkAAClipBlitterWrapper wrapper; in drawDevMask() local
|
| /third_party/python/Lib/test/test_sqlite3/ |
| H A D | test_userfunctions.py | 43 def wrapper(self, *args, **kwargs): function
|
| /third_party/python/Modules/ |
| H A D | _functoolsmodule.c | 796 lru_cache_ternaryfunc wrapper; member
|
| /third_party/python/Lib/unittest/test/ |
| H A D | test_loader.py | 11 def wrapper(*args, **kws): function
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | CodedInputStream.java | 76 CodedInputStreamReader wrapper; field in CodedInputStream
|
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | Message.php | 184 $wrapper = $this->$member; variable 186 $wrapper = $this->readOneof($field->getNumber()); variable [all...] |
| /third_party/protobuf/php/tests/ |
| H A D | EncodeDecodeTest.php | 1319 $wrapper = $m->getField(); variable 1325 $wrapper = $m->getField(); variable 1351 $wrapper = $m->getOneofField(); variable 1359 $wrapper = $m->getOneofField(); variable
|
| /base/web/webview/ohos_nweb/src/ |
| H A D | nweb_helper.cpp | 198 extern "C" void WebDownload_Continue(const WebBeforeDownloadCallbackWrapper* wrapper, const char* downloadPath) in WebDownload_Continue() argument 207 extern "C" void WebDownload_CancelBeforeDownload(const WebBeforeDownloadCallbackWrapper* wrapper) in WebDownload_CancelBeforeDownload() argument 216 extern "C" void WebDownload_PauseBeforeDownload(const WebBeforeDownloadCallbackWrapper* wrapper) in WebDownload_PauseBeforeDownload() argument 225 extern "C" void WebDownload_ResumeBeforeDownload(const WebBeforeDownloadCallbackWrapper* wrapper) in WebDownload_ResumeBeforeDownload() argument 234 extern "C" void WebDownload_Cancel(const WebDownloadItemCallbackWrapper* wrapper) in WebDownload_Cancel() argument 243 WebDownload_Pause(const WebDownloadItemCallbackWrapper* wrapper) WebDownload_Pause() argument 252 WebDownload_Resume(const WebDownloadItemCallbackWrapper* wrapper) WebDownload_Resume() argument 473 DestroyBeforeDownloadCallbackWrapper(WebBeforeDownloadCallbackWrapper* wrapper) DestroyBeforeDownloadCallbackWrapper() argument 482 DestroyDownloadItemCallbackWrapper(WebDownloadItemCallbackWrapper* wrapper) DestroyDownloadItemCallbackWrapper() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_item_group_layout_algorithm.cpp | 204 void ListItemGroupLayoutAlgorithm::SyncGeometry(RefPtr<LayoutWrapper>& wrapper) in SyncGeometry() argument 299 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first, false); in GetChildMaxCrossSize() local 310 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first, false); in GetChildMaxCrossSize() local 573 auto wrapper in MeasureALineAuto() local 594 auto wrapper = GetListItem(layoutWrapper, currentIndex + cnt); MeasureALineCenter() local 609 auto wrapper = GetListItem(layoutWrapper, currentIndex + i); MeasureALineCenter() local 624 auto wrapper = GetListItem(layoutWrapper, currentIndex + 1); MeasureALineForward() local 639 auto wrapper = GetListItem(layoutWrapper, currentIndex - i); MeasureALineForward() local 654 auto wrapper = GetListItem(layoutWrapper, currentIndex - 1); MeasureALineBackward() local 672 auto wrapper = GetListItem(layoutWrapper, currentIndex + i); MeasureALineBackward() local 1073 auto wrapper = GetListItem(layoutWrapper, pos.first); LayoutListItem() local 1217 LayoutIndex(const RefPtr<LayoutWrapper>& wrapper, const OffsetF& paddingOffset, float crossSize, float startPos) LayoutIndex() argument 1344 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(curIndex + i + itemStartIndex_, param.show, true); MeasureCacheForward() local 1384 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(curIndex - i + itemStartIndex_, param.show, true); MeasureCacheBackward() local 1461 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first + itemStartIndex_, show, !show); LayoutCacheItem() local [all...] |
| H A D | list_layout_algorithm.cpp | 230 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first, false); in GetChildMaxCrossSize() local 252 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first); in ClearAllItemPosition() local 315 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(jumpIndex); in HandleJumpAuto() local 360 auto wrapper in HandleJumpCenter() local 390 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(jumpIndex_.value()); HandleJumpStart() local 412 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(jumpIndex_.value()); HandleJumpEnd() local 464 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(jumpIndex); CheckNoNeedJumpListItemGroup() local 572 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(jumpIndex); NoNeedJump() local 589 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(childIndex); MeasureAndGetChildHeight() local 689 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(startIndex); CheckAndMeasureStartItem() local 940 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex + 1); LayoutALineForward() local 980 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(currentIndex - 1); LayoutALineBackward() local 1367 LayoutItem(RefPtr<LayoutWrapper>& wrapper, int32_t index, const ListItemInfo& pos, int32_t& startIndex, float crossSize) LayoutItem() argument 1442 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first); ResetLayoutItem() local 1480 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first); Layout() local 1689 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(index); CheckListItemGroupRecycle() local 1701 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(index); AdjustPostionForListItemGroup() local 1765 SyncGeometry(RefPtr<LayoutWrapper>& wrapper) SyncGeometry() argument 1778 auto wrapper = layoutWrapper->GetChildByIndex(index, true); LayoutCachedALine() local 1831 PredictBuildItem(RefPtr<LayoutWrapper> wrapper, const LayoutConstraintF& constraint) PredictBuildItem() argument 1892 GetLayoutGroupCachedCount(LayoutWrapper* layoutWrapper, const RefPtr<LayoutWrapper>& wrapper, int32_t forwardCache, int32_t backwardCache, int32_t index, bool outOfView) GetLayoutGroupCachedCount() argument 1964 auto wrapper = layoutWrapper->GetChildByIndex(curIndex, true); LayoutCachedForward() local 2003 auto wrapper = layoutWrapper->GetChildByIndex(curIndex, true); LayoutCachedBackward() local 2043 auto wrapper = layoutWrapper->GetChildByIndex(startIndex); LayoutCachedItemInEdgeGroup() local 2053 auto wrapper = layoutWrapper->GetChildByIndex(endIndex); LayoutCachedItemInEdgeGroup() local 2061 auto wrapper = layoutWrapper->GetChildByIndex(startIndex); LayoutCachedItemInEdgeGroup() local 2104 PredictBuildGroup(RefPtr<LayoutWrapper> wrapper, const LayoutConstraintF& constraint, int64_t deadline, int32_t forwardCached, int32_t backwardCached, const ListMainSizeValues& listMainSizeValues) PredictBuildGroup() argument 2153 auto wrapper = frameNode->GetOrCreateChildByIndex((*it).index, show, true); PredictBuildV2() local [all...] |
| H A D | list_pattern.cpp | 511 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(pos.first); in DrivenRender() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper/ |
| H A D | swiper_layout_algorithm.cpp | 391 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(GetLoopIndex(pos.first), false); in GetChildMaxSize() local 578 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(measureIndex); in LayoutForwardItem() local 626 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(GetLoopIndex(measureIndex)); in LayoutBackwardItem() local 1001 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(layoutIndex); LayoutItem() local [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | module-instantiate.cc | 1900 Handle<WasmTagObject> wrapper = tags_wrappers_[exp.index]; in ProcessExports() local [all...] |
| /third_party/node/deps/v8/src/web-snapshot/ |
| H A D | web-snapshot.cc | 657 Handle<JSPrimitiveWrapper> wrapper = in Discover() local 1041 Handle<JSPrimitiveWrapper> wrapper = in SerializeExport() local
|