/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
H A D | ClassOrInterfaceDeclaration.java | 180 public boolean remove(Node node) { in remove() 241 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
H A D | PrimitiveType.java | 191 public boolean remove(Node node) { in remove() 211 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/cronet/net/cert/internal/ |
H A D | trust_store_nss.cc | 189 for (CERTCertListNode* node = CERT_LIST_HEAD(found_certs); in SyncGetIssuersOf() local 236 CERTCertListNode* node; in ListCertsIgnoringNSSRoots() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | LinkedBlockingQueue.java | 201 private void enqueue(Node<E> node) { in enqueue() 329 final Node<E> node = new Node<E>(e); in put() local 409 final Node<E> node = new Node<E>(e); in offer() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/ |
H A D | LinkedBlockingQueue.java | 201 private void enqueue(Node<E> node) { in enqueue() 329 final Node<E> node = new Node<E>(e); in put() local 409 final Node<E> node = new Node<E>(e); in offer() local
|
/aosp_15_r20/external/rust/cxx/book/ |
D | package-lock.json | 43 "node": ">= 0.6" string 62 "node": "*" string 212 "node": ">= 6" string
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
H A D | depthwise_conv_plus_1x1_conv.cc | 316 bool ThinPointwiseFuser::ReserveNode(const GpuInfo& gpu_info, Node* node) { in ReserveNode() 353 void ThinPointwiseFuser::AddNode(const GpuInfo& gpu_info, Node* node) { in AddNode() 628 auto* node = graph.GetNode(first_node_id); in TryDepthwiseConvPlus1x1Conv() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/ |
H A D | graphcycles_test.cc | 245 int node = nodes[node_index]; in TEST() local 355 int node = nodes[node_index]; in TEST() local 549 int node = num_nodes - 1; in BM_ContractEdge() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | LinkedBlockingQueue.java | 201 private void enqueue(Node<E> node) { in enqueue() 329 final Node<E> node = new Node<E>(e); in put() local 409 final Node<E> node = new Node<E>(e); in offer() local
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/renesas/rcar/ |
D | bl2_plat_setup.c | 156 int ret, node; in bl2_lossy_gen_fdt() local 735 int ret, node; in bl2_add_rpc_node() local 763 int ret, node; in bl2_add_dram_entry() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/ |
D | splaytree_algorithms.hpp | 167 typedef typename NodeTraits::node node; typedef in boost::intrusive::splaytree_algorithms 524 static void splay_up(node_ptr node, node_ptr header) in splay_up() 538 static void priv_splay_up(node_ptr node, node_ptr header) in priv_splay_up()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/book/ |
H A D | package-lock.json | 43 "node": ">= 0.6" string 62 "node": "*" string 212 "node": ">= 6" string
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/pool/include/boost/pool/ |
D | pool.hpp | 707 const details::PODptr<size_type> node(ptr, POD_size); in malloc_need_resize() local 747 const details::PODptr<size_type> node(ptr, POD_size); in ordered_malloc_need_resize() local 834 const details::PODptr<size_type> node(ptr, POD_size); in ordered_malloc() local
|
/aosp_15_r20/external/XNNPACK/test/ |
H A D | deconvolution-2d.cc | 197 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local 269 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local 342 const struct xnn_node* node = &subgraph->nodes[0]; in TEST_F() local
|
/aosp_15_r20/frameworks/base/core/java/android/app/assist/ |
H A D | AssistStructure.java | 201 ViewNode node; field in AssistStructure.ViewStackEntry 272 void pushViewStackEntry(ViewNode node, int pos) { in pushViewStackEntry() 1926 ViewNodeBuilder(AssistStructure assist, ViewNode node, boolean async) { in ViewNodeBuilder() 2183 ViewNode node = new ViewNode(); in newChild() local 2191 ViewNode node = new ViewNode(); in asyncNewChild() local 2562 WindowNode node = getWindowNodeAt(i); in dump() local 2569 void dump(String prefix, ViewNode node, boolean showSensitive) { in dump()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | ir.cpp | 413 static void checkSameDevice(const Node* node) { in checkSameDevice() 697 for (auto node : nodes()) { in reIndexTopology() local 719 for (auto node : src->nodes()) { in cloneFrom() local 928 void Value::replaceAllUsesAfterNodeWith(const Node* node, Value* newValue) { in replaceAllUsesAfterNodeWith() 945 const Node* node, in replaceAllUsesDominatedByNodeWith() 1385 const Node* node = this; in isDominatedBy() local 2226 for (auto* node : callee.nodes()) { in insertGraph() local
|
/aosp_15_r20/external/openthread/tests/toranj/ncp/ |
H A D | wpan.py | 543 def join_node(self, node, node_type=JOIN_TYPE_ROUTER, should_set_key=True): argument 556 def allowlist_node(self, node): argument 562 def un_allowlist_node(self, node): argument 780 def __init__(self, node, src_addr, src_port, dst_addr, dst_port, msg, count, mcast_hops=None): argument 815 def node(self): member in AsyncSender 904 def __init__(self, node, local_port): argument 935 def node(self): member in AsyncReceiver
|
/aosp_15_r20/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
H A D | ViewNode.java | 200 void nodeStateChanged(ViewNode node); in nodeStateChanged() 201 void nodeIndexChanged(ViewNode node); in nodeIndexChanged()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | BinaryExpr.java | 205 public boolean remove(Node node) { in remove() 225 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/zopfli/src/zopfli/ |
H A D | katajainen.c | 52 static void InitNode(size_t weight, int count, Node* tail, Node* node) { in InitNode() 148 Node* node; in ExtractBitLengths() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | pad.cc | 109 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 175 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | graph_util_test.py | 212 def set_attr_dtype(self, node, key, value): argument 216 def set_attr_tensor(self, node, key, value, dtype, shape=None): argument
|
/aosp_15_r20/external/arm-trusted-firmware/plat/nvidia/tegra/include/t194/ |
H A D | tegra194_ras_private.h | 206 #define DEFINE_ONE_RAS_NODE(node) \ argument 221 #define DEFINE_ONE_RAS_AUX_DATA(node) \ argument
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/microfrontend/ |
H A D | audio_microfrontend.cc | 87 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 181 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/hlsl/ |
H A D | RecordUniformBlocksWithLargeArrayMember.cpp | 168 void UniformBlocksWithLargeArrayMemberTraverser::visitSymbol(TIntermSymbol *node) in visitSymbol() 250 bool UniformBlocksWithLargeArrayMemberTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary()
|