Home
last modified time | relevance | path

Searched defs:ob2 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/cpython3/PC/
Dwinreg.c126 PyHKEY_binaryFailureFunc(PyObject *ob1, PyObject *ob2) in PyHKEY_binaryFailureFunc()
132 PyHKEY_ternaryFailureFunc(PyObject *ob1, PyObject *ob2, PyObject *ob3) in PyHKEY_ternaryFailureFunc()
172 PyHKEY_compareFunc(PyObject *ob1, PyObject *ob2) in PyHKEY_compareFunc()
/aosp_15_r20/external/python/cpython2/PC/
D_winreg.c402 PyHKEY_binaryFailureFunc(PyObject *ob1, PyObject *ob2) in PyHKEY_binaryFailureFunc()
408 PyHKEY_ternaryFailureFunc(PyObject *ob1, PyObject *ob2, PyObject *ob3) in PyHKEY_ternaryFailureFunc()
457 PyHKEY_compareFunc(PyObject *ob1, PyObject *ob2) in PyHKEY_compareFunc()
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
H A DSerializerCache.java192 Object ob2 = _sharedMap.put(new TypeKey(fullType, false), ser); in addAndResolveNonTypedSerializer() local
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dproperty.m23 @property(copy) id ob2; property
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Ddb_sqlite_table_unittest.cc195 sqlite3_index_info::sqlite3_index_orderby ob2{2u, false}; in TEST() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/node/
H A DObjectNodeTest.java408 ObjectNode ob2 = MAPPER.createObjectNode(); in testEqualityWrtOrder() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
H A DTestObjectIdSerialization.java235 StringIdentifiable ob2 = new StringIdentifiable(34); in testSerializeWithOpaqueStringId() local
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/
H A DExternalTypeCustomResolverTest.java443 …ClassesWithBuilder.PaymentMean ob2 = MAPPER.readValue(asJson2, ClassesWithBuilder.PaymentMean.clas… in testExternalWithCustomResolverAndBuilder() local