Home
last modified time | relevance | path

Searched +defs:node +defs:obj (Results 101 – 125 of 1539) sorted by relevance

12345678910>>...62

/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DAbstractFuture.java248 private void removeWaiter(Waiter node) { in removeWaiter()
455 Waiter node = new Waiter(); in get() local
559 Waiter node = new Waiter(); in get() local
590 private V getDoneValue(Object obj) throws ExecutionException { in getDoneValue()
1112 Object obj = value; in tryInternalFastPathGetFailure() local
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/aconfig_storage_file/aconfig_storage_file_java/android_common/javac/
Daconfig_storage_file_java.jar ... Object obj android.aconfig.storage.FlagTable$Node other public java.lang.String getFlagName () ...
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/aconfig_storage_file/aconfig_storage_file_java/android_common_apex34/javac/
Daconfig_storage_file_java.jar ... Object obj android.aconfig.storage.FlagTable$Node other public java.lang.String getFlagName () ...
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
H A DIntDistanceNode.java31 public boolean equals(Object obj) { in equals()
102 DistanceNode node = IntDistanceNode.from(oldNode.distance, otherTable); in IntDistanceTable() local
146 public boolean equals(Object obj) { in equals()
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
H A DGetAttr.java26 public GetAttr(FnNode node) { in GetAttr()
75 public boolean equals(Object obj) { in equals()
114 public boolean equals(Object obj) { in equals()
H A DRegionOverride.java29 public static RegionOverride fromNode(JsonNode node) { in fromNode()
40 public boolean equals(Object obj) { in equals()
H A DParameters.java63 public static Parameters fromNode(JsonNode node) { in fromNode()
68 paramsObj.forEach((name, obj) -> { in fromNode() argument
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncNormalizeSpace.java72 int node = getArg0AsNode(xctxt); in executeCharsToContentHandler() local
81 XObject obj = execute(xctxt); in executeCharsToContentHandler() local
/aosp_15_r20/external/snakeyaml/src/test/java/examples/spring/
H A DTestEntityDescription.java36 public Object newInstance(Node node) { in newInstance()
43 public Object finalizeConstruction(Object obj) { in finalizeConstruction()
/aosp_15_r20/external/python/cpython2/Lib/compiler/
Dpycodegen.py150 def visitDict(self, node): argument
153 def visitGlobal(self, node): argument
157 def visitFunction(self, node): argument
160 def visitLambda(self, node): argument
163 def visitImport(self, node): argument
167 def visitFrom(self, node): argument
171 def visitClass(self, node): argument
174 def visitAssName(self, node): argument
177 def is_constant_false(node): argument
316 def set_lineno(self, node, force=False): argument
[all …]
/aosp_15_r20/external/libxml2/
H A Dxpointer.c69 xmlNodePtr node = NULL; in xmlXPtrErr() local
195 xmlXPathObjectPtr obj; in xmlXPtrGetChildNo() local
431 xmlXPathObjectPtr obj = ctxt->value; in xmlXPtrEvalFullXPtr() local
/aosp_15_r20/external/snakeyaml/src/test/java/examples/
H A DCustomImplicitResolverTest.java40 Map<String, Object> obj = yaml.load("bar: 50%"); in testImplicit() local
64 public Object construct(Node node) { in construct()
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A DNode.java297 public boolean equals(final Object obj) { in equals()
528 public boolean replace(Node node) { in replace()
620 public boolean remove(Node node) { in remove()
676 public boolean replace(Node node, Node replacementNode) { in replace()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dinterpreter.cpp325 const auto& obj = peek(stack, 0, 1); in runTemplate() local
332 auto obj = entered_objects.back().toObject(); in runTemplate() local
829 Node* node = in runTemplate() local
1013 Node* node = frame.function->instructions_source_[pc]; in moduleHierarchy() local
1073 Node* node = frame.function->instructions_source_[pc]; in callstack() local
/aosp_15_r20/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNode.java123 public boolean equals(Object obj) { in equals()
128 PropertyNode node = (PropertyNode)obj; in equals() local
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
DEuiccSpecVersion.java46 Asn1Node node; in fromOpenChannelResponse() local
124 public boolean equals(Object obj) { in equals()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java538 public void setItem(int node, int index) in setItem()
721 protected int addNodeInDocOrder(int node) in addNodeInDocOrder()
777 protected void setObject(Object obj) { in setObject()
/aosp_15_r20/art/dex2oat/
H A Dtransaction.cc167 void Transaction::RecordNewObject(ObjPtr<mirror::Object> obj) { in RecordNewObject()
187 bool Transaction::ObjectNeedsTransactionRecords(ObjPtr<mirror::Object> obj) { in ObjectNeedsTransactionRecords()
203 inline Transaction::ObjectLog& Transaction::GetOrCreateObjectLog(mirror::Object* obj) { in GetOrCreateObjectLog()
207 void Transaction::RecordWriteFieldBoolean(mirror::Object* obj, in RecordWriteFieldBoolean()
218 void Transaction::RecordWriteFieldByte(mirror::Object* obj, in RecordWriteFieldByte()
229 void Transaction::RecordWriteFieldChar(mirror::Object* obj, in RecordWriteFieldChar()
241 void Transaction::RecordWriteFieldShort(mirror::Object* obj, in RecordWriteFieldShort()
253 void Transaction::RecordWriteField32(mirror::Object* obj, in RecordWriteField32()
264 void Transaction::RecordWriteField64(mirror::Object* obj, in RecordWriteField64()
275 void Transaction::RecordWriteFieldReference(mirror::Object* obj, in RecordWriteFieldReference()
[all …]
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java189 public boolean equals(Object obj) { in equals()
274 DistanceTable node = getNode(desired, supported); in addSubtables() local
414 DistanceTable node = suppNodeMap.get(ANY); in toTrie() local
423 DistanceTable node = suppNode.getValue(); in toTrie() local
440 public boolean test(DistanceTable node) { in test()
459 public boolean test(DistanceTable node) { in test()
595 DistanceTable node = defaultDistanceTable.getAnyAnyNode(); in build() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java192 public boolean equals(Object obj) { in equals()
277 DistanceTable node = getNode(desired, supported); in addSubtables() local
417 DistanceTable node = suppNodeMap.get(ANY); in toTrie() local
426 DistanceTable node = suppNode.getValue(); in toTrie() local
443 public boolean test(DistanceTable node) { in test()
462 public boolean test(DistanceTable node) { in test()
598 DistanceTable node = defaultDistanceTable.getAnyAnyNode(); in build() local
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/asn1/
H A DAsn1BerParser.java175 T obj; in parseChoice() local
416 public void setValueFrom(BerDataValue dataValue, Object obj) throws Asn1DecodingException { in setValueFrom()
473 long node = decodeBase128UnsignedLong(encodedOid); in oidToString() local
561 Object obj, Field field, Asn1Type type, BerDataValue dataValue) in setFieldValue()
/aosp_15_r20/trusty/kernel/lib/extmem/include/lib/extmem/
H A Dextmem.h82 struct bst_node node; member
145 struct ext_mem_obj* obj) { in ext_mem_delete()
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/parser/node/
H A DASTIndex.java113 InternalContextAdapter context, SimpleNode node) in adjMinusIndexArg()
195 Object obj = method.invoke(o, params); in execute() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.cc114 PyObject* obj = PyArray_SimpleNewFromData(1, &size, NPY_FLOAT32, pydata); in PyArrayFromFloatVector() local
122 PyObject* obj = PyArray_SimpleNewFromData(1, &size, NPY_INT32, pydata); in PyArrayFromIntVector() local
574 const TfLiteNode* node = &(interpreter_->node_and_registration(i)->first); in NodeInputs() local
584 const TfLiteNode* node = &(interpreter_->node_and_registration(i)->first); in NodeOutputs() local
/aosp_15_r20/external/python/cpython3/Python/
Dhamt.c278 #define IS_ARRAY_NODE(node) Py_IS_TYPE(node, &_PyHamt_ArrayNode_Type) argument
279 #define IS_BITMAP_NODE(node) Py_IS_TYPE(node, &_PyHamt_BitmapNode_Type) argument
280 #define IS_COLLISION_NODE(node) Py_IS_TYPE(node, &_PyHamt_CollisionNode_Type) argument
379 PyObject *obj = _PyObject_CAST(obj_raw); in _hamt_node_array_validate() local
381 PyHamtNode_Array *node = (PyHamtNode_Array*)obj; in _hamt_node_array_validate() local
525 PyHamtNode_Bitmap *node; in hamt_node_bitmap_new() local
565 hamt_node_bitmap_count(PyHamtNode_Bitmap *node) in hamt_node_bitmap_count()
571 hamt_node_bitmap_clone(PyHamtNode_Bitmap *node) in hamt_node_bitmap_clone()
1183 hamt_node_bitmap_dump(PyHamtNode_Bitmap *node, in hamt_node_bitmap_dump()
1264 PyHamtNode_Collision *node; in hamt_node_collision_new() local
[all …]

12345678910>>...62