Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
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
/external/elfutils/src/
Darlib-argp.c62 char *new_text; in text_for_default() local
/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
/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
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py170 def print_output(self, old_text, new_text, filename, equal): argument
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py168 def print_output(self, old_text, new_text, filename, equal): argument
/external/libpng/
Dpngset.c793 png_textp new_text = NULL; in png_set_text_2() local
/external/pdfium/third_party/libpng16/
Dpngset.c793 png_textp new_text = NULL; in png_set_text_2() local
/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp1083 ScopedFPDFWideString new_text = GetFPDFWideString(L"New text!"); in TEST_F() local
/external/mesa3d/src/imgui/
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()