/external/python/cpython3/Objects/ |
D | bytes_methods.c | 456 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()
|
D | bytearrayobject.c | 1266 bytearray_startswith_impl(PyByteArrayObject *self, PyObject *subobj, in bytearray_startswith_impl() 1290 bytearray_endswith_impl(PyByteArrayObject *self, PyObject *subobj, in bytearray_endswith_impl()
|
D | bytesobject.c | 2363 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()
|
D | unicodeobject.c | 13155 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/ |
D | ULocaleCollationTest.java | 221 Object subobj = sub.get(obj); in checkService() local 230 Object subobj = sub.get(obj); in checkService() local
|
D | ULocaleTest.java | 478 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/ |
D | ULocaleCollationTest.java | 218 Object subobj = sub.get(obj); in checkService() local 227 Object subobj = sub.get(obj); in checkService() local
|
/external/igt-gpu-tools/runner/ |
D | runner_json_tests.c | 38 struct json_object *subobj; in compare_objects() local
|
/external/python/cpython3/Objects/clinic/ |
D | bytesobject.c.h | 932 PyObject *subobj; in bytes_startswith() local 983 PyObject *subobj; in bytes_endswith() local
|
D | bytearrayobject.c.h | 417 PyObject *subobj; in bytearray_startswith() local 468 PyObject *subobj; in bytearray_endswith() local
|
D | unicodeobject.c.h | 1675 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/ |
D | ULocaleTest.java | 475 Object subobj = sub.get(obj); in checkService() local 484 Object subobj = sub.get(obj); in checkService() local
|
/external/pytorch/torch/_dynamo/variables/ |
D | user_defined.py | 939 def _is_c_defined_property(self, subobj): argument
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/python/ |
D | message.c | 788 upb_MessageValue subobj) { in PyUpb_Message_SetConcreteSubobj() 875 PyObject* subobj = PyUpb_WeakMap_Get(self->unset_subobj_map, field); in PyUpb_Message_GetStub() local
|