Searched defs:SetType (Results 1 - 25 of 33) sorted by relevance

12

/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/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h253 SetType (BreakpointSite::Type type) function in class:lldb_private::BreakpointSite
/external/llvm/lib/MC/
H A DMCELF.cpp36 void MCELF::SetType(MCSymbolData &SD, unsigned Type) { function in class:llvm::MCELF
/external/lldb/include/lldb/Core/
H A DEvent.h164 SetType (uint32_t new_type) function in class:lldb_private::Event
H A DRegisterValue.h127 SetType (RegisterValue::Type type) function in class:lldb_private::RegisterValue
133 SetType (const RegisterInfo *reg_info);
/external/lldb/include/lldb/Symbol/
H A DSymbol.h135 SetType (lldb::SymbolType type) function in class:lldb_private::Symbol
H A DObjectFile.h544 SetType (Type type) function in class:lldb_private::ObjectFile
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs168 public virtual void SetType(object t, int type) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
169 adaptor.SetType(t, type);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTreeAdaptor.cs227 public virtual void SetType(object t, int type) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
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 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
H A DITreeAdaptor.cs261 void SetType( object t, int type ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs219 public virtual void SetType( object t, int type ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
221 adaptor.SetType( t, type );
/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.cc109 if (!SetType(TYPE_COLOR))
337 bool CompositorLayerResource::SetType(LayerType type) { function in class:ppapi::proxy::CompositorLayerResource
370 if (!SetType(type))
/external/lzma/CS/7zip/Compress/LZ/
H A DLzBinTree.cs34 public void SetType(int numHashBytes) method in class:SevenZip.Compression.LZ.BinTree
/external/lzma/Java/SevenZip/Compression/LZ/
H A DBinTree.java34 public void SetType(int numHashBytes) method in class:BinTree
/external/chromium_org/device/test/
H A Dusb_test_gadget_impl.cc72 virtual bool SetType(Type type) OVERRIDE;
432 bool UsbTestGadgetImpl::SetType(Type type) { function in class:device::UsbTestGadgetImpl
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dnode.cc204 void Node::SetType(int type) { function in class:nacl_io::Node
/external/lldb/source/Core/
H A DRegisterValue.cpp206 SetType (reg_info);
272 RegisterValue::SetType (const RegisterInfo *reg_info) function in class:RegisterValue
346 switch (SetType (reg_info))
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h206 void SetType(int nType) function in class:CJS_Timer
/external/chromium_org/ui/events/
H A Devent.cc255 void Event::SetType(EventType type) { function in class:ui::Event
326 SetType(ET_MOUSE_DRAGGED);
454 SetType(ET_MOUSEWHEEL);
815 SetType(translated ? ET_TRANSLATED_KEY_PRESS : ET_KEY_PRESSED);
819 SetType(translated ? ET_TRANSLATED_KEY_RELEASE : ET_KEY_RELEASED);
/external/lldb/include/lldb/Target/
H A DObjCLanguageRuntime.h236 SetType (const lldb::TypeSP &type_sp) function in class:lldb_private::ObjCLanguageRuntime::ClassDescriptor
/external/lldb/source/Symbol/
H A DType.cpp926 TypeImpl::SetType (const lldb::TypeSP &type_sp) function in class:TypeImpl
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl_v3.cc111 void BackendImplV3::SetType(net::CacheType type) { function in class:disk_cache::BackendImplV3

Completed in 413 milliseconds

12