/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_context.h | 1043 #define SVGA_TRY(_func) \ argument 1044 ((SVGA_DEBUG & DEBUG_RETRY) ? PIPE_ERROR_OUT_OF_MEMORY : (_func)) 1047 #define SVGA_TRY_PTR(_func) \ argument 1048 ((SVGA_DEBUG & DEBUG_RETRY) ? NULL : (_func)) 1054 #define SVGA_TRY_MAP(_func, _retry) \ argument 1055 ((SVGA_DEBUG & DEBUG_RETRY) ? (_retry) = TRUE, NULL : (_func)) 1058 #define SVGA_TRY(_func) (_func) argument 1060 #define SVGA_TRY_PTR(_func) (_func) argument 1062 #define SVGA_TRY_MAP(_func, _retry) (_func) argument 1094 #define SVGA_RETRY_CHECK(_svga, _func, _retried) \ argument [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | importAliasModuleExports.types | 29 A.prototype.func = function() { this._func = 0; } 30 >A.prototype.func = function() { this._func = 0; } : () => void 36 >function() { this._func = 0; } : () => void 37 >this._func = 0 : 0 38 >this._func : any 40 >_func : any
|
D | importAliasModuleExports.errors.txt | 3 tests/cases/conformance/salsa/main.js(3,38): error TS2339: Property '_func' does not exist on type … 20 A.prototype.func = function() { this._func = 0; } 24 !!! error TS2339: Property '_func' does not exist on type 'Alias'.
|
D | importAliasModuleExports.symbols | 23 A.prototype.func = function() { this._func = 0; }
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | AsyncOperations.h | 103 _func = std::move(lambda); in AsyncEventDelegate() 123 _func(hr, pOperation); in STDMETHOD() 144 std::function<void(HRESULT, TOperation*)> _func;
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | AsyncOperations.h | 103 _func = std::move(lambda); in AsyncEventDelegate() 123 _func(hr, pOperation); in STDMETHOD() 144 std::function<void(HRESULT, TOperation*)> _func;
|
/third_party/python/Tools/demo/ |
D | eiffel.py | 74 self._func = func 87 x = self._func(inst, *args, **kwargs)
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | importAliasModuleExports.ts | 14 A.prototype.func = function() { this._func = 0; }
|
/third_party/vulkan-loader/tests/framework/shim/ |
D | unix_shim.cpp | 252 #define VOIDP_CAST(_func) reinterpret_cast<const void*>(&_func) argument
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
D | err.rs | 44 pub const fn ERR_PACK(lib: c_int, _func: c_int, reason: c_int) -> c_ulong {
|
/third_party/protobuf/python/ |
D | mox.py | 1136 self._func = func 1150 return self._func(rhs) 1153 return str(self._func)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 62 class FI816_ins_base<bits<3> _func, string asmstr, 64 FI816<_func, (outs), (ins simm16:$imm), !strconcat(asmstr, asmstr2), 67 class FI816_ins<bits<3> _func, string asmstr, 69 FI816_ins_base<_func, asmstr, "\t$imm # 16 bit inst", itin>; 71 class FI816_SP_ins<bits<3> _func, string asmstr, 73 FI816_ins_base<_func, asmstr, "\t$$sp, $imm # 16 bit inst", itin>; 158 class FEXT_I816_ins_base<bits<3> _func, string asmstr, 160 FEXT_I816<_func, (outs), (ins simm16:$imm), !strconcat(asmstr, asmstr2), 163 class FEXT_I816_ins<bits<3> _func, string asmstr, 165 FEXT_I816_ins_base<_func, asmstr, "\t$imm", itin>; [all …]
|
D | Mips16InstrFormats.td | 317 class FI816<bits<3> _func, dag outs, dag ins, string asmstr, 325 let func = _func;
|
/third_party/jinja2/ |
D | runtime.py | 670 self._func = func 766 rv = await self._func(*arguments) # type: ignore 777 rv = self._func(*arguments)
|
D | asyncsupport.py | 98 rv = await self._func(*arguments)
|
/third_party/python/Tools/ccbench/ |
D | ccbench.py | 160 _func = self.func 165 _func(*_args)
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | glimagesink.c | 43 static gpointer do_##name##_func (type * param) { \
|
/third_party/harfbuzz/src/ |
D | hb-unicode.cc | 374 hb_unicode_funcs_set_##name##_func (hb_unicode_funcs_t *ufuncs, \
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-unicode.cc | 374 hb_unicode_funcs_set_##name##_func (hb_unicode_funcs_t *ufuncs, \
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-unicode.cc | 351 hb_unicode_funcs_set_##name##_func (hb_unicode_funcs_t *ufuncs, \
|
/third_party/skia/third_party/externals/jinja2/ |
D | runtime.py | 585 self._func = func 679 rv = self._func(*arguments)
|
D | asyncsupport.py | 98 rv = await self._func(*arguments)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | runtime.py | 489 self._func = func 579 rv = self._func(*arguments)
|
D | asyncsupport.py | 102 rv = await self._func(*arguments)
|
/third_party/ffmpeg/libavformat/ |
D | avisynth.c | 56 #define AVSC_DECLARE_FUNC(name) name ## _func name 129 avs_library.name = (name ## _func) \ in avisynth_load_library()
|