Searched refs:SetType (Results 1 - 25 of 150) sorted by relevance

123456

/external/llvm/include/llvm/ADT/
H A DPostOrderIterator.h39 // - By providing a custom SetType class, unwanted graph nodes can be excluded
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) {}
88 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
93 public po_iterator_storage<SetType, ExtStorage> {
120 inline po_iterator(NodeType *BB, SetType
[all...]
H A 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) {}
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)
90 : df_iterator_storage<SetType, ExtStorag
[all...]
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dchar_node.h15 SetType(S_IFCHR);
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoaderSet.h41 typedef WillBeHeapHashSet<RefPtrWillBeMember<ResourceLoader> > SetType; typedef in class:blink::FINAL
54 SetType m_set;
/external/llvm/include/llvm/MC/
H A DMCELF.h27 static void SetType(MCSymbolData &SD, unsigned Type);
/external/chromium_org/device/test/
H A Dusb_test_gadget.h35 virtual bool SetType(Type type) = 0;
/external/chromium_org/ui/wm/core/
H A Dshadow_controller_unittest.cc64 window->SetType(ui::wm::WINDOW_TYPE_NORMAL);
100 window->SetType(ui::wm::WINDOW_TYPE_NORMAL);
129 window1->SetType(ui::wm::WINDOW_TYPE_NORMAL);
143 window2->SetType(ui::wm::WINDOW_TYPE_NORMAL);
162 tooltip_window->SetType(ui::wm::WINDOW_TYPE_TOOLTIP);
173 menu_window->SetType(ui::wm::WINDOW_TYPE_MENU);
190 window1->SetType(ui::wm::WINDOW_TYPE_NORMAL);
206 window2->SetType(ui::wm::WINDOW_TYPE_NORMAL);
223 window1->SetType(ui::wm::WINDOW_TYPE_NORMAL);
236 window2->SetType(u
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.cc71 response.SetType(STUN_BINDING_RESPONSE);
91 err_msg.SetType(GetStunErrorResponseType(msg.type()));
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeAdaptor.cs241 void SetType(object t, int type); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeAdaptor.cs261 void SetType( object t, int type ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DBaseTreeAdaptor.cs90 SetType(t, type);
104 SetType(t, type);
289 public virtual void SetType( object t, int type ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
/external/chromium_org/ash/wm/
H A Dstacking_controller_unittest.cc27 window->SetType(ui::wm::WINDOW_TYPE_NORMAL);
/external/chromium_org/athena/test/
H A Dathena_test_base.cc72 window->SetType(ui::wm::WINDOW_TYPE_NORMAL);
/external/openfst/src/include/fst/
H A Dadd-on.h151 using FstImpl<Arc>::SetType;
158 SetType(type);
167 SetType(type);
175 SetType(impl.Type());
285 SetType(type);
H A Dcomplement.h50 using FstImpl<A>::SetType;
64 SetType("complement");
73 SetType("complement");
/external/llvm/lib/MC/
H A DMCELFStreamer.cpp65 MCELF::SetType(SD, ELF::STT_TLS);
184 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
189 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
194 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
199 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
205 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
210 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
239 MCELF::SetType(SD, ELF::STT_OBJECT);
386 MCELF::SetType(SD, ELF::STT_TLS);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs229 void SetType(T t, int type); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium_org/ppapi/proxy/
H A Dcompositor_layer_resource.h78 bool SetType(LayerType type);
H A Dcompositor_layer_resource.cc109 if (!SetType(TYPE_COLOR))
337 bool CompositorLayerResource::SetType(LayerType type) { function in class:ppapi::proxy::CompositorLayerResource
370 if (!SetType(type))
/external/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h253 SetType (BreakpointSite::Type type) function in class:lldb_private::BreakpointSite
/external/lldb/include/lldb/Core/
H A DEvent.h164 SetType (uint32_t new_type) function in class:lldb_private::Event
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp123 MCELF::SetType(SD, ELF::STT_TLS);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darcsort.h73 using FstImpl<A>::SetType;
93 SetType("arcsort");
102 SetType("arcsort");
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_tracker.cc47 window->SetType(ui::wm::WINDOW_TYPE_POPUP);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs_node.cc36 SetType(S_IFREG);

Completed in 657 milliseconds

123456