HomeSort by relevance Sort by last modified time
    Searched refs:old_str (Results 1 - 17 of 17) 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/libunwindstack/
Maps.cpp 66 const char* old_str = line; local
67 uint64_t start = strtoull(old_str, &str, 16);
68 if (old_str == str || *str++ != '-') {
72 old_str = str;
73 uint64_t end = strtoull(old_str, &str, 16);
74 if (old_str == str || !std::isspace(*str++)) {
114 old_str = str;
115 uint64_t offset = strtoull(old_str, &str, 16);
116 if (old_str == str || !std::isspace(*str)) {
121 old_str = str
    [all...]
  /bionic/benchmarks/
stdio_benchmark.cpp 245 const char* old_str = line; local
248 *start = strtoul(old_str, &str, 16);
249 if (old_str == str || *str++ != '-') return 0;
252 old_str = str;
253 *end = strtoul(old_str, &str, 16);
254 if (old_str == str || !std::isspace(*str++)) return 0;
271 old_str = str;
272 *offset = strtoul(old_str, &str, 16);
273 if (old_str == str || !std::isspace(*str)) return 0;
276 old_str = str
    [all...]
  /system/core/libcutils/
str_parms.cpp 333 char** old_str = static_cast<char**>(context); local
338 *old_str ? *old_str : "",
339 *old_str ? ";" : "",
342 if (*old_str)
343 free(*old_str);
346 *old_str = new_str;
350 *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/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/sym_check/
diff.py 79 old_str = '\n OLD SYMBOL: %s' % old_sym
83 old_str, new_str))
  /external/tensorflow/tensorflow/python/ops/distributions/
distribution.py 108 def _update_docstring(old_str, append_str):
109 """Update old_str by inserting append_str just before the "Args:" section."""
110 old_str = old_str or ""
111 old_str_lines = old_str.split("\n")
127 return old_str + "\n\n" + append_str
    [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...]
  /external/python/cpython3/Lib/test/
test_http_cookiejar.py 452 old_str = repr(c)
463 old_str)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookielib.py 390 old_str = repr(c)
401 old_str)
    [all...]