/third_party/typescript/tests/baselines/reference/ |
D | TwoInternalModulesWithTheSameNameAndDifferentCommonRoot.symbols | 1 === tests/cases/conformance/internalModules/DeclarationMerging/part1.ts === 3 >Root : Symbol(Root, Decl(part1.ts, 0, 0)) 6 >A : Symbol(A, Decl(part1.ts, 0, 13)) 9 >Point : Symbol(Point, Decl(part1.ts, 1, 21)) 12 >x : Symbol(Point.x, Decl(part1.ts, 2, 32)) 15 >y : Symbol(Point.y, Decl(part1.ts, 3, 22)) 19 >Utils : Symbol(Utils, Decl(part1.ts, 5, 9)) 22 >mirror : Symbol(mirror, Decl(part1.ts, 7, 29)) 23 >T : Symbol(T, Decl(part1.ts, 8, 35)) 24 >Point : Symbol(Point, Decl(part1.ts, 1, 21)) [all …]
|
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.symbols | 1 === tests/cases/conformance/internalModules/DeclarationMerging/part1.ts === 3 >A : Symbol(A, Decl(part1.ts, 0, 0), Decl(part2.ts, 0, 0)) 6 >Point : Symbol(Point, Decl(part1.ts, 0, 10)) 9 >x : Symbol(Point.x, Decl(part1.ts, 1, 28)) 12 >y : Symbol(Point.y, Decl(part1.ts, 2, 18)) 16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31)) 19 >mirror : Symbol(mirror, Decl(part1.ts, 6, 25)) 20 >T : Symbol(T, Decl(part1.ts, 7, 31)) 21 >Point : Symbol(Point, Decl(part1.ts, 0, 10)) 22 >p : Symbol(p, Decl(part1.ts, 7, 48)) [all …]
|
D | TwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.symbols | 1 === tests/cases/conformance/internalModules/DeclarationMerging/part1.ts === 3 >A : Symbol(A, Decl(part1.ts, 0, 0)) 6 >Point : Symbol(Point, Decl(part1.ts, 0, 17)) 9 >x : Symbol(Point.x, Decl(part1.ts, 1, 28)) 12 >y : Symbol(Point.y, Decl(part1.ts, 2, 18)) 16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5)) 19 >mirror : Symbol(mirror, Decl(part1.ts, 6, 25)) 20 >T : Symbol(T, Decl(part1.ts, 7, 31)) 21 >Point : Symbol(Point, Decl(part1.ts, 0, 17)) 22 >p : Symbol(p, Decl(part1.ts, 7, 48)) [all …]
|
D | TwoInternalModulesWithTheSameNameAndSameCommonRoot.symbols | 1 === tests/cases/conformance/internalModules/DeclarationMerging/part1.ts === 3 >A : Symbol(A, Decl(part1.ts, 0, 0), Decl(part2.ts, 0, 0)) 6 >Point : Symbol(Point, Decl(part1.ts, 0, 10)) 9 >x : Symbol(Point.x, Decl(part1.ts, 1, 28)) 12 >y : Symbol(Point.y, Decl(part1.ts, 2, 18)) 16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46)) 19 >mirror : Symbol(mirror, Decl(part1.ts, 6, 25)) 20 >T : Symbol(T, Decl(part1.ts, 7, 31)) 21 >Point : Symbol(Point, Decl(part1.ts, 0, 10)) 22 >p : Symbol(p, Decl(part1.ts, 7, 48)) [all …]
|
/third_party/ltp/testcases/kernel/fs/fs_maim/ |
D | backbeat | 28 ($junk,$junk,$part1)=split(/\//,$ARGV[0]); 32 mkdir ("$part1/sbin"); 34 print `cp -aL /sbin/* $part1/sbin`; 36 chdir "$part1" || die "Can't cd to $part1: $!\n"; 48 $tmp = `diff -r $part3/sbin $part1/sbin`;
|
/third_party/ltp/testscripts/ |
D | ltp-aiodio.sh | 35 part1=$part1 66 b) part1=$OPTARG;; 85 if [ ! -n "$part1" ]; then 147 mkfs -t ext2 $part1 148 mount -t ext2 $part1 $TMP/aiodio 167 mkfs -t ext3 $part1 168 mount -t ext3 $part1 $TMP/aiodio 187 mkfs.jfs $part1 <testscripts/yesenter.txt 188 mount -t jfs $part1 $TMP/aiodio 207 mkfs.xfs -f $part1 [all …]
|
D | ltpdmmapper.sh | 31 part1=$part1 45 a) part1=$OPTARG;; 53 if [ ! -n "$part1" ]; then 67 echo "0 10240 linear " $part1 "0" > ltp-dev-mapper-table1 68 echo "0 100000 linear " $part1 "0" > ltp-dev-mapper-table2 70 echo "0 200000 striped 2 16 " $part1 "0" $part2 "0" > ltp-dev-mapper-table4 146 echo "0 102400 linear " $part1 "0" > ltp-dev-mapper-table1 147 echo "0 200000 linear " $part1 "0" > ltp-dev-mapper-table2 149 echo "0 400000 striped 2 16 " $part1 "0" $part2 "0" > ltp-dev-mapper-table4
|
D | ltp-scsi_debug.sh | 172 part1=$(cat $TMPBASE/partition-test | tail -n 1) 173 echo $part1 191 mkfs -V -t ext3 /dev/$part1 200 mount /dev/$part1 /test/growfiles/ext3 207 sort -R ${LTPROOT}/runtest/scsi_debug.part1 -o ${TMPBASE}/scsi_debug 213 umount -v /dev/$part1
|
/third_party/cJSON/tests/unity/auto/ |
D | generate_module.rb | 168 def create_filename(part1, part2 = '') argument 171 when 'bumpy' then part1 172 when 'camel' then part1 173 when 'snake' then part1.downcase 174 when 'caps' then part1.upcase 175 else part1 179 when 'bumpy' then part1 + part2 180 when 'camel' then part1 + part2 181 when 'snake' then part1.downcase + '_' + part2.downcase 182 when 'caps' then part1.upcase + '_' + part2.upcase [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
D | astc_partition_tables.cpp | 54 const uint64_t part1[7], in compare_canonicalized_partition_tables() 57 if (part1[0] != part2[0]) in compare_canonicalized_partition_tables() 59 if (part1[1] != part2[1]) in compare_canonicalized_partition_tables() 61 if (part1[2] != part2[2]) in compare_canonicalized_partition_tables() 63 if (part1[3] != part2[3]) in compare_canonicalized_partition_tables() 65 if (part1[4] != part2[4]) in compare_canonicalized_partition_tables() 67 if (part1[5] != part2[5]) in compare_canonicalized_partition_tables() 69 if (part1[6] != part2[6]) in compare_canonicalized_partition_tables()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | layer_norm_grad_grad_impl.cu | 44 … const T *mean, const T *var, const T *grad_dx, T *part1, T *part2, in GammaAndBetaThreadReduce() argument 60 part1[0] += dy[pos] * v1 * v2 * global_sum2[pos]; in GammaAndBetaThreadReduce() 69 inline __device__ void GammaAndBetaWarpReduce(T *part1, T *part2, T *part3) { in GammaAndBetaWarpReduce() argument 71 part1[0] += __shfl_down_sync(0xffffffff, part1[0], delta); in GammaAndBetaWarpReduce() 79 inline __device__ void GammaAndBetaBlockReduce(const int &col, const int &row_dim, T *part1, T *par… in GammaAndBetaBlockReduce() argument 86 share_mem.addr()[offset] = part1[0]; in GammaAndBetaBlockReduce() 113 T part1 = 0; in GammaAndBetaPropKernel() local 116 …taThreadReduce(col, row_dim, col_dim, mean_dim, epsilon, dy, x, mean, var, grad_dx, &part1, &part2, in GammaAndBetaPropKernel() 118 GammaAndBetaWarpReduce(&part1, &part2, &part3); in GammaAndBetaPropKernel() 119 GammaAndBetaBlockReduce(col, row_dim, &part1, &part2, &part3, d_gamma); in GammaAndBetaPropKernel() [all …]
|
/third_party/curl/packages/vms/ |
D | build_curl-config_script.com | 53 $ part1 = "-L/usr/lib -L/SSL_LIB -lssl -lcrypto -lz" 56 $ x_libcurl_libs = part1 58 $ x_libcurl_libs = part1 + " -lgssapi" 93 $ part1 = " echo "" '--prefix=/usr' '--exec-prefix=/usr' " 95 $ part1 = " echo "" '--prefix=/beta' '--exec_prefix=/beta' " 106 $ x_configure_options = part1 + part2 + part3 + part4
|
/third_party/curl/tests/data/ |
D | test1404 | 113 curl_mimepart *part1; 128 part1 = curl_mime_addpart(mime1); 129 curl_mime_data(part1, "value", CURL_ZERO_TERMINATED); 130 curl_mime_name(part1, "name"); 131 part1 = curl_mime_addpart(mime1); 143 curl_mime_subparts(part1, mime2); 145 curl_mime_name(part1, "file");
|
D | test142 | 23 ftp://%HOSTIP:%FTPPORT/part1/part2/part3/part4/part5/part6/part7/part8/part9/part10/part11/part12/p… 33 CWD part1
|
/third_party/icu/vendor/double-conversion/upstream/double-conversion/ |
D | fixed-dtoa.cc | 159 uint32_t part1 = static_cast<uint32_t>(number % kTen7); in FillDigits64FixedLength() local 163 FillDigits32FixedLength(part1, 7, buffer, length); in FillDigits64FixedLength() 173 uint32_t part1 = static_cast<uint32_t>(number % kTen7); in FillDigits64() local 178 FillDigits32FixedLength(part1, 7, buffer, length); in FillDigits64() 180 } else if (part1 != 0) { in FillDigits64() 181 FillDigits32(part1, buffer, length); in FillDigits64()
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | ltpfsio.sh | 24 part1=$part1
|
/third_party/node/test/parallel/ |
D | test-http-parser-bad-ref.js | 24 function demoBug(part1, part2) { argument 53 const b = Buffer.from(part1);
|
/third_party/boost/boost/mpl/aux_/ |
D | sort_impl.hpp | 66 typedef typename quick_sort< typename partitioned::first, Pred >::type part1; typedef 70 joint_view< part1, single_view< typename deref<pivot>::type > >
|
/third_party/cef/tools/ |
D | issue_1999.py | 75 part1 = line[0:index + 6] 83 return part1 + " " + " ".join(objects_list) + " " + stamps
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/ |
D | PreparedDictionaryGenerator.java | 126 int part1 = numSlots * 4; in generate() local 129 int allocSize = part0 + part1 + part2 + part3 + sourceSize; in generate() 137 pointer.position(pointer.position() + part1); in generate()
|
/third_party/unity/auto/ |
D | generate_module.rb | 179 def create_filename(part1, part2 = '') argument 180 name = part2.empty? ? part1 : part1 + '_' + part2
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | build_scope_test.dart | 190 final Widget part1 = Wrapper( 208 await tester.pumpWidget(part1); 219 middle = part1;
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | sort.rst | 98 typedef sort<partitioned::first,p,aux_in >::type part1; 103 joint_view<part1,single_view< deref<pivot>::type > >
|
/third_party/boost/libs/multiprecision/example/ |
D | cpp_int_mul_timing.cpp | 44 …const ArithmeticType part1 = ((bits_to_shift > 0U) ? ArithmeticType(value_being_shifted >> bits_to… in rotr() local 47 return ArithmeticType(part1 | part2); in rotr()
|
/third_party/protobuf/src/google/protobuf/io/ |
D | coded_stream.h | 1334 uint32 part1 = (static_cast<uint32>(buffer[4])) | in ReadLittleEndian64FromArray() 1338 *value = static_cast<uint64>(part0) | (static_cast<uint64>(part1) << 32); in ReadLittleEndian64FromArray() 1626 uint32 part1 = static_cast<uint32>(value >> 32); in WriteLittleEndian64ToArray() 1632 target[4] = static_cast<uint8>(part1); in WriteLittleEndian64ToArray() 1633 target[5] = static_cast<uint8>(part1 >> 8); in WriteLittleEndian64ToArray() 1634 target[6] = static_cast<uint8>(part1 >> 16); in WriteLittleEndian64ToArray() 1635 target[7] = static_cast<uint8>(part1 >> 24); in WriteLittleEndian64ToArray()
|