/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_grammar.py | 190 def v1(a, *rest): pass argument 191 def v2(a, b, *rest): pass argument 227 def d01(a=1): pass argument 234 def d11(a, b=1): pass argument 238 def d21(a, b, c=1): pass argument 245 def d02(a=1, b=2): pass argument 253 def d12(a, b=1, c=2): pass argument 257 def d22(a, b, c=1, d=2): pass argument 261 def d01v(a=1, *rest): pass argument 268 def d11v(a, b=1, *rest): pass argument [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/phoenix/doc/theme/ |
D | style.css | 36 code selector 67 a selector
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/classic/doc/theme/ |
D | style.css | 36 code selector 67 a selector
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | triton.py | 764 def minimum(a, b): argument 768 def maximum(a, b): argument 772 def where(a, b, c): argument 882 def logical_and(a, b): argument 886 def logical_not(a): argument 890 def logical_or(a, b): argument 894 def logical_xor(a, b): argument 898 def bitwise_and(a, b): argument 902 def bitwise_not(a): argument 906 def bitwise_or(a, b): argument [all …]
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nv50.cpp | 132 #define SDATA(a) ((a).rep()->reg.data) argument 133 #define DDATA(a) ((a).rep()->reg.data) argument 892 nv50_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) in nv50_interpApply() 1277 alphatestSet(const FixupEntry *entry, uint32_t *code, const FixupData& data) in alphatestSet()
|
/aosp_15_r20/external/libffi/testsuite/libffi.call/ |
H A D | cls_24byte.c | 12 double a; member 57 void *code; in main() local
|
H A D | cls_7_1_byte.c | 12 unsigned char a; member 58 void *code; in main() local
|
H A D | cls_align_longdouble_split2.c | 16 long double a; member 63 void *code; in main() local
|
H A D | cls_align_longdouble_split.c | 15 long double a; member 83 void *code; in main() local
|
H A D | cls_64byte.c | 13 double a; member 62 void *code; in main() local
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | cls_7_1_byte.c | 12 unsigned char a; member 58 void *code; in main() local
|
D | cls_align_longdouble_split2.c | 16 long double a; member 63 void *code; in main() local
|
D | cls_24byte.c | 12 double a; member 57 void *code; in main() local
|
D | cls_align_longdouble_split.c | 15 long double a; member 83 void *code; in main() local
|
D | cls_64byte.c | 13 double a; member 62 void *code; in main() local
|
/aosp_15_r20/external/libffi/testsuite/libffi.closures/ |
H A D | cls_7_1_byte.c | 12 unsigned char a; member 58 void *code; in main() local
|
H A D | cls_24byte.c | 12 double a; member 57 void *code; in main() local
|
H A D | cls_align_longdouble_split2.c | 14 long double a; member 61 void *code; in main() local
|
H A D | cls_align_longdouble_split.c | 13 long double a; member 81 void *code; in main() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | dxfile.h | 81 #define IDirectXFile_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 85 #define IDirectXFile_CreateEnumObject(p,a,b,c) (p)->lpVtbl->CreateEnumObject(p,a,b,c) argument 86 #define IDirectXFile_CreateSaveObject(p,a,b,c) (p)->lpVtbl->CreateSaveObject(p,a,b,c) argument 87 #define IDirectXFile_RegisterTemplates(p,a,b) (p)->lpVtbl->RegisterTemplates(p,a,b) argument 106 #define IDirectXFileEnumObject_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 110 #define IDirectXFileEnumObject_GetNextDataObject(p,a) (p)->lpVtbl->GetNextDataObject(p,a) argument 111 #define IDirectXFileEnumObject_GetDataObjectById(p,a,b) (p)->lpVtbl->GetDataObjectById(p,a,b) argument 112 #define IDirectXFileEnumObject_GetDataObjectByName(p,a,b) (p)->lpVtbl->GetDataObjectByName(p,a,b) argument 131 #define IDirectXFileSaveObject_QueryInterface(p,a,b) (p)->lpVtbl->QueryInterface(p,a,b) argument 135 #define IDirectXFileSaveObject_SaveTemplates(p,a,b) (p)->lpVtbl->SaveTemplates(p,a,b) argument [all …]
|
/aosp_15_r20/external/libpcap/ |
H A D | gencode.c | 678 new_block(compiler_state_t *cstate, int code) in new_block() 690 new_stmt(compiler_state_t *cstate, int code) in new_stmt() 4090 uint32_t *a, *m; in gen_hostop6() local 7161 uint32_t *a, *m; in gen_mcode6() local 7286 xfer_to_x(compiler_state_t *cstate, struct arth *a) in xfer_to_x() 7296 xfer_to_a(compiler_state_t *cstate, struct arth *a) in xfer_to_a() 7603 gen_relation_internal(compiler_state_t *cstate, int code, struct arth *a0, in gen_relation_internal() 7647 gen_relation(compiler_state_t *cstate, int code, struct arth *a0, in gen_relation() 7664 struct arth *a; in gen_loadlen() local 7688 struct arth *a; in gen_loadi_internal() local [all …]
|
/aosp_15_r20/external/testng/doc/samplereport/css/ |
H A D | maven-theme.css | 8 code{ selector 12 a { selector
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 77 LLVMValueRef a, in lp_build_uninterleave2_half() 178 LLVMValueRef a, unsigned index, unsigned n) in lp_build_shuffle1undef() 572 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; in s3tc_dxt1_full_to_rgba_aos() local 834 LLVMValueRef code, in lp_build_lerpdxta() 1268 LLVMValueRef rgba, tmp, a, sel_mask, indices, code, const2; in s3tc_decode_block_dxt1() local 1499 LLVMValueRef alpha, alphas0, alphas1, shift4_16, a[4], mask8hi; in s3tc_decode_block_dxt3() local 1558 LLVMValueRef code, in lp_build_lerpdxta_block() 1617 LLVMValueRef a[4], acode, tmp0, tmp1; in s3tc_decode_block_dxt5() local
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_compile.py | 667 f2 = lambda a: a.b.c argument 916 def get_code_lines(self, code): argument 1035 def while_not_chained(a, b, c): argument 1129 def assertOpcodeSourcePositionIs(self, code, opcode, argument 1352 def check_stack_size(self, code): argument
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | profiler_python.cpp | 49 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); local 318 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); in set_class() local 848 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); in recordPyCall() local 964 enters.begin(), enters.end(), [](const auto a, const auto b) { in run() 1085 std::stable_sort(out.begin(), out.end(), [](const auto& a, const auto& b) { in getEvents()
|