/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchersMacros.h | 177 Param2) \ argument 179 Param2, 0) 182 ParamType2, Param2, OverloadId) \ argument 188 ParamType2 const &A##Param2) \ 189 : Param1(A##Param1), Param2(A##Param2) {} \ 197 ParamType2 const Param2; \ 201 ParamType1 const &Param1, ParamType2 const &Param2) { \ 204 Param2)); \ 208 ParamType2 const &Param2); \ 317 Param1, ParamType2, Param2) \ argument [all …]
|
D | ASTMatchersInternal.h | 1034 PolymorphicMatcherWithParam2(const P1 &Param1, const P2 &Param2) 1035 : Param1(Param1), Param2(Param2) {} 1043 return Matcher<T>(new MatcherT<T, P1, P2>(Param1, Param2)); 1048 const P2 Param2;
|
/external/libmtp/src/ |
D | ptp.c | 624 ptp.Param2=objectformatcode; in ptp_getobjecthandles() 674 ptp.Param2=objectformatcode; in ptp_getnumobjects() 817 ptp.Param2=offset; in ptp_getpartialobject() 867 ptp.Param2=ofc; in ptp_deleteobject() 909 ptp.Param2=*parenthandle; in ptp_sendobjectinfo() 916 *parenthandle=ptp.Param2; in ptp_sendobjectinfo() 1088 ptp.Param2=*parenthandle; in ptp_ek_sendfileobjectinfo() 1095 *parenthandle=ptp.Param2; in ptp_ek_sendfileobjectinfo() 1168 *p2 = ptp.Param2; in ptp_ek_9009() 1294 ptp.Param2=p2; in ptp_canon_getpartialobjectinfo() [all …]
|
D | libusb-glue.c | 1141 usbreq.payload.params.param2=htod32(req->Param2); in ptp_usb_sendreq() 1485 resp->Param2=dtoh32(usbresp.payload.params.param2); in ptp_usb_getresp() 1546 event->Param2=dtoh32(usbevent.param2); in ptp_usb_event()
|
D | ptp.h | 56 uint32_t Param2; member
|
D | ptp-pack.c | 1125 ec->Param2=dtoh32a(&data[PTP_ec_Param2]); in ptp_unpack_EC()
|
/external/clang/include/clang/Sema/ |
D | AttributeList.h | 621 IdentifierLoc *Param2, in create() argument 628 Param1, Param2, Param3, in create() 756 IdentifierLoc *Param2, in addNew() argument 761 Param1, Param2, Param3, syntax); in addNew()
|
D | Sema.h | 4684 QualType Param2 = QualType(),
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests3.c | 75 int Func(int Param, long long Param2) { in Func() argument
|
/external/v8/test/cctest/compiler/ |
D | test-loop-assignment-analysis.cc | 110 TEST(Param2) { in TEST() argument
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 2144 QualType Param1, QualType Param2, in DeclareGlobalAllocationFunction() argument 2147 unsigned NumParams = Param2.isNull() ? 1 : 2; in DeclareGlobalAllocationFunction() 2167 (NumParams == 1 || InitialParam2Type == Param2)) { in DeclareGlobalAllocationFunction() 2199 QualType Params[] = { Param1, Param2 }; in DeclareGlobalAllocationFunction()
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 670 (* CHECK: define{{.*}}Fn4{{.*}}Param1{{.*}}Param2 681 set_value_name "Param2" params.(1);
|
/external/libmtp/ |
D | README | 201 Param2 Param3 Param4 Param5
|
/external/opencv3/3rdparty/include/dshow/ |
D | strmif.h | 8510 virtual HRESULT WINAPI NotifyEvent(LONG EventCode,LONG_PTR Param1,LONG_PTR Param2) = 0; 8523 …API *NotifyEvent)(IVMRSurfaceAllocatorNotify *This,LONG EventCode,LONG_PTR Param1,LONG_PTR Param2); 8538 …torNotify_NotifyEvent(This,EventCode,Param1,Param2) (This)->lpVtbl->NotifyEvent(This,EventCode,Par… argument 8550 …NotifyEvent_Proxy(IVMRSurfaceAllocatorNotify *This,LONG EventCode,LONG_PTR Param1,LONG_PTR Param2);
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 305 ``function_ref<Ret(Param1, Param2, ...)>`` can be implicitly constructed from 307 ``Param2``, ..., and returns a value that can be converted to type ``Ret``.
|