Home
last modified time | relevance | path

Searched defs:SetText (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DStatusBar.h16 bool SetText(LPCTSTR text) in SetText() function
18 bool SetText(unsigned index, LPCTSTR text, UINT type) in SetText() function
20 bool SetText(unsigned index, LPCTSTR text) in SetText() function
26 bool SetText(LPCWSTR text) in SetText() function
28 bool SetText(unsigned index, LPCWSTR text, UINT type) in SetText() function
30 bool SetText(unsigned index, LPCWSTR text) in SetText() function
/aosp_15_r20/external/tinyxml2/
H A Dtinyxml2.cpp1720 void XMLElement::SetText( const char* inText ) in SetText() function in tinyxml2::XMLElement
1731 void XMLElement::SetText( int v ) in SetText() function in tinyxml2::XMLElement
1739 void XMLElement::SetText( unsigned v ) in SetText() function in tinyxml2::XMLElement
1747 void XMLElement::SetText(int64_t v) in SetText() function in tinyxml2::XMLElement
1754 void XMLElement::SetText(uint64_t v) { in SetText() function in tinyxml2::XMLElement
1761 void XMLElement::SetText( bool v ) in SetText() function in tinyxml2::XMLElement
1769 void XMLElement::SetText( float v ) in SetText() function in tinyxml2::XMLElement
1777 void XMLElement::SetText( double v ) in SetText() function in tinyxml2::XMLElement
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dtree.py375 def SetText(self, text): member in TreeItem
406 def SetText(self, text): member in FileTreeItem
Ddebugobj.py33 def SetText(self, text): member in ObjectTreeItem
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DTreeWidget.py347 def SetText(self, text): member in TreeItem
378 def SetText(self, text): member in FileTreeItem
DObjectBrowser.py36 def SetText(self, text): member in ObjectTreeItem
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas243 procedure SetText(const Value: String); procedure
521 procedure SetText(const Value: String); procedure
670 procedure SetText(const Value: String); procedure
1054 procedure SetText(const Value: String); procedure
1829 procedure SetText(const Value: String); procedure
1869 procedure SetText(const Value: String); virtual; procedure
1913 procedure SetText(const Value: String); virtual; procedure
2456 procedure SetText(const Value: String); virtual; procedure
2550 procedure SetText(const Value: IANTLRInterface); procedure
2583 procedure SetText(const Value: IANTLRInterface); procedure
[all …]
/aosp_15_r20/external/lzma/CPP/Windows/
H A DWindow.h319 bool SetText(LPCTSTR s) { return BOOLToBool(::SetWindowText(_window, s)); } in SetText() function
321 bool SetText(LPCWSTR s) { return MySetWindowText(_window, s); } in SetText() function
/aosp_15_r20/external/pdfium/core/fxcrt/xml/
H A Dcfx_xmltext.h26 void SetText(const WideString& wsText) { text_ = wsText; } in SetText() function
H A Dcfx_xmltext_unittest.cpp38 TEST(CFX_XMLTextTest, SetText) { in TEST() argument
/aosp_15_r20/external/libchrome/base/i18n/
H A Dbreak_iterator.cc123 bool BreakIterator::SetText(const base::char16* text, const size_t length) { in SetText() function in base::i18n::BreakIterator
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/
Dtest_fixture.h184 void SetText(const std::string& code) { in SetText() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/
H A Dtest_fixture.h184 void SetText(const std::string& code) { in SetText() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/
H A Dtest_fixture.h186 void SetText(const std::string& code) { in SetText() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/objw/
Dprog.go194 func (pp *Progs) SetText(fn *ir.Func) { func
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_barcode.cpp64 void CFWL_Barcode::SetText(const WideString& wsText) { in SetText() function in CFWL_Barcode
/aosp_15_r20/external/cronet/base/i18n/
H A Dbreak_iterator.cc205 bool BreakIterator::SetText(std::u16string_view text) { in SetText() function in base::i18n::BreakIterator
/aosp_15_r20/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_combo_box.cpp99 void CPWL_ComboBox::SetText(const WideString& text) { in SetText() function in CPWL_ComboBox
H A Dcpwl_edit.cpp44 void CPWL_Edit::SetText(const WideString& csText) { in SetText() function in CPWL_Edit
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeAdaptor.cs246 void SetText(object t, string text); in SetText() method
H A DBaseTreeAdaptor.cs235 public virtual void SetText(object t, string text) { in SetText() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs176 public virtual void SetText(object t, string text) { in SetText() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_textobject.cpp225 void CPDF_TextObject::SetText(const ByteString& str) { in SetText() function in CPDF_TextObject
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dhost_renderer.cc133 auto SetText(const std::string& text) { in SetText() function in cuttlefish::confui::ConfUiRendererImpl
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc234 bool FormFiller::SetText(FPDF_PAGE page, const int annotation_index, const std::string_view text) { in SetText() function in pdfClient::FormFiller

1234