Home
last modified time | relevance | path

Searched refs:old_str (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/libcxx/utils/libcxx/sym_check/
Ddiff.py78 old_str = '\n OLD SYMBOL: %s' % old_sym
82 old_str, new_str))
/external/libcxx/utils/libcxx/sym_check/
Ddiff.py79 old_str = '\n OLD SYMBOL: %s' % old_sym
83 old_str, new_str))
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstr_replace.h141 ViableSubstitution(absl::string_view old_str, in ViableSubstitution()
143 : old(old_str), replacement(replacement_str), offset(offset_val) {} in ViableSubstitution()
/external/openscreen/third_party/abseil/src/absl/strings/
Dstr_replace.h141 ViableSubstitution(absl::string_view old_str, in ViableSubstitution()
143 : old(old_str), replacement(replacement_str), offset(offset_val) {} in ViableSubstitution()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstr_replace.h141 ViableSubstitution(absl::string_view old_str, in ViableSubstitution()
143 : old(old_str), replacement(replacement_str), offset(offset_val) {} in ViableSubstitution()
/external/abseil-cpp/absl/strings/
Dstr_replace.h141 ViableSubstitution(absl::string_view old_str, in ViableSubstitution()
143 : old(old_str), replacement(replacement_str), offset(offset_val) {} in ViableSubstitution()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstr_replace.h141 ViableSubstitution(absl::string_view old_str, in ViableSubstitution()
143 : old(old_str), replacement(replacement_str), offset(offset_val) {} in ViableSubstitution()
/external/tensorflow/tensorflow/python/ops/distributions/
Ddistribution.py110 def _update_docstring(old_str, append_str): argument
112 old_str = old_str or ""
113 old_str_lines = old_str.split("\n")
129 return old_str + "\n\n" + append_str
/external/toolchain-utils/rust_tools/
Drust_uprev.py359 old_str = f'dev-lang/rust-{rust_version}\n'
360 assert old_str in contents, f'{old_str!r} not found in package.provided'
361 new_contents = contents.replace(old_str, '')
362 logging.info('%s has been removed from package.provided', old_str)
/external/marisa-trie/bindings/python/
Dmarisa-swig_wrap.cxx959 PyObject *old_str = PyObject_Str(value); in SWIG_Python_AddErrorMsg() local
963 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrorMsg()
965 Py_DECREF(old_str); in SWIG_Python_AddErrorMsg()
2575 PyObject *old_str = PyObject_Str(value); in SWIG_Python_AddErrMesg() local
2579 PyErr_Format(type, "%s %s", mesg, tmp = SWIG_Python_str_AsChar(old_str)); in SWIG_Python_AddErrMesg()
2581 PyErr_Format(type, "%s %s", tmp = SWIG_Python_str_AsChar(old_str), mesg); in SWIG_Python_AddErrMesg()
2584 Py_DECREF(old_str); in SWIG_Python_AddErrMesg()
/external/python/cpython2/Lib/test/
Dtest_cookielib.py405 old_str = repr(c)
416 old_str)
/external/python/cpython3/Lib/test/
Dtest_http_cookiejar.py491 old_str = repr(c)
502 old_str)