/external/e2fsprogs/tests/f_expand/ |
D | expect.1.gz |
|
/external/e2fsprogs/tests/f_rebuild_csum_rootdir/ |
D | expect.1 | 18 '..' in / (2) is <The NULL inode> (0), should be / (2). 28 Inode 11 ref count is 3, should be 2. Fix? yes 33 Inode 12 ref count is 2, should be 1. Fix? yes 38 Inode 13 ref count is 2, should be 1. Fix? yes 43 Inode 14 ref count is 2, should be 1. Fix? yes 48 Inode 15 ref count is 2, should be 1. Fix? yes 53 Inode 16 ref count is 2, should be 1. Fix? yes 58 Inode 17 ref count is 2, should be 1. Fix? yes 63 Inode 18 ref count is 2, should be 1. Fix? yes 68 Inode 19 ref count is 2, should be 1. Fix? yes [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | rv32i-invalid.s | 5 fence iorw, iore # CHECK: :[[@LINE]]:13: error: operand must be formed of letters selected in-order… 6 fence wr, wr # CHECK: :[[@LINE]]:7: error: operand must be formed of letters selected in-order from… 7 fence rw, rr # CHECK: :[[@LINE]]:11: error: operand must be formed of letters selected in-order fro… 8 fence 1, rw # CHECK: :[[@LINE]]:7: error: operand must be formed of letters selected in-order from … 11 slli a0, a0, 32 # CHECK: :[[@LINE]]:14: error: immediate must be an integer in the range [0, 31] 12 srli a0, a0, -1 # CHECK: :[[@LINE]]:14: error: immediate must be an integer in the range [0, 31] 13 srai a0, a0, -19 # CHECK: :[[@LINE]]:14: error: immediate must be an integer in the range [0, 31] 14 csrrwi a1, 0x1, -1 # CHECK: :[[@LINE]]:17: error: immediate must be an integer in the range [0, 31] 15 csrrsi t1, 999, 32 # CHECK: :[[@LINE]]:17: error: immediate must be an integer in the range [0, 31] 16 csrrci x0, 43, -90 # CHECK: :[[@LINE]]:16: error: immediate must be an integer in the range [0, 31] [all …]
|
D | rv64a-valid.s | 11 # CHECK-RV32: :[[@LINE+1]]:1: error: instruction use requires an option to be enabled 15 # CHECK-RV32: :[[@LINE+1]]:1: error: instruction use requires an option to be enabled 19 # CHECK-RV32: :[[@LINE+1]]:1: error: instruction use requires an option to be enabled 23 # CHECK-RV32: :[[@LINE+1]]:1: error: instruction use requires an option to be enabled 28 # CHECK-RV32: :[[@LINE+1]]:1: error: instruction use requires an option to be enabled 32 # CHECK-RV32: :[[@LINE+1]]:1: error: instruction use requires an option to be enabled 36 # CHECK-RV32: :[[@LINE+1]]:1: error: instruction use requires an option to be enabled 40 # CHECK-RV32: :[[@LINE+1]]:1: error: instruction use requires an option to be enabled 45 # CHECK-RV32: :[[@LINE+1]]:1: error: instruction use requires an option to be enabled 49 # CHECK-RV32: :[[@LINE+1]]:1: error: instruction use requires an option to be enabled [all …]
|
D | rv32c-invalid.s | 42 c.slli t0, 64 # CHECK: :[[@LINE]]:12: error: immediate must be an integer in the range [1, 31] 43 c.srli a0, 32 # CHECK: :[[@LINE]]:12: error: immediate must be an integer in the range [1, 31] 44 c.srai a0, 0 # CHECK: :[[@LINE]]:12: error: immediate must be an integer in the range [1, 31] 47 c.li t0, 128 # CHECK: :[[@LINE]]:10: error: immediate must be an integer in the range [-32, 31] 48 c.andi a0, -33 # CHECK: :[[@LINE]]:12: error: immediate must be an integer in the range [-32, 31] 51 c.addi t0, 0 # CHECK: :[[@LINE]]:12: error: immediate must be non-zero in the range [-32, 31] 52 c.addi t0, -33 # CHECK: :[[@LINE]]:12: error: immediate must be non-zero in the range [-32, 31] 53 c.addi t0, 32 # CHECK: :[[@LINE]]:12: error: immediate must be non-zero in the range [-32, 31] 56 c.lui t0, 0 # CHECK: :[[@LINE]]:11: error: immediate must be in [0xfffe0, 0xfffff] or [1, 31] 57 c.lui t0, 32 # CHECK: :[[@LINE]]:11: error: immediate must be in [0xfffe0, 0xfffff] or [1, 31] [all …]
|
/external/curl/tests/data/ |
D | test1086 | 25 Long chunk of data that couldn't possibly be sent in the time allotted. 26 Long chunk of data that couldn't possibly be sent in the time allotted. 27 Long chunk of data that couldn't possibly be sent in the time allotted. 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. 34 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
D | test1112 | 24 Long chunk of data that couldn't possibly be sent in the time allotted. 25 Long chunk of data that couldn't possibly be sent in the time allotted. 26 Long chunk of data that couldn't possibly be sent in the time allotted. 27 Long chunk of data that couldn't possibly be sent in the time allotted. 28 Long chunk of data that couldn't possibly be sent in the time allotted. 29 Long chunk of data that couldn't possibly be sent in the time allotted. 30 Long chunk of data that couldn't possibly be sent in the time allotted. 31 Long chunk of data that couldn't possibly be sent in the time allotted. 32 Long chunk of data that couldn't possibly be sent in the time allotted. 33 Long chunk of data that couldn't possibly be sent in the time allotted. [all …]
|
/external/v8/tools/clang/plugins/tests/ |
D | overridden_methods.txt | 2 ./overridden_methods.h:25:29: warning: [chromium-style] Overriding method must be marked with 'over… 6 ./overridden_methods.h:25:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl… 9 ./overridden_methods.h:38:42: warning: [chromium-style] Overriding method must be marked with 'over… 13 ./overridden_methods.h:38:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl… 16 ./overridden_methods.h:46:27: warning: [chromium-style] Overriding method must be marked with 'over… 20 ./overridden_methods.h:46:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl… 23 ./overridden_methods.h:48:28: warning: [chromium-style] Overriding method must be marked with 'over… 27 ./overridden_methods.h:48:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl… 30 ./overridden_methods.h:52:35: warning: [chromium-style] Overriding method must be marked with 'over… 34 ./overridden_methods.h:52:3: warning: [chromium-style] 'virtual' will be redundant; 'override' impl… [all …]
|
/external/clang/test/Modules/ |
D | macros.c | 25 # error INTEGER macro should be visible 29 # error FLOAT macro should not be visible 33 # error MODULE macro should not be visible 37 # error INDIRECTLY_IN_MACROS should be visible 63 # error LEFT should not be visible 67 # error RIGHT should not be visible 71 # error TOP should not be visible 83 # error LEFT should be visible 87 # error RIGHT should not be visible 91 # error TOP should be visible [all …]
|
/external/grpc-grpc/src/ruby/spec/ |
D | client_server_spec.rb | 33 expect(server_batch.send_metadata).to be true 81 expect(client_batch.send_metadata).to be true 82 expect(client_batch.send_message).to be true 83 expect(client_batch.send_close).to be true 94 expect(server_batch.send_close).to be true 95 expect(server_batch.send_status).to be true 119 expect(client_batch.send_metadata).to be true 120 expect(client_batch.send_message).to be true 121 expect(client_batch.send_close).to be true 133 expect(server_batch.send_close).to be true [all …]
|
D | compression_options_spec.rb | 44 expect(options.algorithm_enabled?(algorithm)).to be true 48 expect(options.default_algorithm).to be nil 49 expect(options.default_level).to be nil 61 expect(options.algorithm_enabled?(algorithm)).to be false 62 expect(options.disabled_algorithms.include?(algorithm)).to be true 65 expect(options.default_algorithm).to be(:identity) 66 expect(options.default_level).to be(:none) 77 expect(options.algorithm_enabled?(:deflate)).to be false 78 expect(options.algorithm_enabled?(:gzip)).to be true 81 expect(options.default_algorithm).to be(:gzip) [all …]
|
/external/v8/src/builtins/ |
D | array-copywithin.tq | 2 // Use of this source code is governed by a BSD-style license that can be 13 // 1. Let O be ? ToObject(this value). 16 // 2. Let len be ? ToLength(? Get(O, "length")). 19 // 3. Let relativeTarget be ? ToInteger(target). 22 // 4. If relativeTarget < 0, let to be max((len + relativeTarget), 0); 23 // else let to be min(relativeTarget, len). 26 // 5. Let relativeStart be ? ToInteger(start). 29 // 6. If relativeStart < 0, let from be max((len + relativeStart), 0); 30 // else let from be min(relativeStart, len). 33 // 7. If end is undefined, let relativeEnd be len; [all …]
|
/external/llvm/test/MC/ARM/ |
D | neon-vld-vst-align.s | 13 @ CHECK-ERRORS: error: alignment must be 64 or omitted 16 @ CHECK-ERRORS: error: alignment must be 64 or omitted 20 @ CHECK-ERRORS: error: alignment must be 64 or omitted 23 @ CHECK-ERRORS: error: alignment must be 64 or omitted 35 @ CHECK-ERRORS: error: alignment must be 64 or omitted 38 @ CHECK-ERRORS: error: alignment must be 64 or omitted 42 @ CHECK-ERRORS: error: alignment must be 64 or omitted 45 @ CHECK-ERRORS: error: alignment must be 64 or omitted 57 @ CHECK-ERRORS: error: alignment must be 64 or omitted 60 @ CHECK-ERRORS: error: alignment must be 64 or omitted [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | neon-vld-vst-align.s | 13 @ CHECK-ERRORS: alignment must be 64 or omitted 16 @ CHECK-ERRORS: alignment must be 64 or omitted 20 @ CHECK-ERRORS: alignment must be 64 or omitted 23 @ CHECK-ERRORS: alignment must be 64 or omitted 35 @ CHECK-ERRORS: alignment must be 64 or omitted 38 @ CHECK-ERRORS: alignment must be 64 or omitted 42 @ CHECK-ERRORS: alignment must be 64 or omitted 45 @ CHECK-ERRORS: alignment must be 64 or omitted 57 @ CHECK-ERRORS: alignment must be 64 or omitted 60 @ CHECK-ERRORS: alignment must be 64 or omitted [all …]
|
D | unpred-control-flow-in-it-block.s | 8 @ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instru… 10 @ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instru… 12 @ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instru… 16 @ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instru… 18 @ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instru… 20 @ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instru… 24 @ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instru… 26 @ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instru… 28 @ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instru… 32 @ CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: instruction must be outside of IT block or the last instru… [all …]
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-comparison.ll | 7 ; Indvars should be able to simplify simple comparisons involving 225 %iv = phi i32 [ 0, %entry ], [ %iv.inc, %be ] 229 br i1 %iv.cmp, label %be, label %leave 230 ; CHECK: br i1 true, label %be, label %leave 232 be: 234 %be.cond = icmp ult i32 %iv, %len.sub.1 235 br i1 %be.cond, label %loop, label %leave 253 %iv = phi i32 [ 0, %entry ], [ %iv.inc, %be ] 257 br i1 %iv.cmp, label %be, label %leave 258 ; CHECK: br i1 true, label %be, label %leave [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/IndVarSimplify/ |
D | eliminate-comparison.ll | 7 ; Indvars should be able to simplify simple comparisons involving 225 %iv = phi i32 [ 0, %entry ], [ %iv.inc, %be ] 229 br i1 %iv.cmp, label %be, label %leave 230 ; CHECK: br i1 true, label %be, label %leave 232 be: 234 %be.cond = icmp ult i32 %iv, %len.sub.1 235 br i1 %be.cond, label %loop, label %leave 253 %iv = phi i32 [ 0, %entry ], [ %iv.inc, %be ] 257 br i1 %iv.cmp, label %be, label %leave 258 ; CHECK: br i1 true, label %be, label %leave [all …]
|
/external/mesa3d/src/gallium/docs/source/ |
D | resources.rst | 11 Resources can be used in several ways, and it is required to specify all planned uses through an ap… 34 will probably be advertised with an appropriate cap. 43 Buffer resource: can be used as a vertex, index, constant buffer 44 (appropriate bind flags must be requested). 50 format size can be queried.) 51 width0 serves as size, most other resource properties don't apply but must be 52 set appropriately (depth0/height0/array_size must be 1, last_level 0). 54 They can be bound to stream output if supported. 57 They can be also be bound to a shader stage (for sampling) as usual by 60 (TODO limit currently unspecified, minimum must be at least 65536). [all …]
|
/external/libavc/ |
D | libavc_blacklist.txt | 5 # decoder/ih264d_dpb_mgr.c:1174: 2 - 3 cannot be represented in type 'unsigned int' 7 # decoder/ih264d_parse_bslice.c:1388:21: 1 + 4294967295 cannot be represented in type 'unsigned int' 8 # decoder/ih264d_parse_bslice.c:1391:22: 1 + 4294967295 cannot be represented in type 'unsigned int' 10 # decoder/ih264d_utils.c:389: 0 - 1 cannot be represented in type 'unsigned int' 12 # decoder/ih264d_vui.c:76: 1 + 4294967295 cannot be represented in type 'unsigned int' 14 # decoder/ih264d_dpb_mgr.c:751: 4294967295 + 1 cannot be represented in type 'unsigned int' 15 # decoder/ih264d_dpb_mgr.c:755: 1 - 16 cannot be represented in type 'unsigned int' 16 # decoder/ih264d_dpb_mgr.c:762: 4294967295 + 1 cannot be represented in type 'unsigned int' 18 # decoder/ih264d_process_bslice.c:785: 5 - 4294967242 cannot be represented in type 'unsigned int' 19 # decoder/ih264d_process_bslice.c:796: 3 - 4294967242 cannot be represented in type 'unsigned int' [all …]
|
/external/deqp-deps/glslang/Test/ |
D | precise.tesc | 11 result = a * b + c * d; // c * d, a * b and rvalue1 + rvalue2 should be 'noContraction'. 19 result = a = b + 4; // b + 4 should be 'noContraction'. 26 b = a + b; // a + b should be 'noContraction'. 27 result = double(b); // convert operation should not be 'noContraction'. 40 a += 1; // a + 1 should not be 'noContraction'. 41 r2 = c; // The calculation of c should be 'noContration'. 42 return float(r1 + r2); // conversion should not be 'noContration'. 52 result += float(x) + float(y); // x + y should be 'noContraction' also result + rvalue. 55 // a's dereference + 2 should be 'noContraction'. 57 // result + 1 and 3 - rvalue should be 'noContraction'. [all …]
|
/external/u-boot/doc/ |
D | README.POST | 17 Also, standalone POST tests shall be supported. 28 2) The results of tests shall be saved so that it will be possible to 31 3) The following POST tests shall be developed for MPC823E-based 45 4) The LWMON board shall be used for reference. 50 The whole project can be divided into two independent tasks: 56 A new optional module will be added to U-Boot, which will run POST 61 The list of available POST tests will be configured at U-Boot build 63 tests. All POST tests will be divided into the following groups: 73 time and can be run on the regular basis (e.g. CPU test) 78 and cannot be run regularly (e.g. strong memory test, I2C test) [all …]
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.bufferhandle_Error.frag.out | 2 ERROR: 0:7: 'buffer_reference' : can only be used with buffer 3 ERROR: 0:9: 'buffer_reference' : cannot declare a default, can only be used on a block 4 ERROR: 0:10: 'buffer_reference' : can only be used with buffer 5 ERROR: 0:10: 'buffer_reference' : cannot declare a default, can only be used on a block 6 ERROR: 0:11: 'buffer_reference' : can only be used with buffer 7 ERROR: 0:11: 'buffer_reference' : cannot declare a default, can only be used on a block 8 ERROR: 0:12: 'buffer_reference' : can only be used with buffer 9 ERROR: 0:12: 'buffer_reference' : cannot declare a default, can only be used on a block 10 ERROR: 0:13: 'buffer_reference' : can only be used with buffer 11 ERROR: 0:13: 'buffer_reference' : can only be used with buffer [all …]
|
/external/python/cpython3/Doc/distutils/ |
D | extending.rst | 7 Distutils can be extended in various ways. Most extensions take the form of new 8 commands or replacements for existing commands. New commands may be written to 10 replacements for existing commands may be made to modify details of how the 15 should be copied into packages in addition to :file:`.py` files as a 29 .. % \XXX{Would an uninstall command be a good example here?} 50 # implement whatever needs to be different... 55 This approach is most valuable if the new implementations must be used to use a 60 commands to be added which can support existing :file:`setup.py` scripts without 63 the commands can be used for anything distutils commands can be used for. A new 65 :option:`!--command-packages`), can be used to specify additional packages to be [all …]
|
/external/python/cpython2/Doc/distutils/ |
D | extending.rst | 7 Distutils can be extended in various ways. Most extensions take the form of new 8 commands or replacements for existing commands. New commands may be written to 10 replacements for existing commands may be made to modify details of how the 15 should be copied into packages in addition to :file:`.py` files as a 29 .. % \XXX{Would an uninstall command be a good example here?} 50 # implement whatever needs to be different... 55 This approach is most valuable if the new implementations must be used to use a 60 commands to be added which can support existing :file:`setup.py` scripts without 63 the commands can be used for anything distutils commands can be used for. A new 65 :option:`!--command-packages`), can be used to specify additional packages to be [all …]
|
/external/deqp/external/vulkancts/ |
D | README.md | 15 The following tools must be installed and present in the PATH variable: 75 Release build can be done by using -DCMAKE_BUILD_TYPE=Release 88 By default the CTS package will be built for the Android API level 21 (Android 5.0 and above). 89 Another API level may be supplied using --native-api command line option. 93 - For Android 8.x builds the API level must be selected to >= 26 (i.e --native-api=26) 94 - For Android 9.x builds the API level must be selected to >= 28 (i.e --native-api=28) 96 The package can be installed by either running: 101 x86, and x86_64 ABIs, but that can be changed using --abis command line option. 103 To pick which ABI to use at install time, following commands must be used 112 Current mustpass is checked into repository and can be found at: [all …]
|