HomeSort by relevance Sort by last modified time
    Searched full:ending (Results 1 - 25 of 1013) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/tests/markups/
fail-25.gmarkup 1 <? document ending unexpectedl
  /external/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);
  /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.
Links, reference style.html 52 breaks</a> across lines, but with a line-ending space.</p>
  /external/webkit/Source/WebCore/manual-tests/
open-url-undefined.html 8 bar of the new window should be empty. If it contains a URL (ending with &ldquo;undefined&rdquo;), WebKit failed the test.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeFinderTest.java 25 // Test ending with just a key
31 // Test ending with just a key
38 // Test ending with just a key
52 // Test ending with just a key
  /external/replicaisland/src/com/replica/replicaisland/
EventRecorder.java 45 synchronized void setLastEnding(int ending) {
46 mLastEnding = ending;
GameOverActivity.java 138 mEndingView = (TextView)findViewById(R.id.ending);
142 final int ending = prefs.getInt(PreferenceConstants.PREFERENCE_LAST_ENDING, -1); local
159 if (ending == AnimationPlayerActivity.KABOCHA_ENDING) {
161 } else if (ending == AnimationPlayerActivity.ROKUDOU_ENDING) {
  /development/tools/line_endings/
line_endings.c 28 enum { UNIX, DOS } ending; local
36 ending = UNIX;
39 ending = DOS;
81 if (ending == UNIX) {
  /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/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;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
predict.def 108 /* Branch ending with return constant is probably not taken. */
111 /* Branch ending with return negative constant is probably not taken. */
114 /* Branch ending with return; is probably not taken */
  /external/chromium/chrome/browser/ui/cocoa/
nsimage_cache_unittest.mm 69 << "Image ending in 'Template' should be marked as being a template";
73 << "Image not ending in 'Template' should not be marked as being a "
view_resizer.h 22 // Optional method called when an animation is beginning or ending. Resize
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLComponent.h 40 // Helper that returns a component created with the given begin and ending
41 // points. The ending point is non-inclusive.
  /dalvik/dx/tests/086-ssa-edge-split/
Blort.java 56 * Presently, any basic block ending in an instruction with
  /external/iptables/extensions/
libip6t_REJECT.man 4 so it is a terminating TARGET, ending rule traversal.
libipt_REJECT.man 4 so it is a terminating TARGET, ending rule traversal.
  /external/skia/include/utils/win/
SkHRESULT.h 36 In variants ending with 'M' the given message will be traced when FAILED.
  /external/valgrind/main/docs/internals/
SPEC-notes.txt 14 2). dealII - runs forever, never ending

Completed in 8399 milliseconds

1 2 3 4 5 6 7 8 91011>>