| /third_party/typescript/tests/baselines/reference/ |
| D | importCallExpressionGrammarError.errors.txt | 1 …port/importCallExpressionGrammarError.ts(5,8): error TS1325: Argument of dynamic import cannot be … 2 …ort/importCallExpressionGrammarError.ts(7,17): error TS1325: Argument of dynamic import cannot be … 3 …dynamicImport/importCallExpressionGrammarError.ts(8,12): message TS1450: Dynamic imports can only … 5 …mportCallExpressionGrammarError.ts(9,35): error TS1324: Dynamic imports only support a second argu… 6 tests/cases/conformance/dynamicImport/importCallExpressionGrammarError.ts(9,35): error TS2559: Type… 16 !!! error TS1325: Argument of dynamic import cannot be spread element. 20 !!! error TS1325: Argument of dynamic import cannot be spread element. 23 !!! message TS1450: Dynamic imports can only accept a module specifier and an optional assertion as… 28 !!! error TS1324: Dynamic imports only support a second argument when the '--module' option is set …
|
| /third_party/elfutils/tests/ |
| D | run-elfputzdata.sh | 18 . $srcdir/test-subr.sh 25 Cannot compress 2 .note.ABI-tag 44 Cannot compress 21 .dynamic 58 Lets compress 35 .strtab, size: 5727 63 Cannot compress 2 .note.ABI-tag 82 Cannot compress 21 .dynamic 96 Lets compress 35 .strtab, size: 5727 118 Cannot compress 16 .dynamic 154 Cannot compress 16 .dynamic 179 Cannot compress 2 .note.ABI-tag [all …]
|
| D | run-strip-remove-keep.sh | 18 . $srcdir/test-subr.sh 20 # strip -o output and -f debug files 27 echo strip --keep-section=.strtab testfile 28 testrun ${abs_top_builddir}/src/strip --keep-section=.strtab -o testfile.elf -f testfile.debug test… 30 testrun ${abs_top_builddir}/src/elflint --gnu testfile.elf 32 testrun ${abs_top_builddir}/src/elflint --gnu -d testfile.debug 34 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.elf <<\EOF 41 [ 2] .note.ABI-tag NOTE 08048108 000108 000020 0 A 0 0 4 59 [20] .dynamic DYNAMIC 08049528 000528 0000a0 8 WA 5 0 4 69 testrun_compare ${abs_top_builddir}/src/readelf -S testfile.debug <<\EOF [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/ |
| D | test_maxpool_with_argmax_gpu_op.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 61 [33, 34, 35, 35], 62 [33, 34, 35, 35]]]]).astype(np.float32) 70 [33, 34, 35, 35], 71 [33, 34, 35, 35]]]]).astype(np.int32) 88 error = np.ones(shape=expect_output.shape) * 1.0e-5 89 diff_output = output_tensor.asnumpy() - expect_output 95 diff = dx - expect_dx 104 [0, 1, 2, 3, -4, -5], 105 [6, 7, 8, 9, -10, -11], [all …]
|
| D | test_maxpool_with_argmax_grad_gpu_op.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 45 [30, 31, 32, 33, 34, 35] 55 [31, 33, 35] 87 [30, 31, 32, 33, 34, 35] 97 [31, 33, 35] 124 Feature: test dynamic shape of max_pool grad 125 Description: test dynamic shape of max_pool grad 126 Expectation: same to none dynamic 134 [30, 31, 32, 33, 34, 35] 144 [31, 33, 35]
|
| D | test_gatherV2_op.py | 1 # Copyright 2019-2021 Huawei Technologies Co., Ltd 7 # http://www.apache.org/licenses/LICENSE-2.0 44 [35., 36., 37., 38., 39.]], 49 [35., 36., 37., 38., 39.]], 54 [35., 36., 37., 38., 39.]], 59 [35., 36., 37., 38., 39.]], 64 [35., 36., 37., 38., 39.]]], 69 [35., 36., 37., 38., 39.]], 74 [35., 36., 37., 38., 39.]], 79 [35., 36., 37., 38., 39.]], [all …]
|
| D | test_dense_op.py | 1 # Copyright 2019-2023 Huawei Technologies Co., Ltd 7 # http://www.apache.org/licenses/LICENSE-2.0 50 error = np.ones(shape=[3, 4]) * 1.0e-6 55 diff = result.asnumpy() - expect 57 assert np.all(-diff < error) 62 diff = result.asnumpy() - expect 64 assert np.all(-diff < error) 116 error = np.ones(shape=[3, 4]) * 1.0e-6 121 diff = dx[0].asnumpy() - dx_expect 123 assert np.all(-diff < error) [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/dynamic_shape/grad/ |
| D | test_ctcloss_v2.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 37 input_sequences_min = 35 66 Feature: test CTCLossV2 grad dynamic shape on GPU and CPU. 67 Description: input is dynamic shape. 80 Feature: test CTCLossV2 grad dynamic rank on GPU and CPU. 81 Description: input is dynamic rank. 93 Feature: test CTCLossV2 grad dynamic shape on GPU. 94 Description: input is dynamic shape. 106 Feature: test CTCLossV2 grad dynamic shape on GPU. 107 Description: input is dynamic shape.
|
| D | test_roi_align.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 42 [31, 32, 33, 34, 35, 36], 49 rois = Tensor(np.array([[0, -2.0, -2.0, 21.0, 21.0]], dtype)) 62 Feature: Test the bprop process of ROIAlign in PyNative mode with dynamic shape inputs 63 …Description: The inputs are dynamic shape and the bprop function invokes the ROIAlignGrad operator. 76 Feature: Test the bprop process of ROIAlign in PyNative mode with dynamic rank inputs 77 … Description: The inputs are dynamic rank and the bprop function invokes the ROIAlignGrad operator.
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/ |
| D | test_max_pool_with_argmax_cpu_op.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 48 x = Tensor(np.array([[[[10, 1, 2, 3, -4, -5], 49 [6, 7, 8, 9, -10, -11], 50 [12, 13, 24, -15, -16, -17], 53 [30, 31, 35, 33, 34, 35]]]]).astype(np.float32)) 56 expect_output = np.array([[[[10, 9, -4], 58 [32, 35, 40]]]]).astype(np.float32) 75 x = Tensor(np.array([[[[0, 1, 2, 3, -4, -5], 76 [6, 7, 8, 9, -10, -11], 77 [12, 13, 14, -15, -16, -17], [all …]
|
| /third_party/ncurses/man/ |
| D | form_field_opts.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2014,2015 Free Software Foundation, Inc. * 30 .\" $Id: form_field_opts.3x,v 1.44 2024/03/16 15:35:01 tom Exp $ 31 .TH form_field_opts 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 36 \fBfield_opts\fP \- 50 option bits may be logically-OR'ed together). 89 Turn this option off to create a dynamic field. 99 blank-separated. 104 Permit dynamic fields to be justified, like static fields. 115 inserted character in one-character fields [all …]
|
| D | form_field_buffer.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. * 30 .\" $Id: form_field_buffer.3x,v 1.45 2024/03/16 15:35:01 tom Exp $ 31 .TH form_field_buffer 3X 2024-03-16 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 48 \fBform_field_buffer\fP \- 96 for long-term storage of form data. 104 The function \fBset_max_field\fP sets the maximum size for a dynamic field. 114 Routine detected an incorrect or out-of-range argument. 127 Routine detected an incorrect or out-of-range argument. 140 \fBO_INPUT_FIELD\fP which allows a dynamic field to shrink if the new
|
| /third_party/musl/porting/liteos_a/user_debug/include/ |
| D | debug.h | 10 …* and signal registration. You can use command line parameters, "--mwatch" or "--mrecord <full pat… 22 …* @brief View thread-level heap memory usage information, signal registration index is 35, you can… 33 …hether the heap memory leak is exist or not, signal registration index is 36, you can use "kill -36 44 …hether the heap memory is integrited or not, signal registration index is 37, you can use "kill -37 65 …* @brief Find the symbol information corresponding to the address stored in the buffer for dynamic…
|
| /third_party/flatbuffers/dart/test/ |
| D | flex_reader_test.dart | 17 expect(Reference.fromBuffer(b([231, 4, 1])).intValue, -25); 21 expect(Reference.fromBuffer(b([255, 251, 5, 2])).intValue, -1025); 25 expect(Reference.fromBuffer(b([0, 0, 0, 128, 6, 4])).intValue, -2147483648); 35 -9223372036854775808); 57 expect(Reference.fromBuffer(b([255, 251, 5, 2])).numValue, -1025); 96 testNumbers([3, 255, 2, 3, 3, 44, 1], [-1, 2, 3]); 188 testNumbers([255, 255, 0, 1, 4, 65, 1], [-1, 256]); 189 testNumbers([211, 255, 255, 255, 0, 232, 3, 0, 8, 66, 1], [-45, 256000]); 211 -45, 219 testNumbers([205, 204, 140, 63, 0, 0, 0, 192, 8, 74, 1], [1.1, -2]); [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/st/ops/ |
| D | test_roi_align_op.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 52 [31, 32, 33, 34, 35, 36], 64 rois = Tensor(np.array([[0, -2.0, -2.0, 21.0, 21.0]], data_type)) 74 rois = Tensor(np.array([[0, -2.0, -2.0, 22.0, 22.0]], data_type)) 84 rois = Tensor(np.array([[0, -2.0, -2.0, 22.0, 22.0]], data_type)) 85 pooled_height, pooled_width, spatial_scale, sample_num, roi_end_mode = 2, 2, 1.0, -1, 0 136 Feature: Test the operator ROIAlign with dynamic shape inputs 137 Description: Test in GRAPH and PYNATIVE mode using float16 dynamic shape inputs 152 Feature: Test the operator ROIAlign with dynamic rank inputs 153 Description: Test in GRAPH and PYNATIVE mode using float32 dynamic rank inputs
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | DynamicTags.def | 39 DYNAMIC_TAG(NULL, 0) // Marks end of dynamic array. 44 DYNAMIC_TAG(STRTAB, 5) // Address of dynamic string table. 45 DYNAMIC_TAG(SYMTAB, 6) // Address of dynamic symbol table. 61 DYNAMIC_TAG(TEXTREL, 22) // Relocations exist for non-writable segments. 79 // at https://groups.google.com/forum/#!topic/generic-abi/bX460iggiKg 80 DYNAMIC_TAG(RELRSZ, 35) // Size of Relr relocation table. 120 // AArch64 specific dynamic table entries 124 // Hexagon specific dynamic table entries 129 // Mips specific dynamic table entry tags. 151 MIPS_DYNAMIC_TAG(MIPS_UNREFEXTNO, 0x70000012) // Index of first external dynamic [all …]
|
| /third_party/musl/include/liteos_a/user_debug/ |
| D | debug.h | 7 * http://www.apache.org/licenses/LICENSE-2.0 25 …* and signal registration. You can use command line parameters, "--mwatch" or "--mrecord <full pat… 37 …* @brief View thread-level heap memory usage information, signal registration index is 35, you can… 48 …hether the heap memory leak is exist or not, signal registration index is 36, you can use "kill -36 59 …hether the heap memory is integrited or not, signal registration index is 37, you can use "kill -37 80 …* @brief Find the symbol information corresponding to the address stored in the buffer for dynamic…
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-policy2c/ |
| D | README.md | 6 This is useful in the case your platform doesn't use a dynamic JSON 7 policy and is space-constrained, you can still form and maintain the 23 ---|--- 24 -d <loglevel>|Debug verbosity in decimal, eg, -d15 27 $ cat mypolicy.json | lws-minimal-secure-streams-policy2c 39 .secs_since_valid_hangup = 35,
|
| /third_party/elfio/tests/elf_examples/ |
| D | hello_64.txt | 6 OS/ABI: UNIX - System V 9 Machine: Advanced Micro Devices X86-64 29 [ 2] .note.ABI-tag NOTE 000000000040021c 0000021c 65 [20] .dynamic DYNAMIC 0000000000600698 00000698 97 [Requesting program interpreter: /lib64/ld-linux-x86-64.so.2] 102 DYNAMIC 0x0000000000000698 0x0000000000600698 0x0000000000600698 115 …02 .interp .note.ABI-tag .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rela.dyn .rela… 116 03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss 117 04 .dynamic 118 05 .note.ABI-tag [all …]
|
| D | hello_32.txt | 6 OS/ABI: UNIX - System V 26 [ 2] .note.ABI-tag NOTE 08048128 000128 000020 00 A 0 0 4 43 [19] .dynamic DYNAMIC 080494a0 0004a0 0000c8 08 WA 5 0 4 63 [Requesting program interpreter: /lib/ld-linux.so.2] 66 DYNAMIC 0x0004a0 0x080494a0 0x080494a0 0x000c8 0x000c8 RW 0x4 74 …02 .interp .note.ABI-tag .gnu.hash .dynsym .dynstr .gnu.version .gnu.version_r .rel.dyn .rel.p… 75 03 .ctors .dtors .jcr .dynamic .got .got.plt .data .bss 76 04 .dynamic 77 05 .note.ABI-tag 80 Dynamic section at offset 0x4a0 contains 20 entries: [all …]
|
| /third_party/backends/doc/ |
| D | sane-microtek.man | 1 .TH sane\-microtek 5 "13 Jul 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" 2 .IX sane\-microtek 4 sane\-microtek \- SANE backend for Microtek scanners 7 .B sane\-microtek 17 Microtek ScanMaker 35t, 35t+, 45t 45 port models may work (under Linux), if they use a parport->scsi chip, 46 and if you can find a scsi->parport driver. This is known to be the 52 a new and very different SCSI-II command set. For those, try the alternate 54 backend. Most non-SCSI scanners would use the new command set. Most 58 what happens --- see the [all …]
|
| D | sane-microtek2.man | 1 .TH sane\-microtek2 5 "13 Jul 2008" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy" 3 sane\-microtek2 \- SANE backend for Microtek scanners with SCSI-2 command set 6 .B sane\-microtek2 8 provides access to Microtek scanners with a SCSI-2 command set. 12 There exists a different backend for Microtek scanners with SCSI-1 command 28 -------------------------------------------------------------------- 56 .IR http://www.sane\-project.org/ . 66 .IR http://penguin-breeder.org/kernel/download/ . 91 \- put the line 97 \- in a terminal (bash) type [all …]
|
| /third_party/rust/rust/tests/debuginfo/ |
| D | simd.rs | 2 // ignore-lldb 5 // dynamic stack realignment, which is the case on s390x for vector 6 // types with non-vector ABI. 7 // ignore-s390x 9 // compile-flags:-g 10 // gdb-command:run 12 // gdbg-command:print/d vi8x16 13 // gdbr-command:print vi8x16 14 // gdbg-check:$1 = {__0 = 0, __1 = 1, __2 = 2, __3 = 3, __4 = 4, __5 = 5, __6 = 6, __7 = 7, __8 = 8… 15 // gdbr-check:$1 = simd::i8x16 (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15) [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/st/dyn_shape_dev/ |
| D | test_ops_lin_space.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 54 expect = np.linspace(start, stop, num, axis=-1) 98 result_np = np.linspace(start_np, stop_np, num_np, axis=-1) 111 Feature: test dynamic tensor of lin_sapce. 112 Description: test dynamic tensor of lin_sapce. 128 stop_np1 = 35
|
| /third_party/elfutils/libelf/ |
| D | elf.h | 2 Copyright (C) 1995-2023 Free Software Foundation, Inc. 26 /* Type for a 16-bit quantity. */ 30 /* Types for signed and unsigned 32-bit quantities. */ 36 /* Types for signed and unsigned 64-bit quantities. */ 50 /* Type for section indices, which are 16-bit quantities. */ 72 Elf32_Word e_flags; /* Processor-specific flags */ 90 Elf64_Word e_flags; /* Processor-specific flags */ 121 #define ELFCLASS32 1 /* 32-bit objects */ 122 #define ELFCLASS64 2 /* 64-bit objects */ 137 #define ELFOSABI_HPUX 1 /* HP-UX */ [all …]
|