Home
last modified time | relevance | path

Searched defs:node (Results 1351 – 1375 of 8398) sorted by relevance

1...<<51525354555657585960>>...336

/aosp_15_r20/trusty/kernel/lib/shared/binder_discover/
H A Dbinder_discover.cpp37 struct bst_node node; member
78 auto node = bst_search(&discovery_tree, &key.node, in binder_discover_get_service() local
131 auto node = bst_search(&discovery_tree, &key.node, in binder_discover_remove_service() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.h38 std::unique_ptr<shape_inference::InferenceContext> ic, const Node* node) in ExtendedInferenceContext()
113 shape_inference::InferenceContext* GetContext(const Node* node) const { in GetContext()
122 ExtendedInferenceContext* GetExtendedContext(const Node* node) const { in GetExtendedContext()
H A Dgraph_constructor.cc327 Node* node; // nullptr until the NodeDef is converted to a Node. member
363 Node* node; member
631 for (const string& node : opts_.control_dependencies) { in ValidateInputMapAndControlDependencies() local
771 Status GraphConstructor::MakeNode(NodeDef&& node_def, Node** node) { in MakeNode()
782 Status GraphConstructor::ValidateShape(Node* node) { in ValidateShape()
999 Node* node = pair.second.node; in UpdateUniquifiedColocationNames() local
1224 Node* node; in Convert() local
1366 Node* node = existing_nodes_[remapped_id.first]; in PopulateReturnTensors() local
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/asn1/
DAsn1DecoderTest.java52 Asn1Node node = root.getChild(0x5A); in testNormalOperation() local
81 Asn1Node node = root.getChild(0x5A); in testHighTagNumberForm() local
200 Asn1Node node = root.getChild(0x5A); in testLongFormLength() local
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
H A DPrefixConstructorTest.java78 public Object construct(Node node) { in construct()
95 public Object construct(Node node) { in construct()
112 public Object construct(Node node) { in construct()
/aosp_15_r20/external/XNNPACK/src/subgraph/
H A Dconvert.c21 const struct xnn_node* node, in create_convert_operator()
252 struct xnn_node* node, in xnn_init_convert_node()
369 struct xnn_node* node = xnn_subgraph_new_node(subgraph); in xnn_define_convert() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dunique_op_test.cc76 Node* node; in BM_Unique_INT32() local
100 Node* node; in BM_Unique_INT32_Repeat() local
139 Node* node; in BM_Unique_STRING() local
/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRescopeGlobalVariables.cpp83 void visitSymbol(TIntermSymbol *node) override in visitSymbol()
99 bool visitDeclaration(Visit visit, TIntermDeclaration *node) override in visitDeclaration()
131 bool visitFunctionDefinition(Visit visit, TIntermFunctionDefinition *node) override in visitFunctionDefinition()
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/select/
H A DTraversorTest.java189 NodeTraversor.traverse((node, depth) -> { in canRemoveDuringHead() argument
205 body.traverse((node, depth) -> { in elementFunctionalTraverse() argument
217 doc.traverse((node, depth) -> { in seesDocRoot() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Ddump_graph_test.cc70 Node* node; in TEST() local
84 Node* node; in TEST() local
100 Node* node; in TEST() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/omadm/
DMoSerializer.java123 Element node = doc.createElement(TAG_NODE); in createNode() local
141 Element node = doc.createElement(TAG_RTPROPERTIES); in createNodeForUrn() local
162 Element node = doc.createElement(TAG_NODE); in createNodeForValue() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/utils/
H A Dsimple_delegate.cc59 TfLiteNode* node) -> TfLiteStatus { in GetDelegateKernelRegistration()
69 TfLiteNode* node) -> TfLiteStatus { in GetDelegateKernelRegistration()
91 std::string* unsupported_details) -> bool { in DelegatePrepare()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dfunction_optimizer.cc351 for (const NodeDef& node : graph.node()) { in InferTrulyConstNodes() local
391 const NodeDef& node) { in FindFunctionCall()
404 absl::flat_hash_set<int> GetActiveOutputs(const NodeDef& node, in GetActiveOutputs()
428 bool HasTrulyConstInputs(const NodeDef& node, in HasTrulyConstInputs()
1013 Status MakeFunctionBodyForInlining(const Node& node, in MakeFunctionBodyForInlining()
1146 const auto is_placeholder = [](const Node* node) -> bool { in AddStrictInputSemantics()
1150 for (const Node* node : data_inputs) { in AddStrictInputSemantics() local
1453 for (const NodeDef& node : graph_after_inlining.node()) { in RunFunctionOptimizerPass() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dtransform_utils_test.cc158 NodeDef node; in TestAddNodeInput() local
164 NodeDef node; in TestCopyNodeAttr() local
174 NodeDef node; in TestSetNodeAttr() local
184 NodeDef node; in TestSetNodeTensorAttr() local
198 NodeDef node; in TestSetNodeTensorAttrWithTensor() local
209 NodeDef node; in TestGetNodeTensorAttr() local
247 [](const NodeDef& node) { return (node.name() != "remove_me"); }, in TestFilterGraphDef()
455 for (const NodeDef& node : replaced_graph_def.node()) { in TestReplaceMatchingOpTypes() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dnode.c316 gpir_node *node = rzalloc_size(block, size); in gpir_node_create() local
425 void gpir_node_delete(gpir_node *node) in gpir_node_delete()
443 static void gpir_node_print_node(gpir_node *node, int type, int space) in gpir_node_print_node()
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Drequires_grad_analysis.cpp33 void setRequiresGrad(Node* node, const std::vector<bool>& values) { in setRequiresGrad()
45 void PropagateRequiresGradSimpleNode(Node* node) { in PropagateRequiresGradSimpleNode()
104 void PropagateRequiresGrad(Node* node) { in PropagateRequiresGrad()
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Drbtree.h146 static inline int ext2fs_rb_empty_node(struct rb_node *node) in ext2fs_rb_empty_node()
151 static inline void ext2fs_rb_clear_node(struct rb_node *node) in ext2fs_rb_clear_node()
169 static inline void ext2fs_rb_link_node(struct rb_node * node, in ext2fs_rb_link_node()
/aosp_15_r20/external/guice/extensions/grapher/test/com/google/inject/grapher/
H A DAbstractInjectorGrapherTest.java56 protected void newInterfaceNode(InterfaceNode node) { in newInterfaceNode()
62 protected void newImplementationNode(ImplementationNode node) { in newImplementationNode()
68 protected void newInstanceNode(InstanceNode node) { in newInstanceNode()
/aosp_15_r20/external/yapf/yapftests/
H A Dcomment_splicer_test.py26 def _AssertNodeType(self, expected_type, node): argument
29 def _AssertNodeIsComment(self, node, text_in_comment=None): argument
39 def _FindNthChildNamed(self, node, name, n=1): argument
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/
H A DForeach.java106 public void init(RuntimeServices rs, InternalContextAdapter context, Node node) in init()
173 protected Iterator getIterator(Object iterable, Node node) in getIterator()
221 public boolean render(InternalContextAdapter context, Writer writer, Node node) in render()
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/widget/
H A DTextViewPrecomputedTextPerfTest.java337 final RenderNode node = RenderNode.create("benchmark", null); in testOnDraw_RandomText() local
363 final RenderNode node = RenderNode.create("benchmark", null); in testOnDraw_RandomText_Selectable() local
390 final RenderNode node = RenderNode.create("benchmark", null); in testOnDraw_PrecomputedText() local
419 final RenderNode node = RenderNode.create("benchmark", null); in testOnDraw_PrecomputedText_Selectable() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DExploreByTouchHelper.java375 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(mView); in createNodeForHost() local
436 final AccessibilityNodeInfo node = AccessibilityNodeInfo.obtain(); in createNodeForChild() local
774 int virtualViewId, AccessibilityNodeInfo node); in onPopulateNodeForVirtualView()
784 protected void onPopulateNodeForHost(AccessibilityNodeInfo node) { in onPopulateNodeForHost()
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dexport_bytecode.cpp162 auto node = code.instructions_source()[i]; in compileGraphToMobileCode() local
191 auto node = code.instructions_source()[i]; in compileGraphToMobileCode() local
206 auto node = code.instructions_source()[i]; in compileGraphToMobileCode() local
228 auto node = code.instructions_source()[i]; in compileGraphToMobileCode() local
/aosp_15_r20/external/pytorch/test/quantization/jit/
H A Dtest_ondevice_quantization.py88 def is_calculate_qparam(node): argument
95 def get_linear_packed_param_fp_weight(node): argument
110 def is_per_channel_quantized_packed_param(node): argument
162 def _observer_is_weight_only(self, node): argument
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp716 const UObject *node; in appendText() local
771 const UObject *node=(const UObject *)fChildren.elementAt(i); in getChild() local
789 const UObject *node; in nextChildElement() local
810 const UObject *node; in getChildElement() local

1...<<51525354555657585960>>...336