Home
last modified time | relevance | path

Searched defs:s_new (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
Dstropmodule.c462 char *s, *s_new; in strop_lower() local
501 char *s, *s_new; in strop_upper() local
541 char *s, *s_new; in strop_capitalize() local
720 char *s, *s_new; in strop_swapcase() local
D_struct.c1350 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in s_new() function
/aosp_15_r20/external/python/cpython2/Objects/
Dstringobject.c2055 char *s = PyString_AS_STRING(self), *s_new; in string_title() local
2090 char *s = PyString_AS_STRING(self), *s_new; in string_capitalize() local
2169 char *s = PyString_AS_STRING(self), *s_new; in string_swapcase() local
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.cc461 void InferenceContext::Relax(ShapeHandle s_old, ShapeHandle s_new, in Relax()
/aosp_15_r20/external/python/cpython3/Modules/
D_struct.c1437 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in s_new() function