Home
last modified time | relevance | path

Searched defs:Locked (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DLocked.cpp140 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/
DLocked.cpp140 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-project/llvm/unittests/Support/
DLockFileManagerTest.cpp70 LockFileManager Locked(LockedFile); in TEST() local
95 LockFileManager Locked(LockedFile); in TEST() local
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp78 LockFileManager Locked(LockedFile); in TEST() local
109 LockFileManager Locked(LockedFile); in TEST() local
/external/python/cpython2/Demo/pdist/
Dcvslock.py106 class Locked(Error): class
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dlinux.cpp97 enum State : u32 { Unlocked = 0, Locked = 1, Sleeping = 2 }; enumerator
/external/scudo/standalone/
Dlinux.cpp136 enum State : u32 { Unlocked = 0, Locked = 1, Sleeping = 2 }; enumerator
/external/perfetto/src/trace_processor/importers/ftrace/
Dbinder_tracker.cc209 void BinderTracker::Locked(int64_t ts, uint32_t pid) { in Locked() function in perfetto::trace_processor::BinderTracker
/external/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp29 enum Kind { Destroyed, Locked, Unlocked } K; enumerator
/external/rust/crates/rusqlite/src/
Dbackup.rs150 Locked, enumerator
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86Base.h606 bool Locked) { in _cmpxchg()
616 Variable *Ecx, Variable *Ebx, bool Locked) { in _cmpxchg8b()
1019 void _xadd(Operand *Dest, Variable *Src, bool Locked) { in _xadd()
DIceInstX86BaseImpl.h215 bool Locked) in InstX86Cmpxchg()
230 Variable *Ebx, bool Locked) in InstX86Cmpxchg8b()
371 Variable *Source, bool Locked) in InstX86Xadd()
DIceAssemblerX86BaseImpl.h3700 GPRRegister reg, bool Locked) { in cmpxchg()
3718 bool Locked) { in cmpxchg8b()
3731 GPRRegister reg, bool Locked) { in xadd()
/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java231 "Locked"); in setReason()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPthreadLockChecker.cpp35 Locked, enumerator
/external/clang/lib/Serialization/
DGlobalModuleIndex.cpp777 llvm::LockFileManager Locked(IndexPath); in writeIndex() local
/external/llvm-project/clang/lib/Serialization/
DGlobalModuleIndex.cpp861 llvm::LockFileManager Locked(IndexPath); in writeIndex() local
/external/clang/lib/Frontend/
DCompilerInstance.cpp1085 llvm::LockFileManager Locked(ModuleFileName); in compileAndLoadModule() local
/external/llvm-project/clang/lib/Frontend/
DCompilerInstance.cpp1299 llvm::LockFileManager Locked(ModuleFileName); in compileModuleAndReadAST() local
/external/mesa3d/src/imgui/
Dimgui.h2056 …bool Locked; // Marked as Locked by ImGui::NewFrame() so attemp… member