/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | str_util.cc | 43 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/ |
D | refactor.py | 274 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
|
D | main.py | 69 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/ |
D | refactor.py | 274 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
|
D | main.py | 69 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/ |
D | refactor.py | 274 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
|
D | main.py | 69 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/ |
D | refactor.py | 274 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
|
D | main.py | 69 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/ |
D | refactor.py | 274 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
|
D | main.py | 69 def write_file(self, new_text, filename, old_text, encoding): argument
|
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/ |
D | refactor.py | 289 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
|
D | main.py | 69 def write_file(self, new_text, filename, old_text, encoding): argument
|
/aosp_15_r20/external/elfutils/src/ |
H A D | arlib-argp.c | 61 char *new_text; in text_for_default() local
|
/aosp_15_r20/frameworks/libs/binary_translation/kernel_api/ |
D | exec_emulation.cc | 74 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 D | request_handler_util.cc | 115 const std::string& new_text = replacement.second; in GetFilePathWithReplacements() local
|
/aosp_15_r20/external/cronet/net/test/spawned_test_server/ |
H A D | base_test_server.cc | 202 const std::string& new_text = it->second; in GetFilePathWithReplacements() local
|
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_refactor.py | 170 def print_output(self, old_text, new_text, filename, equal): argument
|
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_refactor.py | 168 def print_output(self, old_text, new_text, filename, equal): argument
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/tools/ |
D | generate.cpp | 69 std::string new_text; in write_config_info() local
|
/aosp_15_r20/external/libpng/ |
H A D | pngset.c | 781 png_textp new_text = NULL; in png_set_text_2() local
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | gconf.c | 774 const gchar * new_text, gpointer user_data) in renderer_edited()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_annot_embeddertest.cpp | 1504 ScopedFPDFWideString new_text = GetFPDFWideString(L"New text!"); in TEST_F() local
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 2946 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()
|