/third_party/node/deps/npm/node_modules/libnpmdiff/lib/ |
H A D | format-diff.js | 1 const EOL = '\n' 38 res += `${filename}${EOL}` 46 patch += `${str}${EOL}`
|
/third_party/python/Modules/ |
H A D | _csv.c | 24 #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 D | update-base64.sh | 75 cat > "$BASE_DIR/src/base64_version.h" << EOL 82 EOL
|
H A D | update-cjs-module-lexer.sh | 62 cat > "$BASE_DIR/src/cjs_module_lexer_version.h" << EOL 69 EOL
|
/third_party/ltp/docparse/ |
H A D | testinfo.pl | 51 print $fh <<EOL; 58 EOL 505 $content = <<EOL; 510 EOL
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | source_helpers.js | 12 const { EOL } = require('os'); 194 return `'use strict';${EOL}${EOL}${code}`; 446 return codePieces.join(EOL + EOL);
|
/third_party/node/test/parallel/ |
H A D | test-os.js | 192 const EOL = os.EOL; 194 assert.strictEqual(EOL, '\r\n'); 196 assert.strictEqual(EOL, '\n');
|
H A D | test-async-hooks-fatal-error.js | 50 assert.strictEqual(cp.stderr.trim().split(os.EOL)[0], expect, type);
|
H A D | test-process-raw-debug.js | 50 assert.strictEqual(output, `I can still debug!${os.EOL}`);
|
H A D | test-blob.js | 8 const { EOL } = require('os'); 243 assert.strictEqual(b.size, EOL.length + 5);
|
H A D | test-child-process-execfile.js | 116 assert.strictEqual(execFileSyncStdout, `foo bar${os.EOL}`);
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_dump.c | 87 #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 D | constants.js | 55 EOL: isWindows ? '\r\n' : '\n',
|
H A D | blob.js | 101 const { EOL } = require('internal/constants'); 116 source = RegExpPrototypeSymbolReplace(/\n|\r\n/g, source, EOL);
|
/third_party/ffmpeg/libavcodec/ |
H A D | cpia.c | 42 #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 D | history.js | 137 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 D | DarwinAsmParser.cpp | 680 StringRef EOL = getLexer().LexUntilEndOfStatement(); in parseDirectiveSection() local 681 SectionSpec.append(EOL.begin(), EOL.end()); in parseDirectiveSection()
|
/third_party/node/lib/ |
H A D | os.js | 406 EOL: {
|
H A D | assert.js | 67 const { EOL } = require('internal/constants'); 347 if (EOL === '\r\n') {
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 306 .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 D | MCAsmStreamer.cpp | 111 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 D | FileCheck.cpp | 1199 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 D | MCStreamer.h | 325 /// 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 D | typingsInstaller.js | 7110 newLine: _os.EOL, [all...] |
H A D | tsc.js | 4512 newLine: _os.EOL, [all...] |