Home
last modified time | relevance | path

Searched defs:node (Results 901 – 925 of 8398) sorted by relevance

1...<<31323334353637383940>>...336

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpyclbr.py195 def visit_ClassDef(self, node): argument
220 def visit_FunctionDef(self, node, *, is_async=False): argument
230 def visit_AsyncFunctionDef(self, node): argument
233 def visit_Import(self, node): argument
248 def visit_ImportFrom(self, node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpyclbr.py195 def visit_ClassDef(self, node): argument
220 def visit_FunctionDef(self, node, *, is_async=False): argument
230 def visit_AsyncFunctionDef(self, node): argument
233 def visit_Import(self, node): argument
248 def visit_ImportFrom(self, node): argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/regulator/
Dregulator_core.c83 static int32_t get_supply_phandle(const void *fdt, int node, const char *name) in get_supply_phandle()
110 struct rdev *regulator_get_by_supply_name(const void *fdt, int node, const char *name) in regulator_get_by_supply_name()
421 static int parse_properties(const void *fdt, struct rdev *rdev, int node) in parse_properties()
448 static int parse_dt(struct rdev *rdev, int node) in parse_dt()
516 int regulator_register(const struct regul_description *desc, int node) in regulator_register()
/aosp_15_r20/external/python/cpython3/Lib/
Dpyclbr.py195 def visit_ClassDef(self, node): argument
220 def visit_FunctionDef(self, node, *, is_async=False): argument
230 def visit_AsyncFunctionDef(self, node): argument
233 def visit_Import(self, node): argument
248 def visit_ImportFrom(self, node): argument
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DSyntaxTreeDumper.java55 public void defaultIn(Node node) { in defaultIn()
61 public void defaultOut(Node node) { in defaultOut()
67 public void defaultCase(Node node) { in defaultCase()
71 private String nodeName(Node node) { in nodeName()
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAEachCommand.java57 public void setPosition(PPosition node) in setPosition()
82 public void setVariable(PVariable node) in setVariable()
107 public void setExpression(PExpression node) in setExpression()
132 public void setCommand(PCommand node) in setCommand()
H A DAIfCommand.java57 public void setPosition(PPosition node) in setPosition()
82 public void setExpression(PExpression node) in setExpression()
107 public void setBlock(PCommand node) in setBlock()
132 public void setOtherwise(PCommand node) in setOtherwise()
H A DALoopToCommand.java57 public void setPosition(PPosition node) in setPosition()
82 public void setVariable(PVariable node) in setVariable()
107 public void setExpression(PExpression node) in setExpression()
132 public void setCommand(PCommand node) in setCommand()
H A DAWithCommand.java57 public void setPosition(PPosition node) in setPosition()
82 public void setVariable(PVariable node) in setVariable()
107 public void setExpression(PExpression node) in setExpression()
132 public void setCommand(PCommand node) in setCommand()
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_node_util.cc28 string SummarizeNode(const Node& node) { return SummarizeNodeDef(node.def()); } in SummarizeNode()
30 string FormatNodeForError(const Node& node) { in FormatNodeForError()
34 Status NameRangesForNode(const Node& node, const OpDef& op_def, in NameRangesForNode()
39 Status AttachDef(const Status& status, const Node& node, in AttachDef()
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DstandardHandlers.c41 HandlerNode *node, in handleClassPrepare()
80 HandlerNode *node, in handleGarbageCollectionFinish()
88 HandlerNode *node, in handleFrameEvent()
127 HandlerNode *node, in genericHandler()
/aosp_15_r20/external/json-schema-validator/src/main/java/com/networknt/schema/
H A DEnumValidator.java84 …public Set<ValidationMessage> validate(ExecutionContext executionContext, JsonNode node, JsonNode … in validate()
106 private boolean isTypeLooseContainsInEnum(JsonNode node) { in isTypeLooseContainsInEnum()
135 protected ArrayNode processArrayNode(ArrayNode node) { in processArrayNode()
156 protected boolean hasNumber(ArrayNode node) { in hasNumber()
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRemoveDynamicIndexing.cpp81 TIntermTyped *EnsureSignedInt(TIntermTyped *node) in EnsureSignedInt()
335 TIntermAggregate *CreateIndexFunctionCall(TIntermBinary *node, in CreateIndexFunctionCall()
350 TIntermAggregate *CreateIndexedWriteFunctionCall(TIntermBinary *node, in CreateIndexedWriteFunctionCall()
368 bool RemoveDynamicIndexingTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary()
578 DynamicIndexingNodeMatcher matcher = [](TIntermBinary *node) { in RemoveDynamicIndexingOfNonSSBOVectorOrMatrix()
590 DynamicIndexingNodeMatcher matcher = [](TIntermBinary *node) { in RemoveDynamicIndexingOfSwizzledVector()
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsparsify_gather.cc101 for (const auto& node : input_graph_def.node()) { in ObtainTensorSlice() local
116 for (const auto& node : input_graph_def.node()) { in ObtainTensorSlice() local
125 for (const auto& node : input_graph_def.node()) { in ObtainTensorSlice() local
142 for (const auto& node : input_graph_def.node()) { in ObtainTensorSlice() local
196 for (const auto& node : input_graph_def.node()) { in ObtainVariableInfo() local
238 for (const auto& node : current_graph_def.node()) { in SparsifyGatherInternal() local
/aosp_15_r20/frameworks/compile/mclinker/unittests/
DInputTreeTest.cpp68 InputTree::iterator node = m_pTestee->root(); in TEST_F() local
95 InputTree::iterator node = m_pTestee->root(); in TEST_F() local
120 InputTree::iterator node = m_pTestee->root(); in TEST_F() local
139 InputTree::iterator node = m_pTestee->root(); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dmutable_graph_view_test.cc36 void CompareNodeFanins(const MutableGraphView& graph, NodeDef* node, in CompareNodeFanins()
56 void CompareNodeFanouts(const MutableGraphView& graph, NodeDef* node, in CompareNodeFanouts()
74 NodeDef* node = graph.GetNode(node_name); in CheckNode() local
311 for (const auto& node : graph.node()) { in GetNodeInputsFromGraph() local
325 for (const auto& node : graph.node()) { in CheckUnmodifiedNodeFanins() local
349 NodeDef* node = graph.GetNode(from_node_name); in TestUpdateNodeName() local
916 NodeDef* node = graph.GetNode(node_name); in TestAddRegularFanin() local
1048 NodeDef* node = graph.GetNode(node_name); in TestAddRegularFaninByPort() local
1202 NodeDef* node = graph.GetNode(node_name); in TestRemoveRegularFanin() local
1344 NodeDef* node = graph.GetNode(node_name); in TestRemoveRegularFaninByPort() local
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/
H A Dbdk-sata.c444 int bdk_sata_get_controllers(bdk_node_t node) in bdk_sata_get_controllers()
458 static int __bdk_sata_is_initialized(bdk_node_t node, int controller) in __bdk_sata_is_initialized()
478 int bdk_sata_initialize(bdk_node_t node, int controller) in bdk_sata_initialize()
639 int bdk_sata_shutdown(bdk_node_t node, int controller) in bdk_sata_shutdown()
667 int bdk_sata_get_ports(bdk_node_t node, int controller) in bdk_sata_get_ports()
699 static int issue_command(bdk_node_t node, int controller, int command, int is_write, uint64_t lba, … in issue_command()
787 uint64_t bdk_sata_identify(bdk_node_t node, int controller, int port) in bdk_sata_identify()
921 int bdk_sata_read(bdk_node_t node, int controller, int port, uint64_t lba, int sectors, void *buffe… in bdk_sata_read()
947 int bdk_sata_write(bdk_node_t node, int controller, int port, uint64_t lba, int sectors, const void… in bdk_sata_write()
971 int bdk_sata_bist_fis(bdk_node_t node, int controller, int port, bdk_sata_bist_fis_t mode) in bdk_sata_bist_fis()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dreverse_sequence.cc35 TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) { in Prepare()
72 TfLiteStatus ReverseSequenceImpl(TfLiteContext* context, TfLiteNode* node) { in ReverseSequenceImpl()
109 TfLiteStatus ReverseSequenceHelper(TfLiteContext* context, TfLiteNode* node) { in ReverseSequenceHelper()
131 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { in Eval()
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/visitor/
H A DTreeVisitorTest.java80 public void process(Node node) { in isValidPreOrderTraversal()
92 public void process(Node node) { in isValidPostOrderTraversal()
103 public void process(Node node) { in preOrderConcurrentModificationIsOk()
116 public void process(Node node) { in postOrderConcurrentModificationIsOk()
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java171 BrowseTree.BrowseNode node = mock(BrowseTree.BrowseNode.class); in refreshContents() local
182 BrowseTree.BrowseNode node = mock(BrowseTree.BrowseNode.class); in playItem() local
193 BrowseTree.BrowseNode node = mock(BrowseTree.BrowseNode.class); in getContents() local
252 BrowseTree.BrowseNode node = mock(BrowseTree.BrowseNode.class); in getContentsNodeNotCached_returnDownloadPendingStatus() local
271 BrowseTree.BrowseNode node = mock(BrowseTree.BrowseNode.class); in getContentsNoErrorConditions_returnsSuccessStatus() local
/aosp_15_r20/packages/modules/NeuralNetworks/tools/systrace_parser/parser/
Dtree.py49 def recurse(node): argument
61 def recurse(node): argument
77 def recurse(node): argument
124 def recurse(node): argument
145 def recurse(node, indent): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dop_profile_builder.cc46 void PopulateSymbolNode(const OpMetrics& op_metrics, Node* node) { in PopulateSymbolNode()
68 for (const Node& node : root->children()) { in TopKChildren() local
151 uint64_t total_time_ps, Node* node) { in PopulateOpMetricsNode()
185 void InsertFusedInstructions(const OpMetrics& op_metrics, Node* node) { in InsertFusedInstructions()
295 for (auto* node : all_paths) { in AddOp() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Ddebug_stripper_test.cc66 for (const NodeDef& node : output.node()) { in TEST_F() local
93 for (const NodeDef& node : output.node()) { in TEST_F() local
154 for (const NodeDef& node : output.node()) { in TEST_F() local
208 for (const NodeDef& node : output.node()) { in TEST_F() local
245 for (const NodeDef& node : output.node()) { in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dfunction_utils.cc118 NodeDef* node = fd->add_node_def(); in AddNode() local
162 [&name](const NodeDef& node) { return node.name() == name; }, in FindFunctionNodeWithName()
168 [&op](const NodeDef& node) { return node.op() == op; }, in FindFunctionNodeWithOp()
173 NodeDef* node) { in SetUniqueFunctionNodeName()
194 const NodeDef& node, bool skip_assert) { in IsNodeStateful()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/rseq/
H A Dbasic_percpu_ops_test.c135 struct percpu_list_node *node, in this_cpu_list_push()
197 struct percpu_list_node *node; in __percpu_list_pop() local
218 struct percpu_list_node *node; in test_percpu_list_thread() local
252 struct percpu_list_node *node; in test_percpu_list() local
272 struct percpu_list_node *node; in test_percpu_list() local

1...<<31323334353637383940>>...336