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

12 3 4 5

  /external/llvm/lib/MC/
MCELF.cpp 36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTreeAdaptor.cs 168 public virtual void SetType(object t, int type) {
169 adaptor.SetType(t, type);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 127 void SetType(StunMessageType type) { type_ = type; }
310 void SetType(int index, uint16 value);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunrequest_unittest.cc 69 msg->SetType(type);
112 request->SetType(STUN_BINDING_REQUEST);
turnport.cc 646 request->SetType(TURN_ALLOCATE_REQUEST);
748 request->SetType(TURN_REFRESH_REQUEST);
796 request->SetType(TURN_CREATE_PERMISSION_REQUEST);
838 request->SetType(TURN_CHANNEL_BIND_REQUEST);
898 msg.SetType(TURN_SEND_INDICATION);
    [all...]
stun.h 163 void SetType(int type) { type_ = static_cast<uint16>(type); }
472 void SetType(int index, uint16 value);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
complement.h 44 using FstImpl<A>::SetType;
58 SetType("complement");
const-fst.h 35 using FstImpl<A>::SetType;
45 SetType("const");
119 SetType("const");
relabel.h 150 using FstImpl<A>::SetType;
172 SetType("relabel");
197 SetType("relabel");
rational.h 46 using FstImpl<A>::SetType;
59 SetType("rational");
replace.h 61 using FstImpl<A>::SetType;
101 SetType("replace");
126 SetType("replace");
factor-weight.h 137 using FstImpl<A>::SetType;
165 SetType("factor-weight");
  /external/chromium_org/ui/base/events/
event.cc 222 void Event::SetType(EventType type) {
309 SetType(ET_MOUSE_DRAGGED);
412 SetType(ET_MOUSEWHEEL);
656 SetType(type() == ET_KEY_PRESSED ?
670 SetType(type() == ET_TRANSLATED_KEY_PRESS ?
event.h 205 void SetType(EventType type);
338 SetType(type);
  /external/openfst/src/include/fst/
rational.h 54 using FstImpl<A>::SetType;
69 SetType("rational");
79 SetType("rational");
synchronize.h 51 using FstImpl<A>::SetType;
87 SetType("synchronize");
98 SetType("synchronize");
relabel.h 192 using FstImpl<A>::SetType;
220 SetType("relabel");
247 SetType("relabel");
283 SetType("relabel");
const-fst.h 49 using FstImpl<A>::SetType;
67 SetType(type);
160 SetType(type);
factor-weight.h 155 using FstImpl<A>::SetType;
190 SetType("factor_weight");
209 SetType("factor_weight");
rmepsilon.h 381 using FstImpl<A>::SetType;
407 SetType("rmepsilon");
422 SetType("rmepsilon");
compact-fst.h 443 using FstImpl<A>::SetType;
478 SetType(type);
527 SetType(impl.Type());
717 SetType(impl.Type());
735 SetType(type);
760 SetType(type);
    [all...]
  /external/chromium_org/net/disk_cache/
cache_creator.cc 97 new_cache->SetType(type_);
  /external/chromium_org/net/disk_cache/v3/
backend_impl_v3.h 63 void SetType(net::CacheType type);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 105 MCELF::SetType(SD, ELF::STT_TLS);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTreeAdaptor.cs 219 public virtual void SetType( object t, int type )
221 adaptor.SetType( t, type );

Completed in 580 milliseconds

12 3 4 5