Searched refs:old_str (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/libs/contract/example/features/ |
D | overload.cpp | 120 boost::contract::old_ptr<std::string> old_str = in BOOST_CONTRACT_OVERRIDES() local 131 BOOST_CONTRACT_ASSERT(str() == *old_str + x + '\n'); in BOOST_CONTRACT_OVERRIDES() 140 boost::contract::old_ptr<std::string> old_str = in put() local 151 BOOST_CONTRACT_ASSERT(str() == *old_str + x + '\n'); in put() 161 boost::contract::old_ptr<std::string> old_str = in put() local 175 str() == *old_str + (tab ? "\t" : "") + s.str() + '\n'); in put()
|
/third_party/ffmpeg/libavutil/ |
D | bprint.c | 38 char *old_str, *new_str; in av_bprint_alloc() local 49 old_str = av_bprint_is_allocated(buf) ? buf->str : NULL; in av_bprint_alloc() 50 new_str = av_realloc(old_str, new_size); in av_bprint_alloc() 53 if (!old_str) in av_bprint_alloc()
|
/third_party/ffmpeg/libavfilter/ |
D | af_aiir.c | 376 char *p, *arg, *old_str, *prev_arg = NULL, *saveptr = NULL; in read_gains() local 379 p = old_str = av_strdup(item_str); in read_gains() 387 av_freep(&old_str); in read_gains() 394 av_freep(&old_str); in read_gains() 401 av_freep(&old_str); in read_gains() 408 char *p, *arg, *old_str, *saveptr = NULL; in read_tf_coefficients() local 411 p = old_str = av_strdup(item_str); in read_tf_coefficients() 421 av_freep(&old_str); in read_tf_coefficients() 426 av_freep(&old_str); in read_tf_coefficients() 433 char *p, *arg, *old_str, *saveptr = NULL; in read_zp_coefficients() local [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_replace.h | 141 ViableSubstitution(absl::string_view old_str, in ViableSubstitution() 143 : old(old_str), replacement(replacement_str), offset(offset_val) {} in ViableSubstitution()
|
/third_party/abseil-cpp/absl/strings/ |
D | str_replace.h | 141 ViableSubstitution(absl::string_view old_str, in ViableSubstitution() 143 : old(old_str), replacement(replacement_str), offset(offset_val) {} in ViableSubstitution()
|
/third_party/flutter/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 1015 PyObject *old_str = PyObject_Str(value); in SWIG_Python_AddErrorMsg() local 1019 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrorMsg() 1021 Py_DECREF(old_str); in SWIG_Python_AddErrorMsg() 2823 PyObject *old_str = PyObject_Str(value); in SWIG_Python_AddErrMesg() local 2827 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str)); in SWIG_Python_AddErrMesg() 2829 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrMesg() 2832 Py_DECREF(old_str); in SWIG_Python_AddErrMesg()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp_python_wrap.c | 1020 PyObject *old_str = PyObject_Str(value); in SWIG_Python_AddErrorMsg() local 1024 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrorMsg() 1026 Py_DECREF(old_str); in SWIG_Python_AddErrorMsg() 2844 PyObject *old_str = PyObject_Str(value); in SWIG_Python_AddErrMesg() local 2848 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str)); in SWIG_Python_AddErrMesg() 2850 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrMesg() 2853 Py_DECREF(old_str); in SWIG_Python_AddErrMesg()
|
/third_party/python/Lib/test/ |
D | test_http_cookiejar.py | 493 old_str = repr(c) 504 old_str)
|