/external/libcxx/test/std/depr/depr.c.headers/ |
D | inttypes_h.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 16 #error INT8_MIN not defined 20 #error INT16_MIN not defined 24 #error INT32_MIN not defined 28 #error INT64_MIN not defined 32 #error INT8_MAX not defined 36 #error INT16_MAX not defined 40 #error INT32_MAX not defined 44 #error INT64_MAX not defined [all …]
|
D | float_h.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 15 #error FLT_ROUNDS not defined 19 #error FLT_EVAL_METHOD not defined 23 #error FLT_RADIX not defined 27 #error FLT_MANT_DIG not defined 31 #error DBL_MANT_DIG not defined 35 #error LDBL_MANT_DIG not defined 39 #error DECIMAL_DIG not defined 43 #error FLT_DIG not defined [all …]
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
D | cinttypes.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 16 #error INT8_MIN not defined 20 #error INT16_MIN not defined 24 #error INT32_MIN not defined 28 #error INT64_MIN not defined 32 #error INT8_MAX not defined 36 #error INT16_MAX not defined 40 #error INT32_MAX not defined 44 #error INT64_MAX not defined [all …]
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 1 // -*- C++ -*- 2 //===----------------------------------------------------------------------===// 9 //===----------------------------------------------------------------------===// 16 #error E2BIG not defined 20 #error EACCES not defined 24 #error EACCES not defined 28 #error EADDRINUSE not defined 32 #error EADDRNOTAVAIL not defined 36 #error EAFNOSUPPORT not defined 40 #error EAGAIN not defined [all …]
|
/external/regex-re2/doc/ |
D | syntax.txt | 2 ------------------------------------- 12 \pN Unicode character class (one-letter name) 14 \PN negated Unicode character class (one-letter name) 34 x{} (== x*) NOT SUPPORTED vim 35 x{-} (== x*?) NOT SUPPORTED vim 36 x{-n} (== x{n}?) NOT SUPPORTED vim 37 x= (== x?) NOT SUPPORTED vim 40 x*+ zero or more «x», possessive NOT SUPPORTED 41 x++ one or more «x», possessive NOT SUPPORTED 42 x?+ zero or one «x», possessive NOT SUPPORTED [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | cxx-tlscc.ll | 1 ; RUN: llc < %s -mtriple=aarch64-apple-ios | FileCheck %s 2 ; RUN: llc < %s -mtriple=aarch64-apple-ios -enable-shrink-wrap=true | FileCheck %s 3 ; Shrink wrapping currently does not kick in because we have a TLS CALL 6 ; RUN: llc < %s -mtriple=aarch64-apple-ios -O0 | FileCheck --check-prefix=CHECK-O0 %s 33 ; CHECK-LABEL: _ZTW2sg 34 ; CHECK-NOT: stp d31, d30 35 ; CHECK-NOT: stp d29, d28 36 ; CHECK-NOT: stp d27, d26 37 ; CHECK-NOT: stp d25, d24 38 ; CHECK-NOT: stp d23, d22 [all …]
|
/external/ltp/doc/ |
D | network_stress.txt | 2 --------- 3 if4-updown 4 Verify the IPv4 connectivity is not broken when the interface is 6 test01 - by ifconfig command 7 test02 - by ip command 9 if4-addr-change 10 Verify the IPv4 connectivity is not broken when the IPv4 address 12 test01 - by ifconfig command 14 if4-alias-adddel01 15 Verify the IPv4 connectivity is not broken when an IPv4 alias is [all …]
|
/external/autotest/frontend/migrations/ |
D | 066_drop_planner.py | 27 -- 28 -- Table structure for table `planner_plans` 29 -- 34 `id` int(11) NOT NULL auto_increment, 35 `name` varchar(255) NOT NULL, 37 `support` longtext NOT NULL, 38 `complete` tinyint(1) NOT NULL, 39 `dirty` tinyint(1) NOT NULL, 46 -- 47 -- Table structure for table `planner_test_control_files` [all …]
|
/external/clang/test/SemaCUDA/ |
D | device-var-init.cu | 1 // REQUIRES: nvptx-registered-target 6 // RUN: %clang_cc1 -verify %s -triple nvptx64-nvidia-cuda -fcuda-is-device -std=c++11 %s 13 #include "Inputs/cuda-initializers.h" 16 // expected-error@-1 {{initialization is not supported for __shared__ variables.}} 19 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __… 21 // expected-error@-1 {{initialization is not supported for __shared__ variables.}} 23 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __… 26 // expected-error@-1 {{initialization is not supported for __shared__ variables.}} 29 // expected-error@-1 {{dynamic initialization is not supported for __device__, __constant__, and __… 31 // expected-error@-1 {{initialization is not supported for __shared__ variables.}} [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | cxx_tlscc64.ll | 1 ; RUN: llc -verify-machineinstrs < %s -mtriple=x86_64-apple-darwin | FileCheck %s 2 ; TLS function were wrongly model and after fixing that, shrink-wrapping 5 ; Applying tricks on x86-64 similar to r255821. 6 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -enable-shrink-wrap=true | FileCheck %s 7 ; RUN: llc < %s -mtriple=x86_64-apple-darwin -O0 | FileCheck %s --check-prefix=CHECK-O0 19 ; Every GPR should be saved - except rdi, rax, and rsp 20 ; CHECK-LABEL: _ZTW2sg 21 ; CHECK-NOT: pushq %r11 22 ; CHECK-NOT: pushq %r10 23 ; CHECK-NOT: pushq %r9 [all …]
|
D | atomic_mi.ll | 1 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -verify-machineinstrs | FileCheck %s --check-prefix… 2 ; RUN: llc < %s -mtriple=i686-unknown-unknown -verify-machineinstrs | FileCheck %s --check-prefix X… 3 ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=slow-incdec -verify-machineinstrs | FileChec… 5 ; This file checks that atomic (non-seq_cst) stores of immediate values are 6 ; done in one mov instruction and not 2. More precisely, it makes sure that the 7 ; immediate is not first copied uselessly into a register. 15 ; sub is not supported because they are translated by an addition of the 19 ; - For inc/dec. 20 ; - For register instead of immediate operands. 21 ; - For floating point operations. [all …]
|
D | tls-android-negative.ll | 1 ; RUN: llc < %s -emulated-tls -march=x86 -mtriple=x86_64-linux-android -relocation-model=pic | File… 2 ; RUN: llc < %s -emulated-tls -march=x86-64 -mtriple=x86_64-linux-android -relocation-model=pic | F… 4 ; Make sure that some symboles are not emitted in emulated TLS model. 34 ; no initializer for 0-initialized TLS variables, __emutls_t.internal_y0 35 ; not global linkage for __emutls_t.external_y 37 ; CHECK-NOT: external_x@TLS 38 ; CHECK-NOT: external_y@TLS 39 ; CHECK-NOT: internal_y@TLS 40 ; CHECK-NOT: .size external_x 41 ; CHECK-NOT: .size external_y [all …]
|
/external/llvm/test/FileCheck/ |
D | implicit-check-not.txt | 1 ; RUN: sed 's#^;.*##' %s | FileCheck -check-prefix=CHECK-PASS -implicit-check-not=warning: %s 2 …sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not=warning: %s 2>&1 |… 3 …sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL2 -implicit-check-not=warning: %s 2>&1 |… 4 …sed 's#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL3 -implicit-check-not=warning: %s 2>&1 |… 5 …'s#^;.*##' %s | not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not='{{aaa|bbb|ccc}}' %s 2… 6 …not FileCheck -check-prefix=CHECK-FAIL1 -implicit-check-not=aaa -implicit-check-not=bbb -implicit-… 7 …not FileCheck -check-prefix=CHECK-FAIL2 -implicit-check-not=aaa -implicit-check-not=bbb -implicit-… 8 …not FileCheck -check-prefix=CHECK-FAIL3 -implicit-check-not=aaa -implicit-check-not=bbb -implicit-… 11 ; CHECK-PASS: warning: aaa 12 ; CHECK-ERROR1: error: CHECK-FAIL1-NOT: string occurred! [all …]
|
/external/llvm/test/MC/Mips/ |
D | target-soft-float.s | 1 # RUN: not llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32 -mattr=+soft-float 2>&1 |\ 2 # RUN: FileCheck %s --check-prefix=32 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -mcpu=mips64 -mattr=+soft-float 2>&1 |\ 4 # RUN: FileCheck %s --check-prefix=64 5 # RUN: not llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r2 -mattr=+soft-float 2>&1 |\ 6 # RUN: FileCheck %s --check-prefix=R2 7 # RUN: not llvm-mc %s -triple=mips-unknown-linux -mcpu=mips32r6 -mattr=+soft-float 2>&1 |\ 8 # RUN: FileCheck %s --check-prefix=R6 12 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled 14 # 64: :[[@LINE-1]]:3: error: instruction requires a CPU feature not currently enabled [all …]
|
/external/elfutils/tests/ |
D | run-elfgetzdata.sh | 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 . $srcdir/test-subr.sh 20 # See run-elfgetchdr.sh for testfiles. 22 testfiles testfile-zgnu64 23 testrun_compare ${abs_top_builddir}/tests/elfgetzdata read testfile-zgnu64 <<\EOF 24 1: .text, NOT compressed 27 4: .debug_abbrev, NOT compressed 29 6: .shstrtab, NOT compressed 30 7: .symtab, NOT compressed 31 8: .strtab, NOT compressed [all …]
|
D | run-elfgetchdr.sh | 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 . $srcdir/test-subr.sh 26 # .size testfunc, .-testfunc 35 # .size testfunc2, .-testfunc2 46 # .size functest3, .-functest3 70 # .size _start, .-_start 72 # gas --compress-debug-sections=zlib-gnu -32 -g -o start.o start.s 73 # gas --compress-debug-sections=zlib-gnu -32 -g -o funcs.o funcs.s 74 # ld --compress-debug-sections=zlib-gnu -melf_i386 -g -o zgnu32 funcs.o start.o 76 # gas --compress-debug-sections=zlib-gnu -64 -g -o start.o start.s [all …]
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | cfloat.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 15 #error FLT_ROUNDS not defined 19 #error FLT_EVAL_METHOD not defined 23 #error FLT_RADIX not defined 27 #error FLT_MANT_DIG not defined 31 #error DBL_MANT_DIG not defined 35 #error LDBL_MANT_DIG not defined 39 #error DECIMAL_DIG not defined 43 #error FLT_DIG not defined [all …]
|
/external/spirv-llvm/test/SPIRV/ |
D | layout.ll | 1 ; RUN: llvm-as < %s | llvm-spirv -spirv-text -o %t 4 ; CHECK: 119734787 {{[0-9]*}} {{[0-9]*}} {{[0-9]*}} 0 5 ; CHECK-NEXT: {{[0-9]*}} Capability 6 ; CHECK: {{[0-9]*}} ExtInstImport 7 ; CHECK-NEXT: {{[0-9]*}} MemoryModel 8 ; CHECK-NEXT: {{[0-9]*}} EntryPoint 9 ; CHECK-NEXT: {{[0-9]*}} Source 11 ; CHECK-NOT: {{[0-9]*}} Capability 12 ; CHECK-NOT: {{[0-9]*}} ExtInstImport 13 ; CHECK-NOT: {{[0-9]*}} MemoryModel [all …]
|
/external/clang/test/SemaCXX/ |
D | err_typecheck_assign_const_filecheck.cpp | 1 // RUN: not %clang_cc1 -fsyntax-only -std=c++11 %s 2>&1 | FileCheck %s 70 // CHECK-NOT: error: in test1() 71 // CHECK-NOT: note: in test1() 77 // CHECK-NOT: error: in test2() 79 // CHECK-NOT: note: in test2() 81 // CHECK-NOT: note: in test2() 84 // CHECK-NOT: error: in test2() 86 // CHECK-NOT: note: in test2() 88 // CHECK-NOT: note: in test2() 91 // CHECK-NOT: error: in test2() [all …]
|
/external/llvm/test/Bitcode/ |
D | invalid.test | 1 RUN: not llvm-dis -disable-output %p/Inputs/invalid-pr20485.bc 2>&1 | \ 2 RUN: FileCheck --check-prefix=INVALID-ENCODING %s 3 RUN: not llvm-dis -disable-output %p/Inputs/invalid-abbrev.bc 2>&1 | \ 4 RUN: FileCheck --check-prefix=BAD-ABBREV %s 5 RUN: not llvm-dis -disable-output %p/Inputs/invalid-unexpected-eof.bc 2>&1 | \ 6 RUN: FileCheck --check-prefix=UNEXPECTED-EOF %s 7 RUN: not llvm-dis -disable-output %p/Inputs/invalid-bad-abbrev-number.bc 2>&1 | \ 8 RUN: FileCheck --check-prefix=BAD-ABBREV-NUMBER %s 9 RUN: not llvm-dis -disable-output %p/Inputs/invalid-type-table-forward-ref.bc 2>&1 | \ 10 RUN: FileCheck --check-prefix=BAD-TYPE-TABLE-FORWARD-REF %s [all …]
|
/external/llvm/test/MC/Mips/mips32r2/ |
D | invalid-dspr2.s | 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding \ 4 # RUN: -mcpu=mips32r2 2>%t1 8 …s.ph $8,$a0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 9 …s.qb $15,$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 10 …s.w $s3,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 11 …ph $s1,$15,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 12 …s.ph $s3,$s6,$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 13 …s.w $a2,$8,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 14 ….ph $s4,$14,$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 15 …_r.ph $sp,$25,$s8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… [all …]
|
D | invalid-dsp.s | 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding \ 4 # RUN: -mcpu=mips32r2 2>%t1 8 …_s.ph $8,$a0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 9 …_s.w $s3,$ra # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 10 ….ph $s1,$15,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 11 …_s.ph $s3,$s6,$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 12 …_s.w $a2,$8,$at # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 13 …c $s8,$15,$12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 14 ….qb $s6,$v1,$v1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 15 …_s.qb $s4,$s8,$s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 4 ; RUN: llc < %s -mtriple=thumbv5-linux-gnueabi -mcpu=xscale -mattr=+strict-align | FileCheck %s --c… 5 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -mattr=+strict-align | FileCheck %s --check-prefix=V6 6 …-mtriple=armv6-linux-gnueabi -mattr=+strict-align -enable-unsafe-fp-math -disable-fp-elim -enable… 7 …RUN: llc < %s -mtriple=armv6-linux-gnueabi -mattr=+strict-align -enable-sign-dependent-rounding-fp… 8 ; RUN: llc < %s -mtriple=thumbv6m-linux-gnueabi -mattr=+strict-align | FileCheck %s --check-prefix=… 9 …-mtriple=thumbv6m-linux-gnueabi -mattr=+strict-align -enable-unsafe-fp-math -disable-fp-elim -ena… 10 ; RUN: llc < %s -mtriple=thumbv6sm-linux-gnueabi -mattr=+strict-align | FileCheck %s --check-prefix… 11 …-mtriple=thumbv6sm-linux-gnueabi -mattr=+strict-align -enable-unsafe-fp-math -disable-fp-elim -ena… 12 ; RUN: llc < %s -mtriple=armv6-linux-gnueabi -mcpu=arm1156t2f-s -mattr=+strict-align | FileCheck %s… 13 …-mtriple=armv6-linux-gnueabi -mcpu=arm1156t2f-s -mattr=+strict-align -enable-unsafe-fp-math -disa… [all …]
|
/external/autotest/database/ |
D | schema_051.sql | 1 -- MySQL dump 10.11 2 -- 3 -- Host: localhost Database: autotest_web 4 -- ------------------------------------------------------ 5 -- Server version 5.0.51a-3ubuntu5.5-log 18 -- 19 -- Table structure for table `afe_aborted_host_queue_entries` 20 -- 26 `queue_entry_id` int(11) NOT NULL, 27 `aborted_by_id` int(11) NOT NULL, [all …]
|
/external/llvm/test/MC/Mips/mips1/ |
D | invalid-mips3.s | 3 # RUN: not llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips1 \ 8 …ult $s7,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 9 …ub $a3,$s6,$8 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 10 …il.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 11 …il.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 12 …il.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 13 …il.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 14 …t.d.l $f4,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 15 …t.l.d $f24,$f15 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… 16 …t.l.s $f11,$f29 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU featur… [all …]
|