Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/boost/libs/config/tools/
Dgenerate.cpp67 std::string new_text; in write_config_info() local
/third_party/python/Lib/lib2to3/tests/
Dtest_refactor.py168 def print_output(self, old_text, new_text, filename, equal): argument
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgstmpegtsdescriptor.c423 gchar *new_text; in convert_to_utf8() local
/third_party/skia/third_party/externals/libpng/
Dpngset.c793 png_textp new_text = NULL; in png_set_text_2() local
/third_party/flutter/skia/third_party/externals/libpng/
Dpngset.c793 png_textp new_text = NULL; in png_set_text_2() local
/third_party/libpng/
Dpngset.c793 png_textp new_text = NULL; in png_set_text_2() local
/third_party/weston/clients/
Dkeyboard.c415 char *new_text = xmalloc(tlen + ilen + 1); in insert_text() local
Deditor.c918 char *new_text = xmalloc(strlen(entry->text) + strlen(text) + 1); in text_entry_insert_at_cursor() local
/third_party/flutter/skia/third_party/externals/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()
/third_party/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()
/third_party/skia/third_party/externals/imgui/
Dimgui_widgets.cpp3710 static bool STB_TEXTEDIT_INSERTCHARS(ImGuiInputTextState* obj, int pos, const ImWchar* new_text, in… in STB_TEXTEDIT_INSERTCHARS()
3816 void ImGuiInputTextCallbackData::InsertChars(int pos, const char* new_text, const char* new_text_en… in InsertChars()