Home
last modified time | relevance | path

Searched defs:set_current (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceMemory.cpp31 void CfgAllocatorTraits::set_current(const manager_type *Manager) { in set_current() function in Ice::CfgAllocatorTraits
37 void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) { in set_current() function in Ice::CfgAllocatorTraits
41 void CfgAllocatorTraits::set_current(std::nullptr_t) { in set_current() function in Ice::CfgAllocatorTraits
52 void LivenessAllocatorTraits::set_current(const manager_type *Manager) { in set_current() function in Ice::LivenessAllocatorTraits
/external/bcc/src/cc/frontends/b/
Dscope.h155 void set_current(VarScope* s) { current_var_scope_ = s; } in set_current() function
159 void set_current(StateScope* s) { current_state_scope_ = s; } in set_current() function
/external/u-boot/include/power/
Dregulator.h204 int (*set_current)(struct udevice *dev, int uA); member
/external/python/cpython3/Lib/msilib/
D__init__.py412 def set_current(self): member in Feature
/external/python/cpython2/Lib/msilib/
D__init__.py410 def set_current(self): member in Feature
/external/python/cpython2/Tools/msi/
Dmsilib.py589 def set_current(self): member in Feature