Home
last modified time | relevance | path

Searched refs:part2 (Results 1 – 25 of 50) sorted by relevance

12

/third_party/ltp/testscripts/
Dltp-aiodio.sh67 o) part2=$OPTARG;;
120 if [ -n "$part2" -a "$run0" -gt 1 ]; then
123 elif [ -n "$part2" -a "$run0" -eq 1 ]; then
150 mkfs -t ext3 $part2
151 mount -t ext3 $part2 $TMP/aiodio2
153 mkfs.jfs $part2 <testscripts/yesenter.txt
154 mount -t jfs $part2 $TMP/aiodio2
156 mkfs.xfs -f $part2
157 mount -t xfs $part2 $TMP/aiodio2
170 mkfs.jfs $part2 <testscripts/yesenter.txt
[all …]
Dltpdmmapper.sh32 part2=$part2
46 b) part2=$OPTARG;;
59 if [ ! -n "$part2" ]; then
69 echo "0 100000 linear " $part2 "0" > ltp-dev-mapper-table3
70 echo "0 200000 striped 2 16 " $part1 "0" $part2 "0" > ltp-dev-mapper-table4
148 echo "0 200000 linear " $part2 "0" > ltp-dev-mapper-table3
149 echo "0 400000 striped 2 16 " $part1 "0" $part2 "0" > ltp-dev-mapper-table4
Dltp-scsi_debug.sh174 part2=$(cat $TMPBASE/partition-test | head -n 3 | tail -n 1)
175 echo $part2
193 mkfs -V -t ext2 /dev/$part2
201 mount /dev/$part2 /test/growfiles/ext2
214 umount -v /dev/$part2
/third_party/typescript/tests/baselines/reference/
DTwoInternalModulesWithTheSameNameAndSameCommonRoot.symbols3 >A : Symbol(A, Decl(part1.ts, 0, 0), Decl(part2.ts, 0, 0))
16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46))
38 === tests/cases/conformance/internalModules/DeclarationMerging/part2.ts ===
40 >A : Symbol(A, Decl(part1.ts, 0, 0), Decl(part2.ts, 0, 0))
43 >Origin : Symbol(Origin, Decl(part2.ts, 1, 14))
45 >x : Symbol(x, Decl(part2.ts, 1, 32))
46 >y : Symbol(y, Decl(part2.ts, 1, 38))
49 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 1, 46))
52 >Plane : Symbol(Plane, Decl(part2.ts, 3, 25))
55 >tl : Symbol(Plane.tl, Decl(part2.ts, 5, 24))
[all …]
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.symbols3 >A : Symbol(A, Decl(part1.ts, 0, 0), Decl(part2.ts, 0, 0))
16 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31))
43 === tests/cases/conformance/internalModules/DeclarationMerging/part2.ts ===
45 >A : Symbol(A, Decl(part1.ts, 0, 0), Decl(part2.ts, 0, 0))
49 >Origin : Symbol(Origin, Decl(part2.ts, 2, 7))
52 >Utils : Symbol(Utils, Decl(part1.ts, 4, 5), Decl(part2.ts, 2, 31))
55 >Plane : Symbol(Plane, Decl(part2.ts, 4, 25))
58 >tl : Symbol(Plane.tl, Decl(part2.ts, 6, 24))
60 >br : Symbol(Plane.br, Decl(part2.ts, 6, 41))
76 >A : Symbol(A, Decl(part1.ts, 0, 0), Decl(part2.ts, 0, 0))
[all …]
DTwoInternalModulesWithTheSameNameAndDifferentCommonRoot.symbols42 === tests/cases/conformance/internalModules/DeclarationMerging/part2.ts ===
44 >otherRoot : Symbol(otherRoot, Decl(part2.ts, 0, 0))
47 >A : Symbol(A, Decl(part2.ts, 0, 18))
51 >Origin : Symbol(Origin, Decl(part2.ts, 3, 18))
55 >x : Symbol(x, Decl(part2.ts, 3, 43))
56 >y : Symbol(y, Decl(part2.ts, 3, 49))
59 >Utils : Symbol(Utils, Decl(part2.ts, 3, 57))
62 >Plane : Symbol(Plane, Decl(part2.ts, 5, 29))
65 >tl : Symbol(Plane.tl, Decl(part2.ts, 7, 28))
69 >br : Symbol(Plane.br, Decl(part2.ts, 7, 52))
DTwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.symbols44 === tests/cases/conformance/internalModules/DeclarationMerging/part2.ts ===
46 >A : Symbol(A, Decl(part2.ts, 0, 0))
50 >Origin : Symbol(Origin, Decl(part2.ts, 2, 14))
51 >x : Symbol(x, Decl(part2.ts, 2, 32))
52 >y : Symbol(y, Decl(part2.ts, 2, 38))
55 >Utils : Symbol(Utils, Decl(part2.ts, 2, 46))
58 >Plane : Symbol(Plane, Decl(part2.ts, 4, 25))
61 >tl : Symbol(Plane.tl, Decl(part2.ts, 6, 24))
62 >br : Symbol(Plane.br, Decl(part2.ts, 6, 41))
DTwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.errors.txt1 tests/cases/conformance/internalModules/DeclarationMerging/part2.ts(3,24): error TS2304: Cannot fin…
2 tests/cases/conformance/internalModules/DeclarationMerging/part2.ts(7,36): error TS2304: Cannot fin…
3 tests/cases/conformance/internalModules/DeclarationMerging/part2.ts(7,54): error TS2304: Cannot fin…
22 ==== tests/cases/conformance/internalModules/DeclarationMerging/part2.ts (3 errors) ====
/third_party/ltp/testcases/kernel/fs/fs_maim/
Dbackbeat29 ($junk,$junk,$part2)=split(/\//,$ARGV[1]);
40 print `mv test.tar ../$part2`;
42 chdir "../$part2" || die "Can't cd to ../$part2: $!\n";
/third_party/curl/tests/data/
Dtest1404115 curl_mimepart *part2;
133 part2 = curl_mime_addpart(mime2);
134 curl_mime_filedata(part2, "log/test%TESTNUMBER.txt");
135 part2 = curl_mime_addpart(mime2);
136 curl_mime_filedata(part2, "log/test%TESTNUMBER.txt");
137 curl_mime_encoder(part2, "8bit");
138 curl_mime_type(part2, "magic/content");
139 part2 = curl_mime_addpart(mime2);
140 curl_mime_filedata(part2, "log/test%TESTNUMBER.txt");
141 curl_mime_headers(part2, slist1, 1);
Dtest14223 ftp://%HOSTIP:%FTPPORT/part1/part2/part3/part4/part5/part6/part7/part8/part9/part10/part11/part12/p…
34 CWD part2
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_partition_tables.cpp55 const uint64_t part2[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/
Dlayer_norm_grad_grad_impl.cu44 … const T *mean, const T *var, const T *grad_dx, T *part1, T *part2, in GammaAndBetaThreadReduce() argument
61 part2[0] += dy[pos] * global_sum1[pos]; in GammaAndBetaThreadReduce()
69 inline __device__ void GammaAndBetaWarpReduce(T *part1, T *part2, T *part3) { in GammaAndBetaWarpReduce() argument
72 part2[0] += __shfl_down_sync(0xffffffff, part2[0], delta); in GammaAndBetaWarpReduce()
79 …ce__ void GammaAndBetaBlockReduce(const int &col, const int &row_dim, T *part1, T *part2, T *part3, in GammaAndBetaBlockReduce() argument
87 share_mem.addr()[offset + 1] = part2[0]; in GammaAndBetaBlockReduce()
114 T part2 = 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/cJSON/tests/unity/auto/
Dgenerate_module.rb168 def create_filename(part1, part2 = '') argument
169 if part2.empty?
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
183 else part1 + '_' + part2
/third_party/cef/tools/
Dissue_1999.py76 part2 = line[index + 6:]
77 stampsIndex = part2.find("||")
78 stamps = part2[stampsIndex:]
79 objects = part2[:stampsIndex]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dfixed-dtoa.cc157 uint32_t part2 = static_cast<uint32_t>(number % kTen7); in FillDigits64FixedLength() local
164 FillDigits32FixedLength(part2, 7, buffer, length); in FillDigits64FixedLength()
171 uint32_t part2 = static_cast<uint32_t>(number % kTen7); in FillDigits64() local
179 FillDigits32FixedLength(part2, 7, buffer, length); in FillDigits64()
182 FillDigits32FixedLength(part2, 7, buffer, length); in FillDigits64()
184 FillDigits32(part2, buffer, length); in FillDigits64()
/third_party/node/test/parallel/
Dtest-http-parser-bad-ref.js24 function demoBug(part1, part2) { argument
63 const b = Buffer.from(part2);
/third_party/boost/boost/mpl/aux_/
Dsort_impl.hpp67 typedef typename quick_sort< typename partitioned::second, Pred >::type part2; typedef
71 , part2
/third_party/skia/third_party/externals/brotli/java/org/brotli/enc/
DPreparedDictionaryGenerator.java127 int part2 = numBuckets * 2; in generate() local
129 int allocSize = part0 + part1 + part2 + part3 + sourceSize; in generate()
139 pointer.position(pointer.position() + part2); in generate()
/third_party/unity/auto/
Dgenerate_module.rb179 def create_filename(part1, part2 = '') argument
180 name = part2.empty? ? part1 : part1 + '_' + part2
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dbuild_scope_test.dart198 final Widget part2 = Wrapper(
207 middle = part2;
221 await tester.pumpWidget(part2);
/third_party/boost/libs/mpl/doc/src/refmanual/
Dsort.rst99 typedef sort<partitioned::second,p,aux_in >::type part2;
104 , part2
/third_party/curl/packages/vms/
Dbuild_curl-config_script.com103 $ part2 = "'--disable-dependency-tracking' '--disable-libtool-lock' "
106 $ x_configure_options = part1 + part2 + part3 + part4
/third_party/boost/libs/multiprecision/example/
Dcpp_int_mul_timing.cpp45 …const ArithmeticType part2 = ((bits_to_shift > 0U) ? ArithmeticType(value_being_shifted << left_sh… in rotr() local
47 return ArithmeticType(part1 | part2); in rotr()
/third_party/e2fsprogs/misc/
Dbase_device.tst12 /dev/disks/disk2/part2 /dev/disks/disk2

12