/external/clang/lib/Format/ |
D | FormatToken.cpp | 119 if (Column == Format->Columns || State.NextToken->MustBreakBefore) { in formatAfterToken() 235 for (unsigned Columns = 1; Columns <= MaxItems; ++Columns) { in precomputeFormattingInfos() local 237 Format.Columns = Columns; in precomputeFormattingInfos() 238 Format.ColumnSizes.resize(Columns); in precomputeFormattingInfos() 239 MinSizeInColumn.assign(Columns, UINT_MAX); in precomputeFormattingInfos() 245 if (MustBreakBeforeItem[i] || Column == Columns) { in precomputeFormattingInfos() 249 if (Column == Columns - 1) in precomputeFormattingInfos() 252 (Column == Columns - 1) ? EndOfLineItemLength[i] : ItemLengths[i]; in precomputeFormattingInfos() 261 Format.TotalWidth = Columns - 1; // Width of the N-1 spaces. in precomputeFormattingInfos() 263 for (unsigned i = 0; i < Columns; ++i) in precomputeFormattingInfos() [all …]
|
/external/ImageMagick/Magick++/demo/ |
D | smile_anim.miff | 3 Columns=48 Rows=48 Depth=8 12 Columns=48 Rows=48 Depth=8 20 Columns=48 Rows=48 Depth=8 28 Columns=48 Rows=48 Depth=8 36 Columns=48 Rows=48 Depth=8 44 Columns=48 Rows=48 Depth=8
|
D | tile.miff | 3 Columns=71 Rows=71 Depth=8
|
/external/fmtlib/doc/bootstrap/ |
D | grid.less | 44 // Columns 53 // Columns, offsets, pushes, and pulls for extra small devices like 61 // Columns, offsets, pushes, and pulls for the small device range, from phones 71 // Columns, offsets, pushes, and pulls for the desktop device range. 80 // Columns, offsets, pushes, and pulls for the large desktop device range.
|
/external/pdfium/core/fpdfapi/parser/ |
D | fpdf_parser_decode.cpp | 27 bool CheckFlateDecodeParams(int Colors, int BitsPerComponent, int Columns) { in CheckFlateDecodeParams() argument 28 if (Colors < 0 || BitsPerComponent < 0 || Columns < 0) in CheckFlateDecodeParams() 31 int check = Columns; in CheckFlateDecodeParams() 258 int Columns = 1728; in FPDFAPI_CreateFaxDecoder() local 265 Columns = pParams->GetIntegerFor("Columns", 1728); in FPDFAPI_CreateFaxDecoder() 273 Columns, Rows); in FPDFAPI_CreateFaxDecoder() 285 int Colors = 0, BitsPerComponent = 0, Columns = 0; in FPDFAPI_CreateFlateDecoder() local 290 Columns = pParams->GetIntegerFor("Columns", 1); in FPDFAPI_CreateFlateDecoder() 291 if (!CheckFlateDecodeParams(Colors, BitsPerComponent, Columns)) in FPDFAPI_CreateFlateDecoder() 296 BitsPerComponent, Columns); in FPDFAPI_CreateFlateDecoder() [all …]
|
/external/clang/lib/Frontend/ |
D | DependencyFile.cpp | 410 unsigned Columns = 0; in OutputDependencyFile() local 415 if (Columns == 0) { in OutputDependencyFile() 416 Columns += N; in OutputDependencyFile() 417 } else if (Columns + N + 2 > MaxColumns) { in OutputDependencyFile() 418 Columns = N + 2; in OutputDependencyFile() 421 Columns += N + 1; in OutputDependencyFile() 429 Columns += 1; in OutputDependencyFile() 439 if (Columns + (N + 1) + 2 > MaxColumns) { in OutputDependencyFile() 441 Columns = 2; in OutputDependencyFile() 445 Columns += N + 1; in OutputDependencyFile()
|
D | TextDiagnostic.cpp | 324 unsigned Columns, in selectInterestingSourceRegion() argument 331 if (MaxColumns <= Columns) in selectInterestingSourceRegion() 410 unsigned TargetColumns = Columns; in selectInterestingSourceRegion() 489 assert(FrontColumnsRemoved+ColumnsKept+BackColumnsRemoved > Columns); in selectInterestingSourceRegion() 497 if (FrontColumnsRemoved+ColumnsKept <= Columns) in selectInterestingSourceRegion() 548 unsigned Columns) { in findEndOfWord() argument 585 Column + PunctWordLength <= Columns || in findEndOfWord() 588 PunctWordLength < Columns/3) in findEndOfWord() 595 return findEndOfWord(Start + 1, Str, Length, Column + 1, Columns); in findEndOfWord() 614 unsigned Columns, in printWordWrapped() argument [all …]
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_flate.cpp | 352 int Columns) { in PNG_Predictor() argument 354 const int row_size = (Colors * BitsPerComponent * Columns + 7) / 8; in PNG_Predictor() 446 int Columns) { in TIFF_PredictLine() argument 448 int row_bits = std::min(BitsPerComponent * Colors * Columns, in TIFF_PredictLine() 486 int Columns) { in TIFF_Predictor() argument 487 int row_size = (Colors * BitsPerComponent * Columns + 7) / 8; in TIFF_Predictor() 497 TIFF_PredictLine(scan_line, row_size, BitsPerComponent, Colors, Columns); in TIFF_Predictor() 629 int Columns); 677 int Columns) { in Create() argument 694 if (BitsPerComponent * Colors * Columns == 0) { in Create() [all …]
|
D | ccodec_flatemodule.h | 27 int Columns); 35 int Columns,
|
D | ccodec_faxmodule.h | 27 int Columns,
|
D | fx_codec_fax.cpp | 592 int Columns, in CreateDecoder() argument 594 int actual_width = Columns ? Columns : width; in CreateDecoder()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Process.inc | 141 unsigned Columns = 0; 144 Columns = csbi.dwSize.X; 145 return Columns; 149 unsigned Columns = 0; 152 Columns = csbi.dwSize.X; 153 return Columns;
|
/external/pdfium/testing/libfuzzer/ |
D | pdf_codec_fax_fuzzer.cc | 23 int Columns = GetInteger(data + 12); in LLVMFuzzerTestOneInput() local 34 ByteAlign, BlackIs1, Columns, Rows)); in LLVMFuzzerTestOneInput()
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Process.inc | 207 int Columns = std::atoi(ColumnsStr); 208 if (Columns > 0) 209 return Columns; 212 unsigned Columns = 0; 218 Columns = ws.ws_col; 221 return Columns;
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | ModuleSubstreamVisitor.h | 26 FixedStreamArray<ColumnNumberEntry> Columns; member 57 if (auto EC = Reader.readArray(Item.Columns, BlockHeader->NumLines)) in operator()
|
/external/doclava/res/assets/templates-sdk/assets/css/ |
D | fullscreen.css | 3 Columns
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 311 unsigned Columns = 0; 314 Columns = csbi.dwSize.X; 315 return Columns; 319 unsigned Columns = 0; 322 Columns = csbi.dwSize.X; 323 return Columns;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 299 unsigned Columns = 0; 302 Columns = csbi.dwSize.X; 303 return Columns; 307 unsigned Columns = 0; 310 Columns = csbi.dwSize.X; 311 return Columns;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Process.inc | 299 int Columns = std::atoi(ColumnsStr); 300 if (Columns > 0) 301 return Columns; 304 unsigned Columns = 0; 310 Columns = ws.ws_col; 313 return Columns;
|
/external/llvm/lib/Support/Unix/ |
D | Process.inc | 308 int Columns = std::atoi(ColumnsStr); 309 if (Columns > 0) 310 return Columns; 313 unsigned Columns = 0; 319 Columns = ws.ws_col; 322 return Columns;
|
/external/pdfium/testing/resources/pixel/ |
D | bug_591137.in | 87 /Columns 44>>
|
/external/llvm/tools/llvm-cov/ |
D | CoverageReport.cpp | 107 static void renderDivider(T (&Columns)[N], raw_ostream &OS) { in renderDivider() 110 Length += Columns[I]; in renderDivider()
|
/external/clang/include/clang/Frontend/ |
D | TextDiagnostic.h | 75 unsigned Columns, bool ShowColors);
|
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/ |
D | SimpleTextOut.h | 234 OUT UINTN *Columns,
|
/external/abi-compliance-checker/modules/Internals/ |
D | SysCheck.pm | 647 my $Columns = 2; 669 $Columns += 1; 703 my $SONAME_report = "<td colspan=\'$Columns\' rowspan='2'>\n"; 730 foreach (1 .. $Columns) { 752 foreach (1 .. $Columns) { 774 foreach (1 .. $Columns) {
|