/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-dram/ |
H A D | bdk-dram-test.c | 259 for (bdk_node_t node = BDK_NODE_0; node < BDK_NUMA_MAX_NODES; node++) in __bdk_dram_run_test() local 277 for (bdk_node_t node = BDK_NODE_0; node < BDK_NUMA_MAX_NODES; node++) in __bdk_dram_run_test() local 298 for (bdk_node_t node = BDK_NODE_0; node < BDK_NUMA_MAX_NODES; node++) in __bdk_dram_run_test() local 356 for (bdk_node_t node = BDK_NODE_0; node < BDK_NUMA_MAX_NODES; node++) in __bdk_dram_run_test() local 396 for (bdk_node_t node = BDK_NODE_0; node < BDK_NUMA_MAX_NODES; node++) in __bdk_dram_run_test() local 411 for (bdk_node_t node = BDK_NODE_0; node < BDK_NUMA_MAX_NODES; node++) in __bdk_dram_run_test() local 437 for (bdk_node_t node = BDK_NODE_0; node < BDK_NUMA_MAX_NODES; node++) in __bdk_dram_run_test() local 457 for (bdk_node_t node = BDK_NODE_0; node < BDK_NUMA_MAX_NODES; node++) in __bdk_dram_run_test() local 520 for (bdk_node_t node = BDK_NODE_0; node < BDK_NUMA_MAX_NODES; node++) in bdk_dram_test() local 600 int node, lmc, dimm, prank, lrank, bank, row, col; in __bdk_dram_report_address_decode() local [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
H A D | CharsTrie.java | 188 int node; in current() local 239 int node; in next() local 299 int node; in next() local 315 int node=chars_.charAt(pos++); in next() local 410 int node=chars_.charAt(pos++); in getNextChars() local 576 int node=chars_.charAt(pos++); in next() local 659 int node=chars_.charAt(pos++); in branchNext() local 803 int node=chars_.charAt(pos); in branchNext() local 833 int node=chars_.charAt(pos); in branchNext() local 843 int node=chars_.charAt(pos++); in nextImpl() local [all …]
|
/aosp_15_r20/external/angle/src/compiler/translator/tree_util/ |
H A D | IntermTraverse.cpp | 23 void TIntermTraverser::traverse(T *node) in traverse() 247 void TIntermTraverser::pushParentBlock(TIntermBlock *node) in pushParentBlock() 315 void TIntermTraverser::traverseBinary(TIntermBinary *node) in traverseBinary() 320 void TLValueTrackingTraverser::traverseBinary(TIntermBinary *node) in traverseBinary() 379 void TIntermTraverser::traverseUnary(TIntermUnary *node) in traverseUnary() 384 void TLValueTrackingTraverser::traverseUnary(TIntermUnary *node) in traverseUnary() 420 void TIntermTraverser::traverseFunctionDefinition(TIntermFunctionDefinition *node) in traverseFunctionDefinition() 454 void TIntermTraverser::traverseBlock(TIntermBlock *node) in traverseBlock() 497 void TIntermTraverser::traverseAggregate(TIntermAggregate *node) in traverseAggregate() 512 bool TIntermTraverser::updateTree(TCompiler *compiler, TIntermNode *node) in updateTree() [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | CharsTrie.java | 178 int node; in current() local 226 int node; in next() local 284 int node; in next() local 300 int node=chars_.charAt(pos++); in next() local 392 int node=chars_.charAt(pos++); in getNextChars() local 550 int node=chars_.charAt(pos++); in next() local 632 int node=chars_.charAt(pos++); in branchNext() local 776 int node=chars_.charAt(pos); in branchNext() local 806 int node=chars_.charAt(pos); in branchNext() local 816 int node=chars_.charAt(pos++); in nextImpl() local [all …]
|
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
H A D | webcomponents-lite.js | 646 function wrapIfNeeded(node) { argument 668 observer.nodes_.forEach(function(node) { argument 722 this.nodes_.forEach(function(node) { argument 809 addListeners_: function(node) { argument 819 removeListeners_: function(node) { argument 826 addTransientObserver: function(node) { argument 837 transientObservedNodes.forEach(function(node) { argument 1166 var wrap = function(node) { argument 1400 addNode: function(node) { argument 1700 parseSelectorsForNode: function(node) { argument [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/ |
H A D | ir_dump_util.cpp | 85 for (auto node : post_order) { in GenerateIdMap() local 101 const Node* node, in GetRootNodeId() 110 std::vector<AttrTag> GetNodeTags(const Node* node) { in GetNodeTags() 130 const Node* node, in GenerateDotNodeLabel() 151 const Node* node, in GenerateDotNodeSpec() 158 std::string GenerateTextNodeSpec(const Node* node, const NodeIdMap& id_map) { in GenerateTextNodeSpec() 193 for (auto node : post_order) { in PostOrderToDot() local 198 const Node* node = *it; in PostOrderToDot() local 233 for (auto node : post_order) { in PostOrderToText() local
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/ |
H A D | ValueGraph.java | 188 Set<N> adjacentNodes(N node); in adjacentNodes() 203 Set<N> predecessors(N node); in predecessors() 229 Set<N> successors(N node); in successors() 252 Set<EndpointPair<N>> incidentEdges(N node); in incidentEdges() 268 int degree(N node); in degree() 279 int inDegree(N node); in inDegree() 290 int outDegree(N node); in outDegree()
|
/aosp_15_r20/system/core/libcutils/ |
H A D | config_utils.cpp | 29 cnode* node = static_cast<cnode*>(calloc(sizeof(cnode), 1)); in config_node() local 40 cnode *node, *match = NULL; in config_find() local 52 cnode *node; in _config_create() local 68 cnode *node; in config_bool() local 86 cnode *node; in config_str() local 96 cnode *node; in config_set() local 244 static int parse_block(cstate *cs, cnode *node) in parse_block() 263 cnode *node; in parse_expr() local
|
/aosp_15_r20/libcore/tools/openjdk-analyzer/src/libcore/tools/analyzer/openjdk/ |
H A D | SignaturesCollector.java | 51 public SignaturesCollector add(MethodInsnNode node) { in add() 55 public SignaturesCollector add(InvokeDynamicInsnNode node) { in add() 76 public SignaturesCollector add(FieldInsnNode node) { in add() 123 public SignaturesCollector addClassesFromClassNode(ClassNode node) { in addClassesFromClassNode() 206 public boolean contains(String internalClassName, MethodNode node) { in contains() 210 public boolean contains(MethodInsnNode node) { in contains() 218 public boolean contains(FieldInsnNode node) { in contains() 276 private Field(FieldInsnNode node) { in Field() 344 private Method(MethodInsnNode node) { in Method() 348 private Method(String internalClassName, MethodNode node) { in Method()
|
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/ |
H A D | _lower_to_native_backend.py | 44 def _is_node_in_list(node, modules, func_list, method_list, module_type_list): argument 53 def is_fixed_qparams_node(node, modules): argument 77 def is_default_node(node, modules): argument 108 def is_copy_node(node, modules): argument 156 def is_general_tensor_shape_node(node, modules): argument 193 def is_other_node(node, modules): argument 202 def is_special_pattern_node(node, modules): argument 218 def is_dequantize_node(node): argument 226 def is_getattr_tensor_metadata_node(node): argument 234 def is_get_tensor_info_node(node): argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/gdb/libcxx/ |
H A D | printers.py | 67 def _cc_field(node): argument 77 def _data_field(node): argument 87 def _size_field(node): argument 595 def left_child(self, node): argument 599 def right_child(self, node): argument 603 def parent(self, node): argument 634 def is_left_child(self, node): argument 638 def is_right_child(self, node): argument 655 def _get_key_value(self, node): argument 709 def _get_key_value(self, node): argument [all …]
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparser/ |
H A D | Navigator.java | 42 public static Node requireParentNode(Node node) { in requireParentNode() 176 public static Optional<NameExpr> findNameExpression(Node node, String name) { in findNameExpression() 180 public static Optional<SimpleName> findSimpleName(Node node, String name) { in findSimpleName() 185 public static Optional<MethodCallExpr> findMethodCall(Node node, String methodName) { in findMethodCall() 189 public static Optional<VariableDeclarator> demandVariableDeclaration(Node node, String name) { in demandVariableDeclaration() 200 public static SwitchStmt findSwitch(Node node) { in findSwitch() 204 public static <N extends Node> N findNodeOfGivenClass(Node node, Class<N> clazz) { in findNodeOfGivenClass() 228 private static Optional<SwitchStmt> findSwitchHelper(Node node) { in findSwitchHelper()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/converters/ |
H A D | call_trees.py | 95 def visit_Lambda(self, node): argument 104 def visit_FunctionDef(self, node): argument 122 def visit_With(self, node): argument 127 def _args_to_tuple(self, node): argument 145 def _kwargs_to_dict(self, node): argument 156 def visit_Call(self, node): argument 207 def transform(node, ctx): argument
|
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/ |
H A D | ValueGraph.java | 189 Set<N> adjacentNodes(N node); in adjacentNodes() 204 Set<N> predecessors(N node); in predecessors() 230 Set<N> successors(N node); in successors() 253 Set<EndpointPair<N>> incidentEdges(N node); in incidentEdges() 269 int degree(N node); in degree() 280 int inDegree(N node); in inDegree() 291 int outDegree(N node); in outDegree()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | comparisons.cc | 39 TfLiteStatus ComparisonPrepareCommon(TfLiteContext* context, TfLiteNode* node, in ComparisonPrepareCommon() 75 TfLiteStatus ComparisonPrepare(TfLiteContext* context, TfLiteNode* node) { in ComparisonPrepare() 80 TfLiteNode* node) { in ComparisonPrepareStringAllowed() 162 TfLiteStatus EqualEval(TfLiteContext* context, TfLiteNode* node) { in EqualEval() 212 TfLiteStatus NotEqualEval(TfLiteContext* context, TfLiteNode* node) { in NotEqualEval() 262 TfLiteStatus GreaterEval(TfLiteContext* context, TfLiteNode* node) { in GreaterEval() 303 TfLiteStatus GreaterEqualEval(TfLiteContext* context, TfLiteNode* node) { in GreaterEqualEval() 344 TfLiteStatus LessEval(TfLiteContext* context, TfLiteNode* node) { in LessEval() 385 TfLiteStatus LessEqualEval(TfLiteContext* context, TfLiteNode* node) { in LessEqualEval()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | call_graph.cc | 205 CallGraphNode& node = GetNode(computation); in SetCallContexts() local 213 CallGraphNode* node = worklist.front(); in SetCallContexts() local 258 CallGraphNode& node = GetNode(computation); in SetNodeDepths() local 266 CallGraphNode* node = worklist.front(); in SetNodeDepths() local 325 const VisitorFunction& visitor_func, const CallGraphNode& node, in VisitNodesInternal() 346 for (const CallGraphNode& node : nodes()) { in VisitNodes() local 361 for (const CallGraphNode& node : nodes_) { in IsFlattened() local 392 const CallGraphNode& node = GetNode(instruction->parent()); in NearestAncestorsInSameComputation() local 439 for (const CallGraphNode& node : nodes()) { in ToString() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/ |
H A D | policy.c | 98 static void x509_policy_node_free(X509_POLICY_NODE *node) { in x509_policy_node_free() 108 X509_POLICY_NODE *node = OPENSSL_zalloc(sizeof(X509_POLICY_NODE)); in x509_policy_node_new() local 163 X509_POLICY_NODE node; in x509_policy_level_find() local 182 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(nodes, i); in x509_policy_level_add_nodes() local 205 static int delete_if_not_in_policies(X509_POLICY_NODE *node, void *data) { in delete_if_not_in_policies() 291 X509_POLICY_NODE *node = x509_policy_node_new(policy->policyid); in process_certificate_policies() local 322 static int delete_if_mapped(X509_POLICY_NODE *node, void *data) { in delete_if_mapped() 403 X509_POLICY_NODE *node = in process_policy_mappings() local 439 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(level->nodes, i); in process_policy_mappings() local 621 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(level->nodes, j); in has_explicit_policy() local
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/ |
H A D | NodeList.java | 69 public boolean add(N node) { in add() 70 notifyElementAdded(innerList.size(), node); in add() local 75 private void own(N node) { in own() 82 public boolean remove(Node node) { in remove() 118 public boolean contains(N node) { in contains() 179 public void add(int index, N node) { in add() 188 public void addFirst(N node) { in addFirst() 195 public void addLast(N node) { in addLast() 204 public NodeList<N> addAfter(N node, N afterThisNode) { in addAfter() 218 public NodeList<N> addBefore(N node, N beforeThisNode) { in addBefore()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_opt_find_array_copies.c | 78 struct match_node *node = rzalloc_size(state->dead_ctx, in create_match_node() local 99 struct match_node *node = create_match_node(instr->type, state); in node_for_deref() local 111 struct match_node *node = create_match_node(instr->type, state); in node_for_deref() local 142 struct match_node *node = create_match_node(instr->type, state); in node_for_deref() local 158 struct match_node *node = in node_for_wildcard() local 168 struct match_node *node = NULL; in node_for_path() local 179 struct match_node *node = NULL; in node_for_path_with_wildcard() local 194 _foreach_child(match_cb cb, struct match_node *node, struct match_state *state) in _foreach_child() 208 struct match_node *node, struct match_state *state) in _foreach_aliasing() 309 clobber(struct match_node *node, struct match_state *state) in clobber()
|
/aosp_15_r20/external/boringssl/src/crypto/x509/ |
H A D | policy.c | 98 static void x509_policy_node_free(X509_POLICY_NODE *node) { in x509_policy_node_free() 108 X509_POLICY_NODE *node = OPENSSL_zalloc(sizeof(X509_POLICY_NODE)); in x509_policy_node_new() local 163 X509_POLICY_NODE node; in x509_policy_level_find() local 182 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(nodes, i); in x509_policy_level_add_nodes() local 205 static int delete_if_not_in_policies(X509_POLICY_NODE *node, void *data) { in delete_if_not_in_policies() 291 X509_POLICY_NODE *node = x509_policy_node_new(policy->policyid); in process_certificate_policies() local 322 static int delete_if_mapped(X509_POLICY_NODE *node, void *data) { in delete_if_mapped() 403 X509_POLICY_NODE *node = in process_policy_mappings() local 439 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(level->nodes, i); in process_policy_mappings() local 621 X509_POLICY_NODE *node = sk_X509_POLICY_NODE_value(level->nodes, j); in has_explicit_policy() local
|
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector.h | 186 uptr getData(uptr node) const { return data_[nodeToIndex(node)]; } in getData() 188 bool nodeBelongsToCurrentEpoch(uptr node) { in nodeBelongsToCurrentEpoch() 192 void removeNode(uptr node) { in removeNode() 212 u32 findLockContext(DeadlockDetectorTLS<BV> *dtls, uptr node) { in findLockContext() 331 void onUnlock(DeadlockDetectorTLS<BV> *dtls, uptr node) { in onUnlock() 348 bool isHeld(DeadlockDetectorTLS<BV> *dtls, uptr node) const { in isHeld() 371 void check_node(uptr node) const { in check_node() 381 uptr nodeToIndexUnchecked(uptr node) const { return node % size(); } in nodeToIndexUnchecked() 383 uptr nodeToIndex(uptr node) const { in nodeToIndex() 388 uptr nodeToEpoch(uptr node) const { return node / size() * size(); } in nodeToEpoch()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/test/ |
D | node_handle_test.cpp | 130 struct node struct 138 node() in node() argument 143 ~node() in ~node() argument 162 unsigned int node<T>::count = 0; argument
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | impl.cpp | 66 bool allArgsAreTensors(const Node* node) { in allArgsAreTensors() 79 static bool isUnsupportedOp(const Node* node) { in isUnsupportedOp() 105 for (auto* node : block->nodes()) { in canEnableStaticRuntimeImpl() local 336 for (const auto* node : block.nodes()) { in init() local 343 for (const auto* node : block.nodes()) { in init() local 358 for (const auto* node : block.nodes().reverse()) { in init() local 389 bool isPureFunction(const Node* node) { in isPureFunction() 407 auto* node = nodes[i]; in ManagedTensorRanges() local 435 for (const auto* node : block.nodes().reverse()) { in ManagedTensorRanges() local 628 for (auto* node : block->nodes()) { in prepareBlockInfo() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | shape_refiner.cc | 69 const Node* node, InferenceContext* outer_context) { in InferShapesForFunctionSubNode() 186 &inference_status](const Node* node) { in InferShapesForFunction() 199 for (const Node* node : function_nodes) { in InferShapesForFunction() local 206 Status ShapeRefiner::AddNode(const Node* node) { in AddNode() 211 const Node* node, shape_inference::InferenceContext* outer_context) { in AddNodeInternal() 273 Status ShapeRefiner::SetShape(const Node* node, int output_port, in SetShape() 306 Status ShapeRefiner::UpdateNode(const Node* node, bool relax, bool* refined) { in UpdateNode() 411 const Node* node, int dst_idx, bool* evaluated, Tensor* result, in EvaluateConstantTensorForEdge() 424 const Node* node, int dst_idx, bool* evaluated, int64_t* result, in EvaluateConstantIntScalarEdge() 450 InferenceContext* target_context, const Node* node, int dst_idx, in ConstantPartialShape() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/avl/ |
D | avl.h | 179 static NodePtr Get(const NodePtr& node, const SomethingLikeK& key) { in Get() 193 static NodePtr GetBelow(const NodePtr& node, const K& key) { in GetBelow() 261 static NodePtr AddKey(const NodePtr& node, K key, V value) { in AddKey() 277 static NodePtr InOrderHead(NodePtr node) { in InOrderHead() 284 static NodePtr InOrderTail(NodePtr node) { in InOrderTail() 292 static NodePtr RemoveKey(const NodePtr& node, const SomethingLikeK& key) { in RemoveKey() 372 static NodePtr Get(const NodePtr& node, const K& key) { in Get() 431 static NodePtr AddKey(const NodePtr& node, K key) { in AddKey() 446 static NodePtr InOrderHead(NodePtr node) { in InOrderHead() 453 static NodePtr InOrderTail(NodePtr node) { in InOrderTail() [all …]
|