Home
last modified time | relevance | path

Searched defs:new_text (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dstr_util.cc43 absl::string_view new_text = absl::StripLeadingAsciiWhitespace(*text); in RemoveLeadingWhitespace() local
50 absl::string_view new_text = absl::StripTrailingAsciiWhitespace(*text); in RemoveTrailingWhitespace() local
57 absl::string_view new_text = absl::StripAsciiWhitespace(*text); in RemoveWhitespaceContext() local
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/
Drefactor.py274 def print_output(self, old_text, new_text, filename, equal): argument
492 def processed_file(self, new_text, filename, old_text=None, write=False, argument
513 def write_file(self, new_text, filename, old_text, encoding=None): argument
Dmain.py69 def write_file(self, new_text, filename, old_text, encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/
Drefactor.py274 def print_output(self, old_text, new_text, filename, equal): argument
492 def processed_file(self, new_text, filename, old_text=None, write=False, argument
513 def write_file(self, new_text, filename, old_text, encoding=None): argument
Dmain.py69 def write_file(self, new_text, filename, old_text, encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/
Drefactor.py274 def print_output(self, old_text, new_text, filename, equal): argument
492 def processed_file(self, new_text, filename, old_text=None, write=False, argument
513 def write_file(self, new_text, filename, old_text, encoding=None): argument
Dmain.py69 def write_file(self, new_text, filename, old_text, encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/
Drefactor.py274 def print_output(self, old_text, new_text, filename, equal): argument
492 def processed_file(self, new_text, filename, old_text=None, write=False, argument
513 def write_file(self, new_text, filename, old_text, encoding=None): argument
Dmain.py69 def write_file(self, new_text, filename, old_text, encoding): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/
Drefactor.py274 def print_output(self, old_text, new_text, filename, equal): argument
492 def processed_file(self, new_text, filename, old_text=None, write=False, argument
513 def write_file(self, new_text, filename, old_text, encoding=None): argument
Dmain.py69 def write_file(self, new_text, filename, old_text, encoding): argument
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/
Drefactor.py289 def print_output(self, old_text, new_text, filename, equal): argument
507 def processed_file(self, new_text, filename, old_text=None, write=False, argument
528 def write_file(self, new_text, filename, old_text, encoding=None): argument
Dmain.py69 def write_file(self, new_text, filename, old_text, encoding): argument
/aosp_15_r20/external/elfutils/src/
H A Darlib-argp.c61 char *new_text; in text_for_default() local
/aosp_15_r20/frameworks/libs/binary_translation/kernel_api/
Dexec_emulation.cc74 char* new_text = static_cast<char*>(dst->data()) + array_size; in MangleGuestEnvp() local
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Drequest_handler_util.cc115 const std::string& new_text = replacement.second; in GetFilePathWithReplacements() local
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dbase_test_server.cc202 const std::string& new_text = it->second; in GetFilePathWithReplacements() local
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py170 def print_output(self, old_text, new_text, filename, equal): argument
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py168 def print_output(self, old_text, new_text, filename, equal): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/tools/
Dgenerate.cpp69 std::string new_text; in write_config_info() local
/aosp_15_r20/external/libpng/
H A Dpngset.c781 png_textp new_text = NULL; in png_set_text_2() local
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dgconf.c774 const gchar * new_text, gpointer user_data) in renderer_edited()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_annot_embeddertest.cpp1504 ScopedFPDFWideString new_text = GetFPDFWideString(L"New text!"); in TEST_F() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_widgets.cpp2946 static bool STB_TEXTEDIT_INSERTCHARS(STB_TEXTEDIT_STRING* obj, int pos, const ImWchar* new_text, in… in STB_TEXTEDIT_INSERTCHARS()
3032 void ImGuiInputTextCallbackData::InsertChars(int pos, const char* new_text, const char* new_text_en… in InsertChars()