Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 25 of 149) sorted by relevance

123456

/external/llvm/include/llvm/ADT/
DPostOrderIterator.h53 template<class SetType, bool External>
55 SetType Visited;
69 template<class SetType>
70 class po_iterator_storage<SetType, true> {
71 SetType &Visited;
73 po_iterator_storage(SetType &VSet) : Visited(VSet) {} in po_iterator_storage()
88 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
93 public po_iterator_storage<SetType, ExtStorage> {
120 inline po_iterator(NodeType *BB, SetType &S) : in po_iterator()
121 po_iterator_storage<SetType, ExtStorage>(S) { in po_iterator()
[all …]
DDepthFirstIterator.h47 template<class SetType, bool External> // Non-external set
50 SetType Visited;
53 template<class SetType>
54 class df_iterator_storage<SetType, true> {
56 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage()
58 SetType &Visited;
64 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
68 public df_iterator_storage<SetType, ExtStorage> {
89 inline df_iterator(NodeType *Node, SetType &S) in df_iterator()
90 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
[all …]
/external/chromium_org/ui/wm/core/
Dshadow_controller_unittest.cc64 window->SetType(ui::wm::WINDOW_TYPE_NORMAL); in TEST_F()
100 window->SetType(ui::wm::WINDOW_TYPE_NORMAL); in TEST_F()
129 window1->SetType(ui::wm::WINDOW_TYPE_NORMAL); in TEST_F()
143 window2->SetType(ui::wm::WINDOW_TYPE_NORMAL); in TEST_F()
162 tooltip_window->SetType(ui::wm::WINDOW_TYPE_TOOLTIP); in TEST_F()
173 menu_window->SetType(ui::wm::WINDOW_TYPE_MENU); in TEST_F()
190 window1->SetType(ui::wm::WINDOW_TYPE_NORMAL); in TEST_F()
206 window2->SetType(ui::wm::WINDOW_TYPE_NORMAL); in TEST_F()
223 window1->SetType(ui::wm::WINDOW_TYPE_NORMAL); in TEST_F()
236 window2->SetType(ui::wm::WINDOW_TYPE_NORMAL); in TEST_F()
/external/llvm/lib/MC/
DMCELFStreamer.cpp65 MCELF::SetType(SD, ELF::STT_TLS); in EmitLabel()
184 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
189 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
194 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
199 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
205 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
210 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
239 MCELF::SetType(SD, ELF::STT_OBJECT); in EmitCommonSymbol()
386 MCELF::SetType(SD, ELF::STT_TLS); in fixSymbolsInTLSFixups()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceLoaderSet.h41 typedef WillBeHeapHashSet<RefPtrWillBeMember<ResourceLoader> > SetType; typedef
54 SetType m_set;
/external/openfst/src/include/fst/
Dadd-on.h151 using FstImpl<Arc>::SetType;
158 SetType(type); in fst_()
167 SetType(type); in fst_()
175 SetType(impl.Type()); in AddOnImpl()
285 SetType(type); in AddOnImpl()
Dcomplement.h50 using FstImpl<A>::SetType;
64 SetType("complement"); in ComplementFstImpl()
73 SetType("complement"); in ComplementFstImpl()
Drational.h54 using FstImpl<A>::SetType;
69 SetType("rational"); in RationalFstImpl()
79 SetType("rational"); in RationalFstImpl()
Drelabel.h192 using FstImpl<A>::SetType;
220 SetType("relabel"); in RelabelFstImpl()
247 SetType("relabel"); in RelabelFstImpl()
283 SetType("relabel"); in RelabelFstImpl()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstunserver.cc71 response.SetType(STUN_BINDING_RESPONSE); in OnBindingRequest()
91 err_msg.SetType(GetStunErrorResponseType(msg.type())); in SendErrorResponse()
Dstunrequest_unittest.cc75 msg->SetType(type); in CreateStunMessage()
118 request->SetType(STUN_BINDING_REQUEST); in Prepare()
Dstun_unittest.cc865 msg.SetType(STUN_BINDING_REQUEST); in TEST_F()
894 msg.SetType(STUN_BINDING_RESPONSE); in TEST_F()
923 msg.SetType(STUN_BINDING_RESPONSE); in TEST_F()
953 msg.SetType(STUN_BINDING_RESPONSE); in TEST_F()
1044 msg.SetType(STUN_BINDING_ERROR_RESPONSE); in TEST_F()
1066 msg.SetType(STUN_BINDING_REQUEST); in TEST_F()
1313 msg2.SetType(STUN_BINDING_REQUEST); in TEST_F()
/external/chromium_org/ash/wm/
Ddrag_window_resizer_unittest.cc51 window_->SetType(ui::wm::WINDOW_TYPE_NORMAL); in SetUp()
57 always_on_top_window_->SetType(ui::wm::WINDOW_TYPE_NORMAL); in SetUp()
64 system_modal_window_->SetType(ui::wm::WINDOW_TYPE_NORMAL); in SetUp()
72 transient_child_->SetType(ui::wm::WINDOW_TYPE_NORMAL); in SetUp()
78 transient_parent_->SetType(ui::wm::WINDOW_TYPE_NORMAL); in SetUp()
85 panel_window_->SetType(ui::wm::WINDOW_TYPE_PANEL); in SetUp()
286 window->SetType(ui::wm::WINDOW_TYPE_NORMAL); in TEST_F()
Dstacking_controller_unittest.cc27 window->SetType(ui::wm::WINDOW_TYPE_NORMAL); in CreateTestWindow()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTreeAdaptor.cs90 SetType(t, type); in DupNode()
104 SetType(t, type); in DupNode()
289 public virtual void SetType( object t, int type ) in SetType() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dchar_node.h15 SetType(S_IFCHR); in CharNode()
/external/llvm/include/llvm/MC/
DMCELF.h27 static void SetType(MCSymbolData &SD, unsigned Type);
/external/chromium_org/ppapi/proxy/
Dcompositor_layer_resource.cc109 if (!SetType(TYPE_COLOR)) in SetColor()
337 bool CompositorLayerResource::SetType(LayerType type) { in SetType() function in ppapi::proxy::CompositorLayerResource
370 if (!SetType(type)) in CheckForSetTextureAndImage()
/external/chromium_org/device/test/
Dusb_test_gadget.h35 virtual bool SetType(Type type) = 0;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Darcsort.h73 using FstImpl<A>::SetType;
93 SetType("arcsort"); in ArcSortFstImpl()
102 SetType("arcsort"); in ArcSortFstImpl()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs168 public virtual void SetType(object t, int type) { in SetType() method in Antlr.Runtime.Debug.DebugTreeAdaptor
169 adaptor.SetType(t, type); in SetType()
/external/chromium_org/athena/test/
Dathena_test_base.cc72 window->SetType(ui::wm::WINDOW_TYPE_NORMAL); in CreateTestWindow()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs219 public virtual void SetType( object t, int type ) in SetType() method in Antlr.Runtime.Debug.DebugTreeAdaptor
221 adaptor.SetType( t, type ); in SetType()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeAdaptor.cs241 void SetType(object t, int type); in SetType() method
/external/lldb/include/lldb/Core/
DRegisterValue.h127 SetType (RegisterValue::Type type) in SetType() function
133 SetType (const RegisterInfo *reg_info);

123456