HomeSort by relevance Sort by last modified time
    Searched full:set_current (Results 1 - 13 of 13) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceMemory.cpp 31 void CfgAllocatorTraits::set_current(const manager_type *Manager) { function in class:Ice::CfgAllocatorTraits
34 set_current(Allocator);
37 void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) { function in class:Ice::CfgAllocatorTraits
41 void CfgAllocatorTraits::set_current(std::nullptr_t) { function in class:Ice::CfgAllocatorTraits
52 void LivenessAllocatorTraits::set_current(const manager_type *Manager) { function in class:Ice::LivenessAllocatorTraits
IceMemory.h 113 Traits::set_current(Manager);
116 ~sz_allocator_scope() { Traits::set_current(nullptr); }
145 static void set_current(const manager_type *Manager);
146 static void set_current(ArenaAllocator *Allocator);
147 static void set_current(std::nullptr_t);
172 static void set_current(const manager_type *Manager);
IceCfg.cpp 73 CfgAllocatorTraits::set_current(Allocator);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
msi.py     [all...]
msilib.py 594 def set_current(self): member in class:Feature
  /external/python/cpython2/Tools/msi/
msi.py     [all...]
msilib.py 589 def set_current(self): member in class:Feature
  /external/python/cpython2/Doc/library/
msilib.rst 418 .. method:: set_current()
  /external/python/cpython2/Lib/msilib/
__init__.py 410 def set_current(self): member in class:Feature
  /external/python/cpython3/Doc/library/
msilib.rst 419 .. method:: set_current()
  /external/python/cpython3/Lib/msilib/
__init__.py 414 def set_current(self): member in class:Feature
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesm.h 477 inline void set_current(NCursesMenuItem& I) { function in class:NCursesMenu
cursesf.h 596 inline void set_current(NCursesFormField& F) { function in class:NCursesForm

Completed in 344 milliseconds