Home
last modified time | relevance | path

Searched refs:SetType (Results 1 – 25 of 131) 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.h46 template<class SetType, bool External> // Non-external set
49 SetType Visited;
52 template<class SetType>
53 class df_iterator_storage<SetType, true> {
55 df_iterator_storage(SetType &VSet) : Visited(VSet) {} in df_iterator_storage()
57 SetType &Visited;
63 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
67 public df_iterator_storage<SetType, ExtStorage> {
88 inline df_iterator(NodeType *Node, SetType &S) in df_iterator()
89 : df_iterator_storage<SetType, ExtStorage>(S) { in df_iterator()
[all …]
/external/chromium_org/ui/views/corewm/
Dshadow_controller_unittest.cc58 window->SetType(aura::client::WINDOW_TYPE_NORMAL); in TEST_F()
94 window->SetType(aura::client::WINDOW_TYPE_NORMAL); in TEST_F()
123 window1->SetType(aura::client::WINDOW_TYPE_NORMAL); in TEST_F()
137 window2->SetType(aura::client::WINDOW_TYPE_NORMAL); in TEST_F()
156 tooltip_window->SetType(aura::client::WINDOW_TYPE_TOOLTIP); in TEST_F()
167 menu_window->SetType(aura::client::WINDOW_TYPE_MENU); in TEST_F()
184 window1->SetType(aura::client::WINDOW_TYPE_NORMAL); in TEST_F()
200 window2->SetType(aura::client::WINDOW_TYPE_NORMAL); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceLoaderSet.h41 typedef HashSet<RefPtr<ResourceLoader> > SetType; typedef
51 SetType m_set;
/external/llvm/lib/MC/
DMCELFStreamer.cpp91 MCELF::SetType(SD, ELF::STT_TLS); in EmitLabel()
212 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
217 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
222 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
227 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
233 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
238 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD), in EmitSymbolAttribute()
265 MCELF::SetType(SD, ELF::STT_OBJECT); in EmitCommonSymbol()
404 MCELF::SetType(SD, ELF::STT_TLS); in fixSymbolsInTLSFixups()
/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.cc69 msg->SetType(type); in CreateStunMessage()
112 request->SetType(STUN_BINDING_REQUEST); in Prepare()
/external/chromium_org/ash/wm/
Dsolo_window_tracker_unittest.cc77 window->SetType(aura::client::WINDOW_TYPE_NORMAL); in CreateWindowInPrimary()
85 window->SetType(aura::client::WINDOW_TYPE_NORMAL); in CreateAlwaysOnTopWindowInPrimary()
94 window->SetType(aura::client::WINDOW_TYPE_PANEL); in CreatePanelWindowInPrimary()
299 not_drawn->SetType(aura::client::WINDOW_TYPE_NORMAL); in TEST_F()
398 child->SetType(aura::client::WINDOW_TYPE_CONTROL); in TEST_F()
Ddrag_window_resizer_unittest.cc57 window_->SetType(aura::client::WINDOW_TYPE_NORMAL); in SetUp()
63 always_on_top_window_->SetType(aura::client::WINDOW_TYPE_NORMAL); in SetUp()
70 system_modal_window_->SetType(aura::client::WINDOW_TYPE_NORMAL); in SetUp()
78 transient_child_->SetType(aura::client::WINDOW_TYPE_NORMAL); in SetUp()
84 transient_parent_->SetType(aura::client::WINDOW_TYPE_NORMAL); in SetUp()
91 panel_window_->SetType(aura::client::WINDOW_TYPE_PANEL); in SetUp()
242 window->SetType(aura::client::WINDOW_TYPE_NORMAL); in TEST_F()
Dstacking_controller_unittest.cc27 window->SetType(aura::client::WINDOW_TYPE_NORMAL); in CreateTestWindow()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunserver.cc88 response.SetType(STUN_BINDING_RESPONSE); in OnBindingRequest()
140 err_msg.SetType(GetStunErrorResponseType(msg.type())); in SendErrorResponse()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dmount_node_char.h15 SetType(S_IFCHR); in MountNodeCharDevice()
Dmount_dev.cc113 SetType(S_IFCHR); in RealNode()
189 ZeroNode::ZeroNode(Mount* mount) : MountNode(mount) { SetType(S_IFCHR); } in ZeroNode()
209 SetType(S_IFCHR); in UrandomNode()
/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/llvm/include/llvm/MC/
DMCELF.h27 static void SetType(MCSymbolData &SD, unsigned Type);
/external/chromium/chrome/browser/autofill/
Dform_field.cc294 addresses[0]->SetType(addresses[0]->FindType()); in FormFieldSet()
302 addresses[0]->SetType(reversed ? kShippingAddress : kBillingAddress); in FormFieldSet()
303 addresses[1]->SetType(reversed ? kBillingAddress : kShippingAddress); in FormFieldSet()
/external/chromium_org/ui/events/
Devent.cc211 void Event::SetType(EventType type) { in SetType() function in ui::Event
288 SetType(ET_MOUSE_DRAGGED); in MouseEvent()
393 SetType(ET_MOUSEWHEEL); in MouseWheelEvent()
618 SetType(type() == ET_KEY_PRESSED ? in TranslatedKeyEvent()
632 SetType(type() == ET_TRANSLATED_KEY_PRESS ? in ConvertToKeyEvent()
/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/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

123456