Home
last modified time | relevance | path

Searched defs:node (Results 1676 – 1700 of 8398) sorted by relevance

1...<<61626364656667686970>>...336

/aosp_15_r20/external/yapf/yapf/yapflib/
H A Didentify_container.py41 def Visit_trailer(self, node): # pylint: disable=invalid-name argument
58 def Visit_atom(self, node): # pylint: disable=invalid-name argument
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c669 xmlNodePtr node = NULL; in xmlXPathErr() local
2705 xmlXPathNodeSetDupNs(xmlNodePtr node, xmlNsPtr ns) { in xmlXPathNodeSetDupNs()
2851 xmlXPathNodeSetAddNs(xmlNodeSetPtr cur, xmlNodePtr node, xmlNsPtr ns) { in xmlXPathNodeSetAddNs()
3329 xmlNodePtr node; in xmlXPathNodeSetClearFromPos() local
3367 xmlNodePtr node; in xmlXPathNodeSetKeepLast() local
3690 xmlXPathNodeLeadingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { in xmlXPathNodeLeadingSorted()
3733 xmlXPathNodeLeading (xmlNodeSetPtr nodes, xmlNodePtr node) { in xmlXPathNodeLeading()
3797 xmlXPathNodeTrailingSorted (xmlNodeSetPtr nodes, xmlNodePtr node) { in xmlXPathNodeTrailingSorted()
3841 xmlXPathNodeTrailing (xmlNodeSetPtr nodes, xmlNodePtr node) { in xmlXPathNodeTrailing()
4642 xmlNodePtr node; in xmlXPathReleaseObject() local
[all …]
/aosp_15_r20/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
H A DNodePage.java31 private final NodeType node; field in NodePage
45 protected NodePage(final NodeType node, final ReportPage parent, in NodePage()
/aosp_15_r20/external/python/cpython2/Tools/compiler/
Ddemo.py18 def visitClass(self, node, scope=None): argument
21 def visitFunction(self, node, scope=None): argument
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Dprofile.c149 #define CHECK_MAGIC(node) \ argument
693 struct profile_node *node; in parse_line() local
1052 void profile_free_node(struct profile_node *node) in profile_free_node()
1120 errcode_t profile_verify_node(struct profile_node *node) in profile_verify_node()
1208 struct profile_node **node) in profile_find_node()
1279 struct profile_node *node; member
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmeta_optimizer_test.cc334 const string& id) { in TEST_F()
363 for (const NodeDef& node : output.node()) { in TEST_F() local
374 for (const NodeDef& node : optimized_func_0->node_def()) { in TEST_F() local
389 for (const NodeDef& node : optimized_func->node_def()) { in TEST_F() local
584 for (const NodeDef& node : output.node()) { in TEST_F() local
1010 for (const auto& node : output.node()) { in TEST_F() local
/aosp_15_r20/external/guice/extensions/persist/lib/
HDjaxen-1.1-beta-7.jar ... .Object) throws org.jaxen.JaxenException Object node org.jaxen.Context context public java.lang ...
/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Doptimizer.py23 def optimize(node, environment): argument
35 def fold(self, node, eval_ctx=None): argument
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/ops/
H A Ddevice_data.cpp25 const DeviceData* DeviceData::Cast(const Node* node) { in Cast()
30 NodePtr node = ReuseOrMakeNode<DeviceData>(data); in Create() local
/aosp_15_r20/external/python/jinja/src/jinja2/
Doptimizer.py14 def optimize(node, environment): argument
25 def generic_visit(self, node, *args, **kwargs): argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/
Dares_llist.c34 void ares__init_list_node(struct list_node* node, void* d) { in ares__init_list_node()
55 void ares__remove_from_list(struct list_node* node) { in ares__remove_from_list()
/aosp_15_r20/external/XNNPACK/test/
H A Dglobal-average-pooling-1d.cc121 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
160 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
199 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
H A Dglobal-average-pooling-2d.cc114 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
153 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
192 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
H A Dconcatenate2.cc162 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
209 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
253 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
H A Deven-split3.cc171 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
229 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
283 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
H A Ddepth-to-space.cc127 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
168 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
205 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
/aosp_15_r20/system/extras/simpleperf/
H A DCallChainJoiner.cpp49 CacheNode* node = GetNode(tid, ips[i], sps[i]); in AddCallChain() local
113 CacheNode* node = FindNode(tid, ip, sp); in GetNode() local
139 CacheNode* node = &nodes_[nodes_->leaf_link_next]; in AllocNode() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DDeclarePerVertexBlocks.cpp63 TIntermGlobalQualifierDeclaration *node) override in visitGlobalQualifierDeclaration()
88 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override in visitDeclaration()
281 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override in visitDeclaration()
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/
H A Dport.cc219 void NUMASetThreadNodeAffinity(int node) { in NUMASetThreadNodeAffinity()
284 void* NUMAMalloc(int node, size_t size, int minimum_alignment) { in NUMAMalloc()
311 int node = kNUMANoAffinity; in NUMAGetMemAffinity() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dunordered_set_hook.hpp73 typedef unordered_node<VoidPointer, StoreHash, OptimizeMultiKey> node; typedef
107 typedef typename NodeTraits::node node; typedef
126 typedef typename NodeTraits::node node; typedef
/aosp_15_r20/external/skia/tools/viewer/
H A DImageFilterDAGSlide.cpp133 static void draw_node(SkCanvas* canvas, const FilterNode& node) { in draw_node()
214 static float print_info(SkCanvas* canvas, const FilterNode& node) { in print_info()
249 static float draw_dag(SkCanvas* canvas, SkSurface* nodeSurface, const FilterNode& node) { in draw_dag()
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/if/
H A Dbdk-if-phy-marvell.c48 static void setup_marvell_phy(bdk_node_t node, int mdio_bus, int mdio_addr) in setup_marvell_phy()
90 int bdk_if_phy_marvell_setup(bdk_node_t node, int qlm, int mdio_bus, int phy_addr) in bdk_if_phy_marvell_setup()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Drefine_tuple_types.cpp11 static void VisitTupleNode(Node* node) { in VisitTupleNode()
35 for (auto* node = it.next(); node != nullptr; node = it.next()) { in RefineTupleTypes() local
/aosp_15_r20/frameworks/base/tools/codegen/src/com/android/codegen/
H A DDebug.kt32 val node = this in dumpOneLineNoChildren() constant
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/ddr/
Dstm32mp_ram.c17 int stm32mp_ddr_dt_get_info(void *fdt, int node, struct stm32mp_ddr_info *info) in stm32mp_ddr_dt_get_info()
42 int stm32mp_ddr_dt_get_param(void *fdt, int node, const struct stm32mp_ddr_param *param, in stm32mp_ddr_dt_get_param()

1...<<61626364656667686970>>...336