/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
H A D | Registry.h | 49 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/ |
D | Registry.h | 49 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/ |
D | Registry.h | 49 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/ |
D | Registry.h | 49 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/ |
D | cache.c | 31 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 D | TpuClientTest.java | 332 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 D | fsck.c | 106 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 D | StringTrieBuilder.java | 304 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 D | StringTrieBuilder.java | 303 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 D | meta_optimizer.cc | 85 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 D | DTMTreeWalker.java | 201 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 D | cluster_scoping_pass.cc | 54 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 D | bdk-qlm.c | 266 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 D | xnnpack_config.py | 144 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 D | kernel_util.h | 155 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 D | lstm.cc | 143 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 D | add.cc | 87 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 D | aa_tree_item.cc | 41 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/ |
D | ProfileData.java | 80 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 D | PolyhedronsSet.java | 452 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 D | SkSVGRenderContext.cpp | 197 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 D | network_emulation_manager.cc | 78 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/ |
D | rbtree_node.hpp | 46 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 D | concatenate.c | 17 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 D | ParsingSteps.java | 275 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
|