Searched defs:Locked (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | Locked.cpp | 140 static constexpr bool Locked = true; in TEST_F() local 199 static constexpr bool Locked = true; in TEST_F() local 259 static constexpr bool Locked = true; in TEST_F() local 307 static constexpr bool Locked = true; in TEST_F() local 327 static constexpr bool Locked = true; in TEST_F() local 399 static constexpr bool Locked = true; in TEST_F() local
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | Locked.cpp | 140 static constexpr bool Locked = true; in TEST_F() local 203 static constexpr bool Locked = true; in TEST_F() local 288 static constexpr bool Locked = true; in TEST_F() local 334 static constexpr bool Locked = true; in TEST_F() local 354 static constexpr bool Locked = true; in TEST_F() local 440 static constexpr bool Locked = true; in TEST_F() local
|
/external/llvm/unittests/Support/ |
D | LockFileManagerTest.cpp | 78 LockFileManager Locked(LockedFile); in TEST() local 109 LockFileManager Locked(LockedFile); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | LockFileManagerTest.cpp | 78 LockFileManager Locked(LockedFile); in TEST() local 109 LockFileManager Locked(LockedFile); in TEST() local
|
/external/python/cpython2/Demo/pdist/ |
D | cvslock.py | 106 class Locked(Error): class
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PthreadLockChecker.cpp | 29 enum Kind { Destroyed, Locked, Unlocked } K; enumerator
|
/external/apache-http/src/org/apache/http/impl/ |
D | EnglishReasonPhraseCatalog.java | 231 "Locked"); in setReason()
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86Base.h | 606 bool Locked) { in _cmpxchg() 616 Variable *Ecx, Variable *Ebx, bool Locked) { in _cmpxchg8b() 1016 void _xadd(Operand *Dest, Variable *Src, bool Locked) { in _xadd()
|
D | IceInstX86BaseImpl.h | 215 bool Locked) in InstX86Cmpxchg() 230 Variable *Ebx, bool Locked) in InstX86Cmpxchg8b() 371 Variable *Source, bool Locked) in InstX86Xadd()
|
D | IceAssemblerX86BaseImpl.h | 3700 GPRRegister reg, bool Locked) { in cmpxchg() 3718 bool Locked) { in cmpxchg8b() 3731 GPRRegister reg, bool Locked) { in xadd()
|
/external/clang/lib/Serialization/ |
D | GlobalModuleIndex.cpp | 777 llvm::LockFileManager Locked(IndexPath); in writeIndex() local
|
/external/clang/lib/Frontend/ |
D | CompilerInstance.cpp | 1085 llvm::LockFileManager Locked(ModuleFileName); in compileAndLoadModule() local
|