/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/ |
parseFirstEOL.pl | 34 $title = "parseFirstEOL: Line without a line ending character"; 35 ok(!defined(firstEOLInString("This line doesn't have a line ending character.")), $title); 38 $title = "parseFirstEOL: Line with Windows line ending."; 39 ok(firstEOLInString("This line ends with a Windows line ending.\r\n") eq "\r\n", $title); 42 $title = "parseFirstEOL: Line with Unix line ending."; 43 ok(firstEOLInString("This line ends with a Unix line ending.\n") eq "\n", $title); 46 $title = "parseFirstEOL: Line with Mac line ending."; 47 ok(firstEOLInString("This line ends with a Mac line ending.\r") eq "\r", $title); 50 $title = "parseFirstEOL: Line with Mac line ending followed by line without a line ending." [all...] |
removeEOL.pl | 43 $title = "removeEOL: Line with Windows line ending."; 44 ok(removeEOL("This line ends with a Windows line ending.\r\n") eq "This line ends with a Windows line ending.", $title); 47 $title = "removeEOL: Line with Unix line ending."; 48 ok(removeEOL("This line ends with a Unix line ending.\n") eq "This line ends with a Unix line ending.", $title); 51 $title = "removeEOL: Line with Mac line ending."; 52 ok(removeEOL("This line ends with a Mac line ending.\r") eq "This line ends with a Mac line ending.", $title);
|
parseChunkRange.pl | 181 # Chunk range followed by ending junk 184 testName => "Line count is 0 and chunk range has ending junk", 196 testName => "Line count is 1 and chunk range has ending junk", 208 testName => "Both original and new line count is 1 and chunk range has ending junk", 220 testName => "Line count and new line count > 1 and chunk range has ending junk", 232 testName => "New line count is 0 and chunk range has ending junk", 244 testName => "New line count is 1 and chunk range has ending junk",
|
/external/llvm/test/CodeGen/AArch64/ |
inline-asm-constraints-badK.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
inline-asm-constraints-badK2.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
inline-asm-constraints-badL.ll | 4 ; 32-bit bitpattern ending in 1101 can't be produced.
|
/external/llvm/test/DebugInfo/ |
dwarfdump-debug-loc-simple.test | 11 CHECK-NEXT: Ending address offset: 0x0000000000000023 17 CHECK-NEXT: Ending address offset: 0x000000000000005d 21 CHECK-NEXT: Ending address offset: 0x0000000000000020 25 CHECK-NEXT: Ending address offset: 0x000000000000005d
|
/external/markdown/MarkdownTest/Tests_2007/ |
Links, shortcut references.html | 7 break</a> with a line-ending space.</p>
|
Links, shortcut references.text | 11 break] with a line-ending space.
|
Links, reference style.text | 68 breaks] across lines, but with a line-ending space.
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
open-url-undefined.html | 8 bar of the new window should be empty. If it contains a URL (ending with “undefined”), WebKit failed the test.
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/ |
README.chromium | 17 Lines ending with @supress longLineCheck do not warn
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/ |
sce1-err.errwarn | 1 -:9: error: ended procedure without ending prologue
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/ |
StrictLineReaderTest.java | 64 "buffers and ending with LF at th" + 66 "pad\nLine ending with CRLF split" + 70 "line ending with CRLF\r\n" + 71 "this is a long line with embedded CR \r ending with CRLF and having more than " +
|
/libcore/luni/src/test/java/libcore/io/ |
StrictLineReaderTest.java | 71 "buffers and ending with LF at th" + 73 "pad\nLine ending with CRLF split" + 77 "line ending with CRLF\r\n" + 78 "this is a long line with embedded CR \r ending with CRLF and having more than " +
|
/external/replicaisland/src/com/replica/replicaisland/ |
EventRecorder.java | 45 synchronized void setLastEnding(int ending) { 46 mLastEnding = ending;
|
/development/tools/line_endings/ |
line_endings.c | 28 enum { UNIX, DOS } ending; local 36 ending = UNIX; 39 ending = DOS; 81 if (ending == UNIX) {
|
/external/chromium_org/components/ |
components.gyp | 8 # platforms to include source files on (e.g. files ending in
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugRangeList.h | 28 // An ending address offset. This address offset again has the size of 31 // address past the end of the address range. The ending address must 36 // and a 0 for the ending address offset. 44 // use in interpreting the beginning and ending address offsets of
|
/frameworks/base/sax/java/android/sax/ |
ElementListener.java | 20 * Listens for the beginning and ending of elements.
|
TextElementListener.java | 20 * Listens for the beginning and ending of text elements.
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_audio_indicator_unittest.cc | 38 // Once the audio stops the indicator should switch to ending animation. 43 // Once the ending animation is complete animation should stop.
|
/external/srec/portable/src/ |
LCHAR.c | 28 size_t beginning, ending, len; local 35 for (ending = len - 1; ending > beginning && LISSPACE(text[ending]); --ending); 37 if (beginning > 0 && beginning <= ending) 38 LMEMMOVE(text, text + beginning, ending - beginning + 1); 39 text[ending-beginning+1] = '\0';
|
PFileSystem.c | 68 const LCHAR* ending; local 86 ending = LSTRCHR(beginning, L('/')); 87 if (ending == NULL) 88 ending = beginning + LSTRLEN(beginning); 89 value = MALLOC(sizeof(LCHAR) * (ending - beginning + 1 + 1), MTAG); 96 LSTRNCPY(value, beginning, ending - beginning + 1); 97 value[ending-beginning+1] = L('\0'); 109 if (*ending == 0) 111 beginning = ending + 1;
|
/external/clang/include/clang/AST/ |
StmtOpenMP.h | 34 /// \brief Ending location of the clause. 46 /// \brief Returns the ending location of the clause. 51 /// \brief Sets the ending location of the clause. 159 /// \param EndLoc Ending location of the clause. 207 /// \param EndLoc Ending location of the clause. 228 /// \param EndLoc Ending location of the clause. 265 /// \brief Ending location of the directive. 277 /// \param EndLoc Ending location of the directive. 306 /// \brief Returns ending location of directive. 314 /// \brief Set ending location of directive [all...] |