/external/llvm/include/llvm/ADT/ |
D | PostOrderIterator.h | 53 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 …]
|
D | DepthFirstIterator.h | 46 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/ |
D | shadow_controller_unittest.cc | 58 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/ |
D | ResourceLoaderSet.h | 41 typedef HashSet<RefPtr<ResourceLoader> > SetType; typedef 51 SetType m_set;
|
/external/llvm/lib/MC/ |
D | MCELFStreamer.cpp | 91 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/ |
D | add-on.h | 151 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()
|
D | complement.h | 50 using FstImpl<A>::SetType; 64 SetType("complement"); in ComplementFstImpl() 73 SetType("complement"); in ComplementFstImpl()
|
D | rational.h | 54 using FstImpl<A>::SetType; 69 SetType("rational"); in RationalFstImpl() 79 SetType("rational"); in RationalFstImpl()
|
D | relabel.h | 192 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/ |
D | stunserver.cc | 71 response.SetType(STUN_BINDING_RESPONSE); in OnBindingRequest() 91 err_msg.SetType(GetStunErrorResponseType(msg.type())); in SendErrorResponse()
|
D | stunrequest_unittest.cc | 69 msg->SetType(type); in CreateStunMessage() 112 request->SetType(STUN_BINDING_REQUEST); in Prepare()
|
/external/chromium_org/ash/wm/ |
D | solo_window_tracker_unittest.cc | 77 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()
|
D | drag_window_resizer_unittest.cc | 57 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()
|
D | stacking_controller_unittest.cc | 27 window->SetType(aura::client::WINDOW_TYPE_NORMAL); in CreateTestWindow()
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | stunserver.cc | 88 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/ |
D | mount_node_char.h | 15 SetType(S_IFCHR); in MountNodeCharDevice()
|
D | mount_dev.cc | 113 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/ |
D | BaseTreeAdaptor.cs | 90 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/ |
D | MCELF.h | 27 static void SetType(MCSymbolData &SD, unsigned Type);
|
/external/chromium/chrome/browser/autofill/ |
D | form_field.cc | 294 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/ |
D | event.cc | 211 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/ |
D | arcsort.h | 73 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/ |
D | DebugTreeAdaptor.cs | 168 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/ |
D | DebugTreeAdaptor.cs | 219 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/ |
D | ITreeAdaptor.cs | 241 void SetType(object t, int type); in SetType() method
|