/aosp_15_r20/prebuilts/vndk/v32/x86/include/system/core/libcutils/include/cutils/ |
D | list.h | 32 #define node_to_item(node, container, member) \ argument 41 #define list_for_each(node, list) \ argument 44 #define list_for_each_reverse(node, list) \ argument 47 #define list_for_each_safe(node, n, list) \ argument 52 static inline void list_init(struct listnode *node) in list_init()
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libcutils/include/cutils/ |
D | list.h | 32 #define node_to_item(node, container, member) \ argument 41 #define list_for_each(node, list) \ argument 44 #define list_for_each_reverse(node, list) \ argument 47 #define list_for_each_safe(node, n, list) \ argument 52 static inline void list_init(struct listnode *node) in list_init()
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/system/core/libcutils/include_outside_system/cutils/ |
D | list.h | 32 #define node_to_item(node, container, member) \ argument 41 #define list_for_each(node, list) \ argument 44 #define list_for_each_reverse(node, list) \ argument 47 #define list_for_each_safe(node, n, list) \ argument 52 static inline void list_init(struct listnode *node) in list_init()
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/system/core/libcutils/include/cutils/ |
D | list.h | 32 #define node_to_item(node, container, member) \ argument 41 #define list_for_each(node, list) \ argument 44 #define list_for_each_reverse(node, list) \ argument 47 #define list_for_each_safe(node, n, list) \ argument 52 static inline void list_init(struct listnode *node) in list_init()
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/system/core/libcutils/include_vndk/cutils/ |
D | list.h | 32 #define node_to_item(node, container, member) \ argument 41 #define list_for_each(node, list) \ argument 44 #define list_for_each_reverse(node, list) \ argument 47 #define list_for_each_safe(node, n, list) \ argument 52 static inline void list_init(struct listnode *node) in list_init()
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/system/core/libcutils/include_outside_system/cutils/ |
D | list.h | 32 #define node_to_item(node, container, member) \ argument 41 #define list_for_each(node, list) \ argument 44 #define list_for_each_reverse(node, list) \ argument 47 #define list_for_each_safe(node, n, list) \ argument 52 static inline void list_init(struct listnode *node) in list_init()
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/system/core/libcutils/include_outside_system/cutils/ |
D | list.h | 32 #define node_to_item(node, container, member) \ argument 41 #define list_for_each(node, list) \ argument 44 #define list_for_each_reverse(node, list) \ argument 47 #define list_for_each_safe(node, n, list) \ argument 52 static inline void list_init(struct listnode *node) in list_init()
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/fconf/ |
D | fconf_cot_getter.c | 191 static int get_oid(const void *dtb, int node, const char *prop, char **oid) in get_oid() 224 static int populate_and_set_auth_methods(const void *dtb, int node, in populate_and_set_auth_methods() 291 static int get_parent_img_id(const void *dtb, int node, in get_parent_img_id() 327 static int set_desc_data(const void *dtb, int node, img_type_t type) in set_desc_data() 383 int node, child; in populate_manifest_descs() local 418 int node, child; in populate_image_descs() local
|
/aosp_15_r20/external/arm-trusted-firmware/lib/fconf/ |
H A D | fconf_cot_getter.c | 189 static int get_oid(const void *dtb, int node, const char *prop, char **oid) in get_oid() 222 static int populate_and_set_auth_methods(const void *dtb, int node, in populate_and_set_auth_methods() 285 static int get_parent_img_id(const void *dtb, int node, in get_parent_img_id() 321 static int set_desc_data(const void *dtb, int node, img_type_t type) in set_desc_data() 377 int node, child; in populate_manifest_descs() local 412 int node, child; in populate_image_descs() local
|
/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/ |
H A D | utils.py | 240 def is_with_effects(node): argument 247 def is_with_effects_op(node, op): argument 273 def rewrite_with_effects_input_token(module, node): argument 285 def rewrite_output(module, node, output_token_nodes, other_output_args): argument 411 def _is_forward_node_with_seq_nr(node): argument 420 def _is_backward_node_with_seq_nr(node): argument
|
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/audio/ |
D | AudioStreamGraphRtpTx.cpp | 121 for (auto& node : mListNodeStarted) in update() local 138 for (auto& node : mListNodeStarted) in update() local 151 for (auto& node : mListNodeToStart) in update() local 267 BaseNode* node = findNode(kNodeIdAudioSource); in processCmr() local 277 BaseNode* node = findNode(kNodeIdRtpEncoder); in sendRtpHeaderExtension() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | xla_cluster_util.cc | 63 auto* node = graph.FindNodeId(node_id); in DescribeCycle() local 88 bool AlwaysForwardsRefInput(const Node& node) { return node.IsIdentity(); } in AlwaysForwardsRefInput() 92 bool HasForwardedRefInput(const Node& node) { in HasForwardedRefInput() 200 std::optional<absl::string_view> GetXlaClusterForNode(const Node& node) { in GetXlaClusterForNode() 212 bool HasResourceInputOrOutput(const Node& node) { in HasResourceInputOrOutput() 223 void RemoveFromXlaCluster(Node* node) { node->ClearAttr(kXlaClusterAttr); } in RemoveFromXlaCluster() 320 bool IsShapeConsumerOp(const Node& node) { in IsShapeConsumerOp() 568 NodeDef* node = gdef->mutable_node(i); in SortControlInputs() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
H A D | conv_pointwise.cc | 75 Node* node; member 81 int inputs_count, int outputs_count, Node* node, in IsNode() 110 absl::Status IsMeanNode(const GraphFloat32& graph, Node* node, in IsMeanNode() 121 absl::Status IsMulNode(const GraphFloat32& graph, Node* node, in IsMulNode() 131 absl::Status IsSliceNode(const GraphFloat32& graph, Node* node, in IsSliceNode() 143 absl::Status IsConcatNode(const GraphFloat32& graph, Node* node, in IsConcatNode()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
H A D | sig_node.cc | 30 SigNode::SigNode(const NodeDef* node) : node_(node) {} in SigNode() 260 SigNode* node = entry.second.get(); in PrepareNodes() local 335 auto node = *it; in ComputeOneRound() local 352 auto node = *it; in ComputeOneRound() local 369 auto node = *it; in ComputeOneRound() local 389 for (const auto& node : nodes) { in OrderLinks() local
|
/aosp_15_r20/external/jemalloc_new/test/unit/ |
H A D | rb.c | 72 tree_recurse(node_t *node, unsigned black_height, unsigned black_depth) { in tree_recurse() 121 tree_iterate_cb(tree_t *tree, node_t *node, void *data) { in tree_iterate_cb() 168 node_remove(tree_t *tree, node_t *node, unsigned nnodes) { in node_remove() 200 remove_iterate_cb(tree_t *tree, node_t *node, void *data) { in remove_iterate_cb() 210 remove_reverse_iterate_cb(tree_t *tree, node_t *node, void *data) { in remove_reverse_iterate_cb() 220 destroy_cb(node_t *node, void *data) { in destroy_cb()
|
/aosp_15_r20/external/freetype/src/cache/ |
H A D | ftccmap.c | 69 FTC_NodeRec node; member 97 FTC_CMapNode node = (FTC_CMapNode)ftcnode; in ftc_cmap_node_free() local 115 FTC_CMapNode node = NULL; in ftc_cmap_node_new() local 154 FTC_CMapNode node = (FTC_CMapNode)ftcnode; in ftc_cmap_node_compare() local 180 FTC_CMapNode node = (FTC_CMapNode)ftcnode; in ftc_cmap_node_remove_faceid() local 237 FTC_Node node; in FTC_CMapCache_Lookup() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/ |
H A D | TreeMultiset.java | 139 int nodeAggregate(AvlNode<?> node) { in nodeAggregate() 150 int nodeAggregate(AvlNode<?> node) { in nodeAggregate() 160 abstract int nodeAggregate(AvlNode<?> node); in nodeAggregate() 177 private long aggregateBelowRange(Aggregate aggr, @CheckForNull AvlNode<E> node) { in aggregateBelowRange() 203 private long aggregateAboveRange(Aggregate aggr, @CheckForNull AvlNode<E> node) { in aggregateAboveRange() 239 static int distinctElements(@CheckForNull AvlNode<?> node) { in distinctElements()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | call.cc | 53 TfLiteNode* node, in ValidateAndResizeInputsIfNeeded() 104 TfLiteStatus ValidateAndResizeOutputs(TfLiteContext* context, TfLiteNode* node, in ValidateAndResizeOutputs() 127 TfLiteStatus CopyInputTensorsData(TfLiteContext* context, TfLiteNode* node, in CopyInputTensorsData() 146 Subgraph* src_subgraph, TfLiteNode* node, in CopyOutputTensorsData() 194 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare() 227 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | TreeMultiset.java | 141 int nodeAggregate(AvlNode<?> node) { in nodeAggregate() 152 int nodeAggregate(AvlNode<?> node) { in nodeAggregate() 162 abstract int nodeAggregate(AvlNode<?> node); in nodeAggregate() 179 private long aggregateBelowRange(Aggregate aggr, @CheckForNull AvlNode<E> node) { in aggregateBelowRange() 205 private long aggregateAboveRange(Aggregate aggr, @CheckForNull AvlNode<E> node) { in aggregateAboveRange() 241 static int distinctElements(@CheckForNull AvlNode<?> node) { in distinctElements()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | arena_planner.cc | 71 TfLiteStatus ArenaPlanner::ResetAllocationsAfter(int node) { in ResetAllocationsAfter() 96 auto allocate = [this](int node, int tensor) -> TfLiteStatus { in PlanAllocations() 106 auto deallocate = [this](int node, int tensor) -> TfLiteStatus { in PlanAllocations() 148 const TfLiteNode& node = graph_info_->node(i); in PlanAllocations() local 160 const TfLiteNode& node = graph_info_->node(i); in PlanAllocations() local 201 const TfLiteNode& node = graph_info_->node(i); in ExecuteAllocations() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_uid.cc | 49 uid_set_node_t* node = set->head; in uid_set_destroy() local 61 uid_set_node_t* node = set->head; in uid_set_find_or_create_node() local 81 uid_set_node_t* node = uid_set_find_or_create_node(set, app_uid); in uid_set_add_tx() local 91 uid_set_node_t* node = uid_set_find_or_create_node(set, app_uid); in uid_set_add_rx() local 100 uid_set_node_t* node = set->head; in uid_set_read_and_clear() local
|
/aosp_15_r20/external/javaparser/javaparser-core-serialization/src/main/java/com/github/javaparser/serialization/ |
H A D | JavaParserJsonDeserializer.java | 108 Node node = nodeMetaModel.construct(parameters); in deserializeObject() local 140 protected boolean readNonMetaProperties(String name, JsonValue jsonValue, Node node) { in readNonMetaProperties() 145 protected boolean readRange(String name, JsonValue jsonValue, Node node) { in readRange() 162 protected boolean readTokenRange(String name, JsonValue jsonValue, Node node) { in readTokenRange() 194 private void setSymbolResolverIfCompilationUnit(Node node) { in setSymbolResolverIfCompilationUnit()
|
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
H A D | DocumentImpl.java | 128 private NodeImpl shallowCopy(short operation, Node node) { in shallowCopy() 218 Node cloneOrImportNode(short operation, Node node, boolean deep) { in cloneOrImportNode() 241 public Node adoptNode(Node node) { in adoptNode() 290 private void changeDocumentToThis(NodeImpl node) { in changeDocumentToThis() 312 public Node renameNode(Node node, String namespaceURI, String qualifiedName) { in renameNode() 494 Map<String, UserData> getUserDataMap(NodeImpl node) { in getUserDataMap() 510 Map<String, UserData> getUserDataMapForRead(NodeImpl node) { in getUserDataMapForRead()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | forward_type_inference_test.cc | 82 for (const auto& node : graph->nodes()) { in TEST() local 157 for (const auto& node : graph->nodes()) { in TEST() local 250 for (const auto& node : graph->nodes()) { in TEST() local 295 for (const auto& node : graph->nodes()) { in TEST() local 309 for (const auto& node : graph->nodes()) { in TEST() local 474 for (const auto& node : graph->nodes()) { in TEST() local 511 for (const auto& node : graph->nodes()) { in TEST() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | collationbuilder.cpp | 326 int64_t node = nodes.elementAti(index); in addReset() local 441 CollationBuilder::getWeight16Before(int32_t index, int64_t node, int32_t level) { in getWeight16Before() 503 int64_t node = nodes.elementAti(index); in getSpecialResetPosition() local 522 int64_t node = nodes.elementAti(index); in getSpecialResetPosition() local 587 int64_t node = nodes.elementAti(index); in getSpecialResetPosition() local 840 int64_t node = nodes[rootPrimaryIndexes[i]]; in binarySearchForRootPrimaryNode() local 889 int64_t node = nodes.elementAti(index); in findOrInsertWeakNode() local 956 int64_t node = nodes.elementAti(index); in insertTailoredNodeAfter() local 969 CollationBuilder::insertNodeBetween(int32_t index, int32_t nextIndex, int64_t node, in insertNodeBetween() 994 int64_t node = nodes.elementAti(index); in findCommonNode() local [all …]
|