HomeSort by relevance Sort by last modified time
    Searched refs:EndOfLine (Results 1 - 10 of 10) sorted by null

  /external/pdfium/testing/libfuzzer/
pdf_codec_fax_fuzzer.cc 25 bool EndOfLine = !(data[20] & 0x01);
33 fax_module.CreateDecoder(data, size, width, height, K, EndOfLine,
  /external/pdfium/core/fxcodec/codec/
ccodec_faxmodule.h 24 bool EndOfLine,
fx_codec_fax.cpp 462 bool EndOfLine,
490 bool EndOfLine,
497 m_bEndOfLine(EndOfLine),
588 bool EndOfLine,
606 src_buf, src_size, actual_width, actual_height, pitch, K, EndOfLine,
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 95 EndOfLine = "\n"
146 License += Comment + EndOfLine
156 Copyright += Comment + EndOfLine
159 Abstract += Comment + EndOfLine
166 Copyright += Comment + EndOfLine
169 Description += Comment + EndOfLine
172 Copyright += Comment + EndOfLine
180 License += EndOfLine
181 License += Comment + EndOfLine
186 License += Comment + EndOfLine
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
MemoryFile.c 153 CHAR8 *EndOfLine;
181 EndOfLine = memchr (InputFile->CurrentFilePointer, '\n', BytesToEof);
186 if (EndOfLine == 0) {
195 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer;
ParseInf.c 54 CHAR8 *EndOfLine;
74 EndOfLine = strchr (InputFile->CurrentFilePointer, '\n');
79 if (EndOfLine == 0) {
84 } else if (EndOfLine >= InputFile->Eof) {
93 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
CommentParsing.py 66 EndOfLine = "\n"
104 License += Comment + EndOfLine
115 Copyright += Comment + EndOfLine
118 Abstract += Comment + EndOfLine
127 Copyright += Comment + EndOfLine
130 Description += Comment + EndOfLine
135 Copyright += Comment + EndOfLine
143 License += EndOfLine
144 License += Comment + EndOfLine
149 License += Comment + EndOfLine
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.c 58 CHAR8 *EndOfLine;
78 EndOfLine = strchr (InputFile->CurrentFilePointer, '\n');
83 if (EndOfLine == 0) {
88 } else if (EndOfLine >= InputFile->Eof) {
97 CharsToCopy = EndOfLine - InputFile->CurrentFilePointer;
  /external/pdfium/core/fpdfapi/parser/
fpdf_parser_decode.cpp 262 bool EndOfLine = false;
269 EndOfLine = !!pParams->GetIntegerFor("EndOfLine");
278 src_buf, src_size, width, height, K, EndOfLine, ByteAlign, BlackIs1,
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]

Completed in 1733 milliseconds