Home
last modified time | relevance | path

Searched defs:subobj (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dbytes_methods.c454 PyObject **subobj, char *byte, in parse_args_finds_byte()
510 PyObject *subobj; in find_internal() local
776 PyObject *subobj; in _Py_bytes_tailmatch() local
Dunicodeobject.c13637 PyObject *subobj; in unicode_startswith() local
13691 PyObject *subobj; in unicode_endswith() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DULocaleCollationTest.java221 Object subobj = sub.get(obj); in checkService() local
230 Object subobj = sub.get(obj); in checkService() local
H A DULocaleTest.java478 Object subobj = sub.get(obj); in checkService() local
487 Object subobj = sub.get(obj); in checkService() local
/aosp_15_r20/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/util/
H A DULocaleCollationTest.java218 Object subobj = sub.get(obj); in checkService() local
227 Object subobj = sub.get(obj); in checkService() local
/aosp_15_r20/external/python/cpython2/Objects/
Dbytearrayobject.c1177 PyObject *subobj; in bytearray_find_internal() local
1388 PyObject *subobj; in bytearray_startswith() local
1427 PyObject *subobj; in bytearray_endswith() local
2087 PyObject *list, *subobj = Py_None; in bytearray_split() local
2180 PyObject *list, *subobj = Py_None; in bytearray_rsplit() local
Dstringobject.c1464 PyObject *subobj = Py_None; in string_split() local
1563 PyObject *subobj = Py_None; in string_rsplit() local
1715 PyObject *subobj; in string_find_internal() local
2917 PyObject *subobj; in string_startswith() local
2961 PyObject *subobj; in string_endswith() local
Dunicodeobject.c7267 PyObject *subobj, in PyUnicode_Replace()
7760 PyObject *subobj; in unicode_startswith() local
7809 PyObject *subobj; in unicode_endswith() local
/aosp_15_r20/external/igt-gpu-tools/runner/
H A Drunner_json_tests.c38 struct json_object *subobj; in compare_objects() local
/aosp_15_r20/external/python/cpython2/Objects/stringlib/
Dfind.h109 PyObject **subobj, in stringlib_parse_args_finds()
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/util/
H A DULocaleTest.java475 Object subobj = sub.get(obj); in checkService() local
484 Object subobj = sub.get(obj); in checkService() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/
Dmessage.c788 upb_MessageValue subobj) { in PyUpb_Message_SetConcreteSubobj()
875 PyObject* subobj = PyUpb_WeakMap_Get(self->unset_subobj_map, field); in PyUpb_Message_GetStub() local
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Duser_defined.py939 def _is_c_defined_property(self, subobj): argument
/aosp_15_r20/trusty/kernel/app/mmutest/
H A Dmmutest.c996 TEST_F(mmutest_slice, subobj) { in TEST_F() argument