/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/unicode/ |
H A D | stringtriebuilder.h | 205 … static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); } in hashCode() 356 void add(int32_t c, Node *node) { in add()
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/unicode/ |
H A D | stringtriebuilder.h | 205 … static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); } in hashCode() 356 void add(int32_t c, Node *node) { in add()
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/srcs/android/aconfig/storage/ |
H A D | FlagTable.java | 53 Node node = Node.fromBytes(mReader); in get() local 137 Node node = new Node(); in fromBytes() local
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/unicode/ |
H A D | stringtriebuilder.h | 205 … static inline int32_t hashCode(const Node *node) { return node==NULL ? 0 : node->hashCode(); } in hashCode() 356 void add(int32_t c, Node *node) { in add()
|
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/node/ |
H A D | TreeTraversingParser.java | 278 final NumericNode node = (NumericNode) currentNumericNode(); in getIntValue() local 287 final NumericNode node = (NumericNode) currentNumericNode(); in getLongValue() local
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/ |
H A D | bdk-dram-address.c | 60 bdk_dram_address_extract_info(uint64_t address, int *node, int *lmc, int *dimm, in bdk_dram_address_extract_info() 128 bdk_dram_address_construct_info(bdk_node_t node, int lmc, int dimm, in bdk_dram_address_construct_info()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/ |
H A D | analytical_cost_estimator.cc | 47 CostGraphDef::Node* node; in AddCostNode() local 224 for (const auto& node : inaccurate_nodes) { in PredictCosts() local
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | partitioner_utils.py | 30 def add_node(self, node): argument 41 def remove_node(self, node): argument
|
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/ |
H A D | TypeLocator.java | 158 public boolean matches(BodyDeclaration node) { in matches() 172 AbstractTypeDeclaration node) { in matchNested()
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
H A D | VariableDeclarationExpr.java | 190 public boolean remove(Node node) { in remove() 228 public boolean replace(Node node, Node replacementNode) { in replace()
|
H A D | ObjectCreationExpr.java | 241 public boolean remove(Node node) { in remove() 294 public boolean replace(Node node, Node replacementNode) { in replace()
|
H A D | AssignExpr.java | 200 public boolean remove(Node node) { in remove() 220 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
H A D | CommonTreeNodeStream.java | 182 Object node = data.get(p); in getKnownPositionElement() local 202 public boolean hasPositionInformation(Object node) { in hasPositionInformation()
|
/aosp_15_r20/external/XNNPACK/src/subgraph/ |
H A D | fully-connected.c | 21 const struct xnn_node* node, in create_fully_connected_operator() 484 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_fully_connected() local
|
/aosp_15_r20/external/perfetto/ui/src/core/ |
H A D | flow_manager.ts | 267 for (const node of nodes) { constant 304 for (const node of info.nodes) { constant
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | one_hot.cc | 127 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 168 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
H A D | lsh_projection.cc | 70 TfLiteStatus Resize(TfLiteContext* context, TfLiteNode* node) { in Resize() 174 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
H A D | mfcc.cc | 70 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 107 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
H A D | slice.cc | 120 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 163 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | collective_order.cc | 38 &s](Node* node) { in DiscoverDataDependencies() 119 Node* node = collective_nodes[i]; in CreateControlDependencies() local
|
/aosp_15_r20/external/mesa3d/src/freedreno/decode/ |
H A D | buffers.c | 19 struct rb_node node; member 50 buffer_search_cmp(const struct rb_node *node, const void *addrptr) in buffer_search_cmp()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/example/ |
H A D | example_parser_configuration.cc | 35 const auto& node = graph.node(i); in FindNodeIndexByName() local 52 const auto& node = graph.node(node_idx); in ExtractExampleParserConfiguration() local
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/ |
H A D | ClassOrInterfaceType.java | 201 public boolean remove(Node node) { in remove() 249 public boolean replace(Node node, Node replacementNode) { in replace()
|
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_device.c | 249 char *node = kms_swrast ? drmGetPrimaryDeviceNameFromFd(fd) in device_get_fd() local 257 const char *node = _eglQueryDeviceStringEXT( in device_get_fd() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | unary_ops_composition_test.cc | 99 Node* node = test::graph::Constant(g, t); in UnaryOpsChain() local 136 Node* node = test::graph::Constant(g, t); in UnaryOpsCompo() local
|