HomeSort by relevance Sort by last modified time
    Searched refs:old_str (Results 1 - 5 of 5) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyerrors.swg 59 PyObject *old_str = PyObject_Str(value);
63 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);
65 Py_DECREF(old_str);
pyrun.swg     [all...]
  /system/core/libcutils/
str_parms.c 318 char **old_str = context; local
323 *old_str ? *old_str : "",
324 *old_str ? ";" : "",
327 if (*old_str)
328 free(*old_str);
331 *old_str = new_str;
335 *old_str = NULL;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 390 old_str = repr(c)
401 old_str)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 390 old_str = repr(c)
401 old_str)
    [all...]

Completed in 235 milliseconds