/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | py2_test_grammar.py | 224 def d02(a=1, b=2): pass function 225 d02() 226 d02(1) 227 d02(1, 2) 228 d02(*(1, 2)) 229 d02(1, *(2,)) 230 d02(1, **{'b':2}) 231 d02(**{'a': 1, 'b': 2})
|
D | py3_test_grammar.py | 236 def d02(a=1, b=2): pass function 237 d02() 238 d02(1) 239 d02(1, 2) 240 d02(*(1, 2)) 241 d02(1, *(2,)) 242 d02(1, **{'b':2}) 243 d02(**{'a': 1, 'b': 2})
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | py3_test_grammar.py | 212 def d02(a=1, b=2): pass function 213 d02() 214 d02(1) 215 d02(1, 2) 216 d02(*(1, 2)) 217 d02(1, *(2,)) 218 d02(1, **{'b':2}) 219 d02(**{'a': 1, 'b': 2})
|
D | py2_test_grammar.py | 224 def d02(a=1, b=2): pass function 225 d02() 226 d02(1) 227 d02(1, 2) 228 d02(*(1, 2)) 229 d02(1, *(2,)) 230 d02(1, **{'b':2}) 231 d02(**{'a': 1, 'b': 2})
|
/external/python/cpython2/Lib/test/ |
D | test_grammar.py | 245 def d02(a=1, b=2): pass function 246 d02() 247 d02(1) 248 d02(1, 2) 249 d02(*(1, 2)) 250 d02(1, *(2,)) 251 d02(1, **{'b':2}) 252 d02(**{'a': 1, 'b': 2})
|
D | test_multiprocessing.py | 2142 d02 = Foo() 2143 util.Finalize(d02, conn.send, args=('d02',), exitpriority=0)
|
/external/ComputeLibrary/src/core/CL/cl_kernels/nchw/ |
D | winograd_output_transform.cl | 84 DATA_TYPE d02 = *((__global DATA_TYPE *)(src_addr + 2 * src_stride_z)); 89 // out00 = d00 + d01 + d02 90 // out01 = d01 - d02 - d03 92 float out00 = d00 + d01 + d02; 93 float out01 = d01 - d02 - d03; 113 float k1 = d02 + d12 + d22; 117 // out00 = d00 + d10 + d20 + d01 + d11 + d21 + d02 + d12 + d22 118 // out01 = d01 + d11 + d21 - (d02 + d12 + d22) - (d03 + d13 + d23) 233 DATA_TYPE d02 = *((__global DATA_TYPE *)(src_addr + 2 * src_stride_z)); 240 float out00 = d00 + d01 + d02 + d03 + d04; [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_grammar.py | 563 def d02(a=1, b=2): pass function 564 d02() 565 d02(1) 566 d02(1, 2) 567 d02(*(1, 2)) 568 d02(1, *(2,)) 569 d02(1, **{'b':2}) 570 d02(**{'a': 1, 'b': 2})
|
D | _test_multiprocessing.py | 4325 d02 = Foo() 4326 util.Finalize(d02, conn.send, args=('d02',), exitpriority=0)
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-dis-symname.test | 6 # CHECK: 0000000100000d02 movq %rsp, %rbp
|
/external/crosvm/devices/src/virtio/video/decoder/backend/ |
D | test-25fps.crc | 204 51221d02
|
/external/crosvm/media/cros-codecs/src/decoders/h264/test_data/ |
D | test-25fps.h264.crc | 204 51221d02
|
/external/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log | 78 t0 write SQ_INST_STORE_MANAGMENT (0d02) 80 0122d11c: 0000: 00000d02 00000180 452 t0 write SQ_INST_STORE_MANAGMENT (0d02) 454 0122f11c: 0000: 00000d02 00000180 826 t0 write SQ_INST_STORE_MANAGMENT (0d02) 828 0122d11c: 0000: 00000d02 00000180 1200 t0 write SQ_INST_STORE_MANAGMENT (0d02) 1202 0122f11c: 0000: 00000d02 00000180 1574 t0 write SQ_INST_STORE_MANAGMENT (0d02) 1576 0122d11c: 0000: 00000d02 00000180 [all …]
|
/external/ComputeLibrary/cl_kernels/nchw/ |
D | winograd_output_transform.clembed | 3436 DATA_TYPE d02 = *((__global DATA_TYPE *)(src_addr + 2 * src_stride_z)); 3444 float out00 = d00 + d01 + d02; 3445 float out01 = d01 - d02 - d03; 3465 float k1 = d02 + d12 + d22; 3556 DATA_TYPE d02 = *((__global DATA_TYPE *)(src_addr + 2 * src_stride_z)); 3563 float out00 = d00 + d01 + d02 + d03 + d04; 3564 float out01 = d01 - d02 + 2.0f * d03 - 2.0f * d04; 3565 float out02 = d01 + d02 + 4.0f * d03 + 4.0f * d04; 3566 float out03 = d01 - d02 + 8.0f * d03 - 8.0f * d04 + d05; 3613 out00 += k0 + d00 + d02 + d10 + d12 + d20 + d22 + d30 + d32 + d40 + d42; [all …]
|
/external/elfutils/tests/ |
D | run-strings-test.sh | 357 testfile8: 7d02 .shstrtab
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/llvm/docs/ |
D | TypeMetadata.rst | 218 %d02 = call i1 @bar(i32* getelementptr ([2 x i32]* @d, i32 0, i32 0)) ; returns 0
|
/external/cpuinfo/test/dmesg/ |
D | nexus9.log | 1370 [ 14.691513] ov9760 2-0036: ov9760_get_sensor_id 3d02 = 80
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | omap_stretched_filled.sym | 669 1d02 3 142 3838
|
D | dump_syms_regtest.sym | 1191 2d02 6 121 504
|
D | omap_stretched.sym | 678 1d02 3 142 3838
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 1594 15d02 12 128 175 10981 25d02 6 212 27 12385 28d02 8 791 136 17789 32d02 6 73 56 20134 36d02 2 225 78 21267 38d02 2 89 94 31182 FUNC 47d02 52 0 google_breakpad::WriteMinidump 31183 47d02 e 1283 26 32081 48d02 4 160 3 32815 49d02 6 304 144 [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/ |
D | overflow.sym | 3020 9d02 5 103 32
|
/external/google-breakpad/src/client/mac/handler/testcases/testdata/ |
D | dump_syms_i386_breakpad.sym | 1563 8d02 12 735 71
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 824 PUBLIC 65d02 8 PurgeComm 3385 STACK WIN 4 65d02 85 9 0 8 0 8 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0 .…
|