Searched refs:old_str (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/libcxx/utils/libcxx/sym_check/ |
D | diff.py | 78 old_str = '\n OLD SYMBOL: %s' % old_sym 82 old_str, new_str))
|
/external/libcxx/utils/libcxx/sym_check/ |
D | diff.py | 79 old_str = '\n OLD SYMBOL: %s' % old_sym 83 old_str, new_str))
|
/external/webrtc/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()
|
/external/openscreen/third_party/abseil/src/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()
|
/external/libtextclassifier/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()
|
/external/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()
|
/external/rust/crates/grpcio-sys/grpc/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()
|
/external/tensorflow/tensorflow/python/ops/distributions/ |
D | distribution.py | 110 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/ |
D | rust_uprev.py | 359 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/ |
D | marisa-swig_wrap.cxx | 959 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/ |
D | test_cookielib.py | 405 old_str = repr(c) 416 old_str)
|
/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 491 old_str = repr(c) 502 old_str)
|