Home
last modified time | relevance | path

Searched +defs:a +defs:d (Results 1 – 25 of 1971) sorted by relevance

12345678910>>...79

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/shaders/src/third_party/ffx_spd/
H A Dffx_a.h136 #define AD1_(a) ((AD1)(a)) argument
137 #define AF1_(a) ((AF1)(a)) argument
138 #define AL1_(a) ((AL1)(a)) argument
139 #define AU1_(a) ((AU1)(a)) argument
141 #define ASL1_(a) ((ASL1)(a)) argument
142 #define ASU1_(a) ((ASU1)(a)) argument
144 A_STATIC AU1 AU1_AF1(AF1 a){union{AF1 f;AU1 u;}bits;bits.f=a;return bits.u;} in AU1_AF1()
259 A_STATIC AD1 AAbsD1(AD1 a){return __builtin_fabs(a);} in AAbsD1()
260 A_STATIC AF1 AAbsF1(AF1 a){return __builtin_fabsf(a);} in AAbsF1()
261 A_STATIC AU1 AAbsSU1(AU1 a){return AU1_(__builtin_abs(ASU1_(a)));} in AAbsSU1()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_csmt_helper.h27 #define _args_for_bypass_1(a) a argument
28 #define _args_for_bypass_7(a, b, c, d, e, f, g) ,g argument
29 #define _args_for_bypass_14(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_7(__VA_ARGS__) argument
30 #define _args_for_bypass_21(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_14(__VA_ARGS__) argument
31 #define _args_for_bypass_28(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_21(__VA_ARGS__) argument
32 #define _args_for_bypass_35(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_28(__VA_ARGS__) argument
33 #define _args_for_bypass_42(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_35(__VA_ARGS__) argument
34 #define _args_for_bypass_49(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_42(__VA_ARGS__) argument
35 #define _args_for_bypass_56(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_49(__VA_ARGS__) argument
36 #define _args_for_bypass_63(a, b, c, d, e, f, g, ...) ,g _args_for_bypass_56(__VA_ARGS__) argument
[all …]
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_message_macros.h421 #define IPC_MESSAGE_CONTROL1(msg, a) IPC_MESSAGE_CONTROL(msg, a) argument
422 #define IPC_MESSAGE_CONTROL2(msg, a, b) IPC_MESSAGE_CONTROL(msg, a, b) argument
423 #define IPC_MESSAGE_CONTROL3(msg, a, b, c) IPC_MESSAGE_CONTROL(msg, a, b, c) argument
424 #define IPC_MESSAGE_CONTROL4(msg, a, b, c, d) \ argument
426 #define IPC_MESSAGE_CONTROL5(msg, a, b, c, d, e) \ argument
430 #define IPC_MESSAGE_ROUTED1(msg, a) IPC_MESSAGE_ROUTED(msg, a) argument
431 #define IPC_MESSAGE_ROUTED2(msg, a, b) IPC_MESSAGE_ROUTED(msg, a, b) argument
432 #define IPC_MESSAGE_ROUTED3(msg, a, b, c) IPC_MESSAGE_ROUTED(msg, a, b, c) argument
433 #define IPC_MESSAGE_ROUTED4(msg, a, b, c, d) IPC_MESSAGE_ROUTED(msg, a, b, c, d) argument
434 #define IPC_MESSAGE_ROUTED5(msg, a, b, c, d, e) \ argument
[all …]
/aosp_15_r20/external/cronet/ipc/
H A Dipc_message_macros.h415 #define IPC_MESSAGE_CONTROL1(msg, a) IPC_MESSAGE_CONTROL(msg, a) argument
416 #define IPC_MESSAGE_CONTROL2(msg, a, b) IPC_MESSAGE_CONTROL(msg, a, b) argument
417 #define IPC_MESSAGE_CONTROL3(msg, a, b, c) IPC_MESSAGE_CONTROL(msg, a, b, c) argument
418 #define IPC_MESSAGE_CONTROL4(msg, a, b, c, d) \ argument
420 #define IPC_MESSAGE_CONTROL5(msg, a, b, c, d, e) \ argument
424 #define IPC_MESSAGE_ROUTED1(msg, a) IPC_MESSAGE_ROUTED(msg, a) argument
425 #define IPC_MESSAGE_ROUTED2(msg, a, b) IPC_MESSAGE_ROUTED(msg, a, b) argument
426 #define IPC_MESSAGE_ROUTED3(msg, a, b, c) IPC_MESSAGE_ROUTED(msg, a, b, c) argument
427 #define IPC_MESSAGE_ROUTED4(msg, a, b, c, d) IPC_MESSAGE_ROUTED(msg, a, b, c, d) argument
428 #define IPC_MESSAGE_ROUTED5(msg, a, b, c, d, e) \ argument
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/include/
H A Dinstructions.h77 #define __PPC_RA(a) (((a) & 0x1f) << 16) argument
98 #define PREFIX_MLS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
107 #define PREFIX_8LS(instr, t, a, r, d) stringify_in_c(.balign 64, , 4;) \ argument
117 #define PLBZ(t, a, r, d) PREFIX_MLS(PPC_INST_LBZ, t, a, r, d) argument
118 #define PLHZ(t, a, r, d) PREFIX_MLS(PPC_INST_LHZ, t, a, r, d) argument
119 #define PLHA(t, a, r, d) PREFIX_MLS(PPC_INST_LHA, t, a, r, d) argument
120 #define PLWZ(t, a, r, d) PREFIX_MLS(PPC_INST_LWZ, t, a, r, d) argument
121 #define PLWA(t, a, r, d) PREFIX_8LS(0xa4000000, t, a, r, d) argument
122 #define PLD(t, a, r, d) PREFIX_8LS(0xe4000000, t, a, r, d) argument
123 #define PLQ(t, a, r, d) PREFIX_8LS(0xe0000000, t, a, r, d) argument
[all …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dknockout-2.0.0.js6 function c(a){throw a;}var l=void 0,m=!0,o=null,p=!1,r=window.ko={};r.b=function(a,b){for(var d=a.s… argument
7 r.a=new function(){function a(a,e){if("INPUT"!=a.tagName||!a.type)return p;if("click"!=e.toLowerCas… argument
8 f}var j=function(){for(var a=3,e=document.createElement("div"),b=e.getElementsByTagName("i");e.inne… argument
9 a.length;f<d;f++)if(e.call(b,a[f]))return a[f];return o},ca:function(a,e){var b=r.a.k(a,e);0<=b&&a.… argument
10 (a[b]=e[b]);return a},U:function(a){for(;a.firstChild;)r.removeNode(a.firstChild)},oa:function(a,e)… argument
11 [],f=(a||"").split(e),d=0,h=f.length;d<h;d++){var g=r.a.z(f[d]);""!==g&&b.push(g)}return b},Cb:func… argument
12 ga:function(a){return r.a.fb(a,document)},s:function(e,b,f){if("undefined"!=typeof jQuery){if(a(e,b… argument
14 …"+f)}else c(Error("Browser doesn't support triggering events"))},d:function(a){return r.V(a)?a():a… argument
15 e.appendChild(a.cloneNode(m));return e.innerHTML},Ma:function(a,e){var b=r.a.d(e);if(b===o||b===l)b… argument
16 e}:function(a){return e.test(a.name)},d=[],h=b.length-1;0<=h;h--)f(b[h])&&d.push(b[h]);return d},vb… argument
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddplay.h461 #define IDirectPlay_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
465 #define IDirectPlay_AddPlayerToGroup(p,a,b) (p)->lpVtbl->AddPlayerToGroup(p,a,b) argument
467 #define IDirectPlay_CreatePlayer(p,a,b,c,d) (p)->lpVtbl->CreatePlayer(p,a,b,c,d) argument
468 #define IDirectPlay_CreateGroup(p,a,b,c) (p)->lpVtbl->CreateGroup(p,a,b,c) argument
469 #define IDirectPlay_DeletePlayerFromGroup(p,a,b) (p)->lpVtbl->DeletePlayerFromGroup(p,a,b) argument
470 #define IDirectPlay_DestroyPlayer(p,a) (p)->lpVtbl->DestroyPlayer(p,a) argument
471 #define IDirectPlay_DestroyGroup(p,a) (p)->lpVtbl->DestroyGroup(p,a) argument
472 #define IDirectPlay_EnableNewPlayers(p,a) (p)->lpVtbl->EnableNewPlayers(p,a) argument
473 #define IDirectPlay_EnumGroupPlayers(p,a,b,c,d) (p)->lpVtbl->EnumGroupPlayers(p,a,b,c,d) argument
474 #define IDirectPlay_EnumGroups(p,a,b,c,d) (p)->lpVtbl->EnumGroups(p,a,b,c,d) argument
[all …]
Dd3drm.h110 #define IDirect3DRM_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
114 #define IDirect3DRM_CreateObject(p,a,b,c,d) (p)->lpVtbl->CreateObject(p,a,b,c… argument
115 #define IDirect3DRM_CreateFrame(p,a,b) (p)->lpVtbl->CreateFrame(p,a,b) argument
116 #define IDirect3DRM_CreateMesh(p,a) (p)->lpVtbl->CreateMesh(p,a) argument
117 #define IDirect3DRM_CreateMeshBuilder(p,a) (p)->lpVtbl->CreateMeshBuilder(p,… argument
118 #define IDirect3DRM_CreateFace(p,a) (p)->lpVtbl->CreateFace(p,a) argument
119 #define IDirect3DRM_CreateAnimation(p,a) (p)->lpVtbl->CreateAnimation(p,a) argument
120 #define IDirect3DRM_CreateAnimationSet(p,a) (p)->lpVtbl->CreateAnimationSet(p… argument
121 #define IDirect3DRM_CreateTexture(p,a,b) (p)->lpVtbl->CreateTexture(p,a,b) argument
122 #define IDirect3DRM_CreateLight(p,a,b,c) (p)->lpVtbl->CreateLight(p,a,b,c) argument
[all …]
Dd3d9.h206 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
210 #define IDirect3D9_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p… argument
212 #define IDirect3D9_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a… argument
213 #define IDirect3D9_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,… argument
214 #define IDirect3D9_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c… argument
215 #define IDirect3D9_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,… argument
216 #define IDirect3D9_CheckDeviceType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceType(p,a,b,c,… argument
217 #define IDirect3D9_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceFormat(p,a,b,… argument
218 #define IDirect3D9_CheckDeviceMultiSampleType(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceMultiSampleTy… argument
219 #define IDirect3D9_CheckDepthStencilMatch(p,a,b,c,d,e) (p)->lpVtbl->CheckDepthStencilMatch(p… argument
[all …]
Dd3d8.h156 #define IDirect3D8_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
160 #define IDirect3D8_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a) argument
162 #define IDirect3D8_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b… argument
163 #define IDirect3D8_GetAdapterModeCount(p,a) (p)->lpVtbl->GetAdapterModeCount(p,a) argument
164 #define IDirect3D8_EnumAdapterModes(p,a,b,c) (p)->lpVtbl->EnumAdapterModes(p,a,b,c) argument
165 #define IDirect3D8_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,… argument
166 #define IDirect3D8_CheckDeviceType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d,… argument
167 #define IDirect3D8_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,… argument
168 #define IDirect3D8_CheckDeviceMultiSampleType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceMultiSampleType… argument
169 #define IDirect3D8_CheckDepthStencilMatch(p,a,b,c,d,e) (p)->lpVtbl->CheckDepthStencilMatch(p,a… argument
[all …]
/aosp_15_r20/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/interface/utils/
DImsMediaTrace.h48 #define IMLOGD_PACKET1(type, format, a) \ argument
51 #define IMLOGD_PACKET2(type, format, a, b) \ argument
54 #define IMLOGD_PACKET3(type, format, a, b, c) \ argument
57 #define IMLOGD_PACKET4(type, format, a, b, c, d) \ argument
60 #define IMLOGD_PACKET5(type, format, a, b, c, d, e) \ argument
63 #define IMLOGD_PACKET6(type, format, a, b, c, d, e, f) \ argument
66 #define IMLOGD_PACKET7(type, format, a, b, c, d, e, f, g) \ argument
69 #define IMLOGD_PACKET8(type, format, a, b, c, d, e, f, g, h) \ argument
76 #define IMLOGI1(format, a) \ argument
79 #define IMLOGI2(format, a, b) \ argument
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
H A Dweb-animations-next.min.js15 !function(a,b){var c={},d={},e={};!function(a,b){function c(a){if("number"==typeof a)return a;var b… argument
H A Dweb-animations.min.js15 !function(a,b){var c={},d={};!function(a,b){function c(a){if("number"==typeof a)return a;var b={};f… argument
H A Dweb-animations-next-lite.min.js15 !function(a,b){var c={},d={},e={};!function(a,b){function c(a){if("number"==typeof a)return a;var b… argument
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
H A DCryptEccData.c54 # define TO_ECC_56(a, b, c, d, e, f, g) TO_ECC_64(0, a, b, c, d, e, f, g) argument
55 # define TO_ECC_48(a, b, c, d, e, f) TO_ECC_64(0, 0, a, b, c, d, e, f) argument
56 # define TO_ECC_40(a, b, c, d, e) TO_ECC_64(0, 0, 0, a, b, c, d, e) argument
58 # define TO_ECC_32(a, b, c, d) TO_ECC_64(0, 0, 0, 0, a, b, c, d) argument
59 # define TO_ECC_24(a, b, c) TO_ECC_64(0, 0, 0, 0, 0, a, b, c) argument
60 # define TO_ECC_16(a, b) TO_ECC_64(0, 0, 0, 0, 0, 0, a, b) argument
61 # define TO_ECC_8(a) TO_ECC_64(0, 0, 0, 0, 0, 0, 0, a) argument
64 # define TO_ECC_24(a, b, c) TO_ECC_32(0, a, b, c) argument
65 # define TO_ECC_16(a, b) TO_ECC_32(0, 0, a, b) argument
66 # define TO_ECC_8(a) TO_ECC_32(0, 0, 0, a) argument
[all …]
/aosp_15_r20/external/libyuv/unit_test/
H A Dconvert_argb_test.cc59 #define SUBSAMPLE(v, a) ((((v) + (a)-1)) / (a)) argument
181 #define F420ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
183 #define F420ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
185 #define F422ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
187 #define F422ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
189 #define F444ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
191 #define F444ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
195 #define V420ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
197 #define V420ToARGB(a, b, c, d, e, f, g, h, i, j) \ argument
199 #define V422ToABGR(a, b, c, d, e, f, g, h, i, j) \ argument
[all …]
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/
H A Djquery-1.6.2.min.js16 (function(a,b){function cv(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!… argument
17 …i.sort());if(!!e&&!f.event.customEvent[h]||!!f.event.global[h]){c=typeof c=="object"?c[f.expando]?… argument
18 )}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d=a.cloneNode(!0),e,… argument
/aosp_15_r20/sdk/templates/docs/
H A Djquery-1.8.0.min.js2 (function(a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}funct… argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dnc_tparm.h48 #define TPARM_9(a,b,c,d,e,f,g,h,i,j) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)… argument
51 #define TPARM_8(a,b,c,d,e,f,g,h,i) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),T… argument
52 #define TPARM_7(a,b,c,d,e,f,g,h) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPA… argument
53 #define TPARM_6(a,b,c,d,e,f,g) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f),TPARM… argument
54 #define TPARM_5(a,b,c,d,e,f) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e),TPARM_N(f)) argument
55 #define TPARM_4(a,b,c,d,e) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d),TPARM_N(e)) argument
56 #define TPARM_3(a,b,c,d) tparm(a,TPARM_N(b),TPARM_N(c),TPARM_N(d)) argument
57 #define TPARM_2(a,b,c) tparm(a,TPARM_N(b),TPARM_N(c)) argument
58 #define TPARM_1(a,b) tparm(a,TPARM_N(b)) argument
59 #define TPARM_0(a) tparm(a) argument
[all …]
/aosp_15_r20/external/testng/src/main/resources/
H A Djquery-1.7.1.min.js2 (function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!… argument
3 f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!… argument
4a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firs… argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/bind/test/
Dbind_fwd_test.cpp20 void fv1( int & a ) in fv1()
25 void fv2( int & a, int & b ) in fv2()
31 void fv3( int & a, int & b, int & c ) in fv3()
38 void fv4( int & a, int & b, int & c, int & d ) in fv4()
46 void fv5( int & a, int & b, int & c, int & d, int & e ) in fv5()
55 void fv6( int & a, int & b, int & c, int & d, int & e, int & f ) in fv6()
65 void fv7( int & a, int & b, int & c, int & d, int & e, int & f, int & g ) in fv7()
76 void fv8( int & a, int & b, int & c, int & d, int & e, int & f, int & g, int & h ) in fv8()
88 void fv9( int & a, int & b, int & c, int & d, int & e, int & f, int & g, int & h, int & i ) in fv9()
104 int a = 0; in test() local
[all …]
Dbind_const_test.cpp34 long f_1(long a) in f_1()
39 long f_2(long a, long b) in f_2()
44 long f_3(long a, long b, long c) in f_3()
49 long f_4(long a, long b, long c, long d) in f_4()
54 long f_5(long a, long b, long c, long d, long e) in f_5()
59 long f_6(long a, long b, long c, long d, long e, long f) in f_6()
64 long f_7(long a, long b, long c, long d, long e, long f, long g) in f_7()
69 long f_8(long a, long b, long c, long d, long e, long f, long g, long h) in f_8()
74 long f_9(long a, long b, long c, long d, long e, long f, long g, long h, long i) in f_9()
86 void fv_1(long a) in fv_1()
[all …]
/aosp_15_r20/external/mesa3d/include/D3D9/
H A Dd3d9.h467 #define IDirect3D9_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument
471 #define IDirect3D9_RegisterSoftwareDevice(p,a) (p)->lpVtbl->RegisterSoftwareDevice(p,a) argument
473 #define IDirect3D9_GetAdapterIdentifier(p,a,b,c) (p)->lpVtbl->GetAdapterIdentifier(p,a,b,c) argument
474 #define IDirect3D9_GetAdapterModeCount(p,a,b) (p)->lpVtbl->GetAdapterModeCount(p,a,b) argument
475 #define IDirect3D9_EnumAdapterModes(p,a,b,c,d) (p)->lpVtbl->EnumAdapterModes(p,a,b,c,d) argument
476 #define IDirect3D9_GetAdapterDisplayMode(p,a,b) (p)->lpVtbl->GetAdapterDisplayMode(p,a,b) argument
477 #define IDirect3D9_CheckDeviceType(p,a,b,c,d,e) (p)->lpVtbl->CheckDeviceType(p,a,b,c,d,e) argument
478 #define IDirect3D9_CheckDeviceFormat(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceFormat(p,a,b,c,d,e,f) argument
479 #define IDirect3D9_CheckDeviceMultiSampleType(p,a,b,c,d,e,f) (p)->lpVtbl->CheckDeviceMultiSampleTyp… argument
480 #define IDirect3D9_CheckDepthStencilMatch(p,a,b,c,d,e) (p)->lpVtbl->CheckDepthStencilMatch(p,a,b,c,… argument
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DOmniFunction.java69 abstract R invoke(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j, K k); in invoke()
126 public R apply(A a, B b, C c) { in apply()
131 public void accept(A a, B b, C c) { in accept()
136 public R apply(A a, B b, C c, D d) { in apply()
141 public R apply(A a, B b, C c, D d, E e) { in apply()
146 public R apply(A a, B b, C c, D d, E e, F f) { in apply()
151 public R apply(A a, B b, C c, D d, E e, F f, G g) { in apply()
156 public R apply(A a, B b, C c, D d, E e, F f, G g, H h) { in apply()
161 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i) { in apply()
166 public R apply(A a, B b, C c, D d, E e, F f, G g, H h, I i, J j) { in apply()
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_const_test.cpp42 long f_1(long a) in f_1()
47 long f_2(long a, long b) in f_2()
52 long f_3(long a, long b, long c) in f_3()
57 long f_4(long a, long b, long c, long d) in f_4()
62 long f_5(long a, long b, long c, long d, long e) in f_5()
67 long f_6(long a, long b, long c, long d, long e, long f) in f_6()
72 long f_7(long a, long b, long c, long d, long e, long f, long g) in f_7()
77 long f_8(long a, long b, long c, long d, long e, long f, long g, long h) in f_8()
82 long f_9(long a, long b, long c, long d, long e, long f, long g, long h, long i) in f_9()
94 void fv_1(long a) in fv_1()
[all …]

12345678910>>...79