HomeSort by relevance Sort by last modified time
    Searched refs:SetType (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/ADT/
PostOrderIterator.h 39 // - 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 &S)
    [all...]
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) {}
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)
89 : df_iterator_storage<SetType, ExtStorage>(S)
    [all...]
  /external/llvm/include/llvm/MC/
MCELF.h 27 static void SetType(MCSymbolData &SD, unsigned Type);
  /external/chromium_org/ui/views/corewm/
shadow_controller_unittest.cc 57 window->SetType(aura::client::WINDOW_TYPE_NORMAL);
93 window->SetType(aura::client::WINDOW_TYPE_NORMAL);
122 window1->SetType(aura::client::WINDOW_TYPE_NORMAL);
136 window2->SetType(aura::client::WINDOW_TYPE_NORMAL);
155 tooltip_window->SetType(aura::client::WINDOW_TYPE_TOOLTIP);
166 menu_window->SetType(aura::client::WINDOW_TYPE_MENU);
183 window1->SetType(aura::client::WINDOW_TYPE_NORMAL);
199 window2->SetType(aura::client::WINDOW_TYPE_NORMAL);
  /development/testrunner/coverage/
coverage_target.py 40 def SetType(self, buildtype):
coverage_targets.py 109 target.SetType(target_element.getAttribute(self._TYPE_ATTR))
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 70 response.SetType(STUN_BINDING_RESPONSE);
90 err_msg.SetType(GetStunErrorResponseType(msg.type()));
stunserver_unittest.cc 88 req.SetType(STUN_BINDING_REQUEST);
  /external/openfst/src/include/fst/
add-on.h 151 using FstImpl<Arc>::SetType;
158 SetType(type);
167 SetType(type);
175 SetType(impl.Type());
285 SetType(type);
complement.h 50 using FstImpl<A>::SetType;
64 SetType("complement");
73 SetType("complement");
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 88 response.SetType(STUN_BINDING_RESPONSE);
140 err_msg.SetType(GetStunErrorResponseType(msg.type()));
  /external/chromium/chrome/browser/autofill/
address_field.h 30 void SetType(AddressType address_type) { type_ = address_type; }
form_field.cc 294 addresses[0]->SetType(addresses[0]->FindType());
302 addresses[0]->SetType(reversed ? kShippingAddress : kBillingAddress);
303 addresses[1]->SetType(reversed ? kBillingAddress : kShippingAddress);
  /external/chromium_org/ash/wm/
stacking_controller_unittest.cc 28 window->SetType(aura::client::WINDOW_TYPE_NORMAL);
drag_window_resizer_unittest.cc 49 window_->SetType(aura::client::WINDOW_TYPE_NORMAL);
55 always_on_top_window_->SetType(aura::client::WINDOW_TYPE_NORMAL);
62 system_modal_window_->SetType(aura::client::WINDOW_TYPE_NORMAL);
70 transient_child_->SetType(aura::client::WINDOW_TYPE_NORMAL);
76 transient_parent_->SetType(aura::client::WINDOW_TYPE_NORMAL);
83 panel_window_->SetType(aura::client::WINDOW_TYPE_PANEL);
218 window->SetType(aura::client::WINDOW_TYPE_NORMAL);
  /external/llvm/lib/MC/
MCELFStreamer.cpp 91 MCELF::SetType(SD, ELF::STT_TLS);
212 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
217 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
222 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
227 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
233 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
238 MCELF::SetType(SD, CombineSymbolTypes(MCELF::GetType(SD),
265 MCELF::SetType(SD, ELF::STT_OBJECT);
404 MCELF::SetType(SD, ELF::STT_TLS);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeAdaptor.cs 241 void SetType(object t, int type);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 229 void SetType(T t, int type);
  /external/chromium_org/ash/drag_drop/
drag_drop_tracker.cc 23 window->SetType(aura::client::WINDOW_TYPE_NORMAL);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64ELFStreamer.cpp 129 MCELF::SetType(SD, ELF::STT_NOTYPE);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTreeAdaptor.cs 90 SetType(t, type);
104 SetType(t, type);
289 public virtual void SetType( object t, int type )
ITreeAdaptor.cs 261 void SetType( object t, int type );
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h 73 using FstImpl<A>::SetType;
93 SetType("arcsort");
102 SetType("arcsort");
  /external/chromium_org/ui/aura/test/
aura_test_base.cc 100 window->SetType(aura::client::WINDOW_TYPE_NORMAL);
test_windows.cc 51 window->SetType(type);

Completed in 595 milliseconds

1 2 3 4 5