HomeSort by relevance Sort by last modified time
    Searched refs:old_str (Results 1 - 13 of 13) 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 341 char **old_str = context; local
346 *old_str ? *old_str : "",
347 *old_str ? ";" : "",
350 if (*old_str)
351 free(*old_str);
354 *old_str = new_str;
358 *old_str = NULL;
  /external/libcxx/utils/libcxx/sym_check/
diff.py 79 old_str = '\n OLD SYMBOL: %s' % old_sym
83 old_str, new_str))
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/utils/sym_check/sym_check/
diff.py 79 old_str = '\n OLD SYMBOL: %s' % old_sym
83 old_str, new_str))
  /toolchain/binutils/binutils-2.25/gas/config/
tc-avr.c 865 char * old_str = str; local
894 op_mask = avr_get_constant (old_str, 31);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cookielib.py 390 old_str = repr(c)
401 old_str)
    [all...]
  /external/python/cpython2/Lib/test/
test_cookielib.py 405 old_str = repr(c)
416 old_str)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookielib.py 390 old_str = repr(c)
401 old_str)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookielib.py 390 old_str = repr(c)
401 old_str)
    [all...]
  /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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
qpol_wrap.c 1000 PyObject *old_str = PyObject_Str(value); local
1004 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg);
1006 Py_DECREF(old_str);
2753 PyObject *old_str = PyObject_Str(value); local
    [all...]

Completed in 371 milliseconds