Home
last modified time | relevance | path

Searched defs:node (Results 1326 – 1350 of 8398) sorted by relevance

1...<<51525354555657585960>>...336

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DRegistry.h49 class node; variable
55 friend class node; variable
69 node(const entry &V) : Next(nullptr), Val(V) {} in node() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DRegistry.h49 class node; variable
55 friend class node; variable
69 node(const entry &V) : Next(nullptr), Val(V) {} in node() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DRegistry.h49 class node; variable
55 friend class node; variable
69 node(const entry &V) : Next(nullptr), Val(V) {} in node() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DRegistry.h49 class node; variable
55 friend class node; variable
69 node(const entry &V) : Next(nullptr), Val(V) {} in node() function
/aosp_15_r20/external/python/cpython2/Modules/_sqlite/
Dcache.c31 pysqlite_Node* node; in pysqlite_new_node() local
92 pysqlite_Node* node; in pysqlite_cache_dealloc() local
119 pysqlite_Node* node; in pysqlite_cache_get() local
/aosp_15_r20/external/google-cloud-java/java-tpu/google-cloud-tpu/src/test/java/com/google/cloud/tpu/v2/
H A DTpuClientTest.java332 Node node = Node.newBuilder().build(); in createNodeTest() local
358 Node node = Node.newBuilder().build(); in createNodeExceptionTest() local
402 Node node = Node.newBuilder().build(); in createNodeTest2() local
428 Node node = Node.newBuilder().build(); in createNodeExceptionTest2() local
695 Node node = Node.newBuilder().build(); in updateNodeTest() local
719 Node node = Node.newBuilder().build(); in updateNodeExceptionTest() local
/aosp_15_r20/external/exfatprogs/fsck/
H A Dfsck.c106 struct exfat_inode *node) in check_clus_chain()
286 struct exfat_inode *node, in root_check_clus_chain()
631 static int check_inode(struct exfat_de_iter *iter, struct exfat_inode *node) in check_inode()
858 struct exfat_inode *node = NULL; in read_file_dentry_set() local
980 struct exfat_inode *node; in read_file() local
1161 struct exfat_inode *node = NULL; in read_children() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/
H A DStringTrieBuilder.java304 ValueNode node=builder.createSuffixNode(s, start, sValue); in add() local
509 public void add(char c, Node node) { in add()
562 Node node=equal.get(start); in register() local
699 public void add(int c, Node node) { in add()
810 ValueNode node=registerFinalValue(sValue); in createSuffixNode() local
868 protected abstract int writeValueAndType(boolean hasValue, int value, int node); in writeValueAndType()
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DStringTrieBuilder.java303 ValueNode node=builder.createSuffixNode(s, start, sValue); in add() local
508 public void add(char c, Node node) { in add()
561 Node node=equal.get(start); in register() local
698 public void add(int c, Node node) { in add()
809 ValueNode node=registerFinalValue(sValue); in createSuffixNode() local
867 protected abstract int writeValueAndType(boolean hasValue, int value, int node); in writeValueAndType()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmeta_optimizer.cc85 for (const auto& node : graph.node()) { in NumEdges() local
176 for (auto& node : g_def.node()) { in GetGraphDevice() local
1001 for (const NodeDef& node : func_def->node_def()) { in PropagateTFDataAttrs() local
1090 for (const NodeDef& node : nodes) { in OptimizeConsumeItem() local
1122 for (const NodeDef& node : func_def->node_def()) { in OptimizeConsumeItem() local
1134 for (const NodeDef& node : nodes) { in OptimizeConsumeItem() local
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMTreeWalker.java201 private final void dispatachChars(int node) in dispatachChars()
215 protected void startNode(int node) throws org.xml.sax.SAXException in startNode()
363 protected void endNode(int node) throws org.xml.sax.SAXException in endNode()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dcluster_scoping_pass.cc54 std::optional<string> GetXlaInternalScope(Node* node) { in GetXlaInternalScope()
63 void SetXlaInternalScope(Node* node, StringPiece scope) { in SetXlaInternalScope()
87 void AddOrAppendXlaInternalScope(Node* node, absl::string_view suffix) { in AddOrAppendXlaInternalScope()
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/
H A Dbdk-qlm.c266 int bdk_qlm_measure_clock(bdk_node_t node, int qlm) in bdk_qlm_measure_clock()
283 int bdk_qlm_set_clock(bdk_node_t node, int qlm, bdk_qlm_clock_t clk) in bdk_qlm_set_clock()
354 int bdk_qlm_eye_display(bdk_node_t node, int qlm, int qlm_lane, int format, const bdk_qlm_eye_t *ey… in bdk_qlm_eye_display()
/aosp_15_r20/external/executorch/backends/xnnpack/partition/config/
H A Dxnnpack_config.py144 def _check_inputs_are_valid_dtypes(self, node, valid_dtypes): argument
177 def _check_outputs_are_valid_dtypes(self, node, valid_dtypes): argument
195 def _check_node_has_valid_dtype(self, node): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dkernel_util.h155 inline int NumInputs(const TfLiteNode* node) { in NumInputs()
158 inline int NumOutputs(const TfLiteNode* node) { in NumOutputs()
163 inline int NumIntermediates(const TfLiteNode* node) { in NumIntermediates()
H A Dlstm.cc143 TfLiteContext* context, TfLiteNode* node, in PopulateQuantizedLstmParams8x8_16()
465 TfLiteContext* context, TfLiteNode* node, in PopulateQuantizedLstmParams8x8_8()
854 TfLiteNode* node, int n_input, in CheckInputTensorDimensions()
1155 TfLiteNode* node) { in PopulatePrecomputedZPTimesWeightsWithBias()
1285 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
1829 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
2163 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
2240 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
2369 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
2381 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
H A Dadd.cc87 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
233 void EvalAdd(TfLiteContext* context, TfLiteNode* node, TfLiteAddParams* params, in EvalAdd()
296 TfLiteStatus EvalAddQuantized(TfLiteContext* context, TfLiteNode* node, in EvalAddQuantized()
391 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/pigweed/pw_containers/
H A Daa_tree_item.cc41 AATreeItem* node = this; in GetRoot() local
83 AATreeItem* node; in Unmap() local
160 AATreeItem* node = this; in Rebalance() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/util/
DProfileData.java80 Node node = mRoot; in addSample() local
131 private void writeOneStack(Node node, int depth) throws IOException { in writeOneStack()
140 private void writeAllStacks(Node node, int depth) throws IOException { in writeAllStacks()
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/threed/
H A DPolyhedronsSet.java452 public Order visitOrder(final BSPTree<Euclidean3D> node) { in visitOrder()
457 public void visitInternalNode(final BSPTree<Euclidean3D> node) { in visitInternalNode()
470 public void visitLeafNode(final BSPTree<Euclidean3D> node) { in visitLeafNode()
522 private SubHyperplane<Euclidean3D> recurseFirstIntersection(final BSPTree<Euclidean3D> node, in recurseFirstIntersection()
/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGRenderContext.cpp197 SkSVGRenderContext::SkSVGRenderContext(const SkSVGRenderContext& other, const SkSVGNode* node) in SkSVGRenderContext()
318 const auto node = this->findNodeById(filter.iri()); in applyFilter() local
372 const auto node = this->findNodeById(mask.iri()); in applyMask() local
432 const auto node = this->findNodeById(paint_selector.iri()); in commonPaint() local
/aosp_15_r20/external/webrtc/test/network/
H A Dnetwork_emulation_manager.cc78 auto node = std::make_unique<EmulatedNetworkNode>( in CreateEmulatedNode() local
111 auto node = std::make_unique<EmulatedEndpointImpl>( in CreateEndpoint() local
196 for (auto* node : route->via_nodes) { in ClearRoute() local
329 for (auto* node : nodes) { in GetStats() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/detail/
Drbtree_node.hpp46 typedef compact_rbtree_node<VoidPointer> node; typedef
57 typedef rbtree_node<VoidPointer> node; typedef
71 typedef rbtree_node<VoidPointer> node; typedef
125 typedef compact_rbtree_node<VoidPointer> node; typedef
/aosp_15_r20/external/XNNPACK/src/subgraph/
H A Dconcatenate.c17 const struct xnn_node *node, in create_concatenate_operator_helper()
50 const struct xnn_node* node, in create_concatenate2_operator()
100 const struct xnn_node* node, in create_concatenate3_operator()
159 const struct xnn_node* node, in create_concatenate4_operator()
603 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_concatenate_n() local
/aosp_15_r20/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/
H A DParsingSteps.java275 Node node = (Node) state.get("selectedNode"); in thenTheBeginLineIs() local
281 Node node = (Node) state.get("selectedNode"); in thenTheBeginColumnIs() local
287 Node node = (Node) state.get("selectedNode"); in thenTheEndLineIs() local
293 Node node = (Node) state.get("selectedNode"); in thenTheEndColumnIs() local
305 PackageDeclaration node = (PackageDeclaration) state.get("selectedNode"); in thenThePackageNameIs() local

1...<<51525354555657585960>>...336