Home
last modified time | relevance | path

Searched refs:workaround (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/third_party/boost/boost/process/detail/windows/
Dgroup_handle.hpp19 workaround::JOBOBJECT_EXTENDED_LIMIT_INFORMATION_ info; in break_away_enabled()
21 if (!workaround::query_information_job_object( in break_away_enabled()
23 workaround::JobObjectExtendedLimitInformation_, in break_away_enabled()
29 … return (info.BasicLimitInformation.LimitFlags & workaround::JOB_OBJECT_LIMIT_BREAKAWAY_OK_) != 0; in break_away_enabled()
34 workaround::JOBOBJECT_EXTENDED_LIMIT_INFORMATION_ info; in enable_break_away()
36 if (!workaround::query_information_job_object( in enable_break_away()
38 workaround::JobObjectExtendedLimitInformation_, in enable_break_away()
44 if ((info.BasicLimitInformation.LimitFlags & workaround::JOB_OBJECT_LIMIT_BREAKAWAY_OK_) != 0) in enable_break_away()
47 info.BasicLimitInformation.LimitFlags |= workaround::JOB_OBJECT_LIMIT_BREAKAWAY_OK_; in enable_break_away()
49 if (!workaround::set_information_job_object( in enable_break_away()
[all …]
Dhandles.hpp33 auto info_pointer = reinterpret_cast<workaround::SYSTEM_HANDLE_INFORMATION_*>(buffer.data()); in get_handles()
39 nt_status = workaround::nt_system_query_information( in get_handles()
40 workaround::SystemHandleInformation_, in get_handles()
45 info_pointer = reinterpret_cast<workaround::SYSTEM_HANDLE_INFORMATION_*>(buffer.data()); in get_handles()
82 auto nt_status = workaround::nt_query_object( in is_stream_handle()
84 workaround::ObjectTypeInformation, in is_stream_handle()
91workaround::OBJECT_TYPE_INFORMATION_ * type_info_p = reinterpret_cast<workaround::OBJECT_TYPE_INFO… in is_stream_handle()
92 nt_status = workaround::nt_query_object( in is_stream_handle()
94 workaround::ObjectTypeInformation, in is_stream_handle()
Dwait_group.hpp28 while (workaround::get_queued_completion_status( in wait_impl()
33 completion_code == workaround::JOB_OBJECT_MSG_ACTIVE_PROCESS_ZERO_) in wait_impl()
37 workaround::JOBOBJECT_BASIC_ACCOUNTING_INFORMATION_ info; in wait_impl()
38 if (!workaround::query_information_job_object( in wait_impl()
40 workaround::JobObjectBasicAccountingInformation_, in wait_impl()
/third_party/libuv/src/unix/
Dpthread-fixes.c40 static int workaround; in uv__pthread_sigmask() local
43 if (uv__load_relaxed(&workaround)) { in uv__pthread_sigmask()
49 uv__store_relaxed(&workaround, 1); in uv__pthread_sigmask()
/third_party/typescript/tests/baselines/reference/
DdeepKeysIndexing.js45 workaround< field in Bar
56 bar.workaround("a", "1", true); // ok - true is not allowed
65 Bar.prototype.workaround = function (k1, k2, value) { }; method in Bar
72 bar.workaround("a", "1", true); // ok - true is not allowed
DdeepKeysIndexing.types75 workaround<
76 >workaround : <K1 extends keyof O, K2 extends Extract<O[K1] extends object ? keyof O[K1] : never, s…
111 bar.workaround("a", "1", true); // ok - true is not allowed
112 >bar.workaround("a", "1", true) : void
113 >bar.workaround : <K1 extends string | number, K2 extends Extract<Foo[K1] extends object ? keyof Fo…
115 >workaround : <K1 extends string | number, K2 extends Extract<Foo[K1] extends object ? keyof Foo[K1…
DdeepKeysIndexing.symbols145 workaround<
146 >workaround : Symbol(Bar.workaround, Decl(deepKeysIndexing.ts, 41, 32))
189 bar.workaround("a", "1", true); // ok - true is not allowed
190 >bar.workaround : Symbol(Bar.workaround, Decl(deepKeysIndexing.ts, 41, 32))
192 >workaround : Symbol(Bar.workaround, Decl(deepKeysIndexing.ts, 41, 32))
/third_party/ffmpeg/libavcodec/
Ddxva2_internal.h71 uint64_t workaround; member
105 …AROUND(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.workaround : ctx->dxva2.workaround)
117 #define DXVA_CONTEXT_WORKAROUND(avctx, ctx) (ctx->dxva2.workaround)
127 #define DXVA_CONTEXT_WORKAROUND(avctx, ctx) (ctx->d3d11va.workaround)
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/
DBUILD45 ":brotli_jni", # Bazel JNI workaround
60 ":brotli_jni", # Bazel JNI workaround
75 ":brotli_jni", # Bazel JNI workaround
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
DBUILD46 ":brotli_jni", # Bazel JNI workaround
62 ":brotli_jni", # Bazel JNI workaround
78 ":brotli_jni", # Bazel JNI workaround
/third_party/boost/boost/typeof/
Dpointers_data_members.hpp29 template<class T> struct workaround{ struct
32 …l<boost::type_of::constant<std::size_t,PTR_DATA_MEM_ID>, Iter>::template workaround<p1>::type type;
Dregister_mem_functions.hpp22 template<class T> struct workaround{ struct
25 typedef typename workaround<BOOST_PP_CAT(p, BOOST_PP_INC(n))>::type type;
/third_party/boost/libs/range/test/
Datl.cpp545 boost::iterator_range< ptr_t * > workaround(ptrs, ptrs+8); in test_atl() local
546 ::test_CAutoPtrArray<int>(workaround); in test_atl()
559 boost::iterator_range< ptr_t * > workaround(ptrs, ptrs+8); in test_atl() local
560 ::test_CAutoPtrList<int>(workaround); in test_atl()
573 boost::iterator_range< ptr_t * > workaround(ptrs, ptrs+5); in test_atl() local
574 ::test_CHeapPtrList<int>(workaround); in test_atl()
582 boost::iterator_range< ptr_t * > workaround(ptrs, ptrs+8); in test_atl() local
583 ::test_CInterfaceArray<IDispatch>(workaround); in test_atl()
584 ::test_CInterfaceList<IDispatch>(workaround); in test_atl()
/third_party/boost/libs/locale/doc/
Dchangelog.txt17 - Fixed wired FreeBSD/clang issue on optimized build. Probably compiler workaround
18 - Added workaround for failing MSVC tests due to 932 codepage codecvt issue
30 - Added workaround for `libc++` issues
/third_party/mesa3d/docs/relnotes/
D13.0.3.rst106 - radeonsi: apply a multi-wave workgroup SPI bug workaround to affected
108 - radeonsi: apply a TC L1 write corruption workaround for SI
109 - radeonsi: apply a tessellation bug workaround for SI
110 - radeonsi: add a tess+GS hang workaround for VI dGPUs
111 - radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as well
D17.2.2.rst63 - radv: add gfx9 scissor workaround
104 - cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR
136 - radeonsi: workaround for gather4 on integer cube maps
138 - amd/common: add workaround for cube map array layer clamping
D18.0.3.rst68 - radeonsi/gfx9: workaround for INTERP with indirect indexing
72 - i965/tex_image: Avoid the ASTC LDR workaround on gen9lp
D17.1.10.rst49 instancing bug workaround on SI"
95 - cherry-ignore: add "amd/common: add workaround for cube map array
97 - cherry-ignore: add "radeonsi: workaround for gather4 on integer cube
D21.1.5.rst105 - radeonsi/driconf: add workaround for SpaceEngine
132 - util/driconf: add new ignore_write_to_readonly_var workaround
135 - util/radeonsi: add radeonsi workaround for Nuclear Throne
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/
DBUILD41 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround
54 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround
/third_party/typescript/tests/cases/compiler/
DdeepKeysIndexing.ts44 workaround< method in Bar
55 bar.workaround("a", "1", true); // ok - true is not allowed
/third_party/skia/tools/
Dbuild_workaround_header.py26 workarounds.update([workaround.strip() for workaround in f])
/third_party/flutter/skia/tools/
Dbuild_workaround_header.py26 workarounds.update([workaround.strip() for workaround in f])
/third_party/boost/libs/mpl/doc/src/refmanual/
Drefmanual.rst35 .. workaround weird substitution bug (used to work!):
44 .. workaround weird substitution bug (works with t's!):
99 .. "[*Note:*" instead of "|Note:|" to workaround another subst. bug
/third_party/boost/libs/config/test/
Dheader_deprecated_test.cpp17 #define HEADER <boost/config/workaround.hpp>

12345678910>>...22