| /third_party/node/deps/v8/src/compiler/ |
| H A D | code-assembler.cc | 1079 // implicit nodes are target and optionally context. in CallStubN() 1200 Node* nodes[] = {target, args...}; in TailCallBytecodeDispatch() local 1201 CHECK_EQ(descriptor.GetParameterCount() + 1, arraysize(nodes)); in TailCallBytecodeDispatch() 1202 raw_assembler()->TailCallN(call_descriptor, arraysize(nodes), nodes); in TailCallBytecodeDispatch() 1221 Node* nodes[] = {code, function, new_target, arg_count, context}; in TailCallJSCode() local 1222 CHECK_EQ(descriptor.GetParameterCount() + 2, arraysize(nodes)); in TailCallJSCode() 1223 raw_assembler()->TailCallN(call_descriptor, arraysize(nodes), nodes); in TailCallJSCode() 1526 // merge and phi nodes hav in MergeVariables() [all...] |
| H A D | raw-machine-assembler.cc | 270 // Create control merge nodes and effect phis for all predecessor blocks. in MakeReschedulable() 332 // Fix-up loop backedges and re-structure control flow so that loop nodes have in MakeReschedulable() 755 base::SmallVector<Node*, kNumCArgs> nodes(args.size() + 1); in CallCFunctionImpl() 756 nodes[0] = function; in CallCFunctionImpl() 758 args.begin(), args.end(), std::next(nodes.begin()), in CallCFunctionImpl() 763 static_cast<int>(nodes.size()), nodes.begin()); in CallCFunctionImpl() 866 // The raw machine assembler nodes do not have effect and control inputs, in MakeNode()
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
| H A D | rs_profiler_base.cpp | 346 // remove all nodes belong to given pid (by matching higher 32 bits of node id) in FilterForPlayback() 454 std::vector<std::shared_ptr<RSRenderNode>> nodes; in MarshalNodes() local 455 nodes.emplace_back(rootRenderNode); in MarshalNodes() 462 nodes.emplace_back(node); in MarshalNodes() 467 const uint32_t nodeCount = nodes.size(); in MarshalNodes() 469 for (const auto& node : nodes) { // no nullptr in nodes, omit check in MarshalNodes()
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
| H A D | data.h | 57 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::Node>> nodes; member
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
| H A D | render_service_client_rs_animation_demo.cpp | 39 std::vector<std::shared_ptr<RSCanvasNode>> nodes; variable
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
| H A D | rdb_query.h | 31 void SetQueryNodes(const std::string& tableName, DistributedData::QueryNodes&& nodes) override;
|
| H A D | rdb_query.cpp | 117 void RdbQuery::SetQueryNodes(const std::string& tableName, QueryNodes&& nodes) in SetQueryNodes() argument 120 queryNodes_ = std::move(nodes); in SetQueryNodes()
|
| /third_party/PyYAML/lib/yaml/ |
| H A D | composer.py | 6 from .nodes import *
|
| H A D | serializer.py | 6 from .nodes import *
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| H A D | extdependency.py | 47 def nodes(self): member in DiGraph 48 """Iterate over the nodes in the graph.""" 53 Iterate over the nodes reachable from the given start node, excluding 60 # All nodes seen during traversal. 63 # The stack of nodes that need visiting. 85 # Set of adjacent of nodes. 143 # Walk a list of the leaf nodes (version and extension
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/ |
| H A D | node_system.cpp | 148 // Interface that allows nodes to access other nodes and request cache updates. 500 // Cache for nodes. 1071 vector<Entity> nodes; in CloneNode() local 1072 nodes.reserve(nodeManager_.GetComponentCount()); in CloneNode() 1074 GatherNodeEntities(node, nodes); in CloneNode() 1076 nodes.push_back(node.GetEntity()); in CloneNode() 1081 oldToNew.reserve(nodes.size()); in CloneNode() 1082 for (const Entity& originalEntity : nodes) { in CloneNode() 1116 return GetNode(oldToNew[nodes in CloneNode() [all...] |
| /foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/ |
| H A D | js_auto_fill_extension_util.cpp | 88 for (auto element : viewData.nodes) { in WrapViewData() 212 viewData.nodes.emplace_back(node); in UnwrapViewData()
|
| /foundation/ability/ability_runtime/interfaces/inner_api/auto_fill_manager/src/ |
| H A D | auto_fill_manager.cpp | 223 for (auto it = viewData.nodes.begin(); it != viewData.nodes.end(); ++it) { in IsNeed2SaveRequest()
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/ |
| H A D | rdb_subscriber_manager.cpp | 268 void RdbSubscriberManager::SetObserverNotifyOnEnabled(std::vector<ObserverNode> &nodes)
in SetObserverNotifyOnEnabled() argument 270 for (auto &node : nodes) {
in SetObserverNotifyOnEnabled()
|
| /foundation/window/window_manager/wmserver/src/ |
| H A D | display_zoom_controller.cpp | 160 void DisplayZoomController::ClearZoomTransform(std::vector<sptr<WindowNode>> nodes) in ClearZoomTransform() argument 165 for (auto& node: nodes) { in ClearZoomTransform()
|
| /third_party/alsa-utils/topology/nhlt/intel/ssp/ |
| H A D | ssp-debug.c | 214 fprintf(stdout, "aux sync node_id %u\n", sync->nodes[j].node_id); in ssp_print_internal() 215 fprintf(stdout, "aux sync sampling_rate %u\n", sync->nodes[j].sampling_rate); in ssp_print_internal()
|
| /third_party/PyYAML/tests/lib/ |
| H A D | test_yaml_ext.py | 53 def new_serialize_all(nodes, stream=None, Dumper=yaml.CDumper, **kwds): 54 return old_serialize_all(nodes, stream, Dumper, **kwds)
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | amdgpu_test.c | 355 devices[i]->nodes[drm_node], in amdgpu_open_devices() 366 devices[i]->nodes[drm_node], in amdgpu_open_devices() 627 * only device nodes in /dev/dri/ */ in amdgpu_node_is_drm()
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-graph-builder.h | 43 block->nodes().RevalidateTail(); in Build() 166 // DCHECK(!current_block_->nodes().is_empty()); in VisitSingleBytecode() 178 // Clear new nodes for the next VisitFoo in VisitSingleBytecode() 200 current_block_->nodes().Add(node); in AddNode() 266 // We shouldn't be moving newly created nodes between registers. in MoveNodeBetweenRegisters() 330 // We should only set register values to nodes that were newly created in in StoreRegister() 331 // this Visit. Existing nodes should be moved between registers with in StoreRegister()
|
| /third_party/node/deps/v8/src/regexp/experimental/ |
| H A D | experimental-compiler.cc | 59 for (RegExpTree* child : *node->nodes()) { 377 for (RegExpTree* child : *node->nodes()) {
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcShaderLibrary.cpp | 1159 vector<tcu::TestNode*> nodes = parser.parse(&buf[0]); in loadShaderFile() local 1161 return nodes; in loadShaderFile()
|
| /foundation/arkui/ace_engine/interfaces/native/node/ |
| H A D | node_model.cpp | 138 static const ArkUINodeType nodes[] = { ARKUI_CUSTOM, ARKUI_TEXT, ARKUI_SPAN, ARKUI_IMAGE_SPAN, ARKUI_IMAGE, in CreateNode() local 148 if (nodeType >= sizeof(nodes) / sizeof(ArkUINodeType)) { in CreateNode() 154 auto* uiNode = impl->getBasicAPI()->createNode(nodes[nodeType], id, ARKUI_NODE_FLAG_C); in CreateNode()
|
| /third_party/jinja2/ |
| H A D | nodes.py | 1 """AST nodes generated by the parser for the compiler. Also provides 3 to normalize nodes. 53 """A metaclass for nodes that handles the field and attribute 104 """Baseclass for all Jinja nodes. There are a number of nodes available 109 - :class:`Helper`: helper nodes 112 All nodes have fields and attributes. Fields may be other nodes, lists, 117 all nodes automatically. 129 raise TypeError("abstract nodes ar [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_signature.c | 780 const struct dxil_mdnode *nodes[VARYING_SLOT_MAX]; in get_signature_metadata() local 782 nodes[i] = fill_SV_param_nodes(mod, i, &recs[i], &psvs[i], is_input); in get_signature_metadata() 785 return dxil_get_metadata_node(mod, nodes, num_elements); in get_signature_metadata()
|
| /third_party/node/deps/v8/src/inspector/ |
| H A D | v8-profiler-agent-impl.cc | 134 auto nodes = in createCPUProfile() local 136 flattenNodesTree(inspector, v8profile->GetTopDownRoot(), nodes.get()); in createCPUProfile() 138 .setNodes(std::move(nodes)) in createCPUProfile()
|