Home
last modified time | relevance | path

Searched refs:EOL (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/deps/npm/node_modules/libnpmdiff/lib/
H A Dformat-diff.js1 const EOL = '\n'
38 res += `${filename}${EOL}`
46 patch += `${str}${EOL}`
/third_party/python/Modules/
H A D_csv.c24 #define EOL ((Py_UCS4)-2) macro
679 if (c == EOL) in parse_process_char()
691 if (c == '\n' || c == '\r' || c == EOL) { in parse_process_char()
695 self->state = (c == EOL ? START_RECORD : EAT_CRNL); in parse_process_char()
731 if (c == EOL) in parse_process_char()
739 if (c == EOL) in parse_process_char()
745 if (c == '\n' || c == '\r' || c == EOL) { in parse_process_char()
749 self->state = (c == EOL ? START_RECORD : EAT_CRNL); in parse_process_char()
770 if (c == EOL) in parse_process_char()
795 if (c == EOL) in parse_process_char()
[all...]
/third_party/node/tools/dep_updaters/
H A Dupdate-base64.sh75 cat > "$BASE_DIR/src/base64_version.h" << EOL
82 EOL
H A Dupdate-cjs-module-lexer.sh62 cat > "$BASE_DIR/src/cjs_module_lexer_version.h" << EOL
69 EOL
/third_party/ltp/docparse/
H A Dtestinfo.pl51 print $fh <<EOL;
58 EOL
505 $content = <<EOL;
510 EOL
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dsource_helpers.js12 const { EOL } = require('os');
194 return `'use strict';${EOL}${EOL}${code}`;
446 return codePieces.join(EOL + EOL);
/third_party/node/test/parallel/
H A Dtest-os.js192 const EOL = os.EOL;
194 assert.strictEqual(EOL, '\r\n');
196 assert.strictEqual(EOL, '\n');
H A Dtest-async-hooks-fatal-error.js50 assert.strictEqual(cp.stderr.trim().split(os.EOL)[0], expect, type);
H A Dtest-process-raw-debug.js50 assert.strictEqual(output, `I can still debug!${os.EOL}`);
H A Dtest-blob.js8 const { EOL } = require('os');
243 assert.strictEqual(b.size, EOL.length + 5);
H A Dtest-child-process-execfile.js116 assert.strictEqual(execFileSyncStdout, `foo bar${os.EOL}`);
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c87 #define EOL() ctx->dump_printf( ctx, "\n" ) macro
445 EOL(); in iter_declaration()
498 EOL(); in iter_property()
529 EOL(); in iter_immediate()
679 EOL(); in iter_instruction()
708 EOL(); in prolog()
/third_party/node/lib/internal/
H A Dconstants.js55 EOL: isWindows ? '\r\n' : '\n',
H A Dblob.js101 const { EOL } = require('internal/constants');
116 source = RegExpPrototypeSymbolReplace(/\n|\r\n/g, source, EOL);
/third_party/ffmpeg/libavcodec/
H A Dcpia.c42 #define EOL 0xfd /**< End Of Line marker */ macro
122 if (src[linelength - 1] != EOL) { in cpia_decode_frame()
/third_party/node/lib/internal/repl/
H A Dhistory.js137 const historyData = ArrayPrototypeJoin(repl.history, os.EOL);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp680 StringRef EOL = getLexer().LexUntilEndOfStatement(); in parseDirectiveSection() local
681 SectionSpec.append(EOL.begin(), EOL.end()); in parseDirectiveSection()
/third_party/node/lib/
H A Dos.js406 EOL: {
H A Dassert.js67 const { EOL } = require('internal/constants');
347 if (EOL === '\r\n') {
/third_party/node/deps/npm/test/fixtures/
H A Dmock-npm.js306 .flatMap((d) => d.toString().trim().split(os.EOL))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAsmStreamer.cpp111 void AddComment(const Twine &T, bool EOL = true) override;
359 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment() argument
364 if (EOL) in AddComment()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp1199 size_t EOL = Buffer.find_first_of("\n\r"); in readCheckFile() local
1206 if (P.parsePattern(Buffer.substr(0, EOL), UsedPrefix, SM, Req)) in readCheckFile()
1218 Buffer = Buffer.substr(EOL); in readCheckFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCStreamer.h325 /// EOL param is set to true by default. If one prefers not to end the
326 /// comment with a new line then the EOL param should be passed
328 virtual void AddComment(const Twine &T, bool EOL = true) {} in AddComment()
/third_party/typescript/lib/
H A DtypingsInstaller.js7110 newLine: _os.EOL,
[all...]
H A Dtsc.js4512 newLine: _os.EOL,
[all...]

Completed in 83 milliseconds

12