/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/ |
H A D | tab_bar_test_ng.cpp | 1597 tabBarSymbol.onApply = [&onApplyCalled, &modeValue](WeakPtr<NG::FrameNode> node, std::string mode) { in HWTEST_F() 1604 tabBarSymbol1.onApply = [&onApplyCalled1, &modeValue1](WeakPtr<NG::FrameNode> node, std::string mode) { in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_test_ng.cpp | 199 auto node = ViewStackProcessor::GetInstance()->GetMainElementNode(); in CreateLazyForEachItems() local 200 auto lazyForEachNode = AceType::DynamicCast<LazyForEachNode>(node); in CreateLazyForEachItems() 1985 * @tc.steps: step1. Create WithItem to test MeaseForAnimation for node creation . in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_test.cpp | 127 * @tc.steps: step2. Get clear node response area in HWTEST_F() 141 * @tc.steps: step6. test Update clear node true in HWTEST_F() 148 * @tc.steps: step7. test Update clear node false in HWTEST_F() 172 * @tc.steps: step2. Get clean node response area in HWTEST_F() 178 * @tc.steps: step3. test clean node clicked in HWTEST_F() 202 * @tc.steps: step2. Get clear node response area in HWTEST_F() 208 * @tc.steps: step3. test clean node symbol false in HWTEST_F() 232 * @tc.steps: step2. Get clear node response area in HWTEST_F() 238 * @tc.steps: step3. test clean node symbol true in HWTEST_F() 258 auto node in HWTEST_F() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | web_pattern_web_test_ng.cpp | 382 RefPtr<FrameNode> node = FrameNode::GetOrCreateFrameNode(
in HWTEST_F() local 384 frameNode->SetParent(node);
in HWTEST_F()
|
H A D | web_pattern_select_test_ng.cpp | 2376 auto node = manager->GetSelectOverlayNode(current->GetId()); in HWTEST_F() local 2377 ASSERT_NE(node, nullptr); in HWTEST_F() 2378 auto pattern = node->GetPattern<SelectOverlayPattern>(); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
H A D | animation_system.cpp | 777 IAnimationPlayback* AnimationSystem::CreatePlayback(Entity const& animationEntity, ISceneNode const& node) in CreatePlayback() argument 784 if (auto targetNode = node.LookupNodeByPath(nameHandle->name); targetNode) { in CreatePlayback() 787 CORE_LOG_D("Cannot find target node for animation track '%s'.", nameHandle->name.data()); in CreatePlayback()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | material_impl.cpp | 199 if (auto node = interface_pointer_cast<SCENE_NS::INode>(selfObject)) { 200 META_NS::Invoke<META_NS::IOnChanged>(node->OnLoaded());
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_bounds_geometry_test.cpp | 990 auto node = std::make_shared<RSCanvasRenderNode>(1); in HWTEST_F() local 991 shadowDrawable.node_ = node; in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable_bounds_geometry.cpp | 578 // draw node content as shadow in Draw() 580 if (auto node = RSBaseRenderNode::ReinterpretCast<RSCanvasRenderNode>(node_.lock())) { in Draw() 581 node->InternalDrawContent(canvas, false); in Draw()
|
/third_party/alsa-utils/alsactl/ |
H A D | state.c | 99 snd_config_t **node) in snd_config_compound_add() 111 *node = leaf; in snd_config_compound_add() 578 error("config state node is not a compound"); in get_controls() 592 error("config state.%s node is not a compound", id); in get_controls() 98 snd_config_compound_add(snd_config_t *father, const char *id, int join, snd_config_t **node) snd_config_compound_add() argument
|
/third_party/node/src/ |
H A D | env.cc | 31 namespace node { namespace 1001 stderr, "(node:%d) WARNING: Detected use of sync API\n", uv_os_getpid()); in PrintSyncTrace() 1352 node::CollectExceptionInfo(this, obj, errorno, err_string, in CollectUVExceptionInfo() 1413 // See discussion in https://github.com/nodejs/node/pull/15454 in AsyncHooks() 1548 fprintf(stderr, "(node:%d) ", uv_os_getpid()); in Exit() 1550 fprintf(stderr, "(node:%d, thread:%" PRIu64 ") ", in Exit() 1863 // node, we shift its sizeof() size out of the Environment node. in MemoryInfo() 1869 } // namespace node
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 1861 def GetEdges(node): 1867 matches = {v for v in regex.findall(env[node]) if v in env}
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | xcode_emulation.py | 1855 def GetEdges(node): 1861 matches = {v for v in regex.findall(env[node]) if v in env}
|
/third_party/python/Lib/idlelib/ |
H A D | pyshell.py | 655 node = TreeNode(sc.canvas, None, item) 656 node.expand()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | Device.cpp | 308 for (LinkNode<ApiObjectBase>* node : objects) { in DestroyObjects() 309 node->value()->Destroy(); in DestroyObjects()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLTraits.h | 1051 /// parser only lets you look at each node once. The buffering layer lets 1178 std::unique_ptr<Input::HNode> createHNodes(Node *node); 1180 void setError(Node *node, const Twine &message); 1188 /// Returns the current node that's being parsed by the YAML Parser.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 1792 for (CallGraphNode *node : *CGI) { in buildFunctionOrder() 1793 auto F = node->getFunction(); in buildFunctionOrder()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | clone_context_test.cc | 92 ProgramID ProgramIDOf(const ProgramNode* node) { in ProgramIDOf() argument 93 return node->program_id; in ProgramIDOf() 306 return a.Create<Replacement>(builder.Symbols().New("<unexpected-node>")); in TEST_F()
|
/third_party/python/Parser/ |
H A D | asdl_c.py | 498 def recursive_call(self, node, level): 499 self.emit('if (_Py_EnterRecursiveCall(" while traversing \'%s\' node")) {' % node, level, reflow=False) 1437 PyErr_Format(PyExc_TypeError, "expected %s node, got %.400s",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | http_curl.c | 1504 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) in soap_send_receive() argument 1514 envelope = soap_build_envelope(ctx->xml, node); in soap_send_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | http_curl.c | 1504 xml_node_t * soap_send_receive(struct http_ctx *ctx, xml_node_t *node) in soap_send_receive() argument 1514 envelope = soap_build_envelope(ctx->xml, node); in soap_send_receive()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs_nir.cpp | 318 foreach_list_typed(nir_register, reg, node, &impl->registers) { in nir_emit_impl() 337 foreach_list_typed(nir_cf_node, node, node, list) { in nir_emit_cf_list() 338 switch (node->type) { in nir_emit_cf_list() 340 nir_emit_if(nir_cf_node_as_if(node)); in nir_emit_cf_list() 344 nir_emit_loop(nir_cf_node_as_loop(node)); in nir_emit_cf_list() 348 nir_emit_block(nir_cf_node_as_block(node)); in nir_emit_cf_list() 352 unreachable("Invalid CFG node block"); in nir_emit_cf_list()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | drag_event.cpp | 187 * check the current node's status to decide if it can initiate one drag operation 295 TAG_LOGI(AceLogTag::ACE_DRAG, "Drag node have been cleaned by backpress or click event, stop dragging."); in OnCollectTouchTarget() 596 "is dragging: %{public}d, is need clean drag node: %{public}d", in OnCollectTouchTarget() 1123 * it falls back to taking a screenshot of the provided frame node. 1126 * @param selfFrameNode A RefPtr to the frame node associated with the drag event. 1140 // If not found by inspector ID, attempt to get a screenshot of the frame node. in GetPreviewPixelMap() 1145 * This function attempts to find a frame node associated with the given inspector ID and then takes a screenshot of it. 1157 // Retrieve the frame node using the inspector's ID. in GetPreviewPixelMapByInspectorId() 1169 // Take a screenshot of the frame node and return it as a PixelMap. in GetPreviewPixelMapByInspectorId() 1173 /* Captures a screenshot of the specified frame node an 1676 auto node = pattern->MoveDragNode(); HideTextAnimation() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.cpp | 256 auto node = wrapper->GetHostNode(); in ClearAllItemPosition() local 257 if (!node) { in ClearAllItemPosition() 260 auto listItemGroup = node->GetPattern<ListItemGroupPattern>(); in ClearAllItemPosition()
|
/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/ |
H A D | clouddisk_rdbstore_test.cpp | 1550 CacheNode node; in HWTEST_F() local 1551 node.fileName = "test"; in HWTEST_F() 1552 node.parentCloudId = "100"; in HWTEST_F()
|