/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 | 47 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/ |
D | shadow_controller_unittest.cc | 64 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/ |
D | MCELFStreamer.cpp | 65 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/ |
D | ResourceLoaderSet.h | 41 typedef WillBeHeapHashSet<RefPtrWillBeMember<ResourceLoader> > SetType; typedef 54 SetType m_set;
|
/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 | 75 msg->SetType(type); in CreateStunMessage() 118 request->SetType(STUN_BINDING_REQUEST); in Prepare()
|
D | stun_unittest.cc | 865 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/ |
D | drag_window_resizer_unittest.cc | 51 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()
|
D | stacking_controller_unittest.cc | 27 window->SetType(ui::wm::WINDOW_TYPE_NORMAL); in CreateTestWindow()
|
/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/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
D | char_node.h | 15 SetType(S_IFCHR); in CharNode()
|
/external/llvm/include/llvm/MC/ |
D | MCELF.h | 27 static void SetType(MCSymbolData &SD, unsigned Type);
|
/external/chromium_org/ppapi/proxy/ |
D | compositor_layer_resource.cc | 109 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/ |
D | usb_test_gadget.h | 35 virtual bool SetType(Type type) = 0;
|
/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/chromium_org/athena/test/ |
D | athena_test_base.cc | 72 window->SetType(ui::wm::WINDOW_TYPE_NORMAL); in CreateTestWindow()
|
/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
|
/external/lldb/include/lldb/Core/ |
D | RegisterValue.h | 127 SetType (RegisterValue::Type type) in SetType() function 133 SetType (const RegisterInfo *reg_info);
|