/external/clang/test/Sema/ |
D | pragma-pack.c | 3 /* expected-warning {{value of #pragma pack(show) == 8}} */ #pragma pack(show) 5 /* expected-warning {{value of #pragma pack(show) == 8}} */ #pragma pack(show) 7 /* expected-warning {{value of #pragma pack(show) == 4}} */ #pragma pack(show) 9 /* expected-warning {{value of #pragma pack(show) == 8}} */ #pragma pack(show) 12 /* expected-warning {{value of #pragma pack(show) == 16}} */ #pragma pack(show) 14 /* expected-warning {{value of #pragma pack(show) == 16}} */ #pragma pack(show) 17 /* expected-warning {{value of #pragma pack(show) == 8}} */ #pragma pack(show) 19 /* expected-warning {{value of #pragma pack(show) == 1}} */ #pragma pack(show) 21 /* expected-warning {{value of #pragma pack(show) == 2}} */ #pragma pack(show) 26 /* expected-warning {{value of #pragma pack(show) == 16}} */ #pragma pack(show)
|
/external/deqp-deps/glslang/Test/ |
D | dce.frag | 10 ++c; // should still show up in AST 14 flag ? ++c : ++c; // both should still show up in AST 20 ++c; // should still show up in AST 23 ++c; // should still show up in AST 29 ++c; // should still show up in AST 34 ++c; // should still show up in AST 37 ++c; // should still show up in AST 43 ++c; // should still show up in AST 46 int foo() // not called, but should still show up in AST 50 ++c; // should still show up in AST [all …]
|
/external/vboot_reference/tests/ |
D | run_cgpt_tests.sh | 33 assert_fail ${CGPT} show $MTD blah_404_haha 97 X=$($CGPT show $MTD -b -i $DATA_NUM ${DEV}) 98 Y=$($CGPT show $MTD -s -i $DATA_NUM ${DEV}) 101 X=$($CGPT show $MTD -b -i $KERN_NUM ${DEV}) 102 Y=$($CGPT show $MTD -s -i $KERN_NUM ${DEV}) 105 X=$($CGPT show $MTD -b -i $ROOTFS_NUM ${DEV}) 106 Y=$($CGPT show $MTD -s -i $ROOTFS_NUM ${DEV}) 109 X=$($CGPT show $MTD -b -i $ESP_NUM ${DEV}) 110 Y=$($CGPT show $MTD -s -i $ESP_NUM ${DEV}) 113 X=$($CGPT show $MTD -b -i $FUTURE_NUM ${DEV}) [all …]
|
/external/u-boot/doc/ |
D | README.t1040-l2switch | 27 - enable/disable a port or show its configuration (speed, duplexity, status, etc.) 37 ethsw [port <port_no>] { enable | disable | show } - enable/disable a port; show a port's configura… 38 ethsw [port <port_no>] statistics { [help] | [clear] } - show an l2 switch port's statistics 39 ethsw [port <port_no>] learning { [help] | show | auto | disable } - enable/disable/show learning c… 40 …ort_no>] [vlan <vid>] fdb { [help] | show | flush | { add | del } <mac> } - add/delete a mac entry… 42 ethsw [port <port_no>] pvid { [help] | show | <pvid> } - set/show PVID (ingress and egress VLAN tag… 43 ethsw [port <port_no>] vlan { [help] | show | add <vid> | del <vid> } - add a VLAN to a port (VLAN … 44 ethsw [port <port_no>] untagged { [help] | show | all | none | pvid } - set egress tagging mode for… 45 ethsw [port <port_no>] egress tag { [help] | show | pvid | classified } - configure VID source for … 47 ethsw vlan fdb { [help] | show | shared | private } - make VLAN learning shared or private [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | mfqe.c | 233 YV12_BUFFER_CONFIG *show = cm->frame_to_show; in vp8_multiframe_quality_enhance() local 249 y_ptr = show->y_buffer; in vp8_multiframe_quality_enhance() 250 u_ptr = show->u_buffer; in vp8_multiframe_quality_enhance() 251 v_ptr = show->v_buffer; in vp8_multiframe_quality_enhance() 272 8, qcurr, qprev, y_ptr + 8 * (i * show->y_stride + j), in vp8_multiframe_quality_enhance() 273 u_ptr + 4 * (i * show->uv_stride + j), in vp8_multiframe_quality_enhance() 274 v_ptr + 4 * (i * show->uv_stride + j), show->y_stride, in vp8_multiframe_quality_enhance() 275 show->uv_stride, yd_ptr + 8 * (i * dest->y_stride + j), in vp8_multiframe_quality_enhance() 282 unsigned char *up = u_ptr + 4 * (i * show->uv_stride + j); in vp8_multiframe_quality_enhance() 284 unsigned char *vp = v_ptr + 4 * (i * show->uv_stride + j); in vp8_multiframe_quality_enhance() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/ |
D | indirectbr.ll | 3 ; RUN: llc -march=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 4 ; RUN: llc -march=mips -mcpu=mips32r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 5 ; RUN: llc -march=mips -mcpu=mips32r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 6 ; RUN: llc -march=mips -mcpu=mips32r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 7 ; RUN: llc -march=mips -mcpu=mips32r6 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,R6C 8 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 9 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 10 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 11 ; RUN: llc -march=mips64 -mcpu=mips64r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 12 ; RUN: llc -march=mips64 -mcpu=mips64r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… [all …]
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | indirectbr.ll | 3 ; RUN: llc -march=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 4 ; RUN: llc -march=mips -mcpu=mips32r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 5 ; RUN: llc -march=mips -mcpu=mips32r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 6 ; RUN: llc -march=mips -mcpu=mips32r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 7 ; RUN: llc -march=mips -mcpu=mips32r6 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,R6C 8 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 9 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 10 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 11 ; RUN: llc -march=mips64 -mcpu=mips64r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 12 ; RUN: llc -march=mips64 -mcpu=mips64r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… [all …]
|
/external/autotest/client/tests/kernel_sysrq_info/ |
D | control | 7 PURPOSE = "Verify the Magic SysRq show-* commands." 14 Fail if any "show-*" SysRq command doesn't match the regexp in the 16 - show-backtrace-all-active-cpus(L) 17 - show-memory-usage(M) 18 - show-registers(P) 19 - show-all-timers(Q) 20 - show-task-states(T) 21 - show-blocked-tasks(W)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | pkhbt-archs.s | 1 @ RUN: llvm-mc -triple thumbv7 %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK-VALID 2 @ RUN: llvm-mc -triple thumbv8 %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK-VALID 3 @ RUN: llvm-mc -triple thumbv7em %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK-VA… 4 @ RUN: llvm-mc -triple thumbv6t2 %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK-VA… 6 @ RUN: not llvm-mc -triple thumbv6 %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK-… 7 @ RUN: not llvm-mc -triple thumbv7m %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=CHECK… 8 @ RUN: not llvm-mc -triple thumbv8m.main %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=… 9 @ RUN: not llvm-mc -triple thumbv8m.base %s -o - -show-encoding 2>&1 | FileCheck %s --check-prefix=…
|
D | arm-thumb-cpus.s | 1 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi < %s 2>&1 \ 4 @ RUN: llvm-mc -show-encoding -triple=armv4t < %s 2>&1 \ 7 @ RUN: llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-a15 < %s 2>&1 \ 10 @ RUN: not llvm-mc -show-encoding -triple=arm-eabi -mcpu=cortex-m3 < %s 2>&1 \ 13 @ RUN: not llvm-mc -show-encoding -triple=armv7m-eabi < %s 2>&1 \ 16 @ RUN: not llvm-mc -show-encoding -triple=armv6m-eabi < %s 2>&1 \ 19 @ RUN: not llvm-mc -show-encoding -triple=armv6sm-eabi < %s 2>&1 \ 22 @ RUN: not llvm-mc -show-encoding -triple=thumbv7-win32-gnu < %s 2>&1 \
|
D | idiv.s | 1 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A1… 2 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix … 4 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -c… 5 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCh… 7 @ RUN: llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8 %s 8 @ RUN: llvm-mc -triple=thumbv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8 %s 10 @ RUN: llvm-mc -triple=armv8 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8… 11 @ RUN: llvm-mc -triple=thumbv8 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix…
|
/external/python/cpython2/Demo/curses/ |
D | ncurses.py | 128 p1.show() 129 p2.show() 130 p4.show() 131 p5.show() 136 p1.show() 141 p2.show() 151 p3.show() 166 p4.show() 171 p5.show() 181 p1.show() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | x86_long_nop.s | 1 …x86 -triple=x86_64-pc-linux-gnu -mcpu=pentiumpro %s | llvm-objdump -d -no-show-raw-insn - | FileCh… 2 …h=x86 -triple=i686-pc-linux-gnu %s -mcpu=pentiumpro | llvm-objdump -d -no-show-raw-insn - | FileCh… 3 …-triple=x86_64-apple-darwin10.0 -mcpu=pentiumpro %s | llvm-objdump -d -no-show-raw-insn - | FileCh… 4 …=x86 -triple=i686-apple-darwin8 -mcpu=pentiumpro %s | llvm-objdump -d -no-show-raw-insn - | FileCh… 5 …bj -arch=x86 -triple=i686-pc-linux-gnu -mcpu=slm %s | llvm-objdump -d -no-show-raw-insn - | FileCh… 6 …h=x86 -triple=i686-pc-linux-gnu -mcpu=silvermont %s | llvm-objdump -d -no-show-raw-insn - | FileCh… 7 …rch=x86 -triple=i686-pc-linux-gnu -mcpu=lakemont %s | llvm-objdump -d -no-show-raw-insn - | FileCh… 8 …rch=x86 -triple=x86_64-pc-linux-gnu -mcpu=bdver1 %s | llvm-objdump -d -no-show-raw-insn - | FileCh… 9 …-arch=x86 -triple=i686-pc-linux-gnu %s -mcpu=bdver1 | llvm-objdump -d -no-show-raw-insn - | FileCh… 10 …rch=x86 -triple=x86_64-pc-linux-gnu -mcpu=btver1 %s | llvm-objdump -d -no-show-raw-insn - | FileCh… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/eva/ |
D | invalid-noeva.s | 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r2 2>%t1 5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r3 2>%t1 7 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r5 2>%t1 9 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r6 2>%t1 11 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r2 2>%t1 13 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r3 2>%t1 15 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r5 2>%t1 17 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 2>%t1
|
/external/llvm/test/MC/Mips/eva/ |
D | invalid-noeva.s | 3 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r2 2>%t1 5 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r3 2>%t1 7 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r5 2>%t1 9 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips32r6 2>%t1 11 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r2 2>%t1 13 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r3 2>%t1 15 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r5 2>%t1 17 # RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -mcpu=mips64r6 2>%t1
|
/external/llvm/test/tools/llvm-profdata/ |
D | general.proftext | 5 # RUN: llvm-profdata show %t.profdata --function function_count_only --counts | FileCheck %s -check… 15 # RUN: llvm-profdata show %t.profdata.dense --function "name with spaces" --counts | FileCheck %s -… 16 # RUN: llvm-profdata show %t.profdata --function "name with spaces" --counts | FileCheck %s --check… 28 # RUN: llvm-profdata show %t.profdata --function large_numbers --counts | FileCheck %s -check-prefi… 43 # RUN: llvm-profdata show %t.profdata.dense --function hex_hash | FileCheck %s -check-prefix=HEX-HA… 51 # RUN: llvm-profdata show %t.profdata --function NOSUCHFUNC | FileCheck %s -check-prefix=NOSUCHFUNC 55 # RUN: llvm-profdata show %t.profdata --function _ | FileCheck %s -check-prefix=SOMEFUNCS 56 # RUN: llvm-profdata show %t.profdata.dense --function _ | FileCheck %s -check-prefix=SOMEFUNCS_DEN… 63 # RUN: llvm-profdata show %t.profdata.dense | FileCheck %s -check-prefix=SUMMARY 70 # RUN: llvm-profdata show --detailed-summary %t.profdata.dense | FileCheck %s -check-prefix=DETAILE… [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-profdata/ |
D | general.proftext | 5 # RUN: llvm-profdata show %t.profdata --function function_count_only --counts | FileCheck %s -check… 15 # RUN: llvm-profdata show %t.profdata.dense --function "name with spaces" --counts | FileCheck %s -… 16 # RUN: llvm-profdata show %t.profdata --function "name with spaces" --counts | FileCheck %s --check… 28 # RUN: llvm-profdata show %t.profdata --function large_numbers --counts | FileCheck %s -check-prefi… 43 # RUN: llvm-profdata show %t.profdata.dense --function hex_hash | FileCheck %s -check-prefix=HEX-HA… 51 # RUN: llvm-profdata show %t.profdata --function NOSUCHFUNC | FileCheck %s -check-prefix=NOSUCHFUNC 55 # RUN: llvm-profdata show %t.profdata --function _ | FileCheck %s -check-prefix=SOMEFUNCS 56 # RUN: llvm-profdata show %t.profdata.dense --function _ | FileCheck %s -check-prefix=SOMEFUNCS_DEN… 63 # RUN: llvm-profdata show %t.profdata.dense | FileCheck %s -check-prefix=SUMMARY 70 # RUN: llvm-profdata show --detailed-summary %t.profdata.dense | FileCheck %s -check-prefix=DETAILE… [all …]
|
D | multiple-inputs.test | 4 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3 6 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3 16 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3EMPTY 26 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3FOO3BAR3 --chec… 27 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO3FOO3BAR3 --chec… 41 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=DISJOINT --check-pr… 42 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=DISJOINT --check-pr… 58 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO4 62 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO4 74 RUN: llvm-profdata show %t -all-functions -counts | FileCheck %s --check-prefix=FOO5 [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | br-jmp.ll | 1 ; RUN: llc -asm-show-inst -march=mipsel -relocation-model=pic < %s | FileCheck %s -check-prefix=PIC 2 ; RUN: llc -asm-show-inst -march=mipsel -relocation-model=static < %s | FileCheck %s -check-prefix=… 3 ; RUN: llc -asm-show-inst -march=mipsel -mattr=mips16 -relocation-model=pic < %s | FileCheck %s -ch… 4 ; RUN: llc -asm-show-inst -march=mipsel -mattr=mips16 -relocation-model=static < %s | FileCheck %s … 5 ; RUN: llc -asm-show-inst -march=mips -mattr=+micromips -relocation-model=static < %s | FileCheck %… 6 ; RUN: llc -asm-show-inst -march=mips -mattr=+micromips -relocation-model=pic < %s | FileCheck %s -… 7 ; RUN: llc -asm-show-inst -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=static < %… 8 ; RUN: llc -asm-show-inst -march=mips -mcpu=mips32r6 -mattr=+micromips -relocation-model=pic < %s |…
|
/external/vboot_reference/tests/futility/ |
D | test_show_vs_verify.sh | 20 ${FUTILITY} show ${DEVKEYS}/firmware.keyblock 36 ${FUTILITY} show ${TMP}.vblock_a 38 ${FUTILITY} show ${TMP}.vblock_a --publickey ${TMP}.rootkey 40 ${FUTILITY} show ${TMP}.vblock_a \ 56 ${FUTILITY} show ${SCRIPTDIR}/data/rec_kernel_part.bin 58 ${FUTILITY} show ${SCRIPTDIR}/data/rec_kernel_part.bin \ 61 ${FUTILITY} show ${SCRIPTDIR}/data/rec_kernel_part.bin \
|
/external/ltp/testcases/network/iproute/ |
D | ip_tests.sh | 70 ip route show | grep $ip4_addr && ip route del $ip4_addr 98 ip link show $iface | grep $iface > /dev/null 119 ip addr show dev lo | grep 127.6.6.6 > /dev/null 132 ip addr show dev lo | grep 127.6.6.6 > /dev/null 156 ip neigh show $taddr | head -n1 > tst_ip.out 2>&1 176 ip neigh show | grep $taddr | grep -v ' FAILED$' > /dev/null 198 ip route show | grep "$ip4_addr via 127.0.0.1 dev lo" > tst_ip.out 2>&1 214 ip route show | grep 127.0.0.1 > /dev/null 240 ip maddr show | grep "66:66:00:00:00:66" > tst_ip.out 2>&1 260 ip maddr show | grep "66:66:00:00:00:66" > /dev/null
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowDialogTest.java | 44 dialog.show(); in shouldCallOnDismissListener() 76 dialog.show(); in shouldCallOnStartFromShow() 118 dialog.show(); in shouldOnlyCallOnCreateOnce() 123 dialog.show(); in shouldOnlyCallOnCreateOnce() 132 dialog.show(); in show_setsLatestDialog() 143 dialog.show(); in getLatestDialog_shouldReturnARealDialog() 152 dialog.show(); in shouldKeepListOfOpenedDialogs() 158 dialog2.show(); in shouldKeepListOfOpenedDialogs() 174 new NestingTestDialog().show(); in shouldPopulateListOfRecentDialogsInCorrectOrder() 190 dialog.show(); in show_shouldWorkWithAPI19() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/ |
D | multithreaded-report.test | 28 # Test "show" command with and without multiple threads, single text file. 29 RUN: llvm-cov show -format=text -num-threads=1 \ 34 RUN: llvm-cov show -format=text -num-threads=10 \ 41 # Test "show" command with and without multiple threads, single HTML file. 42 RUN: llvm-cov show -format=html -num-threads=1 \ 47 RUN: llvm-cov show -format=html -num-threads=10 \ 54 # Test "show" command with and without multiple threads, text directory. 55 RUN: llvm-cov show -format=text -num-threads=1 \ 60 RUN: llvm-cov show -format=text -num-threads=10 \ 67 # Test "show" command with and without multiple threads, HTML directory. [all …]
|
/external/scapy/scapy/contrib/ |
D | diameter.uts | 14 a1.show() 19 a1b.show() 24 a1c.show() 29 a2.show() 34 a3.show() 39 a4v4.show() 43 a4v6.show() 47 a4error.show() 52 a5.show() 57 a6.show() [all …]
|
/external/llvm/test/MC/ARM/ |
D | idiv.s | 1 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix A1… 2 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -show-encoding < %s 2>&1 | FileCheck -check-prefix … 4 @ RUN: llvm-mc -triple=armv7 -mcpu=cortex-a15 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -c… 5 @ RUN: llvm-mc -triple=thumbv7 -mcpu=cortex-a15 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCh… 7 @ RUN: llvm-mc -triple=armv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8 %s 8 @ RUN: llvm-mc -triple=thumbv8 -show-encoding < %s 2>&1 | FileCheck -check-prefix THUMBV8 %s 10 @ RUN: llvm-mc -triple=armv8 -mattr=-hwdiv -show-encoding < %s 2>&1 | FileCheck -check-prefix ARMV8… 11 @ RUN: llvm-mc -triple=thumbv8 -mattr=-hwdiv-arm -show-encoding < %s 2>&1 | FileCheck -check-prefix…
|