Home
last modified time | relevance | path

Searched defs:node (Results 876 – 900 of 8398) sorted by relevance

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/fixes/
Dfix_xrange.py27 def transform(self, node, results): argument
36 def transform_xrange(self, node, results): argument
42 def transform_range(self, node, results): argument
63 def in_special_context(self, node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/fixes/
Dfix_xrange.py27 def transform(self, node, results): argument
36 def transform_xrange(self, node, results): argument
42 def transform_range(self, node, results): argument
63 def in_special_context(self, node): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/fixes/
Dfix_xrange.py27 def transform(self, node, results): argument
36 def transform_xrange(self, node, results): argument
42 def transform_range(self, node, results): argument
63 def in_special_context(self, node): argument
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_xrange.py27 def transform(self, node, results): argument
36 def transform_xrange(self, node, results): argument
42 def transform_range(self, node, results): argument
63 def in_special_context(self, node): argument
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_xrange.py27 def transform(self, node, results): argument
36 def transform_xrange(self, node, results): argument
42 def transform_range(self, node, results): argument
63 def in_special_context(self, node): argument
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DSplitSequenceOperator.cpp59 bool SplitSequenceOperatorTraverser::visitAggregate(Visit visit, TIntermAggregate *node) in visitAggregate()
74 bool SplitSequenceOperatorTraverser::visitUnary(Visit visit, TIntermUnary *node) in visitUnary()
89 bool SplitSequenceOperatorTraverser::visitBinary(Visit visit, TIntermBinary *node) in visitBinary()
133 bool SplitSequenceOperatorTraverser::visitTernary(Visit visit, TIntermTernary *node) in visitTernary()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dcolocation.cc53 for (const string& node : nodes_to_root) { in GetColocationGroupRoot() local
90 for (const auto& node : graph->node()) { in ReassignColocation() local
112 NodeDef* node = node_map.GetNode(pair.first); in ReassignColocation() local
123 NodeDef* node = node_map.GetNode(pair.first); in ReassignColocation() local
/aosp_15_r20/external/json-schema-validator/src/test/java/com/networknt/schema/
H A DIssue493Test.java38 JsonNode node = getJsonNodeFromJsonData("/data/issue493-valid-1.json"); in testValidJson1() local
50 JsonNode node = getJsonNodeFromJsonData("/data/issue493-valid-2.json"); in testValidJson2() local
62 JsonNode node = getJsonNodeFromJsonData("/data/issue493-invalid-1.json"); in testInvalidJson1() local
82 JsonNode node = getJsonNodeFromJsonData("/data/issue493-invalid-2.json"); in testInvalidJson2() local
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc533 Node* node = AllocateNode( in AddNode() local
540 Node* Graph::CopyNode(const Node* node) { in CopyNode()
560 void Graph::RemoveNode(Node* node) { in RemoveNode()
766 const Node* node = FindNodeId(id); in ToGraphDefSubRange() local
847 Status Graph::IsValidOutputTensor(const Node* node, int idx) const { in IsValidOutputTensor() argument
858 Status Graph::IsValidInputTensor(const Node* node, int idx) const { in IsValidInputTensor() argument
871 Node* node = nullptr; in AllocateNode() local
887 void Graph::ReleaseNode(Node* node) { in ReleaseNode()
/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dvisitor.py38 def default(self, node, *args): argument
42 def dispatch(self, node, *args): argument
74 def dispatch(self, node, *args): argument
109 def dumpNode(node): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_node_show.cc21 ShowNode::ShowNode(const TFGraphNode* node) : node(node), account(false) { in ShowNode()
56 void ShowNode::AggregateTotalStats(ShowNode* node) { in AggregateTotalStats()
131 ShowMultiNode::ShowMultiNode(TFMultiGraphNode* node) in ShowMultiNode()
170 void ShowMultiNode::AggregateTotalStats(ShowMultiNode* node) { in AggregateTotalStats()
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_postsched.c79 struct ir3_postsched_node *node = instr->data; in has_sy_src() local
86 struct ir3_postsched_node *node = instr->data; in has_ss_src() local
92 sched_dag_validate_cb(const struct dag_node *node, void *data) in sched_dag_validate_cb()
378 struct ir3_postsched_node *node, in add_single_reg_dep()
426 struct ir3_postsched_node *node, const struct ir3_register *reg, in add_reg_dep()
463 struct ir3_postsched_node *node) in calculate_deps()
546 sched_dag_max_delay_cb(struct dag_node *node, void *state) in sched_dag_max_delay_cb()
/aosp_15_r20/frameworks/base/packages/SystemUI/utils/kairos/src/com/android/systemui/kairos/internal/
H A DGraph.kt384 for (node in nodes) { in adjustDirectUpstream() method
397 for (node in nodes) { in moveIndirectUpstreamToDirect() method
423 for (node in nodes) { in adjustIndirectUpstream() method
449 for (node in nodes) { in moveDirectUpstreamToIndirect() method
473 for (node in nodes) { in removeIndirectUpstream() method
486 for (node in nodes) { in removeDirectUpstream() method
511 data class N constructor(val node: SchedulableNode) : Schedulable constant in com.android.systemui.kairos.internal.Schedulable.N
/aosp_15_r20/external/freetype/src/base/
H A Dftdbgmem.c278 FT_MemNode node, next, *pnode; in ft_mem_table_resize() local
316 FT_MemNode *pnode = table->buckets + i, next, node = *pnode; in ft_mem_table_destroy() local
388 FT_MemNode *pnode, node; in ft_mem_table_get_nodep() local
413 FT_MemSource node, *pnode; in ft_mem_table_get_source() local
468 FT_MemNode *pnode, node; in ft_mem_table_set() local
568 FT_MemNode *pnode, node; in ft_mem_table_remove() local
702 FT_MemNode node, *pnode; in ft_mem_debug_realloc() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dpcy_node.c98 X509_POLICY_NODE *node; in level_find_node() local
115 X509_POLICY_NODE *node; in level_add_node() local
158 void policy_node_free(X509_POLICY_NODE *node) in policy_node_free()
169 const X509_POLICY_NODE *node, const ASN1_OBJECT *oid) in policy_node_match()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dpcy_node.c98 X509_POLICY_NODE *node; in level_find_node() local
115 X509_POLICY_NODE *node; in level_add_node() local
158 void policy_node_free(X509_POLICY_NODE *node) in policy_node_free()
169 const X509_POLICY_NODE *node, const ASN1_OBJECT *oid) in policy_node_match()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dnodes.go24 type node struct { struct
27 pos Pos
30 func (n *node) Pos() Pos { return n.pos }
31 func (n *node) SetPos(pos Pos) { n.pos = pos }
32 func (*node) aNode() {}
44 node anonMember
116 type decl struct{ node } member
284 node anonMember
316 node anonMember
448 node anonMember
[all …]
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/dominators/
H A DDominators.java68 void setDominatorsComputationState(Node node, Object state); in setDominatorsComputationState()
80 Object getDominatorsComputationState(Node node); in getDominatorsComputationState()
92 Iterable<? extends Node> getReferencesForDominators(Node node); in getReferencesForDominators()
101 void setDominator(Node node, Node dominator); in setDominator()
131 public Object node; field in Dominators.NodeS
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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/tensorflow/tensorflow/cc/tools/
H A Dfreeze_saved_model.cc75 NodeDef* node = graph_def->mutable_node(i); in GetNodeNameToNodeDefMap() local
112 NodeDef* node = name_to_node_map.at(node_name); in GetReachableNodesAndVariables() local
167 void ConvertReadVariableOpToIdentity(const NodeDef& node, in ConvertReadVariableOpToIdentity()
183 const NodeDef* node = name_to_node_map.at(node_name); in GetVarHandleName() local
241 for (const NodeDef& node : graph_def.node()) { in FreezeGraphDef() local
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A 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/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz_registry.cc53 void ChannelzRegistry::InternalRegister(BaseNode* node) { in InternalRegister()
75 BaseNode* node = it->second; in InternalGet() local
87 BaseNode* node = it->second; in InternalGetTopChannels() local
127 BaseNode* node = it->second; in InternalGetServers() local
165 RefCountedPtr<BaseNode> node = p.second->RefIfNonZero(); in InternalLogAllEntities() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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/grpc-grpc/src/core/lib/channel/
H A Dchannelz_registry.cc53 void ChannelzRegistry::InternalRegister(BaseNode* node) { in InternalRegister()
75 BaseNode* node = it->second; in InternalGet() local
87 BaseNode* node = it->second; in InternalGetTopChannels() local
127 BaseNode* node = it->second; in InternalGetServers() local
165 RefCountedPtr<BaseNode> node = p.second->RefIfNonZero(); in InternalLogAllEntities() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dgraph_def_util.cc42 for (const NodeDef& node : graph_def.node()) { in SummarizeGraphDef() local
49 for (const NodeDef& node : graph_def.node()) { in ValidateExternalGraphDefSyntax() local
170 NodeDef* node = nodes->Mutable(i); in StripDefaultAttributes() local
228 for (const auto& node : graph_def.node()) { in OpsUsedByGraph() local
234 for (const auto& node : fun->node_def()) { in OpsUsedByGraph() local

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