/aosp_15_r20/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/ |
H A D | Constructor.java | 154 public Object construct(Node node) { in construct() 169 Object obj = Constructor.this.newInstance(mnode); in construct() local 184 public void construct2ndStep(Node node, Object object) { in construct2ndStep() 218 protected Object constructJavaBean2ndStep(MappingNode node, Object object) { in constructJavaBean2ndStep() 294 private Object newInstance(TypeDescription memberDescription, String propertyName, Node node) { in newInstance() 315 private Construct getConstructor(Node node) { in getConstructor() 323 public Object construct(Node node) { in construct() 335 public void construct2ndStep(Node node, Object object) { in construct2ndStep() 354 ScalarNode node = (ScalarNode) nnode; in construct() local 415 ScalarNode node) { in constructStandardJavaInstance() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/tools/trace/ |
H A D | diff_state.py | 35 def strip_object_hook(obj): argument 46 def visit(self, node, *args, **kwargs): argument 54 def visitObject(self, node, *args, **kwargs): argument 57 def visitArray(self, node, *args, **kwargs): argument 60 def visitValue(self, node, *args, **kwargs): argument 79 def visitObject(self, node): argument 112 def visitArray(self, node): argument 133 def visitValue(self, node): argument
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | NodeSetDTM.java | 145 Node node; in NodeSetDTM() local 170 Node node = nodeList.item(i); in NodeSetDTM() local 183 public NodeSetDTM(int node, DTMManager dtmManager) in NodeSetDTM() 654 int obj; in addNodes() local 709 int node; in addNodesInDocOrder() local 792 public int addNodeInDocOrder(int node, boolean test, XPathContext support) in addNodeInDocOrder() 867 public int addNodeInDocOrder(int node, XPathContext support) in addNodeInDocOrder() 1008 public void setElementAt(int node, int index) in setElementAt() 1025 public void setItem(int node, int index) in setItem()
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/rules2/ |
H A D | ExpressionParser.java | 139 private static RuleExpression parseExpressionFrom(TreeNode node) { in parseExpressionFrom() 141 JrsObject obj = (JrsObject) node; in parseExpressionFrom() local 329 private static RuleExpression getReference(TreeNode node) { in getReference() 333 JrsObject obj = (JrsObject) node; in getReference() local
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | gcmodule.c | 248 gc_list_append(PyGC_Head *node, PyGC_Head *list) in gc_list_append() 263 gc_list_remove(PyGC_Head *node) in gc_list_remove() 279 gc_list_move(PyGC_Head *node, PyGC_Head *list) in gc_list_move() 1642 referrersvisit(PyObject* obj, PyObject *objs) in referrersvisit() 1655 PyObject *obj; in gc_referrers_for() local 1698 referentsvisit(PyObject *obj, PyObject *list) in referentsvisit() 1721 PyObject *obj = PyTuple_GET_ITEM(args, i); in gc_get_referents() local 1861 gc_is_tracked(PyObject *module, PyObject *obj) in gc_is_tracked() 1884 gc_is_finalized(PyObject *module, PyObject *obj) in gc_is_finalized() 2247 PyObject_IS_GC(PyObject *obj) in PyObject_IS_GC() [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/ |
H A D | IncidentEdgeSet.java | 29 final N node; field in IncidentEdgeSet 32 IncidentEdgeSet(BaseGraph<N> graph, N node) { in IncidentEdgeSet() 54 public boolean contains(@CheckForNull Object obj) { in contains()
|
H A D | EndpointPair.java | 109 public final N adjacentNode(N node) { in adjacentNode() 137 public abstract boolean equals(@CheckForNull Object obj); in equals() 168 public boolean equals(@CheckForNull Object obj) { in equals() 216 public boolean equals(@CheckForNull Object obj) { in equals()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/ |
H A D | IncidentEdgeSet.java | 29 final N node; field in IncidentEdgeSet 32 IncidentEdgeSet(BaseGraph<N> graph, N node) { in IncidentEdgeSet() 54 public boolean contains(@CheckForNull Object obj) { in contains()
|
H A D | EndpointPair.java | 109 public final N adjacentNode(N node) { in adjacentNode() 137 public abstract boolean equals(@CheckForNull Object obj); in equals() 168 public boolean equals(@CheckForNull Object obj) { in equals() 216 public boolean equals(@CheckForNull Object obj) { in equals()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/ |
D | unordered_map.hpp | 388 std::pair<iterator, bool> insert(BOOST_RV_REF(P2) obj, in insert() 407 iterator insert(const_iterator hint, BOOST_RV_REF(P2) obj, in insert() 679 std::pair<iterator, bool> insert_or_assign( in insert_or_assign() 686 std::pair<iterator, bool> insert_or_assign( in insert_or_assign() 694 iterator insert_or_assign( in insert_or_assign() 701 iterator insert_or_assign( in insert_or_assign() 1252 iterator insert(BOOST_RV_REF(P2) obj, in insert() 1271 iterator insert(const_iterator hint, BOOST_RV_REF(P2) obj, in insert() 1700 node_pointer node = table::get_node(position); in erase() local 1711 node_pointer node = table::get_node(position); in erase() local [all …]
|
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/srcs/android/aconfig/storage/ |
H A D | PackageTable.java | 53 Node node = Node.fromBytes(mReader, mHeader.mVersion); in get() local 145 Node node = new Node(); in fromBytesV1() local 155 Node node = new Node(); in fromBytesV2() local 172 public boolean equals(Object obj) { in equals()
|
/aosp_15_r20/trusty/kernel/lib/extmem/ |
H A D | external_memory.c | 37 static struct ext_mem_obj* ext_mem_obj_from_bst_node(struct bst_node* node) { in ext_mem_obj_from_bst_node() 48 void ext_mem_obj_initialize(struct ext_mem_obj* obj, in ext_mem_obj_initialize() 65 bool ext_mem_insert(struct bst_root* objs, struct ext_mem_obj* obj) { in ext_mem_insert() 76 void ext_mem_obj_set_match_tag(struct vmm_obj* obj, uint64_t match_tag) { in ext_mem_obj_set_match_tag() 82 int ext_mem_obj_check_flags(struct vmm_obj* obj, uint* arch_mmu_flags) { in ext_mem_obj_check_flags() 127 int ext_mem_obj_get_page(struct vmm_obj* obj, in ext_mem_obj_get_page()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/pyct/ |
H A D | transpiler.py | 247 def get_transformed_name(self, node): argument 255 def transform_ast(self, node, ctx): argument 266 def transform(self, obj, user_context): argument 286 def _erase_arg_defaults(self, node): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | pytree.cc | 113 const py::handle& obj, PyTreeTypeRegistry::Registration const** custom) { in GetKind() 136 Node node; in FlattenIntoImpl() local 243 for (const Node& node : traversal_) { in UnflattenImpl() local 295 /*static*/ py::object PyTreeDef::MakeNode(const PyTreeDef::Node& node, in MakeNode() 359 const Node& node = *it; in FlattenUpTo() local 497 for (const Node& node : traversal_) { in Walk() local 545 const Node& node = **it; in FromIterableTreeHelper() local 602 Node node; in Tuple() local 621 const Node& node = traversal_.at(pos - 1); in Children() local 638 for (const Node& node : traversal_) { in ToString() local [all …]
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodec.cpp | 228 Mutexed<sp<C2OMXNode>>::Locked node(mNode); in connect() local 251 Mutexed<sp<C2OMXNode>>::Locked node(mNode); in disconnect() local 276 Mutexed<sp<C2OMXNode>>::Locked node(mNode); in start() local 309 Mutexed<sp<C2OMXNode>>::Locked node(mNode); in configure() local 454 Mutexed<sp<C2OMXNode>>::Locked node(mNode); in onInputBufferDone() local 462 Mutexed<sp<C2OMXNode>>::Locked node(mNode); in onInputBufferEmptied() local 470 Mutexed<sp<C2OMXNode>>::Locked node(mNode); in getDataspace() local 478 Mutexed<sp<C2OMXNode>>::Locked node(mNode); in getPixelFormat() local 508 Mutexed<std::shared_ptr<C2AidlNode>>::Locked node(mNode); in connect() local 526 Mutexed<std::shared_ptr<C2AidlNode>>::Locked node(mNode); in disconnect() local [all …]
|
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/ |
H A D | TestConversions.java | 87 private final ObjectNode node = JsonNodeFactory.instance.objectNode(); field in TestConversions.CustomSerializedPojo 231 ObjectNode node = MAPPER.createObjectNode(); in testIssue709() local 248 JsonNode node = MAPPER.readTree(buf.asParser()); in testEmbeddedByteArray() local 275 final JsonNode node = MAPPER.valueToTree(pojo); in testBeanToTree() local 315 LongContainer1940 obj = MAPPER.treeToValue(tree, LongContainer1940.class); in testBufferedLongViaCoercion() local
|
/aosp_15_r20/external/libaom/tools/auto_refactor/ |
H A D | auto_refactor.py | 168 def visit_Struct(self, node): argument 173 def visit_Union(self, node): argument 178 def visit_Enum(self, node): argument 182 def visit_Typedef(self, node): argument 236 def parse_peeled_decl_type_node(struct_info, node): argument 320 def visit_FuncDef(self, node): argument 335 def find_end_node(node): argument 358 def save_object(obj, filename): argument 395 def add_link_node(self, node, link_id_chain): argument 667 def generic_visit(self, node): argument [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | typo-correction-delayed.cpp | 18 D obj; in test() local 72 void f(Node *node) { in f() 82 void f(LinkedNode *node) { in f() 93 void f(NestedNode *node) { in f()
|
/aosp_15_r20/external/guice/extensions/persist/lib/ |
HD | commons-collections.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META ... |
/aosp_15_r20/external/trusty/musl/src/regex/ |
D | regcomp.c | 88 void *obj; /* Pointer to actual node. */ member 141 tre_ast_new_node(tre_mem_t mem, int type, void *obj) in tre_ast_new_node() 143 tre_ast_node_t *node = tre_mem_calloc(mem, sizeof *node); in tre_ast_new_node() local 156 tre_ast_node_t *node; in tre_ast_new_literal() local 172 tre_ast_node_t *node; in tre_ast_new_iter() local 190 tre_ast_node_t *node; in tre_ast_new_union() local 208 tre_ast_node_t *node; in tre_ast_new_catenation() local 616 tre_ast_node_t *node = 0, *n; in parse_bracket() local 757 static reg_errcode_t marksub(tre_parse_ctx_t *ctx, tre_ast_node_t *node, int subid) in marksub() 797 tre_ast_node_t *node; in parse_atom() local [all …]
|
/aosp_15_r20/external/musl/src/regex/ |
H A D | regcomp.c | 88 void *obj; /* Pointer to actual node. */ member 141 tre_ast_new_node(tre_mem_t mem, int type, void *obj) in tre_ast_new_node() 143 tre_ast_node_t *node = tre_mem_calloc(mem, sizeof *node); in tre_ast_new_node() local 156 tre_ast_node_t *node; in tre_ast_new_literal() local 172 tre_ast_node_t *node; in tre_ast_new_iter() local 190 tre_ast_node_t *node; in tre_ast_new_union() local 208 tre_ast_node_t *node; in tre_ast_new_catenation() local 616 tre_ast_node_t *node = 0, *n; in parse_bracket() local 757 static reg_errcode_t marksub(tre_parse_ctx_t *ctx, tre_ast_node_t *node, int subid) in marksub() 797 tre_ast_node_t *node; in parse_atom() local [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | BrowseTree.java | 214 synchronized boolean addChild(BrowseNode node) { in addChild() 221 mBrowseMap.put(node.getID(), node); in addChild() local 234 synchronized void removeChild(BrowseNode node) { in removeChild() 282 synchronized boolean isChild(BrowseNode node) { in isChild() 347 public boolean equals(Object obj) { in equals() 503 BrowseNode node = findBrowseNodeByID(nodeId); in notifyImageDownload() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | init.cpp | 556 for (auto& obj : inputs) { in initJITBindings() local 577 for (auto& obj : inputs) { in initJITBindings() local 597 for (auto& obj : inputs) { in initJITBindings() local 615 for (auto& obj : inputs) { in initJITBindings() local 704 [](py::handle& obj) { in initJITBindings() 925 [](py::object obj) -> InferredType { in initJITBindings() 1292 [](const c10::SymNode& node){ in initJITBindings() 1297 [](const c10::SymNode& node) { in initJITBindings() 1302 [](const c10::SymNode& node) { in initJITBindings() 1307 [](const c10::SymNode& node) { in initJITBindings() [all …]
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/directive/ |
H A D | Directive.java | 157 Node node) in init() 195 Writer writer, Node node ) in render() 234 Object obj = context.get(name); in postRender() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | export_bytecode.cpp | 35 static std::vector<Method> gatherGetSetStates(const ObjectPtr& obj) { in gatherGetSetStates() 162 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
|