Home
last modified time | relevance | path

Searched defs:EOL (Results 1 – 14 of 14) sorted by relevance

/third_party/node/tools/dep_updaters/
Dupdate-cjs-module-lexer.sh62 cat > "$BASE_DIR/src/cjs_module_lexer_version.h" << EOL heredoc
Dupdate-base64.sh75 cat > "$BASE_DIR/src/base64_version.h" << EOL heredoc
/third_party/node/test/parallel/
Dtest-os-eol.js17 EOL: { property
Dtest-os.js192 const EOL = os.EOL; constant
/third_party/zlib/contrib/ada/
Dbuffer_demo.adb26 EOL : Character renames ASCII.LF; variable
/third_party/node/deps/npm/node_modules/libnpmdiff/lib/
Dformat-diff.js1 const EOL = '\n' constant
/third_party/ffmpeg/libavcodec/
Dcpia.c42 #define EOL 0xfd /**< End Of Line marker */ macro
/third_party/node/lib/internal/
Dconstants.js55 EOL: isWindows ? '\r\n' : '\n', property
/third_party/node/lib/
Dos.js406 EOL: { property
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c87 #define EOL() ctx->dump_printf( ctx, "\n" ) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp680 StringRef EOL = getLexer().LexUntilEndOfStatement(); in parseDirectiveSection() local
/third_party/python/Modules/
D_csv.c24 #define EOL ((Py_UCS4)-2) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1199 size_t EOL = Buffer.find_first_of("\n\r"); in readCheckFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCAsmStreamer.cpp359 void MCAsmStreamer::AddComment(const Twine &T, bool EOL) { in AddComment()