HomeSort by relevance Sort by last modified time
    Searched refs:SetAttribute (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/tinyxml2/docs/search/
all_f.js 4 ['setattribute',['SetAttribute',['../classtinyxml2_1_1_x_m_l_attribute.html#a406d2c4a13c7af99a65edb59dd9f7581',1,'tinyxml2::XMLAttribute::SetAttribute(const char *value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#ad86d7d7058d76761c3a80662566a57e5',1,'tinyxml2::XMLAttribute::SetAttribute(int value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#ae70468c0f6df2748ba3529c716999fae',1,'tinyxml2::XMLAttribute::SetAttribute(unsigned value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#a7c1240f479722b9aa29b6c030aa116c2',1,'tinyxml2::XMLAttribute::SetAttribute(int64_t value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#ab3516def4fe058fe328f2b89fc2d77da',1,'tinyxml2::XMLAttribute::SetAttribute(bool value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#a9a65ab3147abe8ccbbd373ce8791e818',1,'tinyxml2::XMLAttribute::SetAttribute(double value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#ae95e843313aaf5d56c32530b6456df02',1,'tinyxml2::XMLAttribute::SetAttribute(float value)'],['../classtinyxml2_1_1_x_m_l_element.html#a11943abf2d0831548c3790dd5d9f119c',1,'tinyxml2::XMLElement::SetAttribute(const char *name, const char *value)'],['../classtinyxml2_1_1_x_m_l_element.html#aae6568c64c7f1cc8 (…)
    [all...]
functions_f.js 4 ['setattribute',['SetAttribute',['../classtinyxml2_1_1_x_m_l_attribute.html#a406d2c4a13c7af99a65edb59dd9f7581',1,'tinyxml2::XMLAttribute::SetAttribute(const char *value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#ad86d7d7058d76761c3a80662566a57e5',1,'tinyxml2::XMLAttribute::SetAttribute(int value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#ae70468c0f6df2748ba3529c716999fae',1,'tinyxml2::XMLAttribute::SetAttribute(unsigned value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#a7c1240f479722b9aa29b6c030aa116c2',1,'tinyxml2::XMLAttribute::SetAttribute(int64_t value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#ab3516def4fe058fe328f2b89fc2d77da',1,'tinyxml2::XMLAttribute::SetAttribute(bool value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#a9a65ab3147abe8ccbbd373ce8791e818',1,'tinyxml2::XMLAttribute::SetAttribute(double value)'],['../classtinyxml2_1_1_x_m_l_attribute.html#ae95e843313aaf5d56c32530b6456df02',1,'tinyxml2::XMLAttribute::SetAttribute(float value)'],['../classtinyxml2_1_1_x_m_l_element.html#a11943abf2d0831548c3790dd5d9f119c',1,'tinyxml2::XMLElement::SetAttribute(const char *name, const char *value)'],['../classtinyxml2_1_1_x_m_l_element.html#aae6568c64c7f1cc8 (…)
    [all...]
  /external/tensorflow/tensorflow/contrib/tensorrt/custom_plugin_examples/
inc_op_plugin.cc 45 SetAttribute("inc", buffer + consumed_data, sizeof(float));
48 bool IncOpPlugin::SetAttribute(const string& key, const void* ptr,
inc_op_plugin.h 41 bool SetAttribute(const string& key, const void* ptr,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
EditTitleBar.c 112 gST->ConOut->SetAttribute (gST->ConOut, New.Data & 0x7F);
131 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
204 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
EditStatusBar.c 116 gST->ConOut->SetAttribute (gST->ConOut, New.Data & 0x7F);
155 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
EditInputBar.c 152 gST->ConOut->SetAttribute (gST->ConOut, New.Data & 0x7F);
169 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
246 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/plugin/
trt_plugin.h 46 virtual bool SetAttribute(const string& key, const void* ptr,
trt_plugin_factory_test.cc 45 bool SetAttribute(const string& key, const void* ptr,
  /external/tinyxml2/
tinyxml2.h     [all...]
xmltest.cpp 474 sub[i]->SetAttribute( "attrib", i );
499 element->FirstChildElement()->SetAttribute( "attrib", true );
631 ele->SetAttribute( "str", "strValue" );
632 ele->SetAttribute( "int", 1 );
633 ele->SetAttribute( "double", -1.0 );
812 element->SetAttribute("attrib", int(-100));
828 element->SetAttribute("attrib", unsigned(100));
852 element->SetAttribute("attrib", BIG);
868 element->SetAttribute("attrib", true);
884 element->SetAttribute("attrib", true);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/
StdErr.c 109 gST->StdErr->SetAttribute (gST->StdErr, EFI_TEXT_ATTR (EFI_RED, EFI_BLACK));
111 gST->StdErr->SetAttribute (gST->StdErr, EFI_TEXT_ATTR (EFI_WHITE, EFI_BLACK));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/PrintLite/
StdErr.c 109 gST->StdErr->SetAttribute (gST->StdErr, EFI_TEXT_ATTR (EFI_RED, EFI_BLACK));
111 gST->StdErr->SetAttribute (gST->StdErr, EFI_TEXT_ATTR (EFI_WHITE, EFI_BLACK));
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubStdErrDxe/
DataHubStdErr.c 87 Sto->SetAttribute (Sto, EFI_TEXT_ATTR (EFI_MAGENTA, EFI_BLACK));
89 Sto->SetAttribute (Sto, OldAttribute);
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
CustomizedDisplayLib.c 96 gST->ConOut->SetAttribute (gST->ConOut, EFI_TEXT_ATTR (EFI_LIGHTGRAY, EFI_BLACK));
158 gST->ConOut->SetAttribute (gST->ConOut, KEYHELP_TEXT | KEYHELP_BACKGROUND);
359 gST->ConOut->SetAttribute (gST->ConOut, ERROR_TEXT);
366 gST->ConOut->SetAttribute (gST->ConOut, KEYHELP_BACKGROUND);
378 gST->ConOut->SetAttribute (gST->ConOut, INFO_TEXT);
385 gST->ConOut->SetAttribute (gST->ConOut, KEYHELP_BACKGROUND);
470 gST->ConOut->SetAttribute (gST->ConOut, GetPopupColor ());
527 gST->ConOut->SetAttribute (gST->ConOut, GetPopupColor ());
549 gST->ConOut->SetAttribute (gST->ConOut, CurrentAttribute);
734 gST->ConOut->SetAttribute (gST->ConOut, TextAttribute);
    [all...]
  /external/pdfium/core/fxcrt/xml/
cxml_element.h 54 void SetAttribute(const ByteString& space,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 129 gST->ConOut->SetAttribute (gST->ConOut, EFI_TEXT_ATTR (EFI_BLACK, EFI_LIGHTGRAY));
164 gST->ConOut->SetAttribute (gST->ConOut, EFI_TEXT_ATTR (EFI_LIGHTGRAY, EFI_BLACK));
172 gST->ConOut->SetAttribute (gST->ConOut, EFI_TEXT_ATTR (EFI_BLACK, EFI_LIGHTGRAY));
191 gST->ConOut->SetAttribute (gST->ConOut, EFI_TEXT_ATTR (EFI_LIGHTGRAY, EFI_BLACK));
213 gST->ConOut->SetAttribute (gST->ConOut, EFI_TEXT_ATTR (EFI_LIGHTGRAY, EFI_BLACK));
227 gST->ConOut->SetAttribute (gST->ConOut, EFI_TEXT_ATTR (EFI_LIGHTGRAY, EFI_BLACK));
308 gST->ConOut->SetAttribute (gST->ConOut, EFI_TEXT_ATTR (EFI_LIGHTGRAY, EFI_BLACK));
864 gST->ConOut->SetAttribute (gST->ConOut, GetFieldTextColor ());
868 gST->ConOut->SetAttribute (gST->ConOut, GetHighlightTextColor ());
    [all...]
  /external/tinyxml/
xmltest.cpp 172 itemElement->SetAttribute( "priority", 2 );
178 itemElement->SetAttribute( "distance", "here" );
195 item.SetAttribute( "priority", "1" );
196 item.SetAttribute( "distance", "far" );
201 meeting1.SetAttribute( "where", "School" );
204 meeting2.SetAttribute( "where", "Lunch" );
207 attendee1.SetAttribute( "name", "Marple" );
208 attendee1.SetAttribute( "position", "teacher" );
211 attendee2.SetAttribute( "name", "Voel" );
212 attendee2.SetAttribute( "position", "counselor" )
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
BufferImage.c 321 gST->ConOut->SetAttribute (gST->ConOut, New.Data & 0x7F);
323 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
340 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
358 gST->ConOut->SetAttribute (gST->ConOut, New.Data & 0x7F);
360 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
373 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
382 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data & 0x7F);
595 gST->ConOut->SetAttribute (gST->ConOut, Orig.Data);
597 gST->ConOut->SetAttribute (gST->ConOut, New.Data & 0x7F);
649 gST->ConOut->SetAttribute (gST->ConOut, New.Data & 0x7F);
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/SimpleTextInOutSerial/
SimpleTextInOut.c 145 SetAttribute(
196 SetAttribute,
448 This->SetAttribute(
654 SetAttribute(
  /external/pdfium/fxjs/xfa/
cjx_model.cpp 58 pNewNode->JSObject()->SetAttribute(XFA_Attribute::Name, name.AsStringView(),
  /external/pdfium/xfa/fxfa/
cxfa_textparser.h 99 void SetAttribute(const WideString& wsAttr, const WideString& wsValue) {
  /frameworks/av/media/libmedia/include/media/
EventMetric.h 161 void SetAttribute(const AttributeType& attribute) {
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
Console.c 374 ConOut->SetAttribute (ConOut, Attribute);
455 ConOut->SetAttribute (ConOut, SavedConsoleMode.Attribute);
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
Console.c 461 ConOut->SetAttribute (ConOut, Attribute);
551 ConOut->SetAttribute (ConOut, SavedConsoleMode.Attribute);

Completed in 708 milliseconds

1 2 3