Home
last modified time | relevance | path

Searched defs:node (Results 2876 – 2900 of 8398) sorted by relevance

1...<<111112113114115116117118119120>>...336

/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/
DConstant.cpp1330 TIntermTyped* TIntermediate::foldDereference(TIntermTyped* node, int index, const TSourceLoc& loc) in foldDereference()
1366 TIntermTyped* TIntermediate::foldSwizzle(TIntermTyped* node, TSwizzleSelectors<TVectorSelector>& se… in foldSwizzle()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/
H A Dlist.h117 struct list_head *node; in list_length() local
148 struct list_head *node; in list_validate() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpropagator_state.h90 void push_back(const TaggedNode& node) { ready_.push_back(node); } in push_back()
539 void push_back(const TaggedNode& node) { readyp_.push(node); } in push_back()
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/
Dtest_util.py22 def assertStr(self, node, string): argument
104 def _find_bind_rec(self, name, node): argument
/aosp_15_r20/external/guice/extensions/struts2/lib/
HDfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...
/aosp_15_r20/external/libxml2/python/
H A Dlibxml.c1202 xmlEnumerationPtr node; in pythonAttributeDecl() local
2583 xmlNodePtr node; in libxml_xmlNodeGetNsDefs() local
2605 xmlNodePtr node; in libxml_xmlNodeRemoveNsDef() local
2654 xmlNodePtr node; in libxml_xmlNodeGetNs() local
2685 xmlNodePtr node; in libxml_serializeNode() local
2758 xmlNodePtr node; in libxml_saveNodeTo() local
2835 xmlNodePtr node; in libxml_xmlNewNode() local
/aosp_15_r20/prebuilts/misc/common/jacoco/lib/
HDorg.jacoco.report-0.8.8.202204050719.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jacoco/ org/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.8.3/
HDjsoup-1.8.3.jar ... public void head (org.jsoup.nodes.Node, int) org.jsoup.nodes.Node ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jsoup/jsoup/1.6.3/
HDjsoup-1.6.3.jar ... public void head (org.jsoup.nodes.Node, int) org.jsoup.nodes.Node ...
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dlist.h132 struct list_head *node; in list_length() local
163 struct list_head *node; in list_validate() local
/aosp_15_r20/external/iproute2/include/uapi/linux/
H A Dtipc.h50 __u32 node; member
86 unsigned int node) in tipc_addr()
/aosp_15_r20/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaPipeline.cpp202 static void collectLayers(RenderNode* node, LayerUpdateQueue* layers) { in collectLayers()
377 static Rect nodeBounds(RenderNode& node) { in nodeBounds()
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Dfeedback_arc_set.rs124 let node = entry.data(); in good_node_sequence() localVariable
244 let node = nodes[ix].data(); in suitable_bucket() localVariable
/aosp_15_r20/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qir_schedule.c130 struct schedule_node *node; member
592 compute_delay(struct dag_node *node, void *state) in compute_delay()
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h240 void replaceSuccessor(ExplodedNode *node) { Succs.replaceNode(node); } in replaceSuccessor()
241 void replacePredecessor(ExplodedNode *node) { Preds.replaceNode(node); } in replacePredecessor()
/aosp_15_r20/external/mesa3d/src/util/
H A Dlist.h139 struct list_head *node; in list_length() local
170 struct list_head *node; in list_validate() local
/aosp_15_r20/external/f2fs-tools/fsck/
H A Dinject.c768 static int inject_inode(struct f2fs_sb_info *sbi, struct f2fs_node *node, in inject_inode()
838 static int inject_index_node(struct f2fs_sb_info *sbi, struct f2fs_node *node, in inject_index_node()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dloop_unrolling.cpp25 bool isForLoop(Node* node) { in isForLoop()
221 Node* node = *it; in UnrollLoops() local
H A Dvulkan_rewrite.cpp310 auto node = match.values_map.at(vmap.at("params_cpu"))->node(); in insertPrePackedGruOp() local
334 auto node = match.values_map.at(vmap.at("hx"))->node(); in insertPrePackedLstmOp() local
/aosp_15_r20/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
H A DReportTask.java395 public void onViolation(final ICoverageNode node, final Rule rule, in onViolation()
598 private void checkForMissingDebugInformation(final ICoverageNode node) { in checkForMissingDebugInformation()
/aosp_15_r20/external/coreboot/src/soc/intel/common/block/crashlog/
H A Dcrashlog.c329 cl_node_t *node = malloc(sizeof(cl_node_t)); in malloc_cl_node() local
343 void free_cl_node(cl_node_t *node) in free_cl_node()
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
H A DValue.java60 public static Value fromNode(JsonNode node) { in fromNode()
362 public static Endpoint fromNode(JsonNode node) { in fromNode()
/aosp_15_r20/external/cronet/base/containers/
H A Dlinked_list_unittest.cc53 for (const LinkNode<Node>* node = (forward ? list.head() : list.tail()); in ExpectListContentsForDirection() local
269 MultipleInheritanceNode node; in TEST() local
/aosp_15_r20/external/XNNPACK/src/
H A Druntime.c270 struct xnn_node* node = subgraph->nodes + i; in xnn_create_runtime_v4() local
295 const struct xnn_node* node = subgraph->nodes + i; in xnn_create_runtime_v4() local
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Ddevice_assignment.rs426 fn node(&self, path: &DtPathTokens) -> Result<Option<FdtNode>> { in node() method
427 let mut node = self.as_ref().root(); in node() localVariable
1079 let mut node = compatible.ok_or(DeviceAssignmentError::TooManyPvIommu)?; in patch_pviommus() localVariable
1540 let node = AssignedDeviceNode::parse(platform_dt, &expected.path); in device_info_overlay_iommu() localVariable
1599 let node = AssignedDeviceNode::parse(platform_dt, &expected.path); in device_info_multiple_devices_iommus() localVariable
1648 let node = AssignedDeviceNode::parse(platform_dt, &expected.path); in device_info_iommu_sharing() localVariable

1...<<111112113114115116117118119120>>...336