Home
last modified time | relevance | path

Searched defs:new_text (Results 1 – 14 of 14) 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.c61 char *new_text; in text_for_default() local
/external/cronet/tot/net/test/embedded_test_server/
Drequest_handler_util.cc115 const std::string& new_text = replacement.second; in GetFilePathWithReplacements() local
/external/cronet/stable/net/test/embedded_test_server/
Drequest_handler_util.cc115 const std::string& new_text = replacement.second; in GetFilePathWithReplacements() local
/external/cronet/tot/net/test/spawned_test_server/
Dbase_test_server.cc200 const std::string& new_text = it->second; in GetFilePathWithReplacements() local
/external/cronet/stable/net/test/spawned_test_server/
Dbase_test_server.cc200 const std::string& new_text = it->second; in GetFilePathWithReplacements() local
/external/sdv/vsomeip/third_party/boost/config/tools/
Dgenerate.cpp69 std::string new_text; in write_config_info() local
/external/rust/android-crates-io/crates/taffy/examples/
Dcustom_tree_owned_partial.rs71 pub fn new_text(style: Style, text_data: TextContext) -> Node { in new_text() method
Dcustom_tree_owned_unsafe.rs68 pub fn new_text(style: Style, text_data: TextContext) -> Node { in new_text() method
Dcustom_tree_vec.rs67 pub fn new_text(style: Style, text_data: TextContext) -> Node { in new_text() method
/external/libpng/
Dpngset.c781 png_textp new_text = NULL; in png_set_text_2() local
/external/coreboot/util/kconfig/
Dgconf.c774 const gchar * new_text, gpointer user_data) in renderer_edited()
/external/pdfium/fpdfsdk/
Dfpdf_annot_embeddertest.cpp1569 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()