Home
last modified time | relevance | path

Searched refs:node (Results 2226 - 2250 of 4490) sorted by relevance

1...<<81828384858687888990>>...180

/third_party/node/test/addons/uv-handle-leak/
H A Dbinding.cc1 #include <node.h>
32 uv_loop_t* loop = node::GetCurrentEventLoop(isolate); in LeakHandle()
/third_party/node/test/addons/worker-buffer-callback/
H A Dbinding.cc1 #include <node.h>
29 node::Buffer::New( in Initialize()
/third_party/node/test/cctest/
H A Dtest_node_api.cc28 node::Environment* env = *test_env; in TEST_F()
29 node::LoadEnvironment(env, ""); in TEST_F()
/third_party/ninja/src/
H A Ddyndep.h48 /// Load a dyndep file from the given node's path and update the
52 bool LoadDyndeps(Node* node, std::string* err) const;
53 bool LoadDyndeps(Node* node, DyndepFile* ddf, std::string* err) const;
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A Ddownload.js10 'User-Agent': `node-gyp v${gyp.version} (node ${process.version})`,
/third_party/node/deps/v8/src/compiler/
H A Dverifier.h21 // each node, etc.
36 // Verifies consistency of node inputs and uses:
37 // - node inputs should agree with the input count computed from
38 // the node's operator.
42 // - if the node has control uses, it should produce control.
43 // - if the node has effect uses, it should produce effect.
44 // - if the node has frame state uses, it must be a frame state.
45 static void VerifyNode(Node* node);
52 static void VerifyNode(Node* node) {} in VerifyNode() argument
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-node.cc5 #include "src/interpreter/bytecode-node.h"
50 std::ostream& operator<<(std::ostream& os, const BytecodeNode& node) { in operator <<() argument
51 node.Print(os); in operator <<()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-compilation-unit.cc45 void MaglevCompilationUnit::RegisterNodeInGraphLabeller(const Node* node) { in RegisterNodeInGraphLabeller() argument
47 graph_labeller()->RegisterNode(node); in RegisterNodeInGraphLabeller()
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_throw.py26 def transform(self, node, results):
31 self.cannot_convert(node, "Python 3 does not support string exceptions")
H A Dfix_isinstance.py29 def transform(self, node, results):
52 node.changed()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DAnalyzeCallDepth.h39 FunctionNode(TIntermAggregate *node);
49 TIntermAggregate *const node; member in AnalyzeCallDepth::FunctionNode
/third_party/skia/src/pdf/
H A DSkPDFTag.h26 // tree node, via a page entry in the parent tree. Returns -1 if no
30 // tree node, via the struct parent tree. Returns -1 if no struct parent
38 // An entry in a map from a node ID to an indirect reference to its
39 // corresponding structure element node.
45 static void Copy(SkPDF::StructureElementNode& node,
50 SkPDFTagNode* node,
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/mutation_finders/
H A Dreplace_identifiers.cc39 for (const auto* node : program.SemNodes().Objects()) { in FindMutations()
40 const auto* sem_variable = tint::As<sem::Variable>(node); in FindMutations()
/foundation/arkui/ace_engine/frameworks/core/components/navigation_bar/
H A Dnavigation_bar_component_base.cpp80 auto node = accessibilityManager->CreateSpecializedNode(name, composedId, parentId); in GenerateAccessibilityComposed() local
81 if (node) { in GenerateAccessibilityComposed()
82 node->SetFocusableState(true); in GenerateAccessibilityComposed()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcanvas_model_ng.cpp87 RefPtr<AceType> CanvasModelNG::GetCanvasPattern(FrameNode* node) in GetCanvasPattern() argument
89 CHECK_NULL_RETURN(node, nullptr); in GetCanvasPattern()
90 auto* frameNode = reinterpret_cast<FrameNode*>(node); in GetCanvasPattern()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/
H A Dnavdestination_event_hub.h179 auto node = GetFrameNode(); in GetNavDestinationPattern() local
180 CHECK_NULL_RETURN(node, nullptr); in GetNavDestinationPattern()
181 return node->GetPattern(); in GetNavDestinationPattern()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dstate_style_manager.h196 bool IsOutOfPressedRegionWithoutClip(RefPtr<FrameNode> node, int32_t sourceType,
198 void Transform(PointF& localPointF, const WeakPtr<FrameNode>& node) const;
201 void GetCustomNode(RefPtr<CustomNodeBase>& customNode, RefPtr<FrameNode>& node);
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_tab_content.cpp64 for (const auto& node : parentRef->GetChildList()) { in PrepareChangeListener()
65 if (node->GetTag() == DOM_NODE_TAG_TAB_BAR) { in PrepareChangeListener()
66 const auto& tabBarNode = AceType::DynamicCast<DOMTabBar>(node); in PrepareChangeListener()
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dsimple_spring_chain.h162 void OnNodeAdd(RefPtr<SpringNode>& node) override;
164 void OnNodeDelete(RefPtr<SpringNode>& node) override;
266 void SetParams(RefPtr<SpringNode>& node);
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp132 auto node = GetInspectorNode(ProgressElement::TypeId()); in GetRenderProgress() local
133 if (node) { in GetRenderProgress()
134 return AceType::DynamicCast<RenderProgress>(node); in GetRenderProgress()
H A Dscroll_composed_element.cpp123 auto node = GetInspectorNode(ScrollElement::TypeId()); in GetRenderSingleChildScroll() local
124 if (node) { in GetRenderSingleChildScroll()
125 return AceType::DynamicCast<RenderSingleChildScroll>(node); in GetRenderSingleChildScroll()
H A Dspan_composed_element.cpp87 auto node = GetInspectorNode(TextSpanElement::TypeId()); in GetRenderTextSpan() local
88 if (node) { in GetRenderTextSpan()
89 return AceType::DynamicCast<RenderTextSpan>(node); in GetRenderTextSpan()
H A Dactionsheetdialog_composed_element.cpp45 auto node = GetInspectorNode(DialogElement::TypeId()); in GetRenderDialog() local
46 if (node) { in GetRenderDialog()
47 return AceType::DynamicCast<RenderDialog>(node); in GetRenderDialog()
H A Dbadge_composed_element.cpp135 auto node = GetInspectorNode(BadgeElement::TypeId()); in GetRenderBadge() local
136 if (node) { in GetRenderBadge()
137 return AceType::DynamicCast<RenderBadge>(node); in GetRenderBadge()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_model_ng.h58 static void SetTabBarBuilder(FrameNode* node, TabBarBuilderFunc&& builder);
59 static void SetTabBarLabel(FrameNode* node, const std::string& label);
63 static void SetCustomTabBar(FrameNode* node, FrameNode* tabBar);

Completed in 9 milliseconds

1...<<81828384858687888990>>...180