Home
last modified time | relevance | path

Searched defs:LG (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.pass.cpp68 using LG = std::scoped_lock<>; in main() typedef
72 using LG = std::scoped_lock<TestMutex>; in main() typedef
81 using LG = std::scoped_lock<TestMutex, TestMutex>; in main() typedef
90 using LG = std::scoped_lock<TestMutex, TestMutex, TestMutex>; in main() typedef
101 using LG = std::scoped_lock<MT>; in main() typedef
112 using LG = std::scoped_lock<MT, MT>; in main() typedef
123 using LG = std::scoped_lock<MT, MT, MT>; in main() typedef
H A Dmutex.fail.cpp23 void test_conversion(LG) {} in test_conversion() argument
31 using LG = std::scoped_lock<>; in main() typedef
37 using LG = std::scoped_lock<M>; in main() typedef
43 using LG = std::scoped_lock<M, M>; in main() typedef
49 using LG = std::scoped_lock<M, M, M>; in main() typedef
H A Dcopy.fail.cpp27 using LG = std::scoped_lock<>; in main() typedef
32 using LG = std::scoped_lock<M>; in main() typedef
37 using LG = std::scoped_lock<M, M>; in main() typedef
42 using LG = std::scoped_lock<M, M, M>; in main() typedef
H A Dassign.fail.cpp28 using LG = std::scoped_lock<>; in main() typedef
33 using LG = std::scoped_lock<M>; in main() typedef
39 using LG = std::scoped_lock<M, M>; in main() typedef
45 using LG = std::scoped_lock<M, M, M>; in main() typedef
H A Dadopt_lock.pass.cpp38 using LG = std::scoped_lock<>; in main() typedef
43 using LG = std::scoped_lock<TestMutex>; in main() typedef
53 using LG = std::scoped_lock<TestMutex, TestMutex>; in main() typedef
63 using LG = std::scoped_lock<TestMutex, TestMutex, TestMutex>; in main() typedef
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dmutex.pass.cpp67 using LG = std::scoped_lock<>; in main() typedef
72 using LG = std::scoped_lock<TestMutex>; in main() typedef
81 using LG = std::scoped_lock<TestMutex, TestMutex>; in main() typedef
90 using LG = std::scoped_lock<TestMutex, TestMutex, TestMutex>; in main() typedef
101 using LG = std::scoped_lock<MT>; in main() typedef
112 using LG = std::scoped_lock<MT, MT>; in main() typedef
123 using LG = std::scoped_lock<MT, MT, MT>; in main() typedef
H A Dmutex.verify.cpp22 void test_conversion(LG) {} in test_conversion() argument
30 using LG = std::scoped_lock<>; in main() typedef
36 using LG = std::scoped_lock<M>; in main() typedef
42 using LG = std::scoped_lock<M, M>; in main() typedef
48 using LG = std::scoped_lock<M, M, M>; in main() typedef
H A Dmutex.fail.cpp22 void test_conversion(LG) {} in test_conversion() argument
30 using LG = std::scoped_lock<>; in main() typedef
36 using LG = std::scoped_lock<M>; in main() typedef
42 using LG = std::scoped_lock<M, M>; in main() typedef
48 using LG = std::scoped_lock<M, M, M>; in main() typedef
H A Dcopy.verify.cpp26 using LG = std::scoped_lock<>; in main() typedef
31 using LG = std::scoped_lock<M>; in main() typedef
36 using LG = std::scoped_lock<M, M>; in main() typedef
41 using LG = std::scoped_lock<M, M, M>; in main() typedef
H A Dcopy.fail.cpp26 using LG = std::scoped_lock<>; in main() typedef
31 using LG = std::scoped_lock<M>; in main() typedef
36 using LG = std::scoped_lock<M, M>; in main() typedef
41 using LG = std::scoped_lock<M, M, M>; in main() typedef
H A Dassign.verify.cpp27 using LG = std::scoped_lock<>; in main() typedef
32 using LG = std::scoped_lock<M>; in main() typedef
38 using LG = std::scoped_lock<M, M>; in main() typedef
44 using LG = std::scoped_lock<M, M, M>; in main() typedef
H A Dassign.fail.cpp27 using LG = std::scoped_lock<>; in main() typedef
32 using LG = std::scoped_lock<M>; in main() typedef
38 using LG = std::scoped_lock<M, M>; in main() typedef
44 using LG = std::scoped_lock<M, M, M>; in main() typedef
H A Dadopt_lock.pass.cpp37 using LG = std::scoped_lock<>; in main() typedef
42 using LG = std::scoped_lock<TestMutex>; in main() typedef
52 using LG = std::scoped_lock<TestMutex, TestMutex>; in main() typedef
62 using LG = std::scoped_lock<TestMutex, TestMutex, TestMutex>; in main() typedef
/aosp_15_r20/external/lua/src/
H A Dlstate.c44 typedef struct LG { struct
47 } LG; typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp401 MaterializationResponsibility &MR, LinkGraph &LG, in modifyPassConfig()
416 MaterializationResponsibility &MR, jitlink::LinkGraph &LG, in modifyPassConfigForMachO()
H A DELFNixPlatform.cpp638 MaterializationResponsibility &MR, jitlink::LinkGraph &LG, in modifyPassConfig()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/Debugging/
DDebugInfoSupport.h35 jitlink::LinkGraph &LG, in modifyPassConfig()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/Debugging/
DDebugInfoSupport.h35 jitlink::LinkGraph &LG, in modifyPassConfig()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/Debugging/
DDebugInfoSupport.h35 jitlink::LinkGraph &LG, in modifyPassConfig()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/Debugging/
DDebugInfoSupport.h35 jitlink::LinkGraph &LG, in modifyPassConfig()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/
H A DELF_i386.cpp57 [&](LinkGraph &LG, Symbol &Sym) -> SectionRangeSymbolDesc { in getOrCreateGOTSymbol()
H A DELF_x86_64.cpp293 [&](LinkGraph &LG, Symbol &Sym) -> SectionRangeSymbolDesc { in getOrCreateGOTSymbol()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/
H A DZipUtils.java206 static final long LG(byte[] b, int n) { in LG() method in ZipUtils
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/zip/
DZipUtils.java206 static final long LG(byte[] b, int n) { in LG() method in ZipUtils
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/
DZipUtils.java206 static final long LG(byte[] b, int n) { in LG() method in ZipUtils

123