Home
last modified time | relevance | path

Searched refs:_nop (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/
Dshutil.py351 def _nop(*args, ns=None, follow_symlinks=None): function
359 return getattr(os, name, _nop)
364 fn = getattr(os, name, _nop)
367 return _nop
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h478 void _nop() { Context.insert<InstMIPS32Sll>(getZero(), getZero(), 0); } in _nop() function
DIceTargetLoweringX8632.h623 void _nop(SizeT Variant) { Context.insert<Insts::Nop>(Variant); } in _nop() function
DIceTargetLoweringX8664.h617 void _nop(SizeT Variant) { Context.insert<Insts::Nop>(Variant); } in _nop() function
DIceTargetLoweringARM32.h457 void _nop() { Context.insert<InstARM32Nop>(); } in _nop() function