Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Darlib-argp.c61 char *new_text; in text_for_default() local
/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/python/Lib/lib2to3/tests/
Dtest_refactor.py168 def print_output(self, old_text, new_text, filename, equal): argument
/third_party/skia/third_party/externals/libpng/
Dpngset.c793 png_textp new_text = NULL; in png_set_text_2() local
/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()