/aosp_15_r20/external/trusty/lk/lib/binary_search_tree/hosttest/ |
D | binary_search_tree_test.cpp | 34 struct bst_node node; member 48 struct bst_node *node) { in bst_test_search() 63 std::ostream& operator<<(std::ostream& os, const struct bst_node* node) { in operator <<() 82 static size_t bst_subtree_depth(struct bst_node *node) { in bst_subtree_depth() 104 static bool bst_is_right_child(struct bst_node *node) { in bst_is_right_child() 111 static void bst_test_check_node(struct bst_root *root, struct bst_node *node) { in bst_test_check_node() 131 static size_t bst_test_node_num(struct bst_node *node, in bst_test_node_num() 140 struct bst_node *node = root->root; in bst_test_print_node_at() local 176 struct bst_node *node = 0; in bst_test_check_tree_valid() local 279 struct bst_node *node = bst_node(nodes, index, i, count); in bst_test_check_array() local [all …]
|
/aosp_15_r20/external/armnn/src/armnnOnnxParser/ |
H A D | OnnxParser.cpp | 134 void ReadMandatoryNodeAttributeImpl(const onnx::NodeProto& node, in ReadMandatoryNodeAttributeImpl() 171 void ReadOptionalNodeAttributeImpl(const onnx::NodeProto& node, in ReadOptionalNodeAttributeImpl() 200 int ReadMandatoryNodeIntAttribute(const onnx::NodeProto& node, in ReadMandatoryNodeIntAttribute() 212 int64_t ReadOptionalNodeInt64Attribute(const onnx::NodeProto& node, in ReadOptionalNodeInt64Attribute() 225 std::vector<uint32_t> ReadMandatoryNodeUint32ListAttribute(const onnx::NodeProto& node, in ReadMandatoryNodeUint32ListAttribute() 240 uint32_t ReadOptionalNodeUint32Attribute(const onnx::NodeProto& node, in ReadOptionalNodeUint32Attribute() 253 std::vector<uint32_t> ReadOptionalNodeUint32ListAttribute(const onnx::NodeProto& node, in ReadOptionalNodeUint32ListAttribute() 269 float ReadOptionalNodeFloatAttribute(const onnx::NodeProto& node, in ReadOptionalNodeFloatAttribute() 282 std::string ReadOptionalNodeStringAttribute(const onnx::NodeProto& node, const std::string& name) in ReadOptionalNodeStringAttribute() 478 void OnnxParserImpl::ValidateInputs(const onnx::NodeProto& node, in ValidateInputs() [all …]
|
/aosp_15_r20/external/skia/ |
H A D | package-lock.json | 20 "node": ">= 0.6.0" string 52 "node": ">= 0.6" string 60 "node": ">=8" string 71 "node": ">=8" string 86 "node": ">= 8" string 99 "node": "^4.5.0 || >= 5.9" string 107 "node": ">=8" string 127 "node": ">= 0.8" string 147 "node": ">=8" string 155 "node": ">= 0.8" string [all …]
|
/aosp_15_r20/external/icu/icu4c/source/i18n/ |
H A D | collationbuilder.h | 260 static inline uint32_t weight32FromNode(int64_t node) { in weight32FromNode() 263 static inline uint32_t weight16FromNode(int64_t node) { in weight16FromNode() 266 static inline int32_t previousIndexFromNode(int64_t node) { in previousIndexFromNode() 269 static inline int32_t nextIndexFromNode(int64_t node) { in nextIndexFromNode() 272 static inline int32_t strengthFromNode(int64_t node) { in strengthFromNode() 276 static inline UBool nodeHasBefore2(int64_t node) { in nodeHasBefore2() 279 static inline UBool nodeHasBefore3(int64_t node) { in nodeHasBefore3() 282 static inline UBool nodeHasAnyBefore(int64_t node) { in nodeHasAnyBefore() 285 static inline UBool isTailoredNode(int64_t node) { in isTailoredNode() 289 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() [all …]
|
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/ |
H A D | collationbuilder.h | 260 static inline uint32_t weight32FromNode(int64_t node) { in weight32FromNode() 263 static inline uint32_t weight16FromNode(int64_t node) { in weight16FromNode() 266 static inline int32_t previousIndexFromNode(int64_t node) { in previousIndexFromNode() 269 static inline int32_t nextIndexFromNode(int64_t node) { in nextIndexFromNode() 272 static inline int32_t strengthFromNode(int64_t node) { in strengthFromNode() 276 static inline UBool nodeHasBefore2(int64_t node) { in nodeHasBefore2() 279 static inline UBool nodeHasBefore3(int64_t node) { in nodeHasBefore3() 282 static inline UBool nodeHasAnyBefore(int64_t node) { in nodeHasAnyBefore() 285 static inline UBool isTailoredNode(int64_t node) { in isTailoredNode() 289 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() [all …]
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/ |
H A D | collationbuilder.h | 259 static inline uint32_t weight32FromNode(int64_t node) { in weight32FromNode() 262 static inline uint32_t weight16FromNode(int64_t node) { in weight16FromNode() 265 static inline int32_t previousIndexFromNode(int64_t node) { in previousIndexFromNode() 268 static inline int32_t nextIndexFromNode(int64_t node) { in nextIndexFromNode() 271 static inline int32_t strengthFromNode(int64_t node) { in strengthFromNode() 275 static inline UBool nodeHasBefore2(int64_t node) { in nodeHasBefore2() 278 static inline UBool nodeHasBefore3(int64_t node) { in nodeHasBefore3() 281 static inline UBool nodeHasAnyBefore(int64_t node) { in nodeHasAnyBefore() 284 static inline UBool isTailoredNode(int64_t node) { in isTailoredNode() 288 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
H A D | reaching_definitions.py | 119 def visit_node(self, node): argument 185 def visit_FunctionDef(self, node): argument 200 def visit_Name(self, node): argument 222 def _aggregate_predecessors_defined_in(self, node): argument 229 def visit_If(self, node): argument 233 def visit_For(self, node): argument 249 def visit_While(self, node): argument 253 def visit_Try(self, node): argument 257 def visit_ExceptHandler(self, node): argument 263 def visit(self, node): argument [all …]
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | collationbuilder.h | 260 static inline uint32_t weight32FromNode(int64_t node) { in weight32FromNode() 263 static inline uint32_t weight16FromNode(int64_t node) { in weight16FromNode() 266 static inline int32_t previousIndexFromNode(int64_t node) { in previousIndexFromNode() 269 static inline int32_t nextIndexFromNode(int64_t node) { in nextIndexFromNode() 272 static inline int32_t strengthFromNode(int64_t node) { in strengthFromNode() 276 static inline UBool nodeHasBefore2(int64_t node) { in nodeHasBefore2() 279 static inline UBool nodeHasBefore3(int64_t node) { in nodeHasBefore3() 282 static inline UBool nodeHasAnyBefore(int64_t node) { in nodeHasAnyBefore() 285 static inline UBool isTailoredNode(int64_t node) { in isTailoredNode() 289 static inline int64_t changeNodePreviousIndex(int64_t node, int32_t previous) { in changeNodePreviousIndex() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | model_builder.cc | 103 Node* node = graph->NewNode(); in NewConstNode() local 115 absl::Status ParseInputsWithConstTensor(Node* node, ObjectReader* reader, in ParseInputsWithConstTensor() 180 GraphFloat32* graph, Node* node) { in MaybeFuseActivationForElementwiseNode() 236 TfLiteNode* node = nullptr; in GetTensorInfo() local 288 Node* node = graph->NewNode(); in Parse() local 301 Node* node = graph->NewNode(); in Parse() local 370 Node* node = graph->NewNode(); in Parse() local 493 Node* node = graph->NewNode(); in Parse() local 602 Node* node = graph->NewNode(); in Parse() local 620 Node* node = graph->NewNode(); in Parse() local [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/ |
H A D | alias_analysis.cpp | 249 Node* node = write.first; in AliasDb() local 262 Node* node = write.first; in AliasDb() local 342 for (auto node : block->nodes()) { in getWritesImpl() local 388 for (auto node : block->nodes()) { in getReadsImpl() local 468 const auto node = pr.first; in toString() local 558 for (auto node : block->nodes()) { in analyze() local 563 void AliasDb::analyze(Node* node) { in analyze() 569 bool AliasDb::tryRegisteredAnalysis(Node* node) { in tryRegisteredAnalysis() 584 void AliasDb::analyzeImpl(Node* node) { in analyzeImpl() 956 void AliasDb::analyzeIf(Node* node) { in analyzeIf() [all …]
|
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/ |
H A D | ASTMetadataHLSL.cpp | 54 void traverse(TIntermFunctionDefinition *node) in traverse() 71 void visitControlFlow(Visit visit, TIntermNode *node) in visitControlFlow() 101 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate() 159 void traverse(TIntermFunctionDefinition *node) in traverse() 198 bool visitIfElse(Visit visit, TIntermIfElse *node) override in visitIfElse() 218 bool visitBranch(Visit visit, TIntermBranch *node) override in visitBranch() 271 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate() 287 bool visitSwitch(Visit visit, TIntermSwitch *node) override in visitSwitch() 324 void traverse(TIntermFunctionDefinition *node) in traverse() 346 bool visitAggregate(Visit visit, TIntermAggregate *node) override in visitAggregate() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/ |
H A D | graph_view.h | 84 NodeDefT* node; member 182 bool HasFanin(const NodeDefT& node, const TensorId& fanin) const { in HasFanin() 207 const NodeDefT& node, bool include_controlled_nodes) const { in GetFanouts() 229 const NodeDefT& node, bool include_controlling_nodes) const { in GetFanins() 246 int NumFanins(const NodeDefT& node, bool include_controlling_nodes) const { in NumFanins() 255 int NumFanouts(const NodeDefT& node, bool include_controlled_nodes) const { in NumFanouts() 276 const NodeDefT& node, bool include_controlled_edges) const { in GetFanoutEdges() 300 const NodeDefT& node, bool include_controlling_edges) const { in GetFaninEdges() 321 Status AddUniqueNode(NodeDefT* node) { in AddUniqueNode() 330 void AddUniqueNodeOrDie(NodeDefT* node) { in AddUniqueNodeOrDie() [all …]
|
/aosp_15_r20/external/arm-trusted-firmware/ |
H A D | package-lock.json | 57 "node": ">=4" string 71 "node": ">=4" string 95 "node": ">=4" string 107 "node": ">=4" string 130 "node": ">=v12" string 142 "node": ">=v12" string 155 "node": ">=v12" string 164 "node": ">=v12" string 177 "node": ">=v12" string 190 "node": ">=v12" string [all …]
|
/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/java17/ |
H A D | Java17InputAstVisitor.java | 59 protected void handleModule(boolean first, CompilationUnitTree node) { in handleModule() 72 protected List<? extends Tree> getPermitsClause(ClassTree node) { in getPermitsClause() 77 public Void visitBindingPattern(BindingPatternTree node, Void unused) { in visitBindingPattern() 103 public Void visitYield(YieldTree node, Void aVoid) { in visitYield() 113 public Void visitSwitchExpression(SwitchExpressionTree node, Void aVoid) { in visitSwitchExpression() 141 public void visitRecordDeclaration(ClassTree node) { in visitRecordDeclaration() 196 private static ImmutableList<JCVariableDecl> recordVariables(ClassTree node) { in recordVariables() 205 public Void visitInstanceOf(InstanceOfTree node, Void unused) { in visitInstanceOf() 224 public Void visitCase(CaseTree node, Void unused) { in visitCase() 294 protected ExpressionTree getGuard(final CaseTree node) { in getGuard()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.node/ |
H A D | node_handle.nodiscard.verify.cpp | 25 std::map<int, int>::node_type node; in test() local 29 std::multimap<int, int>::node_type node; in test() local 34 std::set<int> node; in test() local 38 std::multiset<int> node; in test() local 42 std::unordered_map<int, int> node; in test() local 46 std::unordered_multimap<int, int> node; in test() local 50 std::unordered_set<int> node; in test() local 54 std::unordered_multiset<int> node; in test() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | colocation_graph.cc | 95 bool IsRefOrResourceGeneratorNode(const Node& node) { in IsRefOrResourceGeneratorNode() 100 bool IsExemptFromResourceInputColocation(const Node* node) { in IsExemptFromResourceInputColocation() 149 bool HasHostMemoryOutType(const Node& node) { in HasHostMemoryOutType() 167 const Node& node, const std::vector<DeviceType>& types, in SetParentAndSupportedDevices() 194 Status Member::SetResourceDeviceName(const Node& node) { in SetResourceDeviceName() 214 Status Member::SetRequestedDeviceName(const Node& node) { in SetRequestedDeviceName() 490 Status Member::AssignDevice(const Node& node) { in AssignDevice() 672 for (const Node* node : graph_.op_nodes()) { in ColocateAllNodes() local 791 DataType GetElementDataType(const Node& node) { in GetElementDataType() 971 Status GetGroupNodes(const IOColocationGroups& groups, const Node& node, in GetGroupNodes() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
H A D | xnnpack_delegate.cc | 52 void SafeCopyCustomData(const TfLiteNode& node, T* target) { in SafeCopyCustomData() 298 TfLiteNode* node = nullptr; in Create() local 671 TfLiteNode* node = nullptr; in Create() local 1217 static TfLiteStatus CheckNumInputs(TfLiteContext* context, TfLiteNode* node, in CheckNumInputs() 1228 static TfLiteStatus CheckNumInputs(TfLiteContext* context, TfLiteNode* node, in CheckNumInputs() 1241 static TfLiteStatus CheckNumOutputs(TfLiteContext* context, TfLiteNode* node, in CheckNumOutputs() 1253 static TfLiteStatus CheckNumOutputs(TfLiteContext* context, TfLiteNode* node, in CheckNumOutputs() 1267 TfLiteContext* context, TfLiteNode* node, int min_num_inputs, in CheckNumInputsAndOutputs() 1277 TfLiteNode* node, in CheckNumInputsAndOutputs() 1875 TfLiteRegistration* registration, TfLiteNode* node, int node_index, in VisitNode() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A D | delegate_test_util.cc | 49 reg.prepare = [](TfLiteContext* context, TfLiteNode* node) { in AddOpRegistration() 69 reg.invoke = [](TfLiteContext* context, TfLiteNode* node) { in AddOpRegistration() 171 TfLiteNode* node; in SimpleDelegate() local 186 TfLiteNode* node; in SimpleDelegate() local 275 reg.invoke = [](TfLiteContext* context, TfLiteNode* node) -> TfLiteStatus { in FakeFusedRegistration() 279 reg.invoke = [](TfLiteContext* context, TfLiteNode* node) -> TfLiteStatus { in FakeFusedRegistration() 313 reg.prepare = [](TfLiteContext* context, TfLiteNode* node) { in FakeFusedRegistration() 328 reg.prepare = [](TfLiteContext* context, TfLiteNode* node) { in FakeFusedRegistration() 332 reg.prepare = [](TfLiteContext* context, TfLiteNode* node) { in FakeFusedRegistration() 339 reg.prepare = [](TfLiteContext* context, TfLiteNode* node) { in FakeFusedRegistration() [all …]
|
/aosp_15_r20/external/libxml2/ |
H A D | tree.c | 688 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { in xmlNewNs() 752 xmlSetNs(xmlNodePtr node, xmlNsPtr ns) { in xmlSetNs() 1166 xmlNodePtr node; in xmlNodeParseContentInternal() local 1433 xmlNodeParseContent(xmlNodePtr node, const xmlChar *content, int len) { in xmlNodeParseContent() 1494 xmlNodeListGetStringInternal(xmlDocPtr doc, const xmlNode *node, int escMode) { in xmlNodeListGetStringInternal() 1625 xmlNewPropInternal(xmlNodePtr node, xmlNsPtr ns, in xmlNewPropInternal() 1740 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlNewProp() 1768 xmlNewNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, in xmlNewNsProp() 1793 xmlNewNsPropEatName(xmlNodePtr node, xmlNsPtr ns, xmlChar *name, in xmlNewNsPropEatName() 2687 xmlNodeSetDoc(xmlNodePtr node, xmlDocPtr doc) { in xmlNodeSetDoc() [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/qlm/ |
H A D | bdk-qlm-cn81xx.c | 56 int bdk_qlm_get_num(bdk_node_t node) in bdk_qlm_get_num() 69 int bdk_qlm_get_lanes(bdk_node_t node, int qlm) in bdk_qlm_get_lanes() 89 int bdk_qlm_get_qlm_num(bdk_node_t node, bdk_if_t iftype, int interface, int index) in bdk_qlm_get_qlm_num() 216 bdk_qlm_modes_t bdk_qlm_get_mode(bdk_node_t node, int qlm) in bdk_qlm_get_mode() 316 static int qlm_set_sata(bdk_node_t node, int qlm, bdk_qlm_modes_t mode, int baud_mhz, bdk_qlm_mode_… in qlm_set_sata() 344 int bdk_qlm_set_mode(bdk_node_t node, int qlm, bdk_qlm_modes_t mode, int baud_mhz, bdk_qlm_mode_fla… in bdk_qlm_set_mode() 670 int bdk_qlm_get_gbaud_mhz(bdk_node_t node, int qlm) in bdk_qlm_get_gbaud_mhz() 733 void bdk_qlm_init(bdk_node_t node) in bdk_qlm_init() 743 static void __bdk_qlm_sff81xx_set_reference(bdk_node_t node, int qlm, int ref_clk) in __bdk_qlm_sff81xx_set_reference() 784 int bdk_qlm_auto_config(bdk_node_t node) in bdk_qlm_auto_config() [all …]
|
/aosp_15_r20/external/pytorch/test/fx/ |
H A D | quantization.py | 38 def __init__(self, quantizer, node): argument 42 def observe(self, node, env): argument 55 def __init__(self, quantizer, node): argument 58 def observe(self, node, env): argument 75 def quantize(self, quantizer, node, load_arg): argument 88 def quantize(self, quantizer, node, load_arg): argument 100 def quantize(self, quantizer, node, load_arg): argument 122 def __init__(self, quantizer, node): argument 136 def quantize(self, quantizer, node, load_arg): argument 215 def matches(modules, node, pattern, max_uses=sys.maxsize): argument [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | dead_code_elimination.cpp | 99 bool markReturnNode(Node* node) { in markReturnNode() 169 bool markLoop(Node* node) { in markLoop() 187 for (auto node : block->nodes()) { in mark() local 199 auto node = *it; in mark() local 216 bool markIfLive(Node* node) { in markIfLive() 235 bool mark(Node* node) { in mark() 267 auto node = *it; in sweep() local 294 bool hasUntrackedMutation(Node* node) { in hasUntrackedMutation() 315 bool hasSideEffects(Node* node) { in hasSideEffects() 334 void removeDeadBlockOutputs(Node* node) { in removeDeadBlockOutputs() [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/codegen/onednn/ |
H A D | graph_helper.cpp | 15 static void fixConvOptionalBias(Node* node) { in fixConvOptionalBias() 39 static Operator makeWildcardOp(Node* node) { in makeWildcardOp() 59 Operator LlgaGraphHelper::makeEltwiseOp(Node* node, opkind kind) { in makeEltwiseOp() 63 Operator LlgaGraphHelper::makeBinaryOp(Node* node, opkind kind) { in makeBinaryOp() 74 Operator LlgaGraphHelper::createOperator(Node* node) { in createOperator() 368 static bool checkInputCompatibility(Node* node) { in checkInputCompatibility() 412 for (auto* node : graph->block()->nodes()) { in LlgaGraphHelper() local 449 for (auto* node : graph->block()->nodes()) { in LlgaGraphHelper() local 454 bool LlgaGraphHelper::isLlgaSubgraph(const Node* node) { in isLlgaSubgraph() 483 bool LlgaGraphHelper::checkForSingleOpPartition(Node* node) { in checkForSingleOpPartition() [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
H A D | graph_utils.cc | 67 std::vector<int> CreateInputIndex(const NodeDef& node) { in CreateInputIndex() 83 NodeDef node; in AddScalarConstNodeHelper() local 103 NodeDef node; in AddScalarPlaceholder() local 116 NodeDef node; in AddNode() local 171 const NodeDef& node, DataType dtype, in GetScalarConstNodeValueHelper() 197 Status GetScalarConstNodeValue(const NodeDef& node, int64_t* value) { in GetScalarConstNodeValue() 204 Status GetScalarConstNodeValue(const NodeDef& node, bool* value) { in GetScalarConstNodeValue() 264 [&name](const NodeDef& node) { return node.name() == name; }, in FindGraphNodeWithName() 270 [&op](const NodeDef& node) { return node.op() == op; }, graph.node()); in FindGraphNodeWithOp() 276 [&op](const NodeDef& node) { return node.op() == op; }, graph.node()); in FindAllGraphNodesWithOp() [all …]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | odictobject.c | 512 #define _odictnode_KEY(node) \ argument 514 #define _odictnode_HASH(node) \ argument 517 #define _odictnode_VALUE(node, od) \ argument 519 #define _odictnode_PREV(node) (node->prev) argument 520 #define _odictnode_NEXT(node) (node->next) argument 525 #define _odict_FOREACH(od, node) \ argument 553 _ODictNode **fast_nodes, *node; in _odict_resize() local 638 _odict_add_head(PyODictObject *od, _ODictNode *node) in _odict_add_head() 651 _odict_add_tail(PyODictObject *od, _ODictNode *node) in _odict_add_tail() 668 _ODictNode *node; in _odict_add_new_node() local [all …]
|