Home
last modified time | relevance | path

Searched refs:nodes (Results 376 - 400 of 484) sorted by relevance

1...<<11121314151617181920

/third_party/node/deps/icu-small/source/common/unicode/
H A Dstringtriebuilder.h176 * registerNode() and registerFinalValue() take ownership of their input nodes,
177 * and only return owned nodes.
190 // Hash set of nodes, maps from nodes to integer 1.
192 UHashtable *nodes; member in StringTrieBuilder
213 * Branch nodes in this trie data structure are not symmetric.
214 * Most branch edges "jump" to other nodes but the rightmost branch edges
222 * offset field which gets positive values when nodes are written.
229 * After root.markRightEdgesFirst(-1) the offsets of all nodes are negative
232 * @param edgeNumber The first edge number for this node and its sub-nodes
[all...]
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
H A Dcdoc.py299 node = docutils.nodes.section()
/third_party/node/deps/v8/src/compiler/
H A Dschedule.h26 // A basic block contains an ordered list of nodes and ends with a control
28 // first nodes in the block.
32 // Possible control nodes that can end a block.
159 NodeVector* nodes() { return &nodes_; } in nodes() function in v8::internal::compiler::final
184 NodeVector nodes_; // nodes of this block in forward order.
198 // A schedule represents the result of assigning nodes to basic blocks
218 // Check if nodes {a} and {b} are in the same block.
288 // For CSA/Torque: Eliminates unnecessary phi nodes, including phis with a
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h161 /* for nodes relationship */
289 * worry about nodes that can't use the complex slot for (2), since there
302 * nodes for the next instruction) but when there is a complex1 node in
420 gpir_node *nodes[4]; member
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationbuilder.h63 * node=nodes[index].
90 * Skips over nodes of weaker strength to maintain collation order
107 * Skips weaker nodes and tailored nodes if the current node is stronger
155 * Walks the tailoring graph and overwrites tailored nodes with new CEs.
157 * The nodes array can then be used only as a source of tailored CEs.
161 * Counts the tailored nodes of the given strength up to the next node
225 /** At most 1M nodes, limited by the 20 bits in node bit fields. */
228 * Node bit 6 is set on a primary node if there are nodes
233 * Node bit 5 is set on a primary or secondary node if there are nodes
403 UVector64 nodes; global() member in CollationBuilder
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DGraphWriter.h118 // Emit all of the nodes in the graph... in writeGraph()
156 for (const auto Node : nodes<GraphType>(G)) in writeNodes()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringtriebuilder.h176 * registerNode() and registerFinalValue() take ownership of their input nodes,
177 * and only return owned nodes.
190 // Hash set of nodes, maps from nodes to integer 1.
192 UHashtable *nodes; member in StringTrieBuilder
213 * Branch nodes in this trie data structure are not symmetric.
214 * Most branch edges "jump" to other nodes but the rightmost branch edges
222 * offset field which gets positive values when nodes are written.
229 * After root.markRightEdgesFirst(-1) the offsets of all nodes are negative
232 * @param edgeNumber The first edge number for this node and its sub-nodes
[all...]
/third_party/protobuf/src/google/protobuf/
H A Darena_impl.h158 CleanupNode nodes[1]; // True length is |size|. member
/third_party/selinux/libsepol/cil/src/
H A Dcil_tree.c241 if (datum->nodes == NULL) { in cil_tree_node_destroy()
H A Dcil_resolve_ast.c566 a1_node = a1->datum.nodes->head->data; in cil_resolve_alias_to_actual()
574 a1_node = a1->datum.nodes->head->data; in cil_resolve_alias_to_actual()
2378 if (current != block->datum.nodes->head->data) { in cil_resolve_blockinherit_copy()
2459 if (block_datum->nodes && block_datum->nodes->head != block_datum->nodes->tail) { in cil_resolve_in()
2860 cil_list_append(((struct cil_symtab_datum*)catset)->nodes, in cil_build_call_args()
2890 cil_list_append(((struct cil_symtab_datum*)level)->nodes, in cil_build_call_args()
2920 cil_list_append(((struct cil_symtab_datum*)range)->nodes, in cil_build_call_args()
2954 cil_list_append(DATUM(ipaddr)->nodes, CIL_LIST_ITE in cil_build_call_args()
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp327 // Hide nodes, reset properties and start next loop in PerformLayoutInWeightMode()
335 // Layout magic nodes in PerformLayoutInWeightMode()
940 std::list<MagicLayoutNode> nodes; in TravelChildrenFlexProps() local
941 nodes.emplace_back(node); in TravelChildrenFlexProps()
942 magicNodes_[idx] = nodes; in TravelChildrenFlexProps()
971 // push infinite nodes in ResizeByItem()
/foundation/graphic/graphic_3d/lume/LumeRender/src/
H A Drenderer.cpp131 // reset always, dependencies are redone with new nodes in InitializeRenderNodeContextData()
136 // with dynamic render node graphs, single nodes can be initialized in InitializeRenderNodeContextData()
409 rngd.nodes.push_back(move(rnd)); in CreateDefaultRenderNodeGraphs()
417 rngd.nodes.push_back(move(rnd)); in CreateDefaultRenderNodeGraphs()
430 rngd.nodes.push_back(move(rnd)); in CreateDefaultRenderNodeGraphs()
676 // render graph process for all render nodes of all render graphs in RenderFrameImpl()
893 // single threaded gpu resource creation with render nodes in ExecuteRenderNodes()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorVulkan.cpp773 std::array<TIntermNode *, 8> nodes = { in AddBresenhamEmulationFS() local
775 emulationSequence->insert(emulationSequence->begin(), nodes.begin(), nodes.end()); in AddBresenhamEmulationFS()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp2913 // Depth-first iterates through all host's child nodes to collect the SpanNode object, building a text rendering in PreCreateLayoutWrapper()
2915 std::stack<SpanNodeInfo> nodes; in PreCreateLayoutWrapper() local
2917 nodes.push({ .node = *iter }); in PreCreateLayoutWrapper()
2920 InitSpanItem(nodes); in PreCreateLayoutWrapper()
2923 void TextPattern::InitSpanItem(std::stack<SpanNodeInfo> nodes) in InitSpanItem() argument
2931 if (!nodes.empty()) { in InitSpanItem()
2939 CollectSpanNodes(nodes, isSpanHasClick); in InitSpanItem()
3005 void TextPattern::CollectSpanNodes(std::stack<SpanNodeInfo> nodes, bool& isSpanHasClick) in CollectSpanNodes() argument
3007 while (!nodes.empty()) { in CollectSpanNodes()
3008 auto current = nodes in CollectSpanNodes()
[all...]
H A Dtext_pattern.h907 void CollectSpanNodes(std::stack<SpanNodeInfo> nodes, bool& isSpanHasClick);
918 void InitSpanItem(std::stack<SpanNodeInfo> nodes);
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Drepeat_node_cache_syntax_test.cpp338 std::list<RefPtr<UINode>> nodes = repeatNode->GetChildren(); in HWTEST_F() local
339 EXPECT_EQ(nodes.size(), 0); in HWTEST_F()
496 * @tc.expected: Because there are no nodes nullptr is returned in HWTEST_F()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_ohos.c1038 /* Handle control nodes using __DRI_DRI2_LOADER extension and GEM names in ohos_load_driver()
1183 dri2_dpy->fd = loader_open_device(device->nodes[node_type]); in ohos_open_device()
1187 __func__, device->nodes[node_type]); in ohos_open_device()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp750 std::queue<NG::UINode*>& nodes, RefPtr<NG::FrameNode>& result) in FindFrameNodeByAccessibilityId()
761 nodes.push(Referenced::RawPtr(child)); in FindFrameNodeByAccessibilityId()
772 std::queue<NG::UINode*> nodes; in GetFramenodeByAccessibilityId() local
773 nodes.push(Referenced::RawPtr(root)); in GetFramenodeByAccessibilityId()
776 while (!nodes.empty()) { in GetFramenodeByAccessibilityId()
777 auto current = nodes.front(); in GetFramenodeByAccessibilityId()
778 nodes.pop(); in GetFramenodeByAccessibilityId()
783 if (FindFrameNodeByAccessibilityId(id, children, nodes, frameNodeResult)) { in GetFramenodeByAccessibilityId()
788 if (FindFrameNodeByAccessibilityId(id, children, nodes, frameNodeResult)) { in GetFramenodeByAccessibilityId()
799 if (FindFrameNodeByAccessibilityId(id, children, nodes, frameNodeResul in GetFramenodeByAccessibilityId()
749 FindFrameNodeByAccessibilityId(int64_t id, const std::list<RefPtr<NG::UINode>>& children, std::queue<NG::UINode*>& nodes, RefPtr<NG::FrameNode>& result) FindFrameNodeByAccessibilityId() argument
3963 std::queue<RefPtr<NG::UINode>> nodes; FindNodeFromRootByExtensionId() local
[all...]
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_0.cpp1011 std::vector<OHOS::HDI::Nnrt::V2_0::Node> nodes; in LiteGraph_To_HDIModel() local
1015 // nodes in LiteGraph_To_HDIModel()
1032 nodes.emplace_back(tmp); in LiteGraph_To_HDIModel()
1083 retModel->nodes = nodes; in LiteGraph_To_HDIModel()
H A Dlite_graph_to_hdi_model_v1_0.cpp1010 std::vector<OHOS::HDI::Nnrt::V1_0::Node> nodes; in LiteGraph_To_HDIModel() local
1014 // nodes in LiteGraph_To_HDIModel()
1031 nodes.emplace_back(tmp); in LiteGraph_To_HDIModel()
1082 retModel->nodes = nodes; in LiteGraph_To_HDIModel()
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-process.c678 node->node_id = aux->sync.nodes[i].node_id; in ssp_calculate_intern_ext()
679 node->sampling_rate = aux->sync.nodes[i].sampling_rate; in ssp_calculate_intern_ext()
1175 ssp->ssp_prm[di].aux_cfg[hwi].sync.nodes[count].node_id = node_id; in ssp_node_set_params()
1176 ssp->ssp_prm[di].aux_cfg[hwi].sync.nodes[count].sampling_rate = sampling_rate; in ssp_node_set_params()
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_device.c309 const char *path = drm_render_device->nodes[DRM_NODE_RENDER]; in pvr_physical_device_init()
364 primary_path = drm_primary_device->nodes[DRM_NODE_PRIMARY]; in pvr_physical_device_init()
540 drm_render_device->nodes[DRM_NODE_RENDER]); in pvr_enumerate_devices()
546 drm_primary_device->nodes[DRM_NODE_PRIMARY]); in pvr_enumerate_devices()
/third_party/libdrm/
H A Dxf86drm.c3277 * only device nodes in /dev/dri/ */ in drmNodeIsDRM()
3414 * only device nodes in /dev/dri/ */ in drmGetMinorNameForFD()
4019 device->nodes = (char **)ptr; in drmDeviceAlloc()
4024 device->nodes[i] = ptr; in drmDeviceAlloc()
4028 memcpy(device->nodes[type], node, max_node_length); in drmDeviceAlloc()
4468 memcpy(local_devices[i]->nodes[node_type], in drmFoldDuplicatedDevices()
4469 local_devices[j]->nodes[node_type], drmGetMaxNodeName()); in drmFoldDuplicatedDevices()
4490 if (stat(device->nodes[i], &sbuf) == 0 && in drm_device_has_rdev()
4500 * 3x64 devices nodes. That's 64 for each of primary, control and
4501 * render nodes
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h675 // The skeleton nodes, used as joints in this skin.
717 BASE_NS::vector<Node*> nodes; member
/third_party/cares/include/
H A Dares.h626 struct ares_addrinfo_node *nodes; member

Completed in 53 milliseconds

1...<<11121314151617181920