/third_party/node/deps/npm/node_modules/gauge/ |
D | template-item.js | 26 this.padRight = 0 61 return length + this.padLeft + this.padRight 66 return this.maxLength + this.padLeft + this.padRight 71 return this.minLength + this.padLeft + this.padRight
|
D | render-template.js | 110 var prevPadRight = item.first ? 0 : output[item.index - 1].padRight 112 if (!item.last) item.padRight = item.kerning 177 var rightPadding = item.padRight ? align.right('', item.padRight) : ''
|
/third_party/flutter/skia/gm/ |
D | lattice.cpp | 26 int padRight, int padBottom) { in make_surface() argument 27 SkImageInfo info = SkImageInfo::MakeN32Premul(N + padLeft + padRight, N + padTop + padBottom); in make_surface() 32 int padRight, int padBottom) { in make_image() argument 37 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image() 106 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom) { in onDrawHelper() argument 116 padRight, padBottom); in onDrawHelper() 140 image->width() - padRight, image->height() - padBottom); in onDrawHelper() 232 sk_sp<SkImage> makeImage(SkCanvas* root, int padLeft, int padTop, int padRight, int padBottom) { in makeImage() argument 234 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage() 284 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom, in onDrawHelper() argument [all …]
|
D | windowrectangles.cpp | 229 const int padRight = (kDeviceRect.right() - kCoverRect.right()) / 2; in visualizeAlphaMask() local 232 SkBackingFit::kExact, kCoverRect.width() + padRight, kCoverRect.height() + padBottom, in visualizeAlphaMask()
|
/third_party/skia/gm/ |
D | lattice.cpp | 27 int padRight, int padBottom) { in make_surface() argument 28 SkImageInfo info = SkImageInfo::MakeN32Premul(N + padLeft + padRight, N + padTop + padBottom); in make_surface() 33 int padRight, int padBottom) { in make_image() argument 38 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in make_image() 108 int padRight, int padBottom) { in onDrawHelper() argument 118 padRight, padBottom); in onDrawHelper() 142 image->width() - padRight, image->height() - padBottom); in onDrawHelper() 241 sk_sp<SkImage> makeImage(SkCanvas* root, int padLeft, int padTop, int padRight, int padBottom) { in makeImage() argument 243 auto surface(make_surface(root, kSize, padLeft, padTop, padRight, padBottom)); in makeImage() 293 void onDrawHelper(SkCanvas* canvas, int padLeft, int padTop, int padRight, int padBottom, in onDrawHelper() argument [all …]
|
/third_party/node/deps/npm/node_modules/wide-align/ |
D | align.js | 55 var padRight = '' 61 padRight = createPadding(width - (strWidth + padLeftBy)) 64 return padLeft + trimmed + padRight
|
/third_party/node/deps/npm/node_modules/columnify/ |
D | utils.js | 26 function padRight(str, max, chr) { function 188 module.exports.padRight = padRight
|
D | columnify.js | 7 var padRight = _require.padRight; variable 229 … row[i].push(padCenter(val, column.width, paddingChr));else row[i].push(padRight(val, column.width…
|
D | index.js | 5 padRight, 221 else row[i].push(padRight(val, column.width, paddingChr))
|
/third_party/mindspore/mindspore/lite/schema/ |
D | ops_v0.fbs | 185 padRight: int; 205 padRight: int; 225 padRight: int; 246 padRight: int; 267 padRight: int; 314 padRight: int; 360 padRight: int; 378 padRight: int; 397 padRight: int; 462 padRight: int; [all …]
|
D | ops_v0_generated.h | 1663 int32_t padRight() const { in padRight() function 1741 void add_padRight(int32_t padRight) { in add_padRight() 1742 fbb_.AddElement<int32_t>(Conv2D::VT_PADRIGHT, padRight, 0); in add_padRight() 1781 int32_t padRight = 0, 1789 builder_.add_padRight(padRight); 1864 int32_t padRight() const { in padRight() function 1942 void add_padRight(int32_t padRight) { in add_padRight() 1943 fbb_.AddElement<int32_t>(Adder::VT_PADRIGHT, padRight, 0); in add_padRight() 1982 int32_t padRight = 0, 1990 builder_.add_padRight(padRight); [all …]
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/ |
D | tflite_util.cc | 109 int padRight = 0; in getPaddingParam() local 138 padRight = pad_needed_W - padLeft; in getPaddingParam() 144 params->emplace_back(padRight); in getPaddingParam()
|
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/java/com/plausibleaudio/drumthumper/ |
D | TriggerPad.kt | 91 var padRight = getPaddingRight() in onSizeChanged() variable 97 w - padRight.toFloat(), in onSizeChanged()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | DataDisplayTable.java | 304 return padRight(s, minLength); in padString() 336 private static String padRight(String s, int minLength) { in padRight() method in DataDisplayTable
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | DataDisplayTable.java | 304 return padRight(s, minLength); in padString() 336 private static String padRight(String s, int minLength) { in padRight() method in DataDisplayTable
|
/third_party/mindspore/mindspore/lite/src/ops/populate/v0/ |
D | deconv2d_populate_v0.cc | 49 conv_param->pad_r_ = deconv2d_prim->padRight(); in PopulateDeconvParameter()
|
D | dedepthwise_conv2d_populate_v0.cc | 48 conv_param->pad_r_ = dedepthwise_conv2d_prim->padRight(); in PopulateDeconvDwParameter()
|
D | depthwise_conv2d_populate_v0.cc | 48 conv_param->pad_r_ = depthwise_conv2d_prim->padRight(); in PopulateConvDwParameter()
|
D | conv2d_populate_v0.cc | 49 conv_param->pad_r_ = conv2d_prim->padRight(); in PopulateConvParameter()
|
D | pooling_populate_v0.cc | 44 pooling_param->pad_r_ = pooling_prim->padRight(); in PopulatePoolingParameter()
|
/third_party/mindspore/mindspore/lite/src/train/ |
D | train_populate_parameter_v0.cc | 285 pooling_param->pad_r_ = poolingGrad_prim->padRight(); in PopulatePoolingGradParameter() 375 param->pad_r_ = convolutionGradFilter_prim->padRight(); in PopulateConvolutionGradFilterParameter() 426 param->pad_r_ = convolutionGradInput_prim->padRight(); in PopulateConvolutionGradInputParameter() 477 param->pad_r_ = groupConvolutionGradInput_prim->padRight(); in PopulateGroupConvolutionGradInputParameter()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | tabs_test.dart | 1119 const double padRight = 4.0; 1137 indicatorPadding: const EdgeInsets.only(left: padLeft, right: padRight), 1150 double indicatorRight = 200.0 - (padRight + indicatorWeight / 2.0); 1164 indicatorRight = 800.0 - (padRight + indicatorWeight / 2.0); 1178 const double padRight = 4.0; 1197 indicatorPadding: const EdgeInsets.only(left: padLeft, right: padRight), 1211 double indicatorRight = 800.0 - padRight - indicatorWeight / 2.0; 1225 indicatorRight = 200.0 - padRight - indicatorWeight / 2.0; 1248 double padRight = 4.0; 1257 indicatorPadding: EdgeInsets.only(left: padLeft, right: padRight), [all …]
|
/third_party/mindspore/mindspore/lite/schema/inner/ |
D | ops_v0_generated.h | 2403 int32_t padRight = 0; member 2507 int32_t padRight() const { in padRight() function 2603 void add_padRight(int32_t padRight) { in add_padRight() 2604 fbb_.AddElement<int32_t>(Conv2D::VT_PADRIGHT, padRight, 0); in add_padRight() 2643 int32_t padRight = 0, 2651 builder_.add_padRight(padRight); 2685 int32_t padRight = 0; member 2789 int32_t padRight() const { in padRight() function 2885 void add_padRight(int32_t padRight) { in add_padRight() 2886 fbb_.AddElement<int32_t>(Adder::VT_PADRIGHT, padRight, 0); in add_padRight() [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/ |
D | logger.dart | 566 stdout.write('${message.padRight(padding)} '); 748 final String line = '${message.padRight(padding)}$_margin'; 774 stdout.write('\n${'$message Done'.padRight(padding)}$_margin');
|
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/ |
D | error.dart | 102 String toString() => '[${levelDescription.padRight(5)}] $loggerName: $message';
|