Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dbytes_methods.c456 parse_args_finds_byte(const char *function_name, PyObject **subobj, char *byte) in parse_args_finds_byte()
501 const char *function_name, PyObject *subobj, in find_internal()
724 const char *function_name, PyObject *subobj, in _Py_bytes_tailmatch()
756 _Py_bytes_startswith(const char *str, Py_ssize_t len, PyObject *subobj, in _Py_bytes_startswith()
763 _Py_bytes_endswith(const char *str, Py_ssize_t len, PyObject *subobj, in _Py_bytes_endswith()
Dbytearrayobject.c1266 bytearray_startswith_impl(PyByteArrayObject *self, PyObject *subobj, in bytearray_startswith_impl()
1290 bytearray_endswith_impl(PyByteArrayObject *self, PyObject *subobj, in bytearray_endswith_impl()
Dbytesobject.c2363 bytes_startswith_impl(PyBytesObject *self, PyObject *subobj, in bytes_startswith_impl()
2387 bytes_endswith_impl(PyBytesObject *self, PyObject *subobj, Py_ssize_t start, in bytes_endswith_impl()
Dunicodeobject.c13155 unicode_startswith_impl(PyObject *self, PyObject *subobj, Py_ssize_t start, in unicode_startswith_impl()
13211 unicode_endswith_impl(PyObject *self, PyObject *subobj, Py_ssize_t start, in unicode_endswith_impl()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleCollationTest.java221 Object subobj = sub.get(obj); in checkService() local
230 Object subobj = sub.get(obj); in checkService() local
DULocaleTest.java478 Object subobj = sub.get(obj); in checkService() local
487 Object subobj = sub.get(obj); in checkService() local
/external/icu/icu4j/main/collate/src/test/java/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java218 Object subobj = sub.get(obj); in checkService() local
227 Object subobj = sub.get(obj); in checkService() local
/external/igt-gpu-tools/runner/
Drunner_json_tests.c38 struct json_object *subobj; in compare_objects() local
/external/python/cpython3/Objects/clinic/
Dbytesobject.c.h932 PyObject *subobj; in bytes_startswith() local
983 PyObject *subobj; in bytes_endswith() local
Dbytearrayobject.c.h417 PyObject *subobj; in bytearray_startswith() local
468 PyObject *subobj; in bytearray_endswith() local
Dunicodeobject.c.h1675 PyObject *subobj; in unicode_startswith() local
1726 PyObject *subobj; in unicode_endswith() local
/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/util/
DULocaleTest.java475 Object subobj = sub.get(obj); in checkService() local
484 Object subobj = sub.get(obj); in checkService() local
/external/pytorch/torch/_dynamo/variables/
Duser_defined.py939 def _is_c_defined_property(self, subobj): argument
/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